Connection to License server is not authenticated

I restored a clients databas on my laptop, but when I attempt to log in I get the above mentioned error. I can log in succesfully into other databases on my machine, but not onto this specific database. The license server is running, the License name and ports are set, SQL2005 sa login is succesfull. Please help.

Hi Izak,
Does the database name contain a '&' sign? If it does, could you please try restoring the database with a name that does not contain the '&' sign.
When the database name is forwarded to the licence service in an XML format and there are certain characters which are not allowed to be in an XML:                                                
> < & ' " \
The database name must not include such characters and this is what causes the error message you are receiving.                                                                               
In order to solve this issue, please follow the steps below:                                                                               
1. Detach DB, check datafile.mdf and logfile_log.log for special signs. If necessary rename.
2. Attach it again. Make sure no special sign e.g. like "&" are used for the name of DB as well
hope it helps,
Regards,
Ladislav

Similar Messages

  • Connection to Licence Server fails - not authenticated

    System:
    SAP B1 2007A PL42
    SAP Client, SAP Server and SAP Service Manager are running on my local computer.
    Service Manager and Licenze Server are running.
    Try to login as manger to a client database in SAP B1.
    The login fails with error message "Connection to Licence Server is not authenticated" ("Verbindung zu Lizenz Server ist nicht authentifiziert!").
    Login to other client databases installed in the same system without any problem.
    Thank you for your help!
    Frank Romeni

    Hi Frank,
    Does the database name contain a '&' sign? If it does, could you please try restoring the database with a name that does not contain the '&' sign.
    When the database name is forwarded to the licence service in an XML format and there are certain characters which are not allowed to be in an XML: > < & ' " \                                                             
    The database name must not include such characters and this is what causes the error message you are receiving.                                                                               
    In order to solve this issue, please follow the steps below:                                                                               
    1. Detach DB, check datafile.mdf and logfile_log.log for special signs. If necessary rename.
    2. Attach it again. Make sure no special sign e.g. like "&" are used for the name of DB as well
    hope it helps,
    Regards,
    Ladislav
    SAP Business One Forum Team

  • The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required.

     try
                    MailMessage mail = new MailMessage();
                    SmtpClient SmtpServer = new SmtpClient("smtp.gmail.com");
                    mail.From = new MailAddress("[email protected]");
                    mail.To.Add("[email protected]");
                    mail.Subject = "Test Mail..!!!!";
                    mail.Body = "mail with attachment";
                    System.Net.Mail.Attachment attachment;
                    attachment = new System.Net.Mail.Attachment(@"C:\Attachment.txt");
                    mail.Attachments.Add(attachment);
                    SmtpServer.Port = 587;
                    SmtpServer.UseDefaultCredentials = true;
                    SmtpServer.Credentials = new System.Net.NetworkCredential("userid", "Password");
                    SmtpServer.EnableSsl = true;
                    SmtpServer.Send(mail);
    Catch(Exception exception)
    When i m run this part of code it throw an Ecxeption                                                          
            Given Below is the Error.. 
        The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required.
    Bikky Kumar

     try
                    MailMessage mail = new MailMessage();
                    SmtpClient SmtpServer = new SmtpClient("smtp.gmail.com");
                    mail.From = new MailAddress("[email protected]");
                    mail.To.Add("[email protected]");
                    mail.Subject = "Test Mail..!!!!";
                    mail.Body = "mail with attachment";
                    System.Net.Mail.Attachment attachment;
                    attachment = new System.Net.Mail.Attachment(@"C:\Attachment.txt");
                    mail.Attachments.Add(attachment);
                    SmtpServer.Port = 587;
    SmtpServer.UseDefaultCredentials = true;    ///Set it to false, or remove this line
                    SmtpServer.Credentials = new System.Net.NetworkCredential("userid", "Password");
                    SmtpServer.EnableSsl = true;
                    SmtpServer.Send(mail);
    Catch(Exception exception)
    Given Below is the Error..      The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required.
    Solution:
    The error might occur due to following cases.
    case 1: when the password is wrong
    case 2: when you try to login from some App
    case 3: when you try to login from the domain other than your time zone/domain/computer (This
    is the case in most of scenarios when sending mail from code)
    There is a solution for each
    solution for case 1: Enter the correct password.
    Recomended: solution for case 2: go to
    security settings at the following link https://www.google.com/settings/security/lesssecureapps and
    enable less secure apps . So that you will be able to login from all apps.
    solution 1 for case 3: (This might be helpful) you need to review the activity. but reviewing the activity will not be helpful due to latest security
    standards the link will not be useful. So try the below case.
    solution 2 for case 3: If you have hosted your code somewhere on production server and if you have access to the production server, than take remote
    desktop connection to the production server and try to login once from the browser of the production server. This will add exception for login to google and you will be allowed to login from code.
    But what if you don't have access to the production server. try
    the solution 3
    solution 3 for case 3: You have to enable
    login from other timezone / ip for your google account.
    to do this follow the link https://g.co/allowaccess and
    allow access by clicking the continue button.
    And that's it. Here you go. Now you will be able to login from any of the computer and by any means of app to your google account.
    Regards,
    Nabeel Arif

  • 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

  • Issues connecting to License Server after ServerTools upgrade 8.8

    Hi
    To run a preUpgrade Check I needed to upgrade the ServerTools from 2007 to 8.8.
    Since this upgrade I can not connect to the License Server anymore.
    Does somebody have an idea what could be wrong? I removed and reinstalled it twice and I do have a new license file.
    The upgrader also shows me the COMMON grayed out and I con not run the Check either. I assume this is for the same reason.
    Thanks
    Franz

    Hi Franz,
    After upgrading the server tools with the Upgrade Wizard, the License Server is not started automatically. This issue is documented in a SAP Note [1488839|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1488839]. In order to resolve this issue please start License Manager after the upgrade.
    The 2nd issue (The upgrader also shows me the COMMON grayed out) is described in SAP Note [1433019|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1433019].
    In order to resolve this issue please upgrade your environment either to 8.8 PL10 or to 8.8 PL12.
    hope it helps,
    Regards,
    Ladislav Meszaros
    SAP Business One Forum Team

  • Connection to license server exceeded timeout

    While user login to SAP Business One, the sytem freeze after user fill in correct User ID and Password and press OK. Sometime, we will get the following error message
    "Connection to license server exceeded timeout Message 60070-16"
    while other time it just continue freezed until we terminated it.
    It only happens in 1 client pc while other client pcs takes longer than usual time to get connected to license server. After fill in the login information, system takes around 30 seconds before display Main Menu.
    I'm using SBO 2007A SP01 PL08 Hot Fix 1, so I think the SAP Note 1311510 is not relevant to my problem. I posted this message as a reply to Kapil's message Re: License Server Error but does not get any reply, so I create a new thread.
    Can anyone give me any clue? The client is using Windows XP Professional 2002 SP3.

    Hi Lee
    i want to  tell u one thing is ur server running with license
    is ur system is client machine or server machine
    if ur system is client machine it has to work bcoz ur server is running if ur server is not running then client will not run .
    "Actually what the error u got indicates License has been expired so import the license and run ur system.
    Regards
    Jenny

  • 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

  • Error "Connection Failed The server may not exist or is not operational..."

    This is just FYI in case somebody else runs across this. On one user account, an error window would pop up every so often that said:
    Connection Failed
    The server may not exist or it is not operational at this time. Check the server name or IP address and try again.
    It turns out that the problem was caused by Screen Saver. The error popped up whenever screen saver tried to launch. On the problem account I had the "Pictures" folder selected for the screen saver, and apparently there must be an alias in that folder pointing to something on a remote server, because as soon as I go to System Preferences and open the Screen Saver panel, I get the error.
    It has been driving me crazy for months but finally I thought to look in Console, where I saw the error "afp_mount[5045] CFLog (0): CFMessagePort: bootstrap_register(): failed 1103 (0x44f), port = 0x2d03, name = 'com.apple.afp_mount.ServiceProvider'"
    Searching for that error led me to the Macosxhints forum at http://forums.macosxhints.com/archive/index.php/t-53209.html where a user had posted the same problem. Changing to a different screen saver or a different folder for pictures resolved the issue.
    PowerMac G5   Mac OS X (10.4.6)  
    PowerMac G5   Mac OS X (10.4.6)  

    Welcome to discussions leffjay. Good one. Cheers.

  • I can not update Quick Time.  I get the message "a connection with the server could not be established"  I AM connected to the internet.  I have purchased QuickTime pro but can not get it uploaded.  Help.

    I have purchased Quick Time Pro and received my key.  I am told to go to QuickTime settings to update and I do not have Quick Time in my control panel.
    When I bring up QuickTime and click Help to Update I am told that a connection to the server could not be made due to either the server being down or my computer not having an internet connection.  I am connected to the internet so I know that is not the problem.
    How do I update my Quick Time player from 7.7.2 to QuickTime Pro that I have purchased?

    Launch the QuickTime Player and go "Edit > Preferences > Register", as per the following screenshot:
    ... that should get you through to the Register Tab in your QuickTime Control Panel.

  • Can't Create a Data Source - Failed to test connection. [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied

    Hi there,
    I am having a serious issue with The Power BI Data Management Gateway which I am hoping that someone can help me with.
    Basically I am setting a connection between a Power BI demo site and a SQL 2012 Database based on Azure. The Data Management Gateway and is up and running, and Power BI has managed to connect to it successfuly.
    By following the tutorials at
    here I was able to successful create my Data Connection Gateway with a self-signed certificate.
    However, when trying to create the data source I come into problems. The Data Source Manager manages to successfully resolve the hostname, as per the screenshot below:
    Bear in mind that I exposed the require ports in Azure as endpoints and I managed to modify my hosts file on my local machine so I could access the SQL server hosted in Azure using its internal name -- otherwise I would not be able to get this far.
    However the creation of the data source also fails when trying to created it whilst logged in the SQL server in question:
    The Data Source Manager returns the error when using the Microsoft OLE DB Provider for SQL Server:
    Failed to test connection. [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied
    I tried using the SQL Server Native Client 11.0 instead but I also get an error. This time the error is:
    Failed to test connection. Login timeout expiredA network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.Named Pipes Provider: Could not open a connection to SQL Server [53]. 
    Some considerations
    If I provide an invalid username/password, the Data Source Manager does say that the username and password is incorrect.
    Firewall is turned off in the SQL Server (either way, this error also happens if I try top use the Data Source Manager whilst logged in the SQL Server itself).
    SQL Profiler does not show any attempt of connection.
    The SQL server instance in question is the default one.
    The error happens regardless if I select the option to encrypt connection or not.
    In SQL Configuration manager I can see that all protocols are enabled (TCP/IP, Named Pipes and Shared Memory.
    The Event Viewer does not provide any further errors than the one I have copied in this post.
    I'm at a loss here. Could someone please advise what might I be doing wrong?
    Regards,
    P.

    Here is what I had to do to solve this issue:
    Basically I had to add the MSSQL TCP/IP port as an end-point in Azure. After I did that, then I was able to create the data-source. However, I was only able to authenticate with a SQL account, as any domain account would return me an error saying that the
    domain isn't trusted.
    What puzzles me here is how come the Data Source Manager would inform me that an account username/password was invalid, but it would fail/timeout if I provided valid credentials (!?!?!!?)

  • [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.

    I using SQL 2000 on Server 2012 in named instance. when i connect locally, it's ok, but when try to connect from network it generates error [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.

    Hi Sayed Abdul Latif,
    As other post, SQL Server 2000 was out of support since April,2013. You can try to install SQL Server 2005 or later version. In addition, since the issue regards SQL Server Data Access. I will help you post the question in the related forums. It is appropriate
    and more experts will assist you.
    According to your description, you can only connect to SQL Server locally, I recommend you check if the TCP/IP and Named Pipes are enabled in SQL Server Configuration Manager. And the SQL Server is set to allow remote connection. Then restart the SQL Service
    and check if you can connect to SQL Server remotely.
    Additionally, we also need to verify if the SQL Server named instance is in a cluster, and connect to it by using the "servername\instancename" syntax, then you receive the above error message. If yes, you have to hardcode the TCP port or the Named Pipe
    of the SQL Server named instance. For more information, you can review the following article.http://support.microsoft.com/kb/888228/en-us
    Thanks,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Logon Error:[DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not exist

    Hi,
    Getting following error while trying to connect MySQL server to the MDM Import manager.
    logon Error:[DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not exist or access denied
      i have supplied the following paramter values.
    Type : SQL server
    Remote System : MDM
    DBMS server : localhost 
    Database Name : testing
    user: < MySQL user name>
    password : < MySQL password>
    pls let me know how can i solve this problem.
    thanks

    Refer the blog
    /people/rupesh.kumar4/blog/2008/08/20/how-to-integrate-mdm-with-mysql-server-50
    thanks
    Rupesh

  • OLE DB or ODBC error: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied

    Hi,
    I have one client and one server.  In both hosts I created an OS-user named User1.
    The user have been given various role under the prefix SQLServer2005.
    The default instance of SQL Server and instance (background-process) of
    Analysis Service are also run under User1.
    I connected via Management Studio to Analysis Service directly in the
    server.  I set the permission to access Analysis Service to Everyone. 
    This means everyone should be able to use Analysis Service.  I have set
    ODBC data source to the server.  Testing was successful.
    I created a project to create a cube.  The tables are fairly small (total 300 MB, biggest one 290).
    On project setting (created at client) I set the server host as
    deployment target. I managed to deploy project when all I have are Data
    Source and Data Source Views.
    But on deployment I always failed.   The errors remain the same, begins with
    OLE DB error: OLE DB or ODBC error: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.; 08001.
    I have tried 4 combinations of Impersonation :
    (A) Use a specific username and password
      * in which I supply User1 and the password of User1
    (B) Use the service account
    (C) Use the credentials of the current user
    (D) Default
    Why is this? The server does certainly exist.  I think the error message is wrong.
    I have seen 3 posting that seems related.  One of them say the solution is giving the right impersonation, but gave no detail.  About the privilege, User1 are granted the role of
    SQLServer2005MSOLAP.  What is the solution?
    Thank you,
    Bernaridho

    I just had this problem and solved it by creating an alias in SQL Server Configuration Manager, as below:
    Scenario: My SQL server is accessible from the internet under my.domain.com, and from itself at ServerName. But the local network can't see itself through the router at my.domain.com, so the deployed project is unable to process the cube, since that would
    require Analysis Services to be able to see the SQL Server at my.domain.com, which it can't do.
    So I changed the server in my project from my.domain.com to ServerName, and I created a local alias to ServerName in SQL Server Configuration Manager, under SQL Native Client 11.0 Configuration, Aliases. In my case, I pointed it to localhost port 1333, and
    used SSH -L 1333:my.domain.com:1433, but I could have pointed the alias directly to the server, just as well. (Verifying... yes, that worked too, so you can forget SSH if you have no interest in it.)

  • 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

Maybe you are looking for