DTW connection to license service failed

Hi all
Please advise any solution for this attached error message?
Kedalene

Hi,
Please check SAP note point 1:
865191 - DTW Troubleshooting Guide
Thanks & Regards,
Nagarajan

Similar Messages

  • Connection to license service failed; license service address is not valid...

    Connection to license service failed; license service address is not valid, or license service is stopped (or does not respond), ConnectToCompanyReturn = -131 in ConnectToCompany()
    This is the error I received from an addon.  It works running it on the server where the SAP license is but as soon as a SAP client starts and the addon tries to connect I receive the error but I don't understand there's no different about the SAP code given to connect an addon.
    Here's the method in which it fails
    private int ConnectToCompany()
        int ConnectToCompanyReturn = 0;
        // // Establish the connection to the company database.
        ConnectToCompanyReturn = oCompany.Connect();
        if (ConnectToCompanyReturn != 0)
            string Message = oCompany.GetLastErrorDescription() + ", ConnectToCompanyReturn = " + ConnectToCompanyReturn.ToString() + " in ConnectToCompany()";
            System.Windows.Forms.MessageBox.Show(Message);
            System.Threading.Thread.CurrentThread.Abort();
        return ConnectToCompanyReturn;
    It just hangs on the ConnectToCompanyReturn = oCompany.Connect();
    I did addons for about 8 years.  This is the first time I see an addon not connecting like that.  Any ideas ?
    SAP 9 PL09 Hotfix 1
    The SAP client works fine,  Coresuit addon connects all right so I'm lost here !

    Here's the code used in the addon which is the same since 2005 followed by the code that calls these methods from the constructor.  These methods are called the same way.
    private bool SetApplication()
        //  Use an SboGuiApi object to establish connection
        //  with the SAP Business One application and return an
        //  initialized appliction object
        string sConnectionString = "";
        SAPbouiCOM.SboGuiApi SboGuiApi = null;
        try
            if (System.Diagnostics.Debugger.IsAttached && System.Environment.GetCommandLineArgs().Length < 2)
                System.Windows.Forms.MessageBox.Show("SAP isn't running or you're trying to debug in Release mode...");
                return false;
            SboGuiApi = new SAPbouiCOM.SboGuiApi();
            //  By following the steps specified above, the following
            //  statment should be suficient for either development or run mode
            sConnectionString = System.Environment.GetCommandLineArgs().GetValue(1).ToString().Trim();
            // Connect to a running SBO Application
            SboGuiApi.Connect(sConnectionString);
            //  Get an initialized application object
            SBO_Application = SboGuiApi.GetApplication(-1);
            return true;
        catch (Exception ex)
            throw new Exception(ex.Message);
    private int SetConnectionContext()
        int setConnectionContextReturn = 0;
        try
            string sCookie = null;
            string sConnectionContext = null;
            // First initialize the Company object
            oCompany = new SAPbobsCOM.Company();
            // Acquire the connection context cookie from the DI API.
            sCookie = oCompany.GetContextCookie();
            // Retrieve the connection context string from the UI API using the
            // acquired cookie.
            sConnectionContext = SBO_Application.Company.GetConnectionContext(sCookie);
            // Before setting the SBO Login Context make sure the company is not
            // connected
            if (oCompany.Connected == true)
                oCompany.Disconnect();
            // Set the connection context information to the DI API.
            setConnectionContextReturn = oCompany.SetSboLoginContext(sConnectionContext);
            return setConnectionContextReturn;
        catch (Exception ex)
            throw new Exception(ex.Message);
    private int ConnectToCompany()
        int Result = 0;
        // Establish the connection to the company database.
        Result = oCompany.Connect();
        if (Result != 0)
            string Message = oCompany.GetLastErrorDescription() + ", ConnectToCompanyReturn = " + Result.ToString();
            System.Windows.Forms.MessageBox.Show(Message);
            System.Threading.Thread.CurrentThread.Abort();
        return Result;
    This is in the Constructor
    public Addon()
        //  set SBO_Application with an initialized application object
        SetApplication();
        SetFilters();
        if ((SetConnectionContext() == 0))
            if (ConnectToCompany() == 0)
                SBO_Application.AppEvent += new SAPbouiCOM._IApplicationEvents_AppEventEventHandler(SBO_Application_AppEvent);
                SBO_Application.MenuEvent += new SAPbouiCOM._IApplicationEvents_MenuEventEventHandler(SBO_Application_MenuEvent);
                SBO_Application.ItemEvent += new SAPbouiCOM._IApplicationEvents_ItemEventEventHandler(SBO_Application_ItemEvent);
                SBO_Application.FormDataEvent += new _IApplicationEvents_FormDataEventEventHandler(SBO_Application_FormDataEvent);
            if (SBO_Application.Language == BoLanguages.ln_French)
                SBO_Application.StatusBar.SetText("Addon Wizard de prix activé...", BoMessageTime.bmt_Short, BoStatusBarMessageType.smt_Success);
            else
                SBO_Application.StatusBar.SetText("Addon Price Wizard actived...", BoMessageTime.bmt_Short, BoStatusBarMessageType.smt_Success);

  • DTW - Connection with license server failed

    I am trying to use the DTW after I upgraded from SBO2005 to SBO8.8 PL17
    I have SBO8,8 server in machine A and SQL Server in machine B. Mi license server is in machine A. When I enter to DTW (88.0.17), it only type the SQL Server ip address. There is no place to type the license server IP address. when i log in , i get the next message
    Connection Status (US)
    Connection to IP ##.##.##.## (SQL) has failed
    Error Code: -129
    Connection with license server has failed
    I can connect with SBO Client in the same machine.  I checked that the it has a profesional and addon license the superuser used in the DTW. I can also enter with SQL management studio can enter in the same machine. What is missing ?

    [http://img208.imageshack.us/img208/639/dtw.png]
    [http://img193.imageshack.us/img193/654/dtw2.png]
    [http://img408.imageshack.us/img408/2650/dtw3.png]
    [http://img691.imageshack.us/img691/6940/dtw4.png]
    [http://img33.imageshack.us/img33/9954/dtw5.png]
    [http://img808.imageshack.us/img808/5291/dtw6.png]
    [http://img827.imageshack.us/img827/9630/dtw7.png]

  • Connection to License Server Failed after upgrade to PL45

    Hi Experts,
    My client is using SAP B1 SP01 PL39, Windows 2003 OS Server. I have recently upgraded the server to PL45 but after the upgrade, the workstations are encountering "Connection to License Server Failed" every time they log to the server.
    Our workaround is to go to Server suite Manager> License Manager> settings> click 'set' and the message "The port is now updated....". After which, the workstations can now log to the server.
    The problem is we cannot do this workaround everyday. I tried changing the server connection in the server suite manager to: IP no., server name or localhost but still to no avail.
    A help from you guys would be very much appreciated.
    Thank you.
    Edited by: Philip Eller on Jul 2, 2008 9:12 AM

    Hi Regelio
    As Van mentioned above,the issue may caused by the TAO NT Naming service.
    Please check the status of TAO NT Naming service/License Manager
    when the issue happens.And in case the error is really caused by
    those services,please try to re-install the whole server tools.
    Also,if the issue still persists,as another workaround we suggest you to use a simple
    batch script to test the Status of the TAO NT naming service,
    and restart it when the services  was stopped.
    Such a script can be launched with windows scheduled every several
    minutes.
    @echo off
    net start    find "TAO NT Naming Service"
    IF %ERRORLEVEL% EQU 0 (
      echo Ok - "TAO NT Naming Service" is running
    ) ELSE (
    echo Error - "TAO NT Naming Service" is not running
    net stop "TAO NT Naming Service"
    net stop "SAP Business One License Manager 2005"
    net start "TAO NT Naming Service"
    net start "SAP Business One License Manager 2005"
    Regards,
    Syn Qin
    SAP Business One Forums Team

  • Add-On Connection Error : Connection to license server failed.

    Dear All,
                    I am not able to connect the SAP Add-On and Developed Add-on . I am getting the following error :
    ERROR Code : -131
    ERROR Msg   :  " Connection to license server failed; if license server address is invalid, correct it; if TAO NT Naming Service                                      stopped, activate it and restart License Manager  "
    SAP : SAP 8.81 PL 09

    Dear Madhu,
    Check this
    Re: Client 8.8 on XP: License Server unavailable
    Regards,
    Kamlesh

  • Connection with license server failed

    Hi, I am having problem connecting with my license server when I am using the DI Server (webservice).
    Error encountered:
    Error env:Receiver 100000001 Connection with license server failed.
    Does anyone know what is the best practice for this configuration? Thanks.
    Regards,
    Rodmann

    Hi Alvin,
    I am having the same problem on one of my development machine. I have installed DI Server and Server Tools on it.
    The license manager is working fine.
    But when I try to connect to the company object in a web application it just throws the same exception
    Error:Receiver 100000001 Connection with license server failed.
    To test the port 30000 i changed it to any thing like 1234 and it gave me message "Failed to connect to license server", changing it back to 30000 and  connect brings in all the hardware/license keys etc.
    Kindly help what you did in your case to get rid of this problem.
    Experts you support in this regard will be highly appreciated.
    Kashif

  • "Cannot get mail, connection to the service failed". why and how do I repair it?

    "Cannot get mail, connection to the service failed". why and how do I repair it?

    Thanks. However...these links are to basic troubleshooting.  Good stuff, except I -- like it seems others -- have multiple email accounts coming into their iPhones (my case, iPhone 5 running latest version of iOS) that until this past Friday evening (September 12, 2014).... worked perfectly, then just all stopped.
    In my case, I also lost access to an internet forum I frequent multiple times daily.  All worked fine, until things abruptly stopped working the evening of September 12.
    Seems like anything with a stored login/password got hosed.
    I went into the profiles to make sure my passwords were still there (thought they may have somehow gotten wiped out), but they were there.  I re-entered them just in case, no change.
    Now just this morning, Sunday September 14, two emails from the same (employer) email account have trickled in.  But nothing from the others (gmail, yahoo mail).
    Spouse is having same issue on an iPhone 5.

  • Connection with license server failed sap after upgrade to 8.8

    Hi
    I had just upgraded to 2007b pl14 to 8.8 everything done good but when I login it giving me erroer "connection with license server failed"
    I had restarted the licence server but still it same
    And my licance server option is also disable ?
    plz help me out

    Hi,
    check the below link, it will help you........
    Re: Error in Server Tools Installation
    Rgds,
    Priya

  • DTW - Connection to server has failed

    I am trying to use DTW to import to SAP B1 2007A SP:00  PL:15 and am getting a "Connection to server has failed" error message - error code 100000000008, Licence does not exist.

    Ian,
    Make sure the SAP license server is running. You can check this in the Service Manager running on the Task Bar.  If not go to All programs > SAP folder  > Server Tools > Service manager.
    Also check the user id you are using to log into DTW has the license set inside SAP.
    Suda

  • EIS connection  with Shared services failed.

    HI All,
    I m using EIS for data load ,and getting error while test connection with Shared service. while its connectiong with essbase with default user "admin"
    Error :
    java runtime environmant may not be set appropriately on the server machine...0[main] INFO httpclient.HttpMethodDirector - Failure authentication with BASIC 'weblogic server@Servername:58080 EIEINIT failed. Eleinit:java.lang.Exception: Login to EIE on Server thru CSS Token failed.'
    Please suggest.
    Thank you.

    As per my knowledge , shared services support from EIS has been removed from 9.3 on.

  • Connection to License server failed

    Hi,
      En la B1 server i also install de B1 client, and i have a problem when i try to open B1 Client, the error say cant connect to License server, everything works, service up, port open...
    I have a question, I install B1 with SQL server 2012 and  recently the IT people install SQL Server R2 2008 in the same server, so i have 2 services running in the B1 server , SQLEXPRESS and MSSQLSERVER.
    Could this be causing the problem?
    Please help, I've tried everything.

    Hi Erwine
    If you would work SBO2004 you not install fireworld in the machine.
    And you add permision in objects DCOM:
           -SBOLicense

  • Control Panel won't open/Software License Service fails to run

    I'm not sure what happened, I had left my computer on sleep for about 4 hours, I came back and I was getting these UAC messages even when I was opening elevated mode for task manager.  Soon I realized my control panel won't open.  After some googling, the problem was apparently linked to a service called Software License Service and it was either caused by virus(but I have avast..) or files that somehow got corrupted. I had:  updated my system using Thinkvantage system update + did a system backup+ ran memtest86+ + turned off AMT + turned off Intel onscreen display.  That's all I did before this happened.The error code I get when I try to start control panel through cmd is Error 34 (don't know what this means).  And Software license service won't start.
    *control panel opens fine in safe mode
    *ran sfc, there were problems that 'couldn't be repaired'
    1. Is there any way to fix this, ie is there a hotfix available or something I can just download and install?
    2.Any idea what might have possibly caused this?
    3. I did a quick restore using the backup I did and the problem was still not fixed.  Will a full restore help or will I have to resort to factoy restore?
    Thanks.  *having so many problems with the new thinkpad + vista =/*
    I have a T400(2764-CTO) 32 bit on vista business.
    Message Edited by annayu22 on 07-17-2009 11:57 AM
    Message Edited by annayu22 on 07-17-2009 12:27 PM

    http://java.com/en/download/help/plugin_freeze.xml
    http://www.google.com/search?num=100&hl=en&lr=lang_en&c2coff=1&q=java+%22control+panel+won%27t+open%22

  • Cannot get mail, connection to the service failed after iOS7

    After upgrading to iOS7, I am getting repeated "Cannot Get Mail:  The connection to the server failed." message everytime I open the email.  I click OK and after it goes away, I do get email later.  But it happens everytime now.  Reset the iPad but still happening.  Do I have to hard reset the darn thing?  Any ideas?

    Don't hard reset.
    Instead, go to Settings/Mail, Contacts, Calendars and the to Accounts. Note the settings for your iPad, then delete the account - and then reenter the information. Make sure it's 100% correct.
    Many, many people - myself included - had to reenter email settings after the iOS7 update.

  • 11gR1 - using SOAP_CLIENT as protocol to connect to worklist service fails

    Hi,
    We are trying to use the SOAP_CLIENT protocol to connect to the BPEL worklist service using a standalone java application.
    The code to connect is:
    IWorkflowServiceClient wfSvcClient = null;
    IWorkflowContext wfCtx = null;
    Map<CONNECTION_PROPERTY,String> properties = new HashMap<CONNECTION_PROPERTY,String>();
    properties.put(CONNECTION_PROPERTY.SOAP_END_POINT_ROOT,"http://localhost:8001");
    properties.put(CONNECTION_PROPERTY.SOAP_IDENTITY_PROPAGATION,"non-saml");
    //properties.put(CONNECTION_PROPERTY.SECURITY_POLICY_URI,"oracle/wss10_saml_token_client_policy");
    //properties.put(CONNECTION_PROPERTY.MANAGEMENT_POLICY_URI,"oracle/log_policy");
    //wfSvcClient = WorkflowServiceClientFactory.getWorkflowServiceClient(WorkflowServiceClientFactory.SOAP_CLIENT);
    wfSvcClient = WorkflowServiceClientFactory.getWorkflowServiceClient(WorkflowServiceClientFactory.SOAP_CLIENT,properties,null);
    ITaskQueryService querySvc = wfSvcClient.getTaskQueryService();
    try {
    wfCtx = querySvc.authenticate("weblogic","welcome1".toCharArray(),null);
    } catch (WorkflowException wfe) {
    System.out.println(wfe);
    We receive the following error:
    \oracle.jps_11.1.1\jps-ee.jar;C:\oracle\Middleware\jdeveloper\modules\oracle.jps_11.1.1\jps-internal.jar;C:\oracle\Middleware\jdeveloper\modules\oracle.jps_11.1.1\jps-unsupported-api.jar;C:\oracle\Middleware\jdeveloper\modules\oracle.jps_11.1.1\jacc-spi.jar;C:\oracle\Middleware\jdeveloper\modules\oracle.pki_11.1.1\oraclepki.jar;C:\oracle\Middleware\jdeveloper\modules\oracle.osdt_11.1.1\osdt_core.jar;C:\oracle\Middleware\jdeveloper\modules\oracle.osdt_11.1.1\osdt_cert.jar;C:\oracle\Middleware\jdeveloper\modules\oracle.osdt_11.1.1\osdt_xmlsec.jar;C:\oracle\Middleware\jdeveloper\modules\oracle.iau_11.1.1\fmw_audit.jar;C:\oracle\Middleware\modules\javax.security.jacc_1.0.0.0_1-1.jar;C:\oracle\Middleware\jdeveloper\modules\oracle.idm_11.1.1\identitystore.jar;C:\oracle\Middleware\jdeveloper\modules\oracle.adf.share_11.1.1\adf-share-support.jar;C:\oracle\Middleware\jdeveloper\modules\oracle.adf.share.ca_11.1.1\adf-share-ca.jar;C:\oracle\Middleware\jdeveloper\modules\oracle.adf.share.ca_11.1.1\adf-share-base.jar;C:\oracle\Middleware\jdeveloper\modules\oracle.xdk_11.1.0\xmlparserv2.jar;C:\oracle\Middleware\modules\javax.activation_1.1.0.0_1-1.jar worklistclientproj.WorklistClient
    21-Aug-2009 7:10:46 PM oracle.security.jps.internal.config.xml.XmlConfigurationFactory initDefaultConfiguration
    SEVERE: java.io.FileNotFoundException: C:\JDeveloper\mywork\TestWorklistClientApp\WorklistClientProj\.\config\jps-config.xml (The system cannot find the path specified)
    SEVERE: WSM-09004 Component auditing cannot be initialized.
    SEVERE: WSM-09004 Component auditing cannot be initialized.
    INFO: WSMAgent is initialized for category=management, function=agent.function.client, topologyNodePath=/wls/default/EJBs/default/COMPONENTs/default/WEBSERVICECLIENTs/TaskQueryService/PORTs/TaskQueryServicePort/INTERCEPTORs/, isJ2EE=false
    SEVERE: java.io.FileNotFoundException: C:\JDeveloper\mywork\TestWorklistClientApp\WorklistClientProj\.\config\jps-config.xml (The system cannot find the path specified)
    SEVERE: WSM-09004 Component auditing cannot be initialized.
    SEVERE: WSM-09004 Component auditing cannot be initialized.
    INFO: WSMAgent is initialized for category=security, function=agent.function.client, topologyNodePath=/wls/default/EJBs/default/COMPONENTs/default/WEBSERVICECLIENTs/TaskQueryService/PORTs/TaskQueryServicePort/INTERCEPTORs/, isJ2EE=false
    Exception in thread "main" oracle.bpel.services.workflow.client.WorkflowServiceClientException: oracle.bpel.services.workflow.client.WorkflowServiceClientException: java.lang.NullPointerException
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.getTaskDetailsById(AbstractDOMTaskQueryServiceClient.java:564)
         at worklistclientproj.WorklistClient.main(WorklistClient.java:43)
    Caused by: oracle.bpel.services.workflow.client.WorkflowServiceClientException: java.lang.NullPointerException
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:212)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.getTaskDetailsById(TaskQueryServiceSOAPClient.java:318)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.getTaskDetailsById(AbstractDOMTaskQueryServiceClient.java:556)
         ... 1 more
    Caused by: java.lang.NullPointerException
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:206)
         ... 3 more
    Process exited with exit code 1.
    Has anyone else successfully connected to the BPEL worklist service using the client APIs using the SOAP_CLIENT protocol?

    Fixed it.
    Came down to a mistake in the Group/Secret.
    Finally realized that I had mis-interpretted where the VPN Group was configured.
    Thought I had made the Group = CiscoVPN
    by looking at
    crypto isakmp key CiscoVPN address 0.0.0.0 0.0.0.0
    But really the Group = EZVPN
    Can see this at
    crypto isakmp client configuration group EZVPN
    The
    %CRYPTO-6-IKMP_MODE_FAILURE: Processing of Aggressive mode failed with peer at 97.83.99.146
    message ended up being a simple mismatch of the Phase 1 Group/Secret combination.

  • Adobe Connect Enterprise Server service fails at startup

    New to Adobe forums so please excuse if this is not the correct place for this topic.  I am attempting to migrate database content from a production DB to a test DB and make it accessable by the test server.  I did successfully tranfer all table records using SSIS but overwrote some of the server specific records.  I also copied the "content" folder over to the test server as well.  I went back and manually adjusted the records to reflect the test servers configuration but the service never fully starts and begins to restart repeatedly.  I did restart the DB instance, Adobe and Flash services, and finally restarted the OS with no luck.  The following exception is being generated:        
    Exception occurred in startup.
    [05-26 08:47:56] brze (c) <status code="too-much-data"/>
    [05-26 08:47:56] brze (c) com.macromedia.airspeed.StatusException$TooMuchData: <status code="too-much-data"/>
    [05-26 08:47:56] brze (c) at com.macromedia.airspeed.Rows.getRow(Rows.java:57)
    [05-26 08:47:56] brze (c) at com.macromedia.airspeed.db.DBStatement.getRow(DBStatement.java:238)
    [05-26 08:47:56] brze (c) at com.macromedia.airspeed.dal.DAL.registerHost(DAL.java:270)
    [05-26 08:47:56] brze (c) at com.macromedia.airspeed.main.Main.run(Main.java:385)
    Would appreciate any pointers before I scrap the DB and go through a restore.  Oh, yes the test server was functioning before I migrated the content.
    Thanks

    Unfortunately, that was one of the first things we verified and increased to 10 gig and then 100 gig with no change.  Ultimately, the error/issue was caused by improper login information (userID and password).  Once this was aligned, the services started without issue.  So, the error message was not meaningful.   Now we have other issues related to content corruption/DB synch but that will require a new thread.
    Thanks for the advice,
    Lee

Maybe you are looking for