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

Failed to find ReportAppServer - enterpriseservice

Status
Not open for further replies.

cmmrfrds

Programmer
Feb 13, 2000
4,690
US
I am trying to write VBA code to access reportclientdocument using the reportappfactory opendocument method and I can't find the enterpriseservice. I am using XI R2.

I found all the other classes I need in these libraries.
Dim objInfoStore As CrystalInfoStoreLib.InfoStore
Dim aSessionMgr As Crystalenterpriselib.SessionMgr
Dim aSession As Crystalenterpriselib.EnterpriseSession
Dim aResult As CrystalInfoStoreLib.InfoObjects

Is enterprise service in a Crystal Library or is this a Microsoft Library?

When I do something like this.
reportclientdocument = reportappfactory.opendocument(infoobject.ID,0)
I get failed to find reportappserver which I believe is due to not having the enterpriseservice available.

Please help me find this library/class. Thank you.
 
I'm not sure what the name of the VBA library is, but the .NET assembly for this is CrystalDecisions.ReportAppServer.ObjectFactory.

-Dell

A computer only does what you actually told it to do - not what you thought you told it to do.
 
Thank you. I couldn't find that library. I can't seem to find any library with ReportAppServer in it. Do you know the name of the DLL, maybe I could search that way.
 
Unfortunately, no. The .NET assemblies are registered in the Global Assembly Cache (c:\windows\assembly) and their properties don't tell you what the actual file name is.

Sorry!

-Dell

A computer only does what you actually told it to do - not what you thought you told it to do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top