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

CrystalEnterprise Logon JSP

Status
Not open for further replies.

anandplace

Programmer
Apr 2, 2003
1
US
Hi,

I installed Crystal Reports 8.5 in Windows 2000.
For viewing reports using Java viewer,i tried to login using the Crystal Enterprise SDK API.
The method i am calling is
CrystalEnterprise..getSessionMgr().logon(username, password, apsName, apsAuthType);

Though i am giving the correct values for username,password,apsName and apsAuthType,it
is giving the following error and i am unable to logon:

'com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Communication error occurred when trying to connect

to server
cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$CommunicationError: Communication error

occurred when trying to connect to server
cause:com.crystaldecisions.thirdparty.org.omg.CORBA.BAD_PARAM: minor code: 0x0 completed: No detail:Communication

error occurred when trying to connect to server
The exception originally thrown was com.crystaldecisions.thirdparty.org.omg.CORBA.BAD_PARAM: minor code: 0x0

completed: No detail:Communication '

Pls note that i am able to logon with the same values thro' the 'Crystal Publishing Wizard'.
I am getting this error only when i tried to logon using JSP.

The following are enabled running:
Crystal APS
Crystal Cache Server
Crystal Input Repository Server
Crystal Output Repository Server
Crystal Page Server
Crystal Report Job Server
Crystal Web Component Server

If anyone knows the solution, please let me know.

Thanks,
Anand
 
I've been getting the same problem as well. Did you ever get it solved? Does anyone have any idea
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top