Schedule a report with custom datasource cause "failed to open connection"

Dear all,
      I have a BOE enterprise Xi 3.1 SP 2.3 running on a RED Hat Enterprise kernel 5.3 with tomcat as web server. I have a report design with crystal report designer. The report default use JDBC as connection to Oracle 11g database. If I select to "Use original database logon information from the report" I can schedule the report and a success instance returned. If I select "Use custom database logon information specified here" and the custom driver inputted "crdb_jdbc". I can not schedule a report and obtain a success instance. It throw "Failed to open connection. {Report Name}"
I have add the Oracle 11g JDBC driver (ojdbc5.jar) to the classpath in bobje/java/CRConfig.xml.
Anything I have missed, Please advice.
Gabriel.

Please help

Similar Messages

  • JRC bug: apostrophe in string parameter passed to Crystal Report with Command datasource to SQL Server

    Post Author: nl11087
    CA Forum: JAVA
    A single quote/apostrophe in string parameter passed to a Crystal Report with Command datasource connecting to a SQL Server database, using sqljdbc driver does not escape the special character correctly. When doing a preview in the Crystal Reports IDE it allows you to escape the input parameter as expected and work correctly, but through the JRC component it fails. For string parameters without special sql server characters I experience no problems at all. When replacing the Command with a direct table there is also no problem.
    Reproduction:
    1. create a database db1, create a table table1 with a String type column col1.
    2. Create new report Report1.rpt, create a connection to above, Add Command using 'SELECT col1, col2, col3 FROM table1 WHERE col1 = '{?Par1}' . Add a parameter field Par1 : String
    3. In your java stand alone application using JRC add the parameter Par1 with a value "Jon Doe's Value" containing a single apostrophe. Export to PDF. (I also tried MSWord and this failed too, similar behavior). Additionally, in another test try to replaceAll("'","''") to escape it, preventing the code to break, but now it does not retrieve the expected row anymore and you end up with an empty report.
    Exception StackTrace:
    com.crystaldecisions.reports.exportinterface.exceptions.ExportException: JDBC Error: Incorrect syntax near 's'.
    at com.crystaldecisions.reports.formatter.a.c.if(Unknown Source)
    at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)
    at com.businessobjects.reports.sdk.b.b.int(Unknown Source)
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at com.crystaldecisions.reports.sdk.PrintOutputController.export(Unknown Source)
    Caused by: com.crystaldecisions.reports.formatter.formatter.c: JDBC Error: Incorrect syntax near 's'.
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.bv.<init>(Unknown Source)
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.bv.if(Unknown Source)
    at com.crystaldecisions.reports.formatter.formatter.e.l.<init>(Unknown Source)
    at com.crystaldecisions.reports.formatter.formatter.e.p.<init>(Unknown Source)
    at com.crystaldecisions.reports.formatter.formatter.e.p.a(Unknown Source)
    at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)
    ... 17 more
    Caused by: com.crystaldecisions.reports.dataengine.be: JDBC Error: Incorrect syntax near 's'.
    at com.crystaldecisions.reports.dataengine.n.else(Unknown Source)
    at com.crystaldecisions.reports.dataengine.n.nr(Unknown Source)
    at com.crystaldecisions.reports.dataengine.n.bn(Unknown Source)
    at com.crystaldecisions.reports.dataengine.n.bp(Unknown Source)
    at com.crystaldecisions.reports.dataengine.n.else(Unknown Source)
    at com.crystaldecisions.reports.dataengine.s.a(Unknown Source)
    at com.crystaldecisions.reports.dataengine.bk.a(Unknown Source)
    at com.crystaldecisions.reports.dataengine.bk.aa(Unknown Source)
    at com.crystaldecisions.reports.dataengine.bk.<init>(Unknown Source)
    at com.crystaldecisions.reports.dataengine.bk.<init>(Unknown Source)
    at com.crystaldecisions.reports.dataengine.bk.<init>(Unknown Source)
    at com.crystaldecisions.reports.dataengine.bk.a(Unknown Source)
    ... 23 more
    Caused by: com.crystaldecisions.reports.reportdefinition.datainterface.n: JDBC Error: Incorrect syntax near 's'.
    at com.crystaldecisions.reports.reportdefinition.datainterface.p.a(Unknown Source)
    ... 35 more
    Caused by: com.crystaldecisions.reports.queryengine.driverImpl.m: JDBC Error: Incorrect syntax near 's'.
    at com.crystaldecisions.reports.queryengine.driverImpl.o.eC(Unknown Source)
    at com.crystaldecisions.reports.queryengine.driverImpl.o.if(Unknown Source)
    at com.crystaldecisions.reports.queryengine.ap.ea(Unknown Source)
    at com.crystaldecisions.reports.queryengine.ap.h(Unknown Source)
    at com.crystaldecisions.reports.queryengine.ap.dV(Unknown Source)
    at com.crystaldecisions.reports.queryengine.ax.if(Unknown Source)
    at com.crystaldecisions.reports.queryengine.bc.if(Unknown Source)
    at com.crystaldecisions.reports.queryengine.bc.do(Unknown Source)
    at com.crystaldecisions.reports.queryengine.bc.do(Unknown Source)
    at com.crystaldecisions.reports.queryengine.ae.cy(Unknown Source)
    at com.crystaldecisions.reports.queryengine.ae.cz(Unknown Source)
    at com.crystaldecisions.reports.queryengine.b1.bc(Unknown Source)
    ... 36 more
    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near 's'.
    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown Source)
    at com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement$StatementExecutionRequest.executeStatement(Unknown Source)
    at com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(Unknown Source)
    ... 48 more
    - JRCAgent3 detected an exception: An error occured while exporting the report
    at com.businessobjects.reports.sdk.b.b.int(Unknown Source)
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at com.crystaldecisions.reports.sdk.PrintOutputController.export(Unknown Source)

    Post Author: nl11087
    CA Forum: JAVA
    A single quote/apostrophe in string parameter passed to a Crystal Report with Command datasource connecting to a SQL Server database, using sqljdbc driver does not escape the special character correctly. When doing a preview in the Crystal Reports IDE it allows you to escape the input parameter as expected and work correctly, but through the JRC component it fails. For string parameters without special sql server characters I experience no problems at all. When replacing the Command with a direct table there is also no problem.
    Reproduction:
    1. create a database db1, create a table table1 with a String type column col1.
    2. Create new report Report1.rpt, create a connection to above, Add Command using 'SELECT col1, col2, col3 FROM table1 WHERE col1 = '{?Par1}' . Add a parameter field Par1 : String
    3. In your java stand alone application using JRC add the parameter Par1 with a value "Jon Doe's Value" containing a single apostrophe. Export to PDF. (I also tried MSWord and this failed too, similar behavior). Additionally, in another test try to replaceAll("'","''") to escape it, preventing the code to break, but now it does not retrieve the expected row anymore and you end up with an empty report.
    Exception StackTrace:
    com.crystaldecisions.reports.exportinterface.exceptions.ExportException: JDBC Error: Incorrect syntax near 's'.
    at com.crystaldecisions.reports.formatter.a.c.if(Unknown Source)
    at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)
    at com.businessobjects.reports.sdk.b.b.int(Unknown Source)
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at com.crystaldecisions.reports.sdk.PrintOutputController.export(Unknown Source)
    Caused by: com.crystaldecisions.reports.formatter.formatter.c: JDBC Error: Incorrect syntax near 's'.
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.bv.<init>(Unknown Source)
    at com.crystaldecisions.reports.formatter.formatter.objectformatter.bv.if(Unknown Source)
    at com.crystaldecisions.reports.formatter.formatter.e.l.<init>(Unknown Source)
    at com.crystaldecisions.reports.formatter.formatter.e.p.<init>(Unknown Source)
    at com.crystaldecisions.reports.formatter.formatter.e.p.a(Unknown Source)
    at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)
    ... 17 more
    Caused by: com.crystaldecisions.reports.dataengine.be: JDBC Error: Incorrect syntax near 's'.
    at com.crystaldecisions.reports.dataengine.n.else(Unknown Source)
    at com.crystaldecisions.reports.dataengine.n.nr(Unknown Source)
    at com.crystaldecisions.reports.dataengine.n.bn(Unknown Source)
    at com.crystaldecisions.reports.dataengine.n.bp(Unknown Source)
    at com.crystaldecisions.reports.dataengine.n.else(Unknown Source)
    at com.crystaldecisions.reports.dataengine.s.a(Unknown Source)
    at com.crystaldecisions.reports.dataengine.bk.a(Unknown Source)
    at com.crystaldecisions.reports.dataengine.bk.aa(Unknown Source)
    at com.crystaldecisions.reports.dataengine.bk.<init>(Unknown Source)
    at com.crystaldecisions.reports.dataengine.bk.<init>(Unknown Source)
    at com.crystaldecisions.reports.dataengine.bk.<init>(Unknown Source)
    at com.crystaldecisions.reports.dataengine.bk.a(Unknown Source)
    ... 23 more
    Caused by: com.crystaldecisions.reports.reportdefinition.datainterface.n: JDBC Error: Incorrect syntax near 's'.
    at com.crystaldecisions.reports.reportdefinition.datainterface.p.a(Unknown Source)
    ... 35 more
    Caused by: com.crystaldecisions.reports.queryengine.driverImpl.m: JDBC Error: Incorrect syntax near 's'.
    at com.crystaldecisions.reports.queryengine.driverImpl.o.eC(Unknown Source)
    at com.crystaldecisions.reports.queryengine.driverImpl.o.if(Unknown Source)
    at com.crystaldecisions.reports.queryengine.ap.ea(Unknown Source)
    at com.crystaldecisions.reports.queryengine.ap.h(Unknown Source)
    at com.crystaldecisions.reports.queryengine.ap.dV(Unknown Source)
    at com.crystaldecisions.reports.queryengine.ax.if(Unknown Source)
    at com.crystaldecisions.reports.queryengine.bc.if(Unknown Source)
    at com.crystaldecisions.reports.queryengine.bc.do(Unknown Source)
    at com.crystaldecisions.reports.queryengine.bc.do(Unknown Source)
    at com.crystaldecisions.reports.queryengine.ae.cy(Unknown Source)
    at com.crystaldecisions.reports.queryengine.ae.cz(Unknown Source)
    at com.crystaldecisions.reports.queryengine.b1.bc(Unknown Source)
    ... 36 more
    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near 's'.
    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown Source)
    at com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement$StatementExecutionRequest.executeStatement(Unknown Source)
    at com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(Unknown Source)
    ... 48 more
    - JRCAgent3 detected an exception: An error occured while exporting the report
    at com.businessobjects.reports.sdk.b.b.int(Unknown Source)
    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at com.crystaldecisions.reports.sdk.PrintOutputController.export(Unknown Source)

  • Problem scheduling webi reports with XI3.1 pending forever

    Hello,
    I've got a problem scheduling webi reports with XI3.1 scheduler.
    After confiming scheduling job (loggin in with "administrator" user), status remains "pending" forever(using Infoview or CMC).
    I tried different job recurrence a modalities (attachment formats, destination user etc).
    I also try to add (-javaArgs "Xmx900m,Xincgc,server") wich is the SAP solution found on its portal but it does not work.
    I use BO XI 3.1 in Windows 2003 server, after the install I reduced the maximum memory of Java in the tomcat 5.5.2 server from 1024 to 512 because the server never started with the initial size.
    Please I need Help.
    thanks in advance,
    Samy

    Hi,
    Below SAP solution found found in BOB Forum.
    I applied this solution and now everything works fine !!
    I just add  this -javaArgs "Xmx900m,Xincgc,server"  in the command line of the server
    Hope this helps:
    Symptom
    Scheduled WebIntelligence reports remain stuck in 'pending' status after installing Microsoft windows patches of April 2009. Restarting the Adaptive Job Server, Central Management Server or Server Intelligence Agent has no effect.
    The Event Viewer logs show the following entry: Unable to start the sub-process (Job Server Child). Cause : Couldn't get IJob interface or writing IAudit: Pipe exception. Reason: jobserverchild (WebIJavaSchedulingService ReplicationSchedulingService, 0, Timeout waiting for Child [4716] to register ([120]seconds).
    Reproducing the Issue
    Install Business Objects Enterprise XI 3.x on a French Windows 2003 SP2 32bits server
    Install the following Microsoft windows update patches of April 2009:
    KB923561, KB925336, KB952004, KB956572, KB959426, KB960225, KB960803, KB961373, KB967715
    Schedule a WebIntelligence report
    The report remains in Pending status
    Business Objects Enterprise XI 3.1
    Windows 2003 SP2 32bit (French)
    Microsoft windows patches of April 2009
    Cause
    With Microsoft windows patches of April 2009, the maximum Heap Size for java processes has been reduced to under 1000MB.
    Resolution
    Apply the following steps to fix the issue:
    Launch the Central Management Console
    Select Servers
    Right click on <server_name>.Adaptive Job Server and select Properties
    Add the switch -javaArgs "Xmx900m,Xincgc,server" in the command line of the server
    Click on Save and Close
    Restart the <server_name>.Adaptive Job Server
    Regards .
    Sam.
    Edited by: samouber on Aug 21, 2009 2:54 PM

  • HOW to schedule a report with Bi Pulisher

    Hi,
    im trying to schedule a report with bip , the report already exist and it' s OK, but when i schedule it and enter the nessary input data, no output is displayed, what can I do to generate a weekly report in local folder, i don't want to add dilevery destination??
    thanks for your help

    is there anyone can help me?

  • Report with custom layout - formatting conditions

    Hi,
    There's a report with custom layout. What I need is to format some cells depending on the data they contain(like different background color). There's a tab named "Formatting Conditions" which should be meant for doing this and it works perfectly when report has tabular layout. But nothing happens in case of custom layout. Should this be done then in the "Report Layout Editor" and with Javascript? Portal version is 3.0.9.8.0.
    Thanks in advance,
    Madis

    Hi,
    Some condtions like background color do not work in custom mode reports. This is because in case of custom reports the table html is specified by the user and the report renderer has no control over it.
    Hope this helps.
    Sunil.

  • Conditional Scheduling of report with Prompt values

    Hi All,
    My requirement is that I select some values in the dashboard prompt and get the report. Is there any methodlogy to schedule that report with having data in report according to
    set prompt values on the fly that is dynamically.
    We can a link below the report to schedule it but how can we pass the condition parameters? Please help.

    Hi Kishore,
    Thanks very much for the reply. It answers one part of the question.
    I am thinking to put a text property or button below the report and is it possible to attach the report values with current prompt selection and the request is attached to the in delivery content section which means user need not pick up the delivery content only he has to schedule current report only by clicking the link or button? Can I have script for that.
    To make it simple If I am the user I would like to see following:
    1. I go to dashboard page and select the prompt and get the report result.
    2. I have link or button below to schedule.
    3. I press the button I go to delivers section.
    4. I have current report attached to the delivery content with default selection or current selection.
    5. I modify other parameters and schedule.
    Please help me.

  • When iam loading multiple datatargets with single datasource request failed

    when iam loading multiple datatargets with single datasource request failed
    i want to delete the  bad request at a time in all datatargets

    Hi Neeraj,
    The only thing you can do is go in to theMonitor screen of that IP and select the datatargets from the Monitor screen.In the next screen you can see all the targets included in the IP at the top.But the only bad thing is you have to manually delete the Bad request only from each target.
    Regards
    Sandeep

  • Error in Crystal report( built  on Universe) preview in CMC - Failed to load DB credentials or Failed to open Connection

    Hi,
          I created a Crystal Report (CR XI r2) using Universe and database is Db2.
         My report is working fine in Crystal report ,.But when i am uploading this report (Save AS ->enterprise) to repository ,and then trying to preview this report from CMC/Infoview,it throws error "Failed to load DB credentials  "or sometimes it throws" Failed to open Connection" .
    I have given DB user credentials correctly and used both option "prompt user for DB logo" as well as "use same database logon" .
    I am not sure why it is throwing this error.I checked both "Bo server machine as well as Client machine ,both  are having DB2 cleint installed and configured.
    Is this an issue with Service Packs ?
    As my machine configuration is -
         BO Client - BO XI R2 RTM + SP1+SP2
         BO Server (Linux) - BO XI R2 RTM
    If anybody faces the same issue ,please share the solution with me,as it is very urgent .
    Thanks
    Nitin

    Hello,
    Thank you for your post.
    Based on your description, your issue is out of support of VS General Question forum which mainly discusses
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    I suggest that you can consult your issue directly on SAP Crystal Reports:
    http://scn.sap.com/community/crystal-reports/content?filterID=content~objecttype~objecttype[thread]
      for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • BIEE Scheduler error - Failed to open connection to SMTP Server

    I get the following error while runing an iBot.
    nQSError: 75003 Failed to open connection to SMTP Server. Delivery to same user's Dashboard works fine. Warning is as shown below. Any help is greatly appreaciated. This is for internal customer.
    ==============================================
    Eventually succeeded, but encountered and resolved errors...
    Number of skipped recipients: 2 of 5
    +++ ThreadID: 1264 : 2009-06-17 16:57:31.246
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 1264 : 2009-06-17 16:57:31.246
    iBotID: /users/administrator/_ibots/Open Issue Alert
    ...Trying SMTP Delivery loop again
    +++ ThreadID: 1264 : 2009-06-17 16:57:31.246
    ... Sleeping for 5 seconds.
    +++ ThreadID: 115c : 2009-06-17 16:57:31.637
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 115c : 2009-06-17 16:57:31.637
    iBotID: /users/administrator/_ibots/Open Issue Alert
    ...Trying SMTP Delivery loop again
    +++ ThreadID: 115c : 2009-06-17 16:57:31.637
    ... Sleeping for 3 seconds.
    +++ ThreadID: 115c : 2009-06-17 16:58:16.602
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 115c : 2009-06-17 16:58:16.602
    iBotID: /users/administrator/_ibots/Open Issue Alert
    ...Trying SMTP Delivery loop again
    +++ ThreadID: 115c : 2009-06-17 16:58:16.602
    ... Sleeping for 5 seconds.
    +++ ThreadID: 1264 : 2009-06-17 16:58:18.414
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 1264 : 2009-06-17 16:58:18.414
    iBotID: /users/administrator/_ibots/Open Issue Alert
    ...Trying SMTP Delivery loop again
    +++ ThreadID: 1264 : 2009-06-17 16:58:18.414
    ... Sleeping for 8 seconds.
    +++ ThreadID: 115c : 2009-06-17 16:59:03.614
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 115c : 2009-06-17 16:59:03.614
    iBotID: /users/administrator/_ibots/Open Issue Alert
    ...Trying SMTP Delivery loop again
    +++ ThreadID: 115c : 2009-06-17 16:59:03.614
    ... Sleeping for 8 seconds.
    +++ ThreadID: 1264 : 2009-06-17 16:59:08.644
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 1264 : 2009-06-17 16:59:08.644
    iBotID: /users/administrator/_ibots/Open Issue Alert
    ...Trying SMTP Delivery loop again
    +++ ThreadID: 1264 : 2009-06-17 16:59:08.644
    ... Sleeping for 6 seconds.
    +++ ThreadID: 115c : 2009-06-17 16:59:53.859
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 115c : 2009-06-17 16:59:53.859
    iBotID: /users/administrator/_ibots/Open Issue Alert
    Exceeded number of delivery retries.
    +++ ThreadID: 1264 : 2009-06-17 16:59:56.687
    iBotID: /users/administrator/_ibots/Open Issue Alert
    [nQSError: 75003] Failed to open connection to SMTP Server.
    +++ ThreadID: 1264 : 2009-06-17 16:59:56.687
    iBotID: /users/administrator/_ibots/Open Issue Alert
    Exceeded number of delivery retries.

    You have a problem with your smtp parameters. Verify them. Here an article to see how you can do with telnet.
    http://gerardnico.com/wiki/smtp_telnet
    And here an article when you are sure of the parameters to configure delivers :
    http://gerardnico.com/wiki/dat/obiee/bi_scheduler/obiee_scheduler_configuration_mail
    Success
    Nico

  • When my iPhone 4S (with ios7) experiences a failed call while connected to my Bluetooth hands free in my car(screen locked) the failed call appears on the locked screen, as it should, then when I unlock the phone it automatically redials the failed call,

    When my iPhone 4S (with ios7) experiences a failed call while connected to my Bluetooth hands free in my car(screen locked) the failed call appears on the locked screen, as it should, the problem arises whenever I unlock the phone, it automatically redials the last failed call, it doesn't do this with missed calls that are on the locked screen, if any. It is really annoying as sometimes the phone doesn't respond to attempts to end the call before it connects to the number. I then have to explain that it was my phone and not me, I look like an idiot, which I don't really need any extra help with!! Does anyone have any ideas? I don't want to stop missed call from showing in the locked screen but it might be associated with the failed calls and therefore be the only resolution

    I have had the same issue which was driving me mad but think I have just found a way around it. In iOS 7 if you swipe up on the lock screen to access quick settings and go into timer then click the home button you get into the phone without calling the person back. Not a great 'fix' but hope it works for you. Come on Apple this isn't good enough, fix this bug otherwise you will lose your customers.

  • I have just upgraded to Windows 8 and my scyning and upgrading my phone with new apple software fails, Itunes looses connection with the device (phone), cant backup the phone or download new software, is this an issues with Windows 8?

    I have just upgraded to Windows 8 and my scyning and upgrading my phone with new apple software fails, Itunes looses connection with the device (phone), cant backup the phone or download new software, is this an issues with Windows

    Hi, stig2013. 
    I would recommend the steps in the article below.  See the section labeled Verify that the Apple Mobile Device USB Driver is installed > For Windows Vista, Windows 7, and Windows 8 > Update the Apple Mobile Device Driver.
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    If you are receiving an error message, find the exact error number that you recieved in the article below and process the steps. 
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
    This error occurs when the device unexpectedly loses its USB connection with iTunes. This can occur if you manually disconnect the device during the restore process. You can resolve this issue by using USB troubleshooting, using a different Dock Connector or Lightning Connector to USB cable, trying another USB port, restoring on another computer, or by eliminating conflicts from third-party security software.
    Cheers,
    Jason H. 

  • InfoView - Error when opening a report ("Failed to open connection")

    Hellow everybody!
    > I created a crystal report using Crystal Reports 2008.
    > The report was designed to connect to a mysql database.
    > In Crystal Reports 2008, the report works fine, but when I try to open it in InfoView, the error bellow appears:
    "Failed to open connection"
    The BO XI3.0 is intalled in a windows 2003 server.
    The odbc driver is installed and configured on the server (I test the connection and it is working fine).
    I don't know what the problem is.
    anyone have any idea about what might be happening?

    The DB is on the server machine.
    When I said I created a connection in the CMC, I did it by creating a connection using the Designer tool:
    II went in the Designer tool and I've just created the connection, but I not drawn any universe since my report does not use a universe (in CR the report directly connects to the database).
    I do not know if this is a correct procedure.
    Edited by: Gisele Machado Souza on Apr 12, 2010 10:19 PM

  • Failed to open connection error message on Crystal Server

    I have recently upgraded my desktop to Windows 7.  Crystal Reports XI Developer works fine on this new system as it did on my earlier Vista system.  I can create and run reports with no problems on each of these system using Developer.
    The problem I am experiencing is this:  when I publish, using the Publishing Wizard, a report on my Crystal Server using my Windows 7 system, the report does not work.  Instead, the error message: 'Failed to open connection' appears from Crystal Report Viewer.
    If I open the same report using my Developer license on my old Vista machine and then re-save it, I can publish it to my CR Server and it runs successfully.
    ODBC is used on all systems and all appear to be  32 bit versions, albeit different version numbers.
    This problem can be repeated with any of the many reports currently in use.

    HI Don,
    Let's see if I understand what you're saying:
    When a report is created on a legacy desktop in CR Developer, the ODBC connection on that computer works with direct access to the SQL Server 2008 on my Windows Server 2003 R2 system.  I can then also publish these using the Publishing Wizard to the CRS these same reports and they run successfully; no connection issues, works great.
    However, when a report is created on my 64 bit Windows 7 desktop in CR Developer, the ODBC connection on that computer also works well with direct access to the SQL Server 2008 on my Windows Server 2003 R2 system.  BUT, when I then publish these using the Publishing Wizard to the CRS these same reports do NOT successfully connect to the database and that is when I get the Crystal Viewer message about the connection failed.
    So, I would assume then that Crystal Server on my Windows Server 2003 system is similar enough to older MDAC criteria on legacy systems but different enough my Win7 desktop to introduce the problem even though Developer on that same Win7 system works fine directly against the SQL DB.
    If this is all correct, then I either need a legacy MDAC to work on my Win7 system, or an updated MDAC\WDAC for Crystal Server to use.
    By the way, I'm using ODBC and here are some details from the Component Checker:
    Server:
                 MDAC 2.8 SP2 on Windows Server 2003 SP2
    Desktops:
                 MDAC 2.8 SP1 on Windows XP SP3 - on an XP machine that works fine
                 UNKNOWN on Vista (but it works fine with CRS)
                 UNKNOWN on Windows 7 - (doesn't work with CRS - must be a different UNKNOWN than on Vista)
    Thanks for your assistance as this is rather important -
    Bob.

  • Failed to update table name (location): Failed to open connection.

    Folks,
    ENV : SQL Server 2005, CR 2008 SP3, Windows Server 2003
    All the reports are working fine except for 4 of them. All of them demonstrate the same symptoms.
    Failed to print/preview report with the error 'A Crystal Reports job failed: Failed to update table name (location): Failed to open connection. Failed to open connection. COA.rpt
    All the reports use OLE DB connection. I have verified the the DB Connection Information. It's the same across all the rpt files.
    Please help.
    Regards,
    Balaji K

    Hi,
    Additional Info:
    CR 2008 SP3 is called by an application using .net. The Application passes a couple of parameters to the CR report. I'm able to preview the report. All the reports use the same set of parameters.
    Balaji K

  • Scheduling Crystal Report in BO Enterprise -- running Failed with an error

    Hi all,
           I have scheduled a crystal reprt which is published in BO Enterprise. I have scheduled such that it should run right now. when i choose schedule, in the History screen of that particular Report Document, it  is showing the status as Failed.
           I cecked the Instance Details of that particular instance in History Screen, it is giving me this error message:
    " Error in File ~tmp1f905fddf0fb274.rpt: Unable to connect: incorrect log on parameters ".
           I have choose ' set to null ' to all parameters in the Parameteers Screnn while scheduling, as all the parameters are optional.
    Please suggest how to go ahead with this error. I am new to BO Enterprise, I have to schedule crystal report in the Enterprise.
    Thanks in advance !

    hey i got this error resolved by giving server details in Data Base Configuration screen.

Maybe you are looking for

  • Erasing video downloads

    i have downloaded a tv series and transfered to my ipod video.the memory on my hard drive is full.can i erase the file on my computer and still keep it on my ipod even when it updates and the video is no longer in my library.

  • Script logic : determine the content of a variable according to a IF test

    Hello experts, I have the following need in a script logic determine the content of a variable according to a IF test For example I tried : *WHEN %ENTITY% *IS "CH20","CH30","ES10" *SELECT(%ENTITYPBPD%, "[ID]", "ENTITYCC", "[ID] = '%ENTITYCC_SET%_PBPD

  • WSRP and File Uploads

    Hello, I am using BEA 8.1 SP4. I am trying to find out the status of being able to do file uploads in portlets being displayed remotely. I have a JSR-168 portlet which simply does a file upload to the server. The JSP page that renders the content con

  • My new Nano won't show all the album artwork when playing

    When i'm listening to music on the nano, some album artworks will show and others won't. All my songs on iTunes have artwork so i don't understand why they won't show up on the iPod. This isn't a drastc problem, just really gay. If anyone knows how t

  • Extending CRM and Form Builder

    Is it correct in what I am seeing that the CRM froms generated from the Extend CRM Database are not hot swapable within the form builder? Unlike all the standard fields and custom generated fields within the form builder which can be moved around, it