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