Hello,
Some Information about my question:
- We use the CR Server Version 11.5 and CR API Version 11.5
- Our Application works with RAS using .NET (VC#) and exports in PDF among other things.
My questions are as follows:
-How can i get the installed patches of cr server per API?
-How can i get 'Crystal Reports Server' License Key Information
like the number of concurrent Users or total licenses per API?
-How can i get the number of open server connections per API?
Assume for these questions that the login happens like the following sample code:
..
mSessionMgr = new SessionMgr();
mEnterpriseSession = mSessionMgr.Logon(...);
mEnterpriseService = mEnterpriseSession.GetService(cInfoStoreService);
mInfoStore = new InfoStore(mEnterpriseService);
...
Thank you in advance.