ODBC error [Database vendor code: 10004]

I am attempting to link two tables within a remedy database.   the report works when I call a single table as data is returned.  As soon as I pull fields from the other table I encounter an error that I have listed above and no data is returned.  I have attempted to link the tables with a common field (Case ID) with a inner join relationship.  I have adjusted the join relationships between inner, Left and right.  I have also played with the Enforce Join and toggled between Not enforce, Enform From, Enforce to and Enforce both.  
I would be interested to know what I can do to successfully link these two tables and display content.

Please re-post if this is still an issue to the Data Connectivity - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

Similar Messages

  • Remedy v7 report error - Database Vendor code: 9055

    Post Author: worldfamous
    CA Forum: Data Connectivity and SQL
    Everyone,
    I am trying to run a report against our Remedy application using their ARDBC connection.  I get the following error:
    Database Connector Error: 'S000:[AR System ODBC Driver]Error:ARGetListEntryWithFields - Field ID is not related to this form [Database Vendor Code: 9055]'
    I know this is probably on the Remedy side of things but I thought I would try.

    Hi Kittu
    Check the following:
    1. If you have created the report using the same SQL server,  check if there have been any changes made to the database.click on Database menu -> Verify database.
    2. If you have created the report using any other SQL server databse, have you updated the report for the new database?
    3. Alos check the parameters(if you have any).
    4.Check the connectivity of the subreports.
    Hope it helps!!!!
    Regards
    Sourashree

  • Scheudle report error :[Database Vendor Code: 242 ]

    Dear all,
    I have set the schedule crystal reports in the BOE.report sometime will have error."Error in File ~tmp13ac634337c3e60.rpt: Failed to retrieve data from the database. Details: [Database Vendor Code: 242 ] "
    Would anybody tell me what porblem is going on and How to solve this issue.
    Regards

    search using Bing with this: "vendor code 242 :msdn" ( filters on microsoft MSDN site only )
    Again, it's Not a Crystal error code, we are just passing it through. You'll have to work with your DBA or your user for more info on what they are doing when they get the error.
    Thank you
    Don

  • DataDirect Netsuite adapter error - database vendor code : 405

    Hi CR Gurus,
    There was a Crystal Report developed for a client by someone else.I am having to maintain it.
    The report uses ODBC driver for connection and uses DataDirect netsuite adapter as a connection.
    I receive following error while trying to parse the query in command Object
    " Failed to retrieve data from the database.Details: S1000:[DataDirect][ODBC OpenAccess  SDK driver][OpenAccess SDK SQL Engine] Query Validation failed. ODBC does not support company/role mixing. error ticket# hsp5k2eme4h1m8308kdf[405]."
    This report was working as expected until 2 days back - by 9th March 2014. Nothing has changed at front-end or back-end of the report.
    Please Help!!!

    The message "Vendor code xxx" is coming from the database client, unmodified by the CR engine. E.g.; see if you can look up the error in your database documentation.
    Re:
    There was a Crystal Report developed for a client by someone else
    Are you running this report in the CR designer, or in an application from a 3rd party?
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Native Error: [Database Vendor Code: 12154]

    I am using vb.net 2005 with crystal 11 rel 2. Crystal uses oracle data provider for oracle db.
    I get this error while running report from the vb application. After this error I have to restart the application and error goes away. My tnsfile points to correct database. I have used same file while starting the application. My code uses same logon credentails for crystal login.
    This error does not occure all the time. It occurs only some time.

    Hello,
    Thank you for the new info. You did not mention your Oracle client was version 11.1.
    If you are also having issues within Crystal Reports itself I suggest you post this to the Report Design Forum. If it doesn't work in the designer it won't work in code either.
    So yes this is possibly an issue with Crystal. Oracle may simply say it's our problem but until our Developers have a look at the problem we can't say for sure.
    What you can do is post your question to the Design forum and see if this is a known issue. If it is and it has been tracked then you simply need to wait for the patch release. If it hasn't been tracked already I suggest you purchase a case on line to log this issue and get a dedicated support Engineer to work the case and escalate it with you. If R&D determines it is our problem then you'll get a refund for you case, if it turns out to be an Oracle issue then no refund.
    Before you do that though try creating a new report using either our Native Oracle driver, it shows up in the list as Oracle Server, or ODBC and see if you get the same errors. It may be that the OLE DB driver has problems, either Oracles or the CR OLE DB driver. It also helps determine which part is having issues.
    If you don't log the case then one of the SAP Report Design forum Moderators should be able to escalate the issue but it will have a lower priority than if you purchase a case.
    Let us know what you decide to do?
    Thank you
    Don

  • Error:Failed to retrieve data from database [Vendor Code:3001]

    Hello FOlks am trying to run a crystal report but when i try to run it somehow returns this error i.e [Error:Failed to retrieve data from database [Vendor Code:3001], I have no clue wats happening with this.Can anybody please throw some light on this.Am providing the sql behind this report for reference.
    SELECT "CLIENT"."CLIENT_NAME",
            "RECOVERY"."AMOUNT",
            "RECOVERY"."RECOVERY_TRANSACTION_INTERNAL",
            "RECOVERY"."ALLOCATION_CHECK_AMOUNT",
            "RECOVERY"."RECOVERY_DATE"
       FROM "HRI1_OWNER"."CLIENT""CLIENT",
            "HRI1_OWNER"."EVENT_CASE""EVENT_CASE",
            "HRI1_OWNER"."SETTLEMENT""SETTLEMENT",
            "HRI1_OWNER"."RECOVERY""RECOVERY"
      WHERE "CLIENT"."CLIENT_ID" = "EVENT_CASE"."CLIENT_ID"
        AND "EVENT_CASE"."EVENT_CASE_ID" = "SETTLEMENT"."EVENT_CASE_ID"
        AND "SETTLEMENT"."SETTLEMENT_ID" = "RECOVERY"."SETTLEMENT_ID"
        AND "CLIENT"."CLIENT_CODE" <> 'CLIENT  1'
        AND "CLIENT"."MAJOR_CLIENT_ID" in
            (Select major_client_id
               from major_client
              where major_client_code in ('LA', 'PFG'))
      ORDER BY "CLIENT"."CLIENT_NAME"Edited by: user11961230 on Nov 12, 2009 6:57 AM

    @oradba:Hi Thanks for getting bak. Well i have ran the query using PL/SQL Developer tool and yes its mapping to ORA-03001:unimplemented feature. i dont know what the problem is.
    @centinul: well i dont have any views in there.but still cudnt figure out why its throwing tht error
    Thanks
    Edited by: user11961230 on Nov 12, 2009 7:12 AM

  • Failed to open the connection - database vendor code 17

    I'm upgrading a VB.net Windows Forms application from 1.1 to 4.0.  In the reporting form, the list of reports you can choose are pulled from a folder where the .rpt files reside.  Once the user chooses a report and executes it, vb code populates the current database connection information and displays the report in the report viewer control.
    The following things are true:
    - Version 1.1 works on my systems and my customers systems
    - The code has not been changed, except that it now targets .Net 4.0 instead of 1.1
    - The exact same .rpt files are being used
    - Version 4.0 connects to the same database my customer is using, and I can run the reports just fine from here.
    - Version 4.0 is able to connect to the database just fine from my customers systems (using the same connection information provided to the report)
    - My customer installed this:  http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_2.zip
    The only problem is that my customer encounters this error when trying to run any report from his systems:
    Failed to open the connection.
    Details:  Database Vendor Code: 17
    Failed to open the connection.
    Orders.BOL.TaskDetail {393C9017-0ED1-4E1E-8824-E222F4B9D14C}.rpt
    Details:  Database Vendor Code: 17
    I read all of the articles I could find, and they either don't describe this exact situation, or there is insufficient information for troubleshooting this issue.  Are there steps that I've missed to make Crystal Reports for VS2010 work on my customer's systems?
    Your help is appreciated,
    Mark

    Hi Mark,
    More information required -
    - Does this happen with all reports or few?
    - What is the connection type used for the report to connect to the database (OLEDB,ODBC etc)
    - Are you changing the database at runtime?
    few things you could check
    - Check if the database is accaessible from the client machine with proper permissions / rights.
    - If its an ODBC connection check if the DSN with same name is created on the client machine.
    - Check the driver / provided used by the report to connect to the DB, verify that the same is installed on the client machine. (SQL NAtive client, SQL Server etc)
    Also take a look at below articles discussing the simillar issue.
    [CR for VS2010: Failed to Open Connection [Database Vendor Code: 17 ]|CR for VS2010: Failed to Open Connection [Database Vendor Code: 17 ]]
    [1474461 - Unknown Database Connector Error when connecting to a Dataset in a VS .NET application |http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333433373334333433363331%7D.do]
    Hope this helps,
    - Bhushan.

  • Failed to open the connection. Details: [Database Vendor Code: 53 ]

    I'm upgrading one of our applications from Visual Studio 2005 to 2010. In the process I'm also switching our reports to run using Stored Procedures instead of Tables/Views.  Everything runs fine on development machines after all the migration work.  On the server however, it does not work. And I am getting the error message ""
    Server is Windows 2003 Server 32 bit.  And yes, I have installed the latest runtimes version 13.0.2000.0 on the server.  There have been no other changes on the server other than to switch the target framework on the website in question from .net 2 to .net 4, and then to modify the web.config file to remove references to the older Crystal Reports and replace with references to the newer version.
    I've seen many other threads on this "failed to open the connection" errors but none of them are my problem except there is one post that remains unanswered where someone had the same Database Vendor Code 53.  I don't know what that error means, spent a considerable amount of time researching that before asking this question.
    Lastly, it appears that this error only happens when the report is pulling data from a Stored Procedure rather than Tables/Views.  If I re-copy the previous reports, they still work.
    The ODBC drivers haven't changed, nor should they. They are fully up to date on that server machine.
    I can't think of anything else that would be indicative of anything other than this is a bug.  Here is the error text as it shows up in the event log:
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 12/7/2011 3:49:50 PM
    Event time (UTC): 12/7/2011 11:49:50 PM
    Event ID: 38ce5b5487984e8aa8d2b84493d859a8
    Event sequence: 17
    Event occurrence: 1
    Event detail code: 0
    Application information:
        Application domain: /LM/W3SVC/739252194/Root-1-129677751941252500
        Trust level: Full
        Application Virtual Path: /
        Application Path: D:\Websites\ACE5\Clients\TST\
        Machine name: ACE1
    Process information:
        Process ID: 5436
        Process name: w3wp.exe
        Account name: NT AUTHORITY\NETWORK SERVICE
    Exception information:
        Exception type: InternalException
        Exception message: Failed to open the connection.
    Failed to open the connection.
    Details:  [Database Vendor Code: 53 ]
    Failed to open the connection.
    Details:  [Database Vendor Code: 53 ]
    Failed to open the connection.
    PackSlipTST0 {638463B4-2196-492A-BD6E-9D82CB1862D5}.rpt
       at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
       at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportOptions options)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToHttpResponse(ExportOptions options, HttpResponse response, Boolean asAttachment, String attachmentName)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToHttpResponse(ExportFormatType formatType, HttpResponse response, Boolean asAttachment, String attachmentName)
       at Distribution_PackingSlips_default.ExportPackingSlips(String CrystalReportPath, Boolean UseStoredProcedure)
       at Distribution_PackingSlips_default.Page_Load(Object sender, EventArgs e)
       at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
       at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
       at System.Web.UI.Control.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Failed to open the connection.
    Failed to open the connection.
    Details:  [Database Vendor Code: 53 ]
    Failed to open the connection.
    Details:  [Database Vendor Code: 53 ]
    Failed to open the connection.
    PackSlipTST0 {638463B4-2196-492A-BD6E-9D82CB1862D5}.rpt
       at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
       at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)

    Lots of great info here, except for the database; MS SQL? Oracle? Etc?
    Database Vendor Code 53 is an error code that the CR engine simply passes straight from the database it's self. E.g.; look at your database error code and you should be able to find a verbose description of the error.
    As a test, what happens if you add the report to your project and run it in the CR design part of the .NET IDE?
    - A quick google search of Error 53 (for MS SQL - an assumption) comes up with a number of good hits. E.g.;
    http://social.msdn.microsoft.com/Forums/en-AU/sqlgetstarted/thread/27684811-1a59-4273-b7ed-3cc990b4f20a
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]
    Edited by: Ludek Uher on Dec 8, 2011 6:31 AM

  • Failed to open the connection. Details: [Database Vendor Code: 12154].

    I have installed Crystal reports server 2008 VI on a Windows 2008 64bit OS. I have added SQL server and Oracle reports through CMC. I then installed Oracle 10g client 32bit on the server and created and tested the required DSNs using ODBC 32bit. All the testings are successfull.
    Now when I try to run my Oracle report through CMC it prompts for the parameters and when I enter them and click ok, gives me the following error:
    Failed to open the connection. Details: [Database Vendor Code: 12154].
    I have the same exact setup on a different server which has a 32 bit windows 2008 server OS and could run the same reports through CMC.
    Is there away to fix this in the 64 bit OS?
    I did a yahoo search and someone had a similar problem with Crystal RAS and Oracle.
    And there is mentions that this is an issue with 32 bit ODBC drivers on 64bit wondows OS.The parentheses in the default file location, C:\Program Files (x86), causes problems with the ODBC driver and the workarouns in re-installing Crystal RAS on a different folder.
    Full description is at (http://www.tririga.info/)
    Is this the case with Crystal report server 2008 VI? I already got users using the InfoView to run SQL reports and doing this will have to put the application offline atlease for a say.
    Any help is greatly appreciated.

    Vasana,
    Resolution: Failed to Open the Connection.
    First:
    If the Crystal Report is using 32-bit version of Microsoft ODBC then the Window 2008 server must also have 32-bit version of Microsoft ODBC. The 32- bit version of Odbcad32.exe is located in the %systemdrive%\Windows\SysWoW64 folder.
    On the Windows 2008 server, execute Odbcad32.exe by clicking start and run and entering the following: C:\Window\SysWow64\ODBC32.exe.
    Then:
    The Windows 2008 server ODBC Data Source Administrator must have the same System Data Source Server and Database Names that is used to run the Crystal Report.
    e.g. Crystal Report points to server ABC and database EFG (ABC_efg); then the ODBC connections on the Windows 2008 Server must also point to the same server ABC and database EFG (abc_efg) listed.

  • Unable to connect: incorrect log on parameters. Database Vendor Code: 18456

    I have imported a report into Info View (that has no parameters), I am able to run the report on Demand in InfoView, and I am also able to run the report within the CMC Preview.   I have tried scheduling using the admin account in CMC, through the publishing wizard and also with a authorized users in InfoView.  But anytime I try to schedule the report I get this error.
    Status: Failed 
    Printer: The instance is not printed. 
    External Destination: Mail the instance to " XXX@XXX .com " with a subject of " test ". 
    Data Refresh Settings:  Use the server defaults. 
    Start Time: 11/18/08 3:02:19 PM 
    End Time: 11/18/08 3:02:23 PM 
    Server Used: clr-combr.reportjobserver 
    Error Message: Error in File C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\clr-combr.reportjobserver\~tmp1304574d76168ca.rpt: Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 18456 ] 
    I have made sure that the Reportjobobject is enabled and the server for SMTP email is enabled, and I am pretty sure I have the properties set up correctly within there, we created a email account specifically for crystal.  And that email account is also set up as a user.  I don't know where else to look.
    Please help.
    Thanks

    Hi Ashley
    I would like to suggest you following things with the Report:
    1) Please log in into CMC, go to Report which you want to schedule.
    2) Click on the report and go to Process
    3) Click on the tab Database.
    4) There will be two option to make the entries for database logon required for the Report.
    Please select the appropriate option. Are you able to Preview the report?
    What is the database in use? Please also check the odbc driver settings for that database.

  • Logon failed. Detail [Database Vendor Code: 1005]

    The application make use of ODBC to connect to Oracle database
    The way the reports are produced in the current VB application is by using the following line of codes
    cryQueryReport.Connect = ObjAdoConnection.sADOconnectstr
    cryQueryReport..SQLQuery =  sSQL & sSortString
    along the way the application also passes String value to the formular fields defined in the reports by making use of the following line of code
    cryQueryReport.Formulas(iFormulanumber) = "TITLE_1 = '" & mrsReportItems("TITLE_1") & "'"
    Now the codes have been modified to the following to accommodate the upgrade
    If Report2 Then
        'open the report
          Set MyReport = CrystalReport2
      Else
          Set MyReport = CrystalReport1
      End If
    'Crystal Report2 includes fields from 9 different tables
    'Crystal Report1 includes fields from 10 different tables
    For i = 1 To MyReport.Database.Tables.Count
      With MyReport.Database.Tables(i)
            Set ConnectionInfo = .ConnectionProperties
            .DllName = "crdb_odbc.dll"
            ConnectionInfo.DeleteAll
            ConnectionInfo.Add "DSN", "DSN Name"
            ConnectionInfo.Add "User Id", "User ID"
            ConnectionInfo.Add "Password", "Password"
      End With
    Next i
    MyReport.SQLQueryString = sSQL & sSortString
    For intCounter = 1 To MyReport.FormulaFields.Count
        If MyReport.FormulaFields(intCounter).FormulaFieldName = "TITLE_1" Then
            MyReport.FormulaFields(intCounter).Text = mrsReportItems("TITLE_1")
        End If
    Next intCounter
    CrystalActiveXReportViewer1.ReportSource = MyReport
    CrystalActiveXReportViewer1.ViewReport
    The error message pops up that says Run-time Error '2147189176 (80047e48)'   Logon failed. Detail [Database Vendor Code: 1005]
    when Ok is clicked, another error message says Run-time Error '214191854 (800473d2)':  The remaining text does not appear to be part of the formula.
    Could anyone tell me what is wrong with the way the Logon information is coded?
    Thank you for your time

    This post is being handled through an open support incident with the Developer Support team.
    It appears to be an issue upgrading from an earlier version of Crystal Reports using the old crystl32.ocx to the RDC SDK in Visual Basic 6.0.
    Elaine
    Edited by: Elaine Dove on Jul 6, 2009 2:47 PM

  • Database Vendor Code: -20228

    Good day,
    Will keep as short and precise as possible.  Have searched online and on this forum with no success.  Just so we get it out of the way, I'm not a DBA. 
    Problem is:
    Failed to retrieve data from the database.
    Details: HY000:[DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Access denied (Authorization failed)(7512)[Database Vendor Code: -20228]
    Our database sits on Progress DB over Linux OS.  Have installed Progress OpenEdge 10.1B driver in System DSN under ODBC on a user's Windows XP workstation and have configured it with <root> credentials from the Linux server.  We are currently trying the Crystal Report 2008 Evaluation. 
    Whenver we open Crystal Report for new blank report or previously created reports and want to access a field in the progress db, it requires LOGON to Progress OpenEdge Wire Protocol Driver.  If I supply root credentials, I'm fine.  But if I supply the user credentials from our database program (QAD), it comes back with the error message above.
    Clearly, it's permissions issue.  I don't want to have to give the user root password, nor do I want to go over and enter in the password each time the user needs to touch the progress db.  I'm guessing  a possible solution would be to create a user account for that invididual under Linux OS and give read/write permissions for the directory and sub-directories/files where the tables are stored.
    But a quicker method I can think of is that root credentials, once entered, stays cached and is utilized for any ODBC transactions.  This appears to be the case with an Microsoft Office Access program we are using for another project.  We have set up System DSN with same Progress OpenEdge 10.1B driver using the same <root> credentials.  It never came back once asking for re-authentication to the Progress DB when using the Access program to touch progress tables.
    I am wondering if there is a way to achieve the same for the Crystal Reports, which is to not have to authenticate each time we touch a table in Progress using Crystal Reports since the System DSN has already been established with proper credentials during the configuration?  Or am I just completely oblivious to how ODBC works with Crystal?
    Thank you very much for any input.
    -Tony

    Hi Tony,
    Crystal Reports will NEVER save the password in the RPT file. This would be a huge security hole, anyone could get one of your reports and hack into your DB.
    Knowing this now you need to provide log on credentials at least once while CR is open. CR will disconnect if it's not in use or doesn't require DB access but it will keep the log on info in memory so when you do hit refresh or need access CR will reconnect. When you close the designer you are logged off obviously and the log on info is lost.
    One option you have once you configure your DB to use NT Authentication is to either add each user to your DB Server and give them read/write permissions, CR needs this if temp tables are required by the DB, is in the Database Wizard you'll see an option to use Trusted Authentication. If your DB supports it each user when opening a report and running it will not be prompted for log info.
    Also note that CR fully supports database security so if that user does not have access to a database or table etc. then the reports will fail to run, as you have discovered if the permissions were not set.
    Hope this helps to explain why.
    Thank you
    Don

  • Failed to open the connection.Details: [Database Vendor Code: 17 ]

    We have too many reports designed by Crystal Reports XI Release 2 a time ago reports are old but we are calling them in asp.net 4.0 and connection through ODBC Data Sources (Driver SQL SERVER)
    but when we refresh the report we are facing this issue....
    Failed to open the connection.
    Details: [Database Vendor Code: 17 ] Failed to open the connection.
    AP Outstanding Check Run Detailed Ver 2 {CF3B13A2-F259-4B1D-ACC9-BF78F44D4AA5}.rpt
    Details: [Database Vendor Code: 17 ]
    here is the code to set ReportLoginInfo
    CrystalDecisions.Shared.TableLogOnInfo logonInfo = new CrystalDecisions.Shared.TableLogOnInfo();
                string myTableLocation;
                foreach (CrystalDecisions.CrystalReports.Engine.Table myTable in rptDoc.Database.Tables)
                    myTableLocation = myTable.Name;
                    logonInfo = myTable.LogOnInfo;
                    logonInfo.ConnectionInfo.AllowCustomConnection = true;
                    logonInfo.ConnectionInfo.ServerName = ServerName; // dnsname
                    logonInfo.ConnectionInfo.DatabaseName = DatabaseName;
                    if (!(string.IsNullOrEmpty(UserID) || string.IsNullOrEmpty(Password)))
                        logonInfo.ConnectionInfo.UserID = UserID;
                        logonInfo.ConnectionInfo.Password = Password;
                        logonInfo.ConnectionInfo.IntegratedSecurity = false;
                    logonInfo.ConnectionInfo.Type = CrystalDecisions.Shared.ConnectionInfoType.SQL;
                    myTable.ApplyLogOnInfo(logonInfo);
                    myTable.Location = DatabaseName + ".dbo." + myTableLocation;
                    bool success = myTable.TestConnectivity();
    Edited by: zeshansadiq on Nov 4, 2011 3:49 PM

    resolved by me itself.
    Do the following steps:
    1. Open the report in the CR XI designer.
    2. Select Database -> Set Datasource Location.
    3. Set Datasource Location window will appear and in the replace with section connect to the database and replace these tables with the tables in the current datasource by clicking the update button.
    4. After updating close the Set Datasource Location window.
    5. Go to 'Database menu' and Click 'Verify Database' and click on u2019OKu2019.
    6. Preview the report and the save the report.

  • Unable to connect: incorrect log on parameters [Database Vendor Code: 1005]

    We have a report that has been in production for some time and ran successfully with no trouble.  However, it now keeps failing with this error and the log on parameters are correct.  The whole error is:
    Error in
    File / usr/local/bobje/data/procSched/mrspas051.reportjobserver/~ tmp2f0ea56e4c88a08d6.rpt: Unable to connect: incorrect log on parameters, Details: [Database Vendor Code: 1005]. 
    Can you tell us why a report suddenly fails with this error?  Thank you.

    We've been having the same issue with scheduled Crystal reports (in BO 3.1).  After much testing, we found that even though reports are set to use the custom database logon credentials, if the name of the original data source changes, it causes the error (Error in File ~tmp1d06ed702daa30.rpt: Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 1005 ] ).  For example, I publish a report to a production environment.  It has an original data source called "test".  I set it to use the custom database logon.  A user then creates a recurring schedule and it runs successfully.  A developer opens the report in Crystal 2008 and changes the connection to something else, for ex "dev" (in Crystal, this is on the Database menu, select "Set Datasource Location" and pick a different option under My Connections or create a new one), then saves the report to BO.  We promote the report to prod and it overwrites the existing file.  We make sure it's still set to use the custom database connection to prod but the recurring schedules that were set up when the original data source was called "test" immediately begin to fail.  I tried working with support but they didn't really help much.  They had me install the Oracle 11G client on our servers since we were connecting to our 11G repository with the 10G client but that did nothing.  They finally claimed that since our repository database was Oracle 11G R2 (not just 11G), it wasn't supported and they wouldn't go any further.  If anyone's found a solution, I would really appreciate hearing how it was fixed.

  • Active directory report getting Database Vendor Code: -2147217911

    Hello,
    I've created a report with CR 2008 to query some user names from Active Directory  (Windows 2008 R2)
    The report works fine on my computer (with my user)
    works fine when I deploy it to BO XI 3.1.
    But doesn't work when I schedule it.
    I don't change the database logon user when scheduling. (it's the same when I run it online successfully)
    I get the following error
    Error in File ~tmp459c68e0c50eda0.rpt: Failed to retrieve data from the database. Details: [Database Vendor Code: -2147217911 ]
    what can I do?
    Thank you
    Erman Ulusoy
    Edited by: erman ulusoy on Apr 11, 2011 2:39 PM

    So here is the answer,
    I've forgot to uncheck save data with report. So the report was not working also on BO.
    So with a domain user it has worked.
    thank you

Maybe you are looking for

  • Very High Pitched and Super Quiet beep/sound from DV6

    They seem to make a new DV6 every year but This one is mine. I've had this notebook since September and its awesome. But there is a very annoying issue I have always had with it. When I'm using it in a very quiet environment I can hear it emit a high

  • GET_V Method is not called for custom field

    Hi, We are using CRM 7.0 I have enhanced component BT120H_CPL and added custom fields into view Details with AET. I am trying to implement search help which depends on another field. I have created V-GETTER for my field and tried to implement search

  • Trouble with Firewire Ports

    My MacBook Pro crashed and ever since the firewire ports (both) will not recognize any drives, audio interfaces or camcorders. When I check the System Profiler under FireWire Bus it says "Warning: Unable to list FireWire devices." Has anyone had this

  • How do I turn off the apps running in the background

    How do I turn off the apps that are running in the background? We use to just touch and hold now what?

  • Transfer iPhoto from imac to MBP

    Hi. I want to transfer my iphoto library from my imac to macbook pro. Both are running snow leopard and have latest version of iphoto. What is the easiest way to do this? thx