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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening a report created with Impromtu version 5 with version 7.1

Status
Not open for further replies.

NEAR

Programmer
May 20, 2003
63
US
Error number -5:

DMS-F-BUGCHECK, An internal system failure has occurred during operation 'asynchronous open'.
[IBM][CLI Driver] CLI0125E Function sequence error. SQLSTATE=S1010
 
The error message suggests there's something wrong with your database driver.
1. Have you tried creating a test catalog against that database, then running a report?
2. Have you converted the catalog to 7.1?

I'm pretty sure Cognos stated that you can't go straight from 5 to 7. There is a conversion program that will open it in 6 first. Check Cognos' website.

Pain is stress leaving the body.

DoubleD [bigcheeks]
 
The catalog converted fine and reports are able to be created. This error only occurs when an older report created from the original 5 version cat. is run from the new updated cat. It is though that some functions are not compatible and we're trying to update the SQL and re-testing
 
Problem Resolved.

The errors where addressed in Impromptu 7.3. Functionality was corrected and reports could be migrated directly into 7.3 from Impromptu v5 reports.

Thew other issues related to the DB2 Client V7.1. We needed to migrate to FixPac 6 in order to correct database issues. We also need to add the following lines to the DB2cli.ini file:

[commom]
NOSCAN=0

That's it! good luck to any other users having similar problems
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top