Unable to connect to XL Reporter. Error! Server communication failed!

Hi Experts,
I am receiving the following error when starting XL Report in SAP
The VB Application identified by the event source logged this Application XL Reporter: Thread ID: 4232 ,Logged: Server sap01
The connect information provided in MetaInfo.xml is wrong.
(Please contact the administrator to run ChangeDbPassword)
Details: ixOpen - Microsoft OLE DB Provider for SQL Server (-2147217843)
Login failed for user 'sa'.
Can't connect to database Provider=SQLOLEDB.1;Data Source='sap01';Initial Catalog='SBO-COMMON';User ID='sa';Password=*****
SYSTEM INFORMATION:
>>SAP 2007A SP01 PL06
>>Windows XP SP3, Windows 7, Windows Server 2003 R2 >> happens on all machines
>>SQL Server 2005
>>.NET 1.1 & .NET 2.1 installed
>>MDAC 2.8 SP1 installed
THINGS I TRIED:
>>Changed sa login through XL Reporter ConnectionManager utility
     --sa password works to get into SQL Server Management studio. As a test, I changed it back and fort to see if that makes a difference, but had no luck.
>>Made sure that SAP is logged into the actual server name (not local, also using sa login and not trusted connection)
>>Reinstalled SAP Client, SAP DI API, cleaned local temp folder %temp%
>>XRDBV table has SBOOEM in the Partner column
>>used SAP cleanup utility to delete bad entries from the  registry (did this as a part of a reinstall process) >> based on SAP Note 1287193
Any ideas???
Thanks You!!!
Edited by: Stefan Genzor on Apr 13, 2011 12:56 AM

Hi Stefan,
We are having the same issue with a customer who has moved to a new terminal server environment. We cannot get the users to connect to the DB from there, but SAP is connecting with no issues.
We have exactly the same message & have run through the same steps.
Did you manage to get this resolved, and can you remeber how?
Thanks

Similar Messages

  • XL REPORTER - Unable to connect to XL Reporter

    Hello,
    When I Try to start XL Reporter in a TSE Session on a MS Windows Server 2008 - 64 bits Machine,
    I get the message :
    Unable to connect to XL Reporter
    Error ! Server Communication Failed
    Cause : Error! Unable to get document
    Type 36
    I am on
    SAP Business One 2007A PL 42
    MS SQL Server 2005
    MS Office 2003
    Framework .NET : 1.0, 1.1, 2.0, 3.0, 3.5
    Framework 64 .NET : 2.0, 3.0, 3.5
    ConnectionManager in the folder
    C:\Program Files (x86)\SAP\SAP Business One\AddOns\XLR\XLReporter
    seems to be OK [but in fact, I get no acknowledge]
    I have read some of this forums post
    But saw no 64 bit issues
    on a "similar" machine I have no problem
    Anybody can suggest me another trick ?
    A check list ?
    Thanking you in advance.
    JB

    I have the same problem connecting to XL reporter on client machines.
    "Unable to connect to XL Reporter. Error! Server communication failed!"
    The event log has the message:
    The VB Application identified by the event source logged this Application XL Reporter: Thread ID: 3512 ,Logged: Server SQL
    The connect information provided in MetaInfo.xml is wrong.
    (Please contact the administrator to run ChangeDbPassword)
    Details: IXAppServices (91)
    Object variable or With block variable not set
    SAPB1 2007A PL 49 running on Windows XP with all .Net Framework installations
    SQL 2008 running on a Windows 2008 Server 64-bit
    When I try to run the ConnectionMnager.exe I get the message "Invalid Logon Information".
    Server Name, user and password are all OK.

  • Help to resolve Unable to connect to XL reporter user authentication

    I upgraded business one 2007 from PL 11 to PL42 on SQL Server 2000. I have 7 companies and only one of them has a problem loading XL reporter. I first get a sql script executor - execution result screen with what looks like errors in a script that has lines taht refer to OADM. then it gives a message when I X out of it'
    'Unable to connect to XL reporter
    Error! User authentication failed!
    Cause: ExitCode -1'
    then I get the sql script executor again, X out, and then it asks to start with out the add-on.
    What is weird is that the SQL script message will come up after a while once I turn on the laptop
    and am doing other things, but have not gone into Business One yet.
    Any ideas as I am stumped.
    thanks,
    laura nesteriak
    Edited by: Laura Nesteriak on Oct 2, 2008 8:28 PM
    Edited by: Laura Nesteriak on Oct 9, 2008 9:57 PM
    support helped me resolve. the table xrdbv had a incorrect value in the PartnerDBV field. We updated the field and XL reporter then worked.

    my issue was that the partnerdbv was a different version than the B-one software. I have values in dobjver (1.8), parver(22.02), partner (SBOOEM) , and partnerdbv (see below) . the others are NULL.
    the values are version specific to the version of Business One and my partnerdbv was 800176 when my buiness one version was 800177. Once we changed parnerdbv to 800177, it worked. I didn't change it-support did with a webex session. good luck.

  • I am getting the error "Unable to connect to data warehouse management server" when I try to register it DWMS

    I have a Data Warehouse Server that appears to be functioning but is running System Center Service Manager 2010 (w/ out SP1), Also have a functioning Configuration Management Server with Reporting Services Point installed the is running System Center
    2012. Both systems are VM's running Windows Server 2008 R2 Enterprise w/ SP1 fully patched. Both systems are running SQL Server 2008 R2 as well. When I try to register the Data Warehouse Server via the GUI using the console or in Powershell it errors
    out. Particularly on the GUI with the error "Unable to connect to data warehouse management server". I can browse to it, ping it, get the configuration management reports to run and show my AD assets, etc... but it will not register the DWS. I have
    tried every suggestion TechNet has to offer and I am hitting a wall. Can someone please, please, please help!?!

    unplug modem and router and reboot.
    check setting for network, verify password.
    sign in.  Enter computer information.
    let me know if this works.

  • Unable to connect to the report server

    I have a problem with run_report_object to call a report within a form. I am using 9ias Rel 2 and report server on the same machine. The test.rdf report can be executed using the URL in the browser.
    I get the "Unable to connect to the report server" when I use the run_report_object in a form. Is it a configuration problem or is the code incorrrect?
    My code is as follows:
    Declare
    repid report_object;
    report_job_id VARCHAR2(200);
    PL_ID PARAMLIST;
    rep_status varchar2(100);
    Begin
    repid := FIND_REPORT_OBJECT('OP201P');
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_EXECUTION_MODE, BATCH);
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_DESTYPE, CACHE);
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_DESFORMAT,'pdf');
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_SERVER,'repsrv');
    PL_ID := CREATE_PARAMETER_LIST('TEMP');
    ADD_PARAMETER(pl_id, 'p_ref1', TEXT_PARAMETER,:toolbar.ref1 );
    ADD_PARAMETER(pl_id, 'p_ref2', TEXT_PARAMETER,:toolbar.ref2 );
    ADD_PARAMETER(pl_id, 'p_sort', TEXT_PARAMETER,:toolbar.p_sort );
    report_job_id := RUN_REPORT_OBJECT(repid, pl_id);
    rep_status := REPORT_OBJECT_STATUS(report_job_id);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')LOOP
    rep_status := REPORT_OBJECT_STATUS(report_job_id);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    Web.show_document('http://portal.domain_name.com:7778/getjobid='||
    substr(report_job_id,9) || '?server=repsrv', '_blank');
    ELSE
    message('Report failed with error message '|| rep_status);
    END IF;
    end;
    For the show_document, I have tried both ' .. getjobid='|| substr(report_job_id,9)' and
    ' .. getjobid'|| substr(report_job_id,9)' .
    Any help would be greatly appreciated.
    Thank You.
    Rgds
    Edwin

    Hi ,
    Did you check if TCP/IP is enabled for the SQL Server service.
    If Disable you may need to enable it.
    To resolve this error, you can either modify the connection string to use the server name or you can enable TCP/IP for the service. Follow these steps to enable TCP/IP:
    1) Start SQL Server Configuration Manager.
    2) Expand SQL Server Network Configuration.
    3) Select Protocols for MSSQLSERVER.
    4) Right-click TCP/IP, and select Enable.
    5) Select SQL Server Services.
    6) Right-click SQL Server (MSSQLSERVER), and select Restart.
    Also Check the below link.
    Hi ,
    Did you check if TCP/IP is enabled for the SQL Server service.
    If Disable you may need to enable it.
    To resolve this error, you can either modify the connection string to use the server name or you can enable TCP/IP for the service. Follow these steps to enable TCP/IP:
    1) Start SQL Server Configuration Manager.
    2) Expand SQL Server Network Configuration.
    3) Select Protocols for MSSQLSERVER.
    4) Right-click TCP/IP, and select Enable.
    5) Select SQL Server Services.
    6) Right-click SQL Server (MSSQLSERVER), and select Restart.
    Also Check the below link if doesn't work from above.
    http://msdn.microsoft.com/en-us/library/ms365170.aspx
    Regards, PS

  • Unable to connect to XL Reporter

    I have installed the XL Reporter addon and installed the software on
    the client machine. When I start XL Reporter I get the error
    message "Unable to connect to XL Reporter. Login failed for
    user 'xlruser'"
    When the XL Reporter was installing on the client I nominated the sa
    user and correct password.
    TCP/IP is enabled in the SQL Server Configuration Manager.
    The fixed asset addon is also installed and works perfectly.
    I have checked the DIAPI version and it matches the SAP B1 2005A Sp01 patch number 27.
    I have uninstalled and reinstalled XL Reporter several times.
    I have deleted the SM_OBS_DLL folder and tried to restart the addon.
    Still getting the same error message.
    Server is MS Server 2003 R2, Enterprise edition, SP1
    Database is SQL 2005
    Client machine is Windows XP SP2
    Any ideas anyone?

    I did have the same problem, after installing and re-installing i contacted SAP Support. They could only answer that my hardware configuration (i was running SAP BO on my notebook for pre-sales demo) was not supported. My configuration at that time was Windows XP home in combination of SQL Server 2005 Enterprise. After updrading to Windows XP Pro and SQL Server 2005 Standard the problem is solved.
    The add-on XL Reporter also creates a user in the SQL database and it makes some entries in the registry.
    I think for a good solution;
    1) look at the EES webex made by William Post.
    21.03.2007 - Troubleshooting XL Reporter by making a complete reinstall (using MSSQL 2005)
    2) if that does not help contact the SAP support.
    Kind regards
    Henk Tjassing

  • XL Reporter and SQLEXPRESS: unable to connect to XL Reporter

    I have installed B1, for demo purposes, on a Windows Vista Ultimate laptop and I am using MS SQL 2008 Express. I can connect to XL Reporter from the Add-on Manager, but when I try to open XL Reporter, I get the following error:
    Unable to connect to XL Reporter.
    Error! Server communication failed!
    Cause: Server DELL15
    The connect information provided in Metainfo.xml is wrong.
    (Please contact the administrator to run ChangeDBPassword)
    I have been through many posts and notes on related subjects, but none have helped. I have uninstalled, removed XL Reporter folder and .sbo files, and reinstalled and still no luck.
    I ran ConnectionManager.exe and the default DELL15 server with the admin userid and appropriate password does not work. When I change this to DELL15\SQLEXPRESS then I connect from within the ConnectionManager. But, when I try to start XL Reporter from the menu in Business One again, I get the same error. When I recheck the server that is in ConnectionManager.exe, it has been set back to DELL15. Is this value stored in a database somewhere that overwrites the data in the XML file?
    I appreciate any help you can give.

    Hi Alan,
    This fix is tried and tested for SAP 2007A so I am not sure if it will work with 8.8.
    To change the server in 8.8 -
    Go to your Server Tools, select the License Manager and click on Settings.
    Bottom Left is a new button called Configure Security
    Enter your B1SiteUser details
    This will then give you the option to change the server.
    If DELL15\SQLEXPRESS fails to get you any closer try .\SQLEXPRESS (note the full stop at the front).  Normally this is the Server you put in when logging into SAP on the database server and the client you put DELL15\SQLEXPRESS.
    Let me know if you still have issues.
    Thanks,
    Michelle

  • XRL Unable to connect to XL Reporter. Cause:Enable to get Document!

    Hi all,
    I make one upgrade from SAP 2005 to SAP 2007 PL47. Now I have one issue with XL Reporter. When i try to run XLR i have the following error.
    Unable to connect to XL Reporter.
    Error! Server communication Failed!
    Cause! Enable to get Document!
    Type:36
    Cause:The XML document must have one upper level.
    Someone can tell me what should have the file MetaInfo.xml, since I do not have any information in that file.
    I Wanted to solve this problem without having to make the upgrade to PL49.
    Best Regard.
    Luis Duarte.

    I already try with new windows user but the problem remains.
    I have to change the database in the server?
    The message is: Unable to get Document!
    XML Document must have a upper level!
    The only XML file that i have in the folder (MetaInfo.XML) don´t have any information.
    I think this file have the connection string to SQL.

  • Unable to connect to XL reporter. Metainfo.xml not found!

    I cannot open XLR in SAP. I have Excel 2003 and SAP 2007 PL 42. This is the error message I am getting:
    Unable to connect to XL reporter. Cause: Metainfo.xml not found! Please contact admin to fix the repository connection. Error! server communication failed.

    Hi
    Take a look at SAP note : 848646
    Also
    loook this thread for reference
    XL Reporter - Connection Error
    Hope this helps
    Bishal

  • Unable to connect to XL Reporter (Invalid use of Null)

    I am facing problem to connect to XL reporter (2007B, PL 15). Would appreciate if anybody who encountered similar problem before can give advise on the possible solution. Thank you.
    Unable to connect to XL Reporter.
    Error! User authentication failed!
    Cause: Invalid use of Null.

    I have done the recommendations on those threads, but now the error changed. Upon connecting the error message is:
    There was one or more execution errors!
    Source: Microsoft OLE DB Provider for SQL Server
    Message: Must declare the scalar variable "@strRow4AllCommonDimensions".
    Script: SBOOEM\MSSQL\ixPartnerObjects.sql(5710)
    (Logfile: DblUtilExec.Log)
    Then, the following error message is displayed:
    Unable to connect to XL Reporter.
    Error! User authentication failed!
    Cause: ExtCode -1
    I tried the ConnectionManager.exe but problem persists. If you have any other suggestions please let me know. Thank you.

  • CO28: Unable to connect to Siebel Gateway Name Server

    Hello.
    I'm trying to install Siebel on a WinXP machine to familiarize myself with the Case Management module from Siebel. I have tried many times, installing and uninstalling software. I keep getting this error message when configuring a new Enterprise. "CO28: Unable to connect to Siebel Gateway Name Server".
    I've shortened the hostname and removed dashes as prescribed in Siebel Bookshelf.
    I've always made sure the ODBC System DSN is working and authenticating correclty.
    Netstat shows gtwyns listening on 0.0.0.0:2320
    What am I missing?????

    Here's the log contents from sw_cfg_util.log:
    2021 2009-05-21 12:52:03 0000-00-00 00:00:00 -0700 00000000 001 003f 0001 09 sw_cfg_util 2992 1704 C:\sba8123\siebsrvr\log\sw_cfg_util.log 8.1.1 [21112] ENU
    GenericLog     GenericError     1     000000024a150bb0:0     2009-05-21 12:52:03     Error in transferring input values ,num of arrays incorrect 0, expected : 1
    GenericLog     GenericError     1     000000024a150bb0:0     2009-05-21 12:52:03     TransferInputsToValues returned error:3611539 to SetControlValues
    GenericLog     GenericError     1     0000031a4a150e34:0     2009-05-21 12:52:28     NSS - ErrCode 4597527 SysErr 0
    GenericLog     GenericError     1     0000031b4a150e34:0     2009-05-21 12:52:29     NSS - ErrCode 4597527 SysErr 0
    GenericLog     GenericError     1     0000031b4a150e34:0     2009-05-21 12:52:29     Validation failed : C028: Unable to connect to the Siebel Gateway Name Server 嗭粑୩୩୩୩୩୩୩
    GenericLog     GenericError     1     0000031b4a150e34:0     2009-05-21 12:52:29     ValidateFailed for Gateway Name Server TCP/IP Port, error : C028: Unable to connect to the Siebel Gateway Name Server 嗭粑୩୩୩୩୩୩୩
    GenericLog     GenericError     1     0000031b4a150e34:0     2009-05-21 13:18:49     Error in transferring input values ,num of arrays incorrect 0, expected : 1
    GenericLog     GenericError     1     0000031b4a150e34:0     2009-05-21 13:18:49     TransferInputsToValues returned error:3611539 to SetControlValues
    GenericLog     GenericError     1     0000031c4a150e34:0     2009-05-21 13:18:52     NSS - ErrCode 4597527 SysErr 0
    GenericLog     GenericError     1     0000031c4a150e34:0     2009-05-21 13:18:52     Validation failed : C028: Unable to connect to the Siebel Gateway Name Server 嗭粑୩୩୩୩୩୩୩
    GenericLog     GenericError     1     0000031c4a150e34:0     2009-05-21 13:18:52     ValidateFailed for Gateway Name Server TCP/IP Port, error : C028: Unable to connect to the Siebel Gateway Name Server 嗭粑୩୩୩୩୩୩୩

  • SCVMM 2012: Unable to connect to the VMM management server localhost:8100

    Hi everyone
    I have difficulties connecting with the Admin UI to the SCVMM server running on the same machine. This is the error message I see:
    Unable to connect to the VMM management server localhost. The Virtual Machine Manager service on that server did not respond.
    Verify that Virtual Machine Manager has been installed on the server and that the Virtual Machine Manager service is running.
    Then try to connect again. If the problem persists, restart the Virtual Machine Manager service.
    ID: 1602
    I checked that the service is running and checked with the Resource Monitor that vmmservice.exe is really listening on port 8100. The Resource Monitor also shows some traffic between itself, the service and the DC. But all traffic dies down after a few seconds,
    then nothing happens for a minute, then I get the above error message. The only SCVMM related entry in the eventlog is this (was logged when I manually tried restarting the service):
    Failed to stop service. System.NullReferenceException: Object reference not set to an instance of an object.
    at Microsoft.VirtualManager.Engine.VirtualManagerService.OnStop()
    at System.ServiceProcess.ServiceBase.DeferredStop()
    But I guess that entry is of no help. Other important things that might be relevant:
    This installation worked fine three months ago. Since then only the automatic updates were installed.
    DPM (the 2012 CTP for Win8) is installed on the same server.
    After it didn't work I installed SQL Server 2008 R2 SP1 (offered by Microsoft Update)
    SCVMM is part of a small test installation (~10 VMs or so), no valuable data, so there's no risk when messing around
    Control panel shows the version number 3.1.1042.0 for "Microsoft System Center 2012 Virtual Machine Manager".
    Is there anything else I could try? How can SCVMM stop to work, all by itself? Leaves a sour taste...
    Cheers,
    Simon

    When such odd behaviour occur, it is a good tip to start a VMM trace to see where things are actually going wrong. And suck files is interestin for MS support once the obvious things for errors, are eliminated out of the picture.
    VMM has dependencies such as SQL, permissions and service accounts. All of these variables does
    also have dependencies that should be verified. Verify that the account for the service does is not locked/expired pwd, that the SQL is up and running - and actually is working. There is a lot of logs to check in order to determine the root cause of
    this behaviour.
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

  • Unable to connect to XL Reporter - SBO 2007 A SP1

    Hi,
    when launching XL Reporter, i've got this message :
    Unable to connect to XL Reporter.
    Error! User authentication failed!
    Cause: String or binary data would be truncated.
    Thanks for your help
    Stéphane

    Hi Gordon,
    OK, i found out the issue.
    I was testing Excel Reporter onto a restore named :
    -> SBO_ALF_LB_PROD_08_01_2010-Full Database Backup_Version_2007
    Excel Reporter was not working with the message I sent you earlier.
    But doing the same with the same system renamed :
    -> SBO_ALF_LB_PROD_08_01_2010
    And Excel Reporter works fineu2026.
    SAP is a bit tricky, isn't it ?
    Stéphane

  • [Security:090314]Entitlement Engine unable to connect to the embedded LDAP server

              I rebuilt the server and I still can't start cluster server but got a different
              error message. Any thoughts? (Migrating from Weblogic 6.1 to 8.1)
              =============================================================================
              LD_LIBRARY_PATH is:
              /usr/openwin/lib
              /usr/dt/lib
              /usr/lib
              /usr/local/lib
              /export/opt/weblogic/8.1_SP2/weblogic81/server/lib/solaris
              /export/opt/weblogic/8.1_SP2/weblogic81/server/lib/solaris
              /export/opt/weblogic/8.1_SP2/weblogic81/server/lib/solaris/oci920_8
              /opt/rv/lib
              /bin/Solaris <not found>
              /opt/BPARun1.0_A0/lib
              =============================================================================
              CLASSPATH is:
              /export/opt/weblogic/8.1_SP2/weblogic81/server
              /opt/rv/java/rvjpro.jar
              /opt/rv/java/ssmbrvclient.jar
              /opt/rv/java/tibrvj.jar
              /export/opt/weblogic/8.1_SP2/weblogic81/server/lib/weblogic_sp.jar
              /export/opt/weblogic/8.1_SP2/weblogic81/server/lib/weblogic.jar
              /xenv/iona/sun4/5.x/6.0/asp/6.0/lib/asp-corba.jar
              /work2/gx80747/src/Orbix6_config/etc/domains/GFINetEnv
              :$
              at weblogic.security.service.RoleManager.<init>(RoleManager.java:98)
              at weblogic.security.service.SecurityServiceManagerDelegateImpl.doRole(SecurityServiceManagerDelegateImpl.jav
              a:512)
              at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(SecurityServiceManagerDelegat
              eImpl.java:408)
              at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(SecurityServiceManagerDelegateImpl.
              java:697)
              at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelega
              teImpl.java:730)
              at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl
              .java:873)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:719)
              at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:820)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
              at weblogic.Server.main(Server.java:32)
              Reason: weblogic.security.spi.ProviderInitializationException: [Security:090314]Entitlement
              Engine unable to connect
              to the embedded LDAP server
              Cannot instantiate weblogic.entitlement.data.ldap.EData
              null
              

              I rebuilt the server and I still can't start cluster server but got a different
              error message. Any thoughts? (Migrating from Weblogic 6.1 to 8.1)
              =============================================================================
              LD_LIBRARY_PATH is:
              /usr/openwin/lib
              /usr/dt/lib
              /usr/lib
              /usr/local/lib
              /export/opt/weblogic/8.1_SP2/weblogic81/server/lib/solaris
              /export/opt/weblogic/8.1_SP2/weblogic81/server/lib/solaris
              /export/opt/weblogic/8.1_SP2/weblogic81/server/lib/solaris/oci920_8
              /opt/rv/lib
              /bin/Solaris <not found>
              /opt/BPARun1.0_A0/lib
              =============================================================================
              CLASSPATH is:
              /export/opt/weblogic/8.1_SP2/weblogic81/server
              /opt/rv/java/rvjpro.jar
              /opt/rv/java/ssmbrvclient.jar
              /opt/rv/java/tibrvj.jar
              /export/opt/weblogic/8.1_SP2/weblogic81/server/lib/weblogic_sp.jar
              /export/opt/weblogic/8.1_SP2/weblogic81/server/lib/weblogic.jar
              /xenv/iona/sun4/5.x/6.0/asp/6.0/lib/asp-corba.jar
              /work2/gx80747/src/Orbix6_config/etc/domains/GFINetEnv
              :$
              at weblogic.security.service.RoleManager.<init>(RoleManager.java:98)
              at weblogic.security.service.SecurityServiceManagerDelegateImpl.doRole(SecurityServiceManagerDelegateImpl.jav
              a:512)
              at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(SecurityServiceManagerDelegat
              eImpl.java:408)
              at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(SecurityServiceManagerDelegateImpl.
              java:697)
              at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelega
              teImpl.java:730)
              at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl
              .java:873)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:719)
              at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:820)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
              at weblogic.Server.main(Server.java:32)
              Reason: weblogic.security.spi.ProviderInitializationException: [Security:090314]Entitlement
              Engine unable to connect
              to the embedded LDAP server
              Cannot instantiate weblogic.entitlement.data.ldap.EData
              null
              

  • Unable to connect to siebel gateway name server .

    unable to connect to siebel gateway name server .
    erro log:
    [TCPIP-client] failed to resolve hostname: siebel82 (err=852198 | Internal: gethostbyname_r ()failed with error. (%sysError))
    //1
    commonutil ValidateSiebelGateway sadmin password 192.168.0.82:2320 // return true
    commonutil ValidateSiebelGateway sadmin password siebel82:2320 // return false
    commonutil ValidateSiebelGateway sadmin password siebel82.cc:2320 // return false
    //2
    [oracle@siebel82]$ ping siebel82
    PING siebel82.cc (192.168.0.82) 56(84) bytes of data.
    64 bytes from siebel82.cc (192.168.0.82): icmp_seq=1 ttl=64 time=0.038 ms
    64 bytes from siebel82.cc (192.168.0.82): icmp_seq=2 ttl=64 time=0.050 ms
    //3
    [oracle@siebel82]$
    ping siebel82.cc
    PING siebel82.cc (192.168.0.82) 56(84) bytes of data.
    64 bytes from siebel82.cc (192.168.0.82): icmp_seq=1 ttl=64 time=0.036 ms
    64 bytes from siebel82.cc (192.168.0.82): icmp_seq=2 ttl=64 time=0.050 ms
    //4
    [oracle@siebel82]$ nslookup siebel82.cc
    Server:          192.168.0.82
    Address:     192.168.0.82#53
    Name:     siebel82.cc
    Address: 192.168.0.82
    //5
    [oracle@siebel82]$ nslookup siebel82.cc
    Server:          192.168.0.82
    Address:     192.168.0.82#53
    Name:     siebel82.cc
    Address: 192.168.0.82
    //6
    [oracle@siebel82 bin]$ uname -a
    Linux siebel82.cc 2.6.32-100.34.1.el6uek.x86_64 #1 SMP Wed May 25 17:46:45 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
    //7
    Installed Top-level Products (2):
    Siebel Enterprise Server 8.2.2.0.0
    Siebel Enterprise Server - enu 8.2.2.0.0
    Thank you for any tips.

    check the connect string in eapps.cfg

  • C028 unable to connect to siebel gateway name server while enterprise installation

    Dear All,
    I am getting this error while setting up an enterprise in the gateway server.The configuration wizard is failing with the error
    "C028 unable to connect to siebel gateway name server"
    Kindly request to assist, the server needs to be delivered on priority
    I checked the gateway..cfg this seems to be fine and the gateway server is up and running.
    The name server log says the following,but the username and password of sadmin is same as configured in DB
    2021 2014-09-04 15:14:20 0000-00-00 00:00:00 +0100 00000000 001 003f 0001 09 GtwyNS 19368 1081086784 /data/siebel/sia811/gtwysrvr/log/NameSrvr.log 8.1.1 [21111] ENU
    DBCLog DBCLogError 1 0000000254084ba8:0 2014-09-04 15:14:20 ㈵″㐴8쾈䃬쯌䀔꼄ࢂ쯌䀔쾨䃬ȁ䀇꼄ࢂ,
    GenericLog GenericError 1 0000000254084ba8:0 2014-09-04 15:14:20 (secmgr.cpp (2679) err=4597538 sys=0) SBL-SEC-10018: ㈵″㐴8쾈䃬쯌䀔꼄ࢂ쯌䀔쾨䃬ȁ䀇꼄ࢂ,
    GenericLog GenericError 1 0000000254084ba8:0 2014-09-04 15:14:20 (secmgr.cpp (2735) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    GenericLog GenericError 1 0000000254084ba8:0 2014-09-04 15:14:20 (client.cpp (309) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    SisnTcpIp SisnSockError 1 0000000254084ba8:0 2014-09-04 15:14:20 1089268624: [TCPIP-server] recv() failed for sd=-1 (err=9 | Bad file descriptor)
    SisnTcpIp SisnSockError 1 0000000254084ba8:0 2014-09-04 15:14:20 1089268624: [TCPIP-server] send() failed for sd=-1 (err=9 | Bad file descriptor)
    DBCLog DBCLogError 1 0000000354084ba8:0 2014-09-04 15:14:20 ㈵″㐴8
    GenericLog GenericError 1 0000000354084ba8:0 2014-09-04 15:14:20 (secmgr.cpp (2679) err=4597538 sys=0) SBL-SEC-10018: ㈵″㐴8
    GenericLog GenericError 1 0000000354084ba8:0 2014-09-04 15:14:20 (secmgr.cpp (2735) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    GenericLog GenericError 1 0000000354084ba8:0 2014-09-04 15:14:20 (client.cpp (309) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    SisnTcpIp SisnSockError 1 0000000354084ba8:0 2014-09-04 15:14:20 1104309136: [TCPIP-server] recv() failed for sd=-1 (err=9 | Bad file descriptor)
    SisnTcpIp SisnSockError 1 0000000354084ba8:0 2014-09-04 15:14:20 1104309136: [TCPIP-server] send() failed for sd=-1 (err=9 | Bad file descriptor)
    DBCLog DBCLogError 1 0000000454084ba8:0 2014-09-04 15:14:31 ㈵″㐴8
    GenericLog GenericError 1 0000000454084ba8:0 2014-09-04 15:14:31 (secmgr.cpp (2679) err=4597538 sys=0) SBL-SEC-10018: ㈵″㐴8
    GenericLog GenericError 1 0000000454084ba8:0 2014-09-04 15:14:31 (secmgr.cpp (2735) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    GenericLog GenericError 1 0000000454084ba8:0 2014-09-04 15:14:31 (client.cpp (309) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    SisnTcpIp SisnSockError 1 0000000454084ba8:0 2014-09-04 15:14:31 1104309136: [TCPIP-server] recv() failed for sd=-1 (err=9 | Bad file descriptor)
    SisnTcpIp SisnSockError 1 0000000454084ba8:0 2014-09-04 15:14:31 1104309136: [TCPIP-server] send() failed for sd=-1 (err=9 | Bad file descriptor)
    Please let me know what else can be checked.Kindly request all to assist me because this server needs to be delivered asap.Let me know if more details is required. Please assist.I checked multiple possibilities even re configuring the gateway server :-( :-( 
    Regards,
    Pramodh

    Hi,
    i have the same problem, i want to use different schemas on db, i have the schema siebel/sadmin and other schema siebelA/sadminA, i'm installing siebel on linux redhat 6.5, and when i'm on Siebel Server Configuration and i write the user and passw sadminA/sadminA i get the error c028 C028 unable to connect to siebel gateway name server, i made the test by sqlplus using sadminA/sadminA and is ok, i made the test configuring to the schema siebel/sadmin and pass, i need to change some for siebel can work with another schema? i'm new here and i dont know if is correct to write my question here.
    Thanks in advance
    I add my gateway.cfg
    [InfraNameServer]
    EnableAuditTrail = FALSE
    [InfraSecMgr]
    SecAdptName = DBSecAdpt
    SecAdptMode = DB
    [DBSecAdpt]
    DBSecAdpt_SecAdptDllName = sscfsadb
    DataSourceName = ServerDataSrc
    DBSecAdpt_PropagateChange = TRUE
    [DataSources]
    ServerDataSrc            = Server
    LDAPSecAdpt              = LDAP
    [ServerDataSrc]
    Docked                   = TRUE
    ConnectString            = DemoEnt_DSN
    TableOwner               = SIEBELA
    DLL                      = sscdo90
    SqlStyle                 = OracleCBO
    MaxCachedCursors         = 16
    MaxCachedDataSets        = 16
    ReverseFillThreshold     = 100
    FileSystem               = /u01/app/siebel81/gtwysrvr/fs
    GatewayAddress           = awsdemo:2320
    EnterpriseServer         = DemoEnt
    CurrentSQLID             = %SQLID%
    MaxCursorSize            = -1
    PrefetchSize             = -1
    ChartServer              = localhost:8001
    ChartImageFormat         = png
    [LDAPSecAdpt]
    SecAdptDllName              = sscfldap
    ServerName                  = $(FQDNName)
    Port                        = $(Port)
    BaseDN                      = $(BaseDN)
    SharedCredentialsDN         = $(SharedCredentialsDN)
    UsernameAttributeType       = $(UsernameAttributeType)
    PasswordAttributeType       = $(PasswordAttributeType)
    CredentialsAttributeType    = $(CredentialsAttributeType)
    RolesAttributeType          = $(RolesAttributeType)
    SslDatabase                 = $(SslDatabase)
    ApplicationUser             = $(ApplicationUser)
    ApplicationPassword         = $(ApplicationPassword)
    HashDBPwd                   = $(HashDBPwd)
    PropagateChange             = $(PropagateChange)
    CRC                         = $(CRC)
    SingleSignOn                = $(SingleSignOn)
    TrustToken                  = $(TrustToken)
    UseAdapterUsername          = $(UseAdapterUsername)
    SiebelUsernameAttributeType = $(SiebelUsernameAttributeType)

Maybe you are looking for

  • How Do I Hide My Real Life Name in Game Center?

    I have lots of Game Center friends. I have 2 that have somehow figured out how to hide their real life name. So instead of saying "Johnny Appleseed is ... UserName", it just says "UserName". How can I make this the same with my account? Thanks in adv

  • JDBC Adapter delivering error

    Dear All, When we send messages using JDBC, if any of them with error data and could not be executed successfully, the one appears in the status of 'delivering' for a long time, and all the following messages to be sent using JDBC will be blocked in

  • Different payment currencies 1 MOLGA

    different payment currencies 1MOLGA. Comp. Code 1001 with currency USD Comp. Code 1002 with currency INR Payroll for both companies should run in molga 40. Currently the system converts payroll for 1002 to USD because it selects the first company fro

  • MeetingPlace Express 2.1 Record Meeting issue

    Hi, I have a problem when I try to record a meeting. The error message is: "MeetingPlace Express failed to start recording, internal error." Any idea what's wrong?

  • Can I downgrade from Mountain Lion from a Macbook with Mountain Lion as the pre-installed OSx?

    I had to get a new Macbook during my last semester due to my 13" Macbook Pro dying on me. My new 15" Macbook Pro came with Mountain Lion on it and I am not a huge fan of it. I am wanting to revert to Lion if that is possible for my Macbook. I do have