ADO Error: 0x80040E14

Hi,
I want to interface LabVIEW2010 and Microsoft Access 2003 by using UDL technique.  I am using Microsoft Jet 4.0 OLE DB Provider for this interface. When I Run the sample program, its showing an error Error -2147217900 as follows:
(occurred at NI_Database_API.lvlib:Conn Execute.vi->NI_Database_API.lvlibB Tools Create Table.vi->NI_Database_API.lvlibB Tools Create Table If Not Exist.vi->NI_Database_API.lvlibB Tools Insert Data.vi->Untitled 1.vi)
Possible reason(s):
ADO Error: 0x80040E14
Exception occured in Microsoft JET Database Engine: Syntax error in field definition. in NI_Database_API.lvlib:Conn Execute.vi->NI_Database_API.lvlibB Tools Create Table.vi->NI_Database_API.lvlibB Tools Create Table If Not Exist.vi->NI_Database_API.lvlibB Tools Insert Data.vi->Untitled 1.vi
This error is not consistent, I mean it occurs most of the times, but few times it just disappears :-)  I have searched a lot on the NI site but not getting any solution.  Please help me to solve this error.
Note: I have attached my sample VI named 'Untitled 1' .
Attachments:
Untitled 1.vi ‏14 KB

The problem is most likely in the naming of your table or field names.
You may be using a reserved word or need to use a delimiter to handle table or field names containing a space.
http://www.adopenstatic.com/faq/80040e14.asp
Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.
"You are what you don't automate"
Inplaceness is synonymous with insidiousness

Similar Messages

  • ADO Error: an insufficient number of arguments....

    Im currently using Access 2000 which is connected to a SQL database. I have a query (Or View) that runs every month. The problem i had was i had to manually make some changes every month to get to the data i needed so i changed this View into a Function with a parameter so i can input the detail(s) i need and it will run correctly - this works so far but the original View was also used within other queries that were created. Now the problem i have now is some of the other views that are now connected with the newly created Function comes up with the error:
    ADO error: an insufficient number of arguments were supplied for the procedure or function Name_Of_Function.
    I called the newly created function the exact name as the original view to ensure i had no problems. Any idea of whats happening here and how to resolve?
    Thanks

    Heres the function i have:
    Code BlockSELECT     TOP 100 PERCENT dbo.[Totals].User, dbo.[Totals].[Account Name], dbo.[Totals].Company, dbo.[Totals].Name,
                          dbo.[User].Amount AS [Month Amount], dbo.[User].Profit AS [Month Profit], SUM(dbo.[Totals].[Y Amount]) AS [Y Amount],
                          SUM(dbo.[Totals].[Y Profit]) AS [Y Profit], dbo.[User].Month
    FROM         dbo.[User] RIGHT OUTER JOIN
                          dbo.[Totals] ON dbo.[User].[Account Name] = dbo.[Totals].[Account Name] AND
                          dbo.[User].User = dbo.[Totals].User
    GROUP BY dbo.[Totals].User, dbo.[Totals].[Account Name], dbo.[Totals].Company, dbo.[Totals].Name,
                          dbo.[User].Amount, dbo.[User].Profit, dbo.[User].Month
    HAVING      (NOT (dbo.[Totals].User = N'Temp')) AND (dbo.[User].Month = @Month)
    ORDER BY dbo.[Totals].User, dbo.[Totals].Company
    Where it states Month = @Month is where the problem is i think. This Function runs fine as i want it to. But when im in another view that uses this function it get the above error. The only way i dont get the error is when i type in the month then all runs fine - but i would prefer it to ask me what month i need the data for????
    Thanks

  • ADO Error%3A 0x80004005

    I am in process of converting code writen in Labview 8.2 to Labview2013, and also changing from Windows XP to Windows 7.  I've been able to successfully compile & rebuild the code, but now am getting error message when running the executable.  Any ideas of how to resolve these?  
    Here are the error messages I get:
    NI_Database_API.lvlibB Tools Open Connec
    (String).vi->NI_Database_API.lvlibB Tools Open Connec
    (Path).vi->Titan_DBConnect.vi->TMS_frontend_Titan.vi<ERR>ADO Error:
    0x80004005
    Exception occured in Microsoft OLE DB Provider for ODBC
    Drivers: General error: Invalid file dsn '' in NI_Database_API.lvlibB Tools
    Open Connec (String).vi->NI_Database_API.lvlibB Tools Open Connec
    (Path).vi->Titan_DBConnect.vi->TMS_frontend_Titan.vi-2147467259 -
    There is a "Titan DBConnect.vi" VI that points to a "Database.dsn" file. 
    Here is what is in the Database.dsn file:  (This file is created by Windows, and is the same for XP & 7.)
    [ODBC]
    DRIVER=Driver do Microsoft Access
    (*.mdb)
    UID=admin
    UserCommitSync=Yes
    Threads=3
    SafeTransactions=0
    PageTimeout=5
    MaxScanRows=8
    MaxBufferSize=2048
    FIL=MS
    Access
    DriverId=25
    DefaultDir=C:\Test Config
    DBQ=C:\Test
    Config\Database.mdb
    Thanks!

    The document you linked above definitely could be useful in resolving your issue. Your original error mentioned a .dsn file, and your second post mentioned a .udl file. LabVIEW communicates with the database through either the ODBC standard (uses a DSN) or the OLE DB standard (uses a UDL file). Which standard are you actually trying to use? Either way, make sure all the the settings you're using are consistent whichever standard you're trying to use.
    http://digital.ni.com/public.nsf/allkb/1D5EB4DCBD13106486256B9D005E11B0 (the one you linked above) gives a good description of how to use the OLE DB standard to communicate with a database.
    I'm also a little unclear whether you were able to test the steps outlined in the first document linked above (http://digital.ni.com/public.nsf/allkb/E7984C0DA0F0E65086257694005B4CB7). Let me know if that process was successful or if you ran into any problems trying to follow those steps.
    You also asked a question about .mdb files. It may be possible that copying the file from XP to Windows 7 could have caused your problem. You can create a new .mdb file through LabVIEW by following the instructions detailed in this document:http://digital.ni.com/public.nsf/allkb/95EE6A951D01CE0A8625733F00098371?OpenDocument
    Finally, when executing the above instructions that you quoted, make sure that the file path is correct and that you are pointing to a .udl file. I was unable to duplicate the problem you were experiencing with those steps on my machine.
    Let us know if you make in progress with these suggestions.
    Ryan K.

  • ADO Error Code :0x800a0cb3

    I am working with  Crystal  Reports 2008 SP3  using LCPI.ibprovider.3 trial version  in OLE-DB(ADO) Database Type
    Name of my Database file is   Primerose.FDB
    When I tried Connecting to it it gives me ADO Error Code :0x800a0cb3
    It works fine when I am using  LCPI.ibprovider.2 with the same Database file
    There is no space or dot in the name of Database

    Hello,
    You should talk to the makers of that driver and ask them what the error code means. They can download a trial version if they need to test it.
    CR dynamically queries the driver to populate the various lists, there is an Add Property button if their driver needs something special. Try creating a UDL file, open NotePad and then save it to your desktop and then rename the extension to *.udl then double click it and the OLE DB connection Wizard will pop up. Set all of the log on properties there and test it. then use it in CR to see if that helps.
    Thanks
    Don

  • ADO Error: 0x00000001 Argument error. One of the column names specified is blank.

    I am writing a database program and have come across this error -
    ADO Error: 0x00000001
    Argument error. One of the column names specified is blank.
    I have tried everything I can think of and have no idea what to try next.
    The VI that the error is occuring in (attached written in LV 2011) allows the user to enter in the details of a new user. It then looks up this user to get the ID (primary key) of the user which will be used in another step of the program. The VI writes to the database fine but then comes back with the above error when using the SELECT query. All columns in the database have data in them. Also when i use a differnt VI that just looks up the user/customer it works fine. 
    I have tried deleting all the code and copying the code from the simpler (look up only) VI but I still get the same error.
    I created an indicator for the concatenated text to make sure the query was right and it appears to be fine. So now I am stumped. Any help would be greatly appreciated.
    Thanks
    Attachments:
    AddNewMeasurer.vi ‏40 KB

    tripped wrote:
    I am writing a database program and have come across this error -
    ADO Error: 0x00000001
    Argument error. One of the column names specified is blank.
    I have tried everything I can think of and have no idea what to try next.
    The VI that the error is occuring in (attached written in LV 2011) allows the user to enter in the details of a new user. It then looks up this user to get the ID (primary key) of the user which will be used in another step of the program. The VI writes to the database fine but then comes back with the above error when using the SELECT query. All columns in the database have data in them. Also when i use a differnt VI that just looks up the user/customer it works fine. 
    I have tried deleting all the code and copying the code from the simpler (look up only) VI but I still get the same error.
    I created an indicator for the concatenated text to make sure the query was right and it appears to be fine. So now I am stumped. Any help would be greatly appreciated.
    Thanks
    The query "appears" fine. Well, obviously it isnt' fine. The database is telling you that.
    What is the SELECT query you are sending?

  • ADO Error in SSIS

    Can somebody help me with my syntax?

    In my ADO.NET Data flow I get this error in ssis 
    These are my settings:
    Policy                          Current(New)
    MaxPoolThreads                  4
    MaxDatagramRecv                 4096
    MaxReceiveBuffer                        10485760
    InitRecvTimeout                 120
    MaxConnections                  5000
    MaxConnIdleTime                 900
    MaxPageSize                     1000(1000)
    MaxQueryDuration                        120
    MaxTempTableSize                        10000
    MaxResultSetSize                        262144
    MinResultSets                   0
    MaxResultSetsPerConn                    0
    MaxNotificationPerConn                  5
    MaxValRange                     1500
    ThreadMemoryLimit                       0
    SystemMemoryLimitPercent                        0

  • Pls. help with ADO Error Code

    Somebody pls. advise how to overcome this error  see snapshot
    [http://img16.imageshack.us/my.php?image=errw.jpg]
    The SQL returns results in TOAD but CR is unable to recognise th tables. 
    Mave

    Hi,
    The screen shot you sent is the dsn dailog box.
    You need to create DSN first  to create odbc connectivity
    Go through the steps as written below.
    1) Start=> Programme => Control Panel => Administrative Tools => ODBC Panel.
    2)  Select System  tab and  click on add tab.
    3)Once you click add you will get drivers list select oracle driver .
    4)provide dsn name and further information .
    and now start the process of connectivity  in that box you will get the name you given select that and
    make connectivity.
    Regards,
    Neo .

  • What error is this ?

    Hi all ,i need your help . I just got this error message when i wan to select column of my database.
    NI_Database_API.lvlib:Conn Execute.vi->NI_Database_API.lvlibB Tools Select Data.vi->FYP.vi<ERR>ADO Error: 0x80040E14
    Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'Student name'. in NI_Database_API.lvlib:Conn Execute.vi->NI_Database_API.lvlibB Tools Select Data.vi->FYP.vi
    I am a newbie to to labview data, what should i do to slove this problem ???

    I have the same problem, but my syntax in SQL seems to be just fine:
    I've written a subVI to write in a table of our labdatabase some parameters every 30 seconds.
    I've tested the subVI independantly, keeping it running with a autonomous open connection and it then works just fine (ie the parameters are written correctly in the database).
    But when I run the VI in its normal environment (as a subVI in a very large operating program) I get this message... which I find wierd given that the exact same syntax works perfectly when run seperatly.
    Do you have any idea on what the source of such an error could be?
    Thank you very much.
    Attachments:
    Write Atmospheric Parameters in Database.vi ‏38 KB

  • Error Out Message - database Connection

    Hi there
    I need your help. I just got this error out message when i create a table using MS Access database.
     NI_Database_API.lvlib:Conn Execute.vi->NI_Database_API.lvlibB Tools Create Table.vi->Untitled 3<ERR>ADO Error: 0x80040E14
    Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Microsoft Access Driver] Syntax error in field definition. in NI_Database_API.lvlib:Conn Execute.vi->NI_Database_API.lvlibB Tools Create Table.vi->Untitled 3
    I am a be gainer to lab view data, what should i do to solve this problem ???
    Rd
    Ganesan
    Solved!
    Go to Solution.
    Attachments:
    Database.vi ‏17 KB

    CPUT wrote:
    Hi there
    I need your help. I just got this error out message when i create a table using MS Access database.
     NI_Database_API.lvlib:Conn Execute.vi->NI_Database_API.lvlibB Tools Create Table.vi->Untitled 3<ERR>ADO Error: 0x80040E14
    Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Microsoft Access Driver] Syntax error in field definition. in NI_Database_API.lvlib:Conn Execute.vi->NI_Database_API.lvlibB Tools Create Table.vi->Untitled 3
    I am a be gainer to lab view data, what should i do to solve this problem ???
    Rd
    Ganesan
    As you were told at http://forums.ni.com/t5/LabVIEW/what-error-is-this/td-p/2028382
    the way to solve this problem is to learn SQL
    This is not a problem with LabVIEW.

  • SQL SP works, then throws 0x80040E14 after trying to build executable

    I have test software in LabVIEW 2011 that logs results into our SQL Server database with a stored procedure.  Once I got it working consistently, I checked it into our Visual Sorce Safe.  It was working until I tried to build the software into an executable.  Upon trying to log results in the executable, I received the following -2147217900 error when trying to execute the stored procedure (the ati_sp_InsertProcedureRun stored procedure) to create the procedure run in the database:
    NI_Database_API.lvlib:Cmd Execute.vi->DBAccess.vi->AgilentQCTool.vi->ATIEOL.vi<ERR>ADO Error: 0x80040E14
    Exception occured in Microsoft OLE DB Provider for SQL Server: Syntax error or access violation in NI_Database_API.lvlib:Rec Create - Command.vi->NI_Database_API.lvlib:Cmd Execute.vi->DBAccess.vi->AgilentQCTool.vi->ATIEOL.vi
    What's really odd is that I began receiving this error in the development environment.  On multiple computers.  I have verified that the code is still the same as before; I pulled the VI from Source Safe, which predated the last time I successfully logged results.
    I don't know if attempting to run as an executable was the precipitating event.  Around the same time, I attempted to solve a problem where the test software kept referring to VIs from the 2010 Database Connectivity Toolkit by uninstalling the 2010 Database Connectivity Toolkit and letting LabVIEW update the called VIs to the 2011 versions and saving.  I've also since tried repairing and then uninstalling and reinstalling the 2011 Database Connectivity Toolkit.
    Attached is a standalone implementation of my database logging code, a little sanitized for proprietary information.  Has anyone encountered similar mysterious errors when changing from 2010 to 2011 or when building executables?  The code I'm using is the same, and IS assures me that there have been no changes to the database.
    Thank you for any help or insight,
    John
    Solved!
    Go to Solution.
    Attachments:
    DB_UT.vi ‏10 KB
    DBAccessUnitTest.vi ‏83 KB
    DBAccessUTGenericDialog.vi ‏21 KB

    Hello,
    So far I have been unable to see anything that gives me a lead as to what the problem could be.  For this I am sorry.I think both of us will have one of those face palm moments.
    I have a question and comment for you,  does the Code still work on the original computer?
    Second,  I think it would help if you compiled a version of code with the ability to highlight execution. after being installed as an executable.  Try running the executable (in highlight mode) on the other computers and see where it breaks.
    Could you also send me a version of your code in Highlight execution mode?
    As for me I downloaded your code and I was unable to get it to even run on my computer.
    Dano
    Highlight Execution debuggable executable.
    http://ae.natinst.com/public.nsf/web/searchinternal/3087d91eeadbaf3d862571d1004af192?OpenDocument

  • Database SELECT SYNTAX

    hello
    I have a VI made with DB connectivity toolkit.  On it, I am using a DB tool select data.  I am trying to read a specific data from a table using a SQL query (in condition).  Well, when a using the sentence
    SELECT id FROM SensoresIR1 WHERE id=36151
    labview give me a error:
    Possible reason(s):
    ADO Error: 0x80040E14
    Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [MySQL][ODBC 3.51 Driver][mysqld-5.1.36-log]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT id FROM SensoresIR1 WHERE id=36151' at line 1 in NI_Database_API.lvlib:Conn Execute.vi->NI_Database_API.lvlibB Tools Select Data.vi->interfaz1.vi
    Possible reason(s):ADO Error: 0x80040E14Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [MySQL][ODBC 3.51 Driver][mysqld-5.1.36-log]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT id FROM SensoresIR1 WHERE id=36151' at line 1 in NI_Database_API.lvlib:Conn Execute.vi->NI_Database_API.lvlibB Tools Select Data.vi->interfaz1.vi
    can you help me?
    Carlos Bolvaran
    Vesat Ingenieria
    Solved!
    Go to Solution.

    Don't know what happened to my post, it should have had an additional sentence above 
    If you have just added the data to the table using LabVIEW and want to return the id number in order to create records in a linked table, there are various ways to query (as shown by nomade42k and Mareiusz).
    Assuming that your table is a simple one (not a stored procedure, no triggers or other customization), you can usually use a special query to retreive the IDENTITY 
    SELECT @@IDENTITY
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • How do i update the current time to the database ?

    Hi guys...
    How do i connect the "Date/Time string" to the DB Tools Update Data.vi ??? Is it connect it to the point/pin called "condition" of DB Tools Update Data.vi ?
    I am kind of confuse of how do i connect...
    Thanks in Advance.
    Attachments:
    Att taking.png ‏102 KB

    This is the error i get...{    NI_Database_API.lvlib:Cmd Execute.vi->NI_Database_API.lvlibB Tools Update Data.vi->FYP_3.1.vi<ERR>ADO Error: 0x80040E14
    Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement. in NI_Database_API.lvlib:Rec Create - Command.vi->NI_Database_API.lvlib:Cmd Execute.vi->NI_Database_API.lvlibB Tools Update Data.vi->FYP_3.1.vi  }
    When u scans a card, it will show you your information with the Current Time/Date on the table. and update it on the database....
    I try the example of DB tools update data vi .. it make me more confuse :l

  • Oracle 10g on Windows server 2008 R2 - error : Logon failed. Details: ADO

    Hello,
    I have installed Oracle 10g 64bit client on Windows 2008 R2 64bit server. I have installed Visual studio framework 2.0 and 3.5 on Application Server i.e. Windows 2008 R2 64bit Server.
    But when i run report from server, it shows following error message :
    *Logon failed. Details: ADO Error Code: 0x Source: ADODB.Connection Description: Provider cannot be found. It may not be properly installed. Error in File C:\Windows\TEMP\testreport {FE5A4BC0-DF74-4E58-87F1-0F203501A3FC}.rpt: Unable to connect: incorrect log on parameters.*
    I have created report with design time connection with oracle 10g tables. It runs in my development machine. but when i deployed on windows 2008 r2 bit server, it raised above error. After that, i created another report with command instead of using design time database connection with table, it run on server smoothly.
    So Pls help me to come out from this problem.
    If anyone has solution for it, pls share it
    Thanks in Advance
    Keyur

    Today I installed all software in following order.
    1) First install oracle 10g 32bit client & 64bit client on windows 2008 R2 development server.
    2) After oracle installation, I installed visual studio 2005 and tested crystal report on server in debug mode. It was working completely.
    (Both type of report - report created with the help of command in crystal report & crystal report created in direct reference of database table)
    Then i published my test project and setup on same server for clientside testing. but on client machine, it shows error message.
    that was : The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.
    One more thing i have observed that was report created with help of command in crystal report was working on client machine. But report in which i have added table direclty, was generating above error.
    Then i installed crredist2005_x86.msi and crredist2005_x64.msi from visual studio installed folder. After installation, error message changed on clinet machine.
    Error Message : Logon failed. Details: Error Code: 0x Source: ADODB.Connection Description: Provider cannot be found. It may not be properly installed. Error in File C:\Windows\TEMP\tablesource {EE65A074-2C4E-43DE-A3FC-1FE673093BF1}.rpt: Unable to connect: incorrect log on parameters
    Still in debug mode on server, asp.net project is working with crystal report. I think, when i run asp.net project in debug mode on server, project may be run on 32bit mode. When i run same project from published setup on client machine, it may be run on 64bit mode.
    I can't understand how to solve this problem.
    Pls. help me.
    Thanks in Advance
    Keyur

  • ADO Object was Open error aka DB_E_OBJECTOPEN on Large Dataset in MS SQL 2012

    Hi I am running a query with a big result set in my Delphi application using tADOQuery.
    When I request 12 months data I get an error "Object was Open".
    But if I run the same query on 1 month of data it works fine.
    The mechanism I use to open all queries in my application is the same and has always worked for many years.  This is the first time I have hit this error.  My application has run thousands of different queries across many customer sites without ever
    hitting this error.
    In my research I found that this seems to correspond to an ADO Error DB_E_OBJECTOPEN.
    The 12 month query runs perfectly OK in SQL Mgmt Studio and takes about 1.5 minutes to start showing results.  But it is 4 minutes before it works out there are 3,810,979 rows.
    I am using a client cursor
    myADOQuery.CursorLocation:=clUseClient;
    And I am setting a large CommandTimeout = 600;
    So why does the query fail in the ADO client (but it works in SQL Mgmt Studio)?
    And what does this "Object was Open" error mean?

    Hi Justin,
    The below picture is the relationships between the Data Access component. ADO is based on OLEDB, the underlying provide is OLEDB.
    As you can see, ADO provider is based on OLE DB provider or ODBC Driver.
    And DB_E_OBJECTOPEN is the error you experence. It is returned by OLE DB provider (be it SQLOLEDB, SQLNCLI or any 3rd party provider) when it makes a call to ICommand::Execute without closing the result of the previous execution (see
    http://msdn.microsoft.com/en-us/library/ms718095(VS.85).aspx).
    Did anything change recently in your environment, a new version of the client application was deployed or client driver was upgraded?
    Usually this error occurs because of the problem in the client application, not the client provider. Application should do either of the following:
    Fully consume the result of the previous command execution prior to issuing a new command. If it doesn't, it might be leaking an object.
    If the result must be pending, it should turn set DBPROP_MULTIPLECONNECTIONS property to VARIANT_TRUE which will allow underlying OLE DB provider to establish additional connections under the hood. This must only be done if developer is absolutely sure
    that the application needs the previous result.
    Enable Multiple Active Result Sets on the connection which would allow running multiple queries on the same connection. This is also must be done consciously, as it may mask object leak.
    Besides, maybe you have known that the CommandTimeout is 30s by default. However, the reason that you can succeed when you use SSMS(SQL Server Management Studio) to run the query is because when using SSMS to create a new connetion,
    the commandTimeout is 0 by default. It means it has no limitation for the query command time.  But when you use ADO client to create a new connection to run the query, the time which is taken by the query may beyond the commandTimeout
    setting .So it failed to return the results in your ADO client.
    From a support perspective to further analize this issue is really beyond what we can do here in the forums. If you cannot determine your answer here or on your own, consider opening a support
    case with us. Visit this link to see the various support options that are available to better meet your needs: 
    http://support.microsoft.com/default.aspx?id=fh;en-us;offerprophone."
    Keep us posted.

  • Error when creating a new CrystalReport.rpt file.

    I get the following error when attempting to add a new CrystalReport to my project:
    Database Connection Error: ‘ADO Error Code: 0x80040e14
    Source: Microsoft SQL Server Native Client 11.0
    Description: Line 1: invalid procedure number (0). Must be between 1 and 32767.
    SQL State: 42000
    Native Error: 1005 [Database Vendor Code: 1005 ]’
    This is happening as soon as I select the database:
    It asks me to enter the database password, then crashed out with this error, without giving me the chance to even select any procedures.
    There are procedures there, and the user account used to log in has access to them.
    I'm using Visual Studio 2010.

    Database Vendor Code: 1005 is being passed from the database client through the report engine - unmodified. E.g.; look for the error in your database documentation.
    See:
    Failed to retrieve data from the database. Details: [Database Vendor Code: &amp;lt;vendor code number&amp;gt;].
    Failed to open the connection. Details: [Database Vendor Code: &amp;lt;vendor code number&amp;gt;].
    Compare the version of the client you are using and "other people" are using.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

Maybe you are looking for