Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

prompt.dll 0x8004380D error with dynamic LOV for over 100.000 records

Status
Not open for further replies.

Franni

Programmer
Apr 16, 2003
4
CA
Hi,

We get the error
putParamValuesForMissinginfo reportSDKException(-214748991) prompt.dll 0x8004380D
with a report using dynamic LOVs organised on 4 levels where the 4th level returns over 100.000 elements.
We don't get the error message in the following case:

number of records returned by 4th table 85 701
number of records returned by 3rd table 2 019
number of records returned by 2nd table 132
number of records returned by 1sh table 76

Do you know if there a limit of records that can be returned? If yes, how much is it and can this be changed?

When scheduling the report with 85.000 elements on 4th level, it takes over 2 hours and half to complete: is this normal?

BO c2017238 knowledge base has been already tested without success.

.NET 1.1 (v1.1.4322) is used
 
If this is scheduled (you don't state how), then why do you need dynamic parameters? Change them to static since you must be feeding the parameter values into the report...

hth,
- Ido

view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
hi Ido,
LOV are scheduled between 4 and 5am using Business Views and here is where the error appears
 
Was confused by "When scheduling the report..."

This question may be a better fit for the Crystal Enterprise forum.

- Ido

view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top