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.

Similar Messages

  • 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

  • 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

  • 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

  • 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.

  • 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.

  • Unable to connect to XL Reporter.  Login failed for user 'xlruser'

    Hi,
    I have one user getting the following error when starting XLR in 2005:
    Unable to connect to XL Reporter.  Login failed for user 'xlruser'
    I have done a clean uninstall of XLR on the client but the message still appears on starting the add-on
    Greig

    Check this SAP Note: 847981 Unable to connect to XLR after installation
    [https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=847981]

  • Sharepoint Integrated SQL Reporting - Unable to connect to the server that is specified......

    This is driving me crazy.  I have Reporting services implemented on several sites in Sharepoint.  For some reason just one site refuses to work.  I see all the features are there.  I can create data sources. 
    When I try to create a report I get :
    "Unable to connect to the server that is specified in the URL,
    http://help.site.  Make sure that the server is running, the URL is correct, and you have permission to use the server"
    I'm using my domain admin account, I know know this works on every other site.  I know I haven't forgotten the general setup of the service. 
    The only difference is this site allows "anonymous" connections.  Has anyone heard of an issue about using anon and reporting services?  Either way I authenticate before I login but that doesn't have an effect.
    David Jenkins

    Thank you forums!!!!
    I found an existing thread. 
    http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/d815b9fb-3431-490d-bd51-e7e21fcb788e
    1) Opened up IIS
    2) Expanded my intranet folder
    3) Expanded _vti_bin
    4) Highlighted "ReportServer"
    5) Double Clicked on Authentication
    6) Disabled "Anonymous Access" to the reporting folder itself
    7) Opened report builder 3.0 and typed in http://intranet.company.com" BOOM instant connection :D
    David Jenkins

  • Error Starting XL Reporter - Unable to connect to SAP Business One DI API

    Hi Experts,
    I am getting the error message...
    Unable to connect to SAP Business One DI API
    [SAP Business One DI API]
    Internal error (-8006) occurred [131-183]
    ...when trying to start XL Reporter on one client PC.  Until today, it has been working OK.
    What needs to be done?
    Thanks
    Greig

    Hi Gordon,
    I thought that might be the answer.  Are there any set instructions for a 'clean' client uninstall?
    Thanks
    Greig

  • XL Reporter - Unable to connect to DI

    Hi, i have SAP Business One 2004 2B with patch level 40. I have installed XL Reporter version 6.70.01.00 and i have updated to 6.70.02.02. But when i open SAP B One appears the follow message.
    "Unable to connect to DI"
    Any advise for me?
    Thanks.
    Rafael Lima

    Yes, the DI API be installed at the client (PL40) but i cann't use data transfer workbench, appears the follow error.
    "Connection to server has failed
    Error Code: -2028"
    Note: If i install DI (PL00) i can registered XL Reporter but i cann't starting and it not create item in the menu Tools.
    Any advise for me?
    Thanks.
    Rafael

  • Unable to connect Forms and Report with Oracle 9i database

    Dear All
    Please help
    I have received the following message when i connect Developer 10G Report builder with oracle 9i database.
    scott/tiger@z
    REP-0501:Unable to connect to the specified database ORA-12154:TNS could not resolve service name.
    I have written the following text in tnsnames.ora file.
    # TNSNAMES.ORA Network Configuration File: E:\ora_10g\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    z =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = zkhan-dfml)(PORT = 1521))
    (CONNECT_DATA =
    (SID = dba)
    One more thing that i need to mention,I have also installed Oracle Report 6i and its connecting well.I have installed Oracle database in my own computer.
    Regards

    [email protected] wrote:
    Thanks for the reply,Now my tnsnames.ora file is look like this.
    z =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = zkhan-dfml)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = dba)
    but still facing the same error ,one more thing that i need to mention, I have 3 Oracle home.details are:
    for Oracle database 9i
    for report builder 6i
    for Developer 10G
    Kindly advise.Yes, you definately needed to mention that. That suggests you also have 3 $ORACLE_HOME/network/admin directories, each with its own tnsnames.ora file. So you need to make sure you are hitting the correct one. I'd pick one to be the controlling one and set the TNS_ADMIN enviornment variable to point to it.

  • Unable to connect to the report server error

    Hi all,
    I have formula.jsp file, in that i have all the parameters to connect with the Crystal Report server. I have Crystal Report Server 2008. While executing this jsp i got the following error,
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to connect to the server: 192.168.1.92. --- Connection refused: connect
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    javax.servlet.ServletException: Unable to connect to the server: 192.168.1.92. --- Connection refused: connect
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:843)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:776)
         org.apache.jsp.formula_jsp._jspService(formula_jsp.java:143)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Unable to connect to the server: 192.168.1.92. - Connection refused: connect-- Error code:-2147217387 Error code name:connectServer
         com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)
         com.crystaldecisions.proxy.remoteagent.TCPIPCommunicationAdapter.connect(Unknown Source)
         com.crystaldecisions.proxy.remoteagent.z.a(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportAppSession.int(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initialize(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ClientDocument.new(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.new(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         org.apache.jsp.formula_jsp._jspService(formula_jsp.java:93)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    But, in Crystal Report Server XI Relese 2, the formula.jsp file connecting with server and display the reports.
    Why it is not working for 2008 server alone? Please help for this. If you need the jsp i will update.
    Thanks,
    shiva

    Hi,
    We are facing a similar kind of issue, when trying to access/ view crystal report using JAVA sdks.
    Please find the below error:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Unable to connect to the server: Software caused connection abort: socket write error
    Error code:- 2147217387 Error code name: connectServer
    Please let us know if you were able to resolve this.
    Thanks in advance,
    Krishnam

Maybe you are looking for

  • Is there any way to re-instate an email sub accoun...

    Yesterday one of my email sub-accounts was compromised and 'deleted' from the yahoo mail server. The BT Techs suggested that I delete the reference to the sub-account on my 'Account' management page so that I could then re-instate the sub-account aft

  • HT5639 how to install bootcamp on windows 7 64 bit on late 2006 imac

    I ma trying to get Windows 2007 ultimate to install boot camp on my late 2006 24"CTO iMac. I am able to install the OS but when it come to install bootcamp it tells me that 64 bit is not supported on this machine. I need to be able to install it so a

  • How do you see your Ipod track list in Itunes 7???

    When you connect your Ipod to Itunes 7 all it shows is a summary page and not the track list. How to you see the tracks on your Ipod manually???

  • Please help me in writing a simple query....

    Hi, I want a single query to retrieve the data as shown below..... i have two tables master(id primary key, name); child( childid primary key, name, id) here id referes the master(id) let us say the data in the two tables like master id name 1 master

  • Max Date function by Group is not catching a Null Date

    I have a query that returns the MAX CLINICALDATE. It is worknig great except if their is no CLINCIALDATE then it doesn't bring that group back and it needs to. Thank you for your help. SELECT PERSON.MEDRECNO, MEDICATE.INSTRUCTIONS, PERSON.LASTNAME, P