cancel
Showing results for 
Search instead for 
Did you mean: 

Error env:Receiver 100000008 License does not exist Login

Former Member
0 Kudos

I just despair of the DISSample. I've read many other articles here in this forum, but nothing works.

first I tried to run the sample as it is explained, but I´m always getting a SoapException as already mentioned as a problem in another topic. I changed the privileges of the ASPNET account and checked if DCOM is activated, but it still doesn´t work.

then I tried to bypass all the problems that comes up using web services and used the code of the Sample.asmx.vb, but deleted everything that makes this class a web service class and used it as a normal vb class. this should be possible, because the DI and License Server are running locally on my computer for developing issues.

so, I have a class 'Logic' that contains the edited code of the sample.asmx.vb. and I have another test class:


Public Class Client
    Public Shared Sub Main()
        Dim con As New Logic
        Dim sID As String

        sID = con.Login("SCHROEDER", "SBODemo_US", "dst_MSSQL", "sa", "", "manager", "manager", "ln_English", "SCHROEDER")
        Console.WriteLine(sID)
    End Sub
End Class

'SCHROEDER' is the name of my computer. but I`m always getting the following error:

Error env:Receiver 100000008 License does not exist Login

Can someone please help me?!?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

It seems I had solved the problem only for a time. after some days I wasn´t able to get sessionID again with the same error. again some days later it worked again, but now, the error comes back again. I have no idea why this happens. But I logged the license server and after I tried to login again, the logfile contained:

+23/08/2005 15:15:47 End Startup Mode

23/08/2005 15:15:47 SessionLiveCheck - Start

23/08/2005 15:16:19 IsDevExist - Search for SDK-DEV_MSS

23/08/2005 15:16:19 IsDevExist - Search for SDK-IMP_MSS

23/08/2005 15:16:19 IsDevExist - Yes (Imp)

23/08/2005 15:16:19 GetBIGSLicense - User: Boss_User, Company: Boss_Company, PC: BAMBCOMP, Date: 20050823

23/08/2005 15:16:19 Expiration Check - Old: 0, New: 20050823

23/08/2005 15:16:19 Expiration Check - Start Today: 20050823

23/08/2005 15:16:19 Expiration Check - Update Session Valid State

23/08/2005 15:16:19 GetBIGSLicense - BIGS_MSS or SDK-DEV_MSS Not Exist

+

does anyone know, what that means?

former_member185703
Active Contributor
0 Kudos

Hi Nico,

Maybe you did not yet notice that the particular licenses have expiration dates?

In version 200<b>5</b> you get at least an error message which gives you the appropriate information: "Error env:Receiver 100000024 License has expired Login"

I don't remember which error was reported in 2004, but it looks like this is your new problem...

HTH,

Frank

Former Member
0 Kudos

sorry for the late reply, I was in holiday.

the version 2004 works fine, no error message. I think it is something else.

when I start, login and then close the sbo 2004 client, the licence server logfile contains this:

13/09/2005 09:43:23 IsDevExist - Search for SDK-DEV_MSS

13/09/2005 09:43:23 IsDevExist - Search for SDK-IMP_MSS

13/09/2005 09:43:23 IsDevExist - Yes (Imp)

13/09/2005 09:43:23 SBOConnect - user: manager, company: SBODemo_US, PC: SCHROEDER, Date: 20050913

13/09/2005 09:43:23 Expiration Check - Old: 20050913, New: 20050913

13/09/2005 09:43:23 UserInfo AddSession - SID: 4, Company: SBODemo_US: Type: 0, PC: SCHROEDER, Module:

13/09/2005 09:43:23 SBOConnect - Add APP Session: 4

13/09/2005 09:43:23 Number of Connections: 1

13/09/2005 09:43:23 RequestNamedLicenses - user: manager, lDate: 20050913

13/09/2005 09:43:23 Expiration Check - Old: 20050913, New: 20050913

13/09/2005 09:43:23 RequestNamedLicenses - Insert Module: PROFESSIONAL_MSS

13/09/2005 09:43:23 RequestNamedLicenses - Insert Module: SAP-ADDONS_MSS

13/09/2005 09:43:23 RequestNamedLicenses - Insert Module: SDK-TOOLS_MSS

13/09/2005 09:43:23 GetFutureExpired - Future Date: 20051013

13/09/2005 09:43:28 CloseSession - User: manager, Session: 4

13/09/2005 09:43:28 UserInfo RemoveSession - SID: 4

Message was edited by: Nico Peters

Former Member
0 Kudos

I again solved it on my own. I´m such a fool. I've always entered the wrong language. but it is a confusing error message...

Former Member
0 Kudos

Now, I solved the problem. In the Component Services I had to change the security settings of the SAP-DCOM-objects by adding the ASPNET user account.

I only hope that my computer is still secure, because I had to change so many security settings in order to make this thing work.

Former Member
0 Kudos

Hi

try using:

sID = con.Login("SCHROEDER", "SBODemo_US", "dst_MSSQL", "sa", "", "manager", "manager", "ln_English", "")

leaving the last field empty. That worked for me.

Best regards

Harold Gómez

Former Member
0 Kudos

@morkel: yes, manager has all kinds of licences.

@Valencia: still the same error message, but thanks

finally, I managed to run the DISSample, but still the same error.

Message was edited by: Nico Peters

barend_morkel2
Active Contributor
0 Kudos

Under Admininistartion->License->License Admininistartion, make sure your manager is assigned all the licenses and see if that works