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!

What are the steps to upgrade VB 6 appl'n to use Business Objects XI?

Status
Not open for further replies.

garban

Programmer
Jun 20, 2006
15
US
Hi all,
Can someone please help me here?
I need to upgrade Visual basic 6.0 application which is using Seagate Info 7.5 to use Business Objects XI.
This app was designed few years back to use seagate Info 7.5 to generate Invoices and summary for customers.
General Process flow is:
VB App (ciapi32.bas) uses Ciapi32.dll and Sentnl32.exe ---> Aps32.exe ---> Info APS system Database.

I changed '.ini' file to refer to new APS:
CrystalInfoAPS=USHSDBSQLS4 (current server where BO is sitting). But I get following errors when I launch my app and try to access reports:

"an error entitled CI_APINOTUP has occured, The detailed description of the error is : Specified APS is not running"

As I click OK on above error, another error msg pops up -

"error occured while logging in. Please check user Id & password."

Questions:
1. Will changes in '.ini' file make app work with BO XI? or it will require complete API change?

2. What are the corresponding file in BO XI for - ciapi32.bas, Ciapi32.dll and Sentnl32.exe of SI 7.5?

3. Has anyone gone through similar process of changing VB 6 app (that was running with SI 7.5) to BO XI?

4. Any available resources?

appreciate all help.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top