cancel
Showing results for 
Search instead for 
Did you mean: 

Enterprise session

Former Member
0 Kudos

Hi I am trying to logon on to my reporting server and not havin much luck

I am coding in C#.NET and using Crystal report server 2008 embedded.

Below is the code i am using to logon

enterpriseSession = sessionMgr.Logon("Administrator", "b0b123#", "VM2008R2", "secEnterprise");

After this lines executes i get the following exception.

Unable to log on: Could not connect to server VMMITHAL2008R2. Please check that the server name is correct, and that the server is running.

I did try a logon using he RAS port number and still not luck

enterpriseSession = sessionMgr.Logon("Administrator", "password", "localhost:6400", "secEnterprise");

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Adam_Stone
Active Contributor
0 Kudos

Crystal Reports Server Embedded only has the crystalras.exe it does not have the full Enterprise product and services, you can't use the logon code because there is no CMS to log into.

Former Member
0 Kudos

Hi Thanks for that.

So i am correct in saying that managed RAS cannot be used with CR 2008 embedded.

Answers (0)