ERROR [HY000] [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Invalid date string (7497) (pgoe1022.dll)

I am selecting data from a Progress database using the Data Direct Open Edge 10.1.B driver. The target table stores the date values as varchar in this format "22-OCT-14" In the select statement I can use Progress statements or T-SQL to transform
the varchar to a date - but cannot do the same in the WHERE clause 
Select po_number, cast(po_date as date) as [po_date] from [po_table] 
(no problem - the [po_date] field stored as "22-OCT-14" is returned as "2014-10-22 00:00:00"
but when I include the cast in the where clause I get the error described in the title
Select [po_number], [po_date] from [po_table WHERE cast([po_date] as date)<= '10/22/2014' - NO GOOD
I have tried very many combinations of the date string format , different functions and sub-queries but cannot find an answer

The sql strings I posted are working examples - I've tried the ISO format you included - any number of date formats will work when the target field is a "Date" field - but trying any kind of transform statment to processa date stored
as a varchar in the WHERE CLAUSE throws the erro
Storing dates in a varchar column is a bad idea on any platform. Apparently there are strings in that column which cannot be converted to dates.
On SQL Server you could have found this with
SELECT po_date FROM po_table WHERE isdate(po_date) = 1
What you should use on Progress, I have no idea.
Erland Sommarskog, SQL Server MVP, [email protected]

Similar Messages

  • [[DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Column name or number of supplied values does not match table definition.]

    Hii ..
    need help on this ..
    This what I am doing ..
    I am using a DATAEXPORT function to export level0 data from my essbase 11.1.2.2 to Microsoft SQL 2008 tables.
    So what I did first I exported the level0 data to a flat file using DATAEXPORT and the created the SQL columns by the same  in that order only in my SQL table.
    When I run it fails with this error:
    ODBC Layer Error: [21S01] ==> [[DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Column name or number of supplied values does not match table definition.]
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1021014)
    ODBC Layer Error: Native Error code [213]
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Error(1012085)
    Unable to export data to SQL table [dataexp]. Check the Essbase server log and the system console to determine the cause of the problem.
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1021002)
    SQL Connection is Freed
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Warning(1080014)
    Transaction [ 0x1c50001( 0x51ee7d66.0x80342 ) ] aborted due to status [1012085].
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1012579)
    Total Calc Elapsed Time for [test.csc] : [1.44] seconds
    =============================================================
    I did a simple test on my Sample.basic application then ..
    loaded the calc data to it and then used the below script to export to a flat file
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    SET DATAEXPORTOPTIONS
                    DataExportLevel "Level0";
                    DataExportOverwriteFile ON;
                    DataExportColFormat OFF;
                    DataExportDimHeader OFF;
    FIX(
                "Jan",
                "Sales",
                "Actual"
    /*DATAEXPORT "File" "," "/home/hypadmin/samtest.txt";*/
    DATAEXPORT "DSN" "Abhitest" "sample" "sa" "welcome1";
    ENDFIX
    out put as below:
    "Sales"
    "100-30","California"
    "Jan","Actual",145
    Now In sql I created only 3 columns with name Jan/Sales/Actual and when I run this script again with comments removed .. I get the same error as what I have got in my first test case with other application ..
    but when I create the columns with same name as what its in export
    Sales/100-30/Califirnia/Jan/Actual
    It created the new rows successfully ..
    So with this I think the error which I am getting with my other application might be because of the same column issue  .. but then I have created all the columns by looking at the export file only as I did in sample ..
    Any idea would be helpful ..
    Thanks
    Abhishek
    I

    First make sure you add
    DataExportRelationalFile ON;
    to your set commands it is missing
    I alwats like to also add
    DataExportColHeader dimensionName;
    so I am sure what dimension is getting put into the columns.
    Then count the number of dimensions in your outline (exclude attribute dimensions). You need at least that many columns in your table  -1 + the number of  members you will be returning as columns in the export
    Taking your example Sample basic has 5 dimensions
    Measures
    Years
    Scenario
    Product
    Market
    Since you did not specify a dataexportcolheader it took the dense dimension Scenario as the columns. Your fix statement is limiting that to one member. Doing the math
    5 -1 + 1 = 5 columns in your table which is what you found works.  Suppose you fixed on bothe Actual and budget in scenario then you would need 6 columns 5 -1 +2

  • [Oracle][ODBC SQL Server Wire Protocol driver][SQL Server]Login failed for user 'RECOVER'

    Hi,
    We have exadata x3-2. I am seeing this error in alert log file frequently.
    The db version: 11.2.0.3 On RAC on Linux 5.8 x86-64Bit
    Errors in file /d01/oracle/TEST/11.2.0/admin/TEST1_dbtest/diag/rdbms/prod/TEST1/trace/TEST1_reco_11909.trc:
    ORA-01017: invalid username/password; logon denied
    [Oracle][ODBC SQL Server Wire Protocol driver][SQL Server]Login failed for user 'RECOVER'. {28000,NativeErr = 18456}
    ORA-02063: preceding 2 lines from HIS_CUST
    The file /d01/oracle/TEST/11.2.0/admin/TEST1_dbtest/diag/rdbms/prod/TEST1/trace/TEST1_reco_11909.trc
    Contains many repeated lines like below
    *** 2015-01-21 06:34:40.209
    ERROR, tran=21.24.51311, session#=1, ose=0:
    ORA-01017: invalid username/password; logon denied
    [Oracle][ODBC SQL Server Wire Protocol driver][SQL Server]Login failed for user 'RECOVER'. {28000,NativeErr = 18456}
    ORA-02063: preceding 2 lines from HIS_CUST
    Could any please help why is this happening.
    Thanks

    Hi,
       You have customers who are running distributed transactions using a gateway which need to be rolled back.  However, the gateway has not been correctly configured for distributed transactions.  To roll back a transaction on the SQL*Server database a connection is made as the user defined in the parameter  HS_FDS_RECOVERY_ACCOUNT in the gateway init<sid>.ora file but this user has not been created in the SQL*Server database with the password defined in HS_FDS_RECOVERY_PWD. This user also needs to own the transaction log table.
    I assume you are using the Database Gateway for SQL*Server (DG4MSQL) as the Database Gateway for ODBC (DG4ODBC) doesn't support distributed transaction.
    If you have access to My Oracle Support have a look at this note -
    How to Setup DG4MSQL to Use Distributed Transactions (Doc ID 227011.1)
    Otherwise, check the Gateway documentation.
    Regards,
    Mike

  • WARNING OGG-00869  Oracle GoldenGate Delivery, repdb2.prm:  [SQL error 0 (0x0)][Oracle][ODBC PostgreSQL Wire Protocol driver]String data, right truncated.

         When I migrate CLOB datas from Oracle 10g to PostgreSQL 9.0,and the target data type is text,the replicat process abend,and it reports as following:
    WARNING OGG-03056  Oracle GoldenGate Delivery, repdb2.prm:  Source table SDCMNET.T_INFO_SUPERIOR_PROGRAM column PRO_CONTENT_CLOB data size exceeds the maximum target table sdcmnet.t_info_superior_program column pro_content_clob size. Automatic truncation is enabled for all tables/columns without further warnings.
    WARNING OGG-00869  Oracle GoldenGate Delivery, repdb2.prm:  [SQL error 0 (0x0)][Oracle][ODBC PostgreSQL Wire Protocol driver]String data, right truncated.
    WARNING OGG-01004  Oracle GoldenGate Delivery, repdb2.prm:  Aborted grouped transaction on 'sdcmnet.t_info_superior_program', Database error 0 ([SQL error 0 (0x0)][Oracle][ODBC PostgreSQL Wire Protocol driver]String data, right truncated.
         But,according to the SEQNO and RBA,I find the records have been migrated,and the length of records is equal to what is in oracle.Then I try to use the odbc driver of postgresql 9.3 to replace,although I can login the database ,but it warns again.
         Can anyone help me?

    This forum is for Oracle Maven Repository.  You might have more luck posting your question in an forum for GoldenGate - you are more likely to find someone who knows about that product in its own forums.

  • Databse Connector Error: 'HY000:[Oracle][ODBC][Ora]ORA-06550: PLS-00363

    Whenever I try to add a database stored procedure in my crystal report using ODBC connection in the 'Set datasource Location' menu, it asks me for the discrete value for the parameters I specified in my stored procedure(Except for the REF cursor). My stored procedure seems to be correct but there seems to be a confusion within my crystal report. Once the values are entered it ends up by showing the following error message and my database source does not get added:
    Databse Connector Error: 'HY000:[Oracle][ODBC][Ora]ORA-06550: line 1, column 18:PLS-00363: expression '01/01/2008' cannot be used as an assignment target
    ORA-06550: line 1, column 31:PLS-00363: expression '01/01/2010' cannot be used as an assignment target
    PL/SQL: Statement ignored
    [Database Vendor Code: 6550 ]'
    The only difference I am noticing is the REF Cursor is used in the Oracle SP. Whether the Crystal report can't differentiate my cursor or What could be the problem. Please provide me a solution for this
    Note: The same is working when I change the database to any SQL
    Seems to be the root cause for the problem is the parameters are getting renamed with the name of Stored procedure arguments once we change the database from SQL server to Oracle. Is there any possibilities to avoid this?
    Thanks
    Antony
    Edited by: AntonyGR on Oct 11, 2011 1:32 PM

    What is the first arguement in the Oracle  SP.Is it REF cusror or something else?
    Also which ODBC driver you are using ?
    Thanks,
    Bilahari

  • Wire protocol driver

    Hi guru's am new to hyperion looking for some help on hyperon,what do u mean by Wire protocol driver pls tell me in brief

    I used the wired protocol driver to connect to an Oracle table with DATAEXPORT in lieu of a tradtional DSN.
    I don't pretend to know much about Oracle, but it seems to be the way you define the DSN.
    Here's the first hit I got when I googled "wired protocol driver" -- it seems to match up with what I wrote
    Regards,
    Cameron Lackpour

  • Free WIRE PROTOCOL DRIVER???

    Hi,
    Does anybody know of a free wire protocol driver available on the internet??? (Accessing Oracle server without installing the client software...)
    Thanks for any info.
    JC

    I do not believe such an animal exists. Since Oracle's wire protocol is proprietary, reverse engineering it is a very significant investment.
    If you need to access the Oracle server without installing the Oracle client, can you use the thin JDBC driver?
    Justin

  • Oracle Wire Protocol Driver for ASA

    Hi all,
    where can I get the Oracle wire driver for sql Anywhere 10, 12 or 16?
    Please send me the URL and info. Thanks.
    André Rust

    AFAIK SQL Anywhere (at least Standard Edition) doesn't contain any Oracle ODBC driver.
    The page Recommended ODBC Drivers for 16.0 MobiLink tells to install an Oracle Client to use it's ODBC driver, but doesn't mention "Wire", whereas for Mobilink 10.0 Recommended ODBC Drivers for 10.0.1 MobiLink Technote: Mobile Enterprise, Database Management iAnywhere - Sybase Inc it's recommended to purchase "DataDirect Oracle Wire Protocol ODBC Driver".

  • ODBC error state: 60 code: 102 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Incorrect syntax near

    Hi,
    I am currently receiving the following error in BI Answers when I run a query against a Microsoft SQL 2005 Server.
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
      Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 16001] ODBC error state: 60 code: 8180 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Statement(s) could not be prepared.. [nQSError: 16001] ODBC error state: 60 code: 102 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Incorrect syntax near 'UserName'.. [nQSError: 16002] Cannot obtain number of columns for the query result. (HY000)
    SQL Issued: SELECT 0 s_0, "SD&A_Dashboard_Test"."BORIS_ALIAS_ETMS_Users"."Id" s_1, "SD&A_Dashboard_Test"."BORIS_ALIAS_ETMS_Users"."UserName" s_2 FROM "SD&A_Dashboard_Test" WHERE ("BORIS_ALIAS_ETMS_Users"."UserName" = 'trowe') FETCH FIRST 65001 ROWS ONLY 
    I am able to connect successfully to the Data Source and run a query against the database using the NQCMD command line tool so believe I have configured the DataDirect 7.0.1 drivers correctly, also I am able to view the Table Data in the RPD Physical Layer in the BI Administration Tool. So don't understand why I am getting this error.
    I have also activated the nquery.log but that doesn't really give me any further information.
    [2015-04-28T16:37:22.000+00:00] [OracleBIServerComponent] [TRACE:4] [USER-34] [] [ecid: 4a9e440f990ba0a4:-1995d2c5:14d00d3ef04:-8000-00000000000001c6,0:1:1:5] [tid: 5f] [requestid: 6f11000b] [sessionid: 6f110000] [username: borisdev] -------------------- Query Status: [nQSError: 16002] Cannot obtain number of columns for the query result. [[
    [nQSError: 16001] ODBC error state: 60 code: 102 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Incorrect syntax near 'UserName'..
    [nQSError: 16001] ODBC error state: 60 code: 8180 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Statement(s) could not be prepared..
    [nQSError: 43119] Query Failed:
    I was wondering if anyone could shed any light on what could possibly be causing the [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Incorrect syntax near 'UserName'.. error ? And also provide any suggestions on how I can troubleshoot this issue further as I am now completely out of ideas of what to do next having tried numerous things i.e. setting  IDENTIFIER_QUOTE_CHAR = '' in DBFeatures.INI which I found in similar posts on the subject all to no avail
    Regards,
    Tom Rowe

    Hi Rajagopal,
    Thanks for your reply after doing some further investigations this morning I found and corrected the problem...
    The DataDirect Driver does not like double quotes in the query for some reason, testing  using the BI Answers generated SQL with the nqcmd tool below...
    With double quotes “” it fails immediately
    Give SQL Statement: select T18706."Id" as c1, T18706."UserName" as c2 from "ETMS_Users" T18706 where ( T18706."UserName" = 'trowe' )
    select T18706."Id" as c1, T18706."UserName" as c2 from "ETMS_Users" T18706 where ( T18706."UserName" = 'trowe' )
    [102][State: S1000] [DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Incorrect syntax near 'Id'.
    Statement execute failed
    With double quotes removed for just the columns I now get the Error near ‘ETMS_Users’ which still had the double quotes
    Give SQL Statement: select T18706.Id as c1, T18706.UserName as c2 from "ETMS_Users" T18706 where ( T18706.UserName = 'trowe' )
    select T18706.Id as c1, T18706.UserName as c2 from "ETMS_Users" T18706 where ( T18706.UserName = 'trowe' )
    [102][State: S1000] [DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Incorrect syntax near 'ETMS_Users'.
    Statement execute failed
    With all double quotes removed it works !
    Give SQL Statement: select T18706.Id as c1, T18706.UserName as c2 from ETMS_Users T18706 where ( T18706.UserName = 'trowe' )
    select T18706.Id as c1, T18706.UserName as c2 from ETMS_Users T18706 where ( T18706.UserName = 'trowe' )
    c1           c2
    42499        trowe
    Row count: 1
    Give SQL Statement:
    The solution to fix the problem is...
    In the BI Admin Tool Physical Layer Database, Properties Features tab is to delete the double quote in the Value column for IDENTIFIER_QUOTE_CHAR, setting this in the DBFeatures.INI file does not resolve the problem possibly it did in earlier versions of the product.
    Regards,
    Tom Rowe

  • Table Problem : BOE-XI (R2) on AIX with DataDirect ODBC for MS-SQL

    BOE-XI (R2).
    Single-Server installed on AIX.
    ODBC connection to MS-SQL 2000 database using DataDirect 5.1 SQLServer Wire Protocol Driver.
    CR-XI (R2) RPT content.
    The CR-XI (R2) Reports run fine on the Windows desktop using the regular MS-SQL 2000 ODBC connection method.
    They also run fine on a Windows BOE-XI (R2) DEVELOPMENT server using the regular MS-SQL 2000 ODBC connection method.
    The TEST server for BOE-XI (R2) is running on AIX (not Windows).
    We set-up the ODBC connection to the MS-SQL 2000 database using the "DataDirect 5.1 SQLServer Wire Protocol Driver" for AIX as advised by BOBJ techs.
    Most of our RPTs run OK on the AIX server using that DataDirect ODBC, but about 25% run for a while then FAIL with the following error.
    "The table could not be found".
    All three (3) methods of running the reports - Desktop, DEV, and TEST are connecting to the same MS-SQL 2000 database using the same credentials. So it is not an account permissions problem...
    I can also get the FAILING reports to run OK on the AIX server if I use JDBC connection to the DB instead of DataDirect ODBC.
    It looks like the same TABLE NAME exists in more that one schema on this database.
    EXAMPLE - Table "User_Name" exists in both the "Current" and "Archive" schemas.
    The Windows SQL and the JDBC drivers seem to be able to determine which schema to connect to to access the correct table, but the DataDirect driver can't figure-out which "User_Name" table to use.
    My guess is that there is some setting missing on the DataDirect ODBC configuration on the AIX server, but I can't figure out what it is.
    Anyone seen this before when using that DataDirect ODBC driver on AIX....and know how to fix it?
    Thanks in Advance!

    Hmm... I haven't come across that problem myself, so I'll just throw this out.  A typical odbc.ini file looks something like this:
    [North]
    Driver=/export/home2/boxi/bobje/enterprise11/solaris_sparc/odbc/lib/CRmsss20.so
    Description=DataDirect 5.0 SQLServer Wire Protocol Driver
    Address=10.0.0.3,1433
    Database=Northwind
    QuotedId=Yes
    AnsiNPW=No
    LogonID=user
    QEWSD=38527
    Password=pass
    ... it seems pretty clear exactly which database the datadirect should use.  Are there any weird characters in your odbc DSN ( [North] ) that can confuse between Windows and Unix? Is the DSN excessively long?.  I found a link (http://bytes.com/forum/thread144518.html) which indicates that sqlserver will allow a three-part identifier to select database.table.column, since you have jdbc working, I'm not sure if that is a viable solution or easy to test using CR.  Otherwise, another workaround may be to create a view of that table using a unique name and report off of the view.

  • TCP / IP Protocol Driver - not installed (using Windows 7 Home Premium (64 bit) Service Pack 1

    I am using a ThinkPad T520 laptop.  Lenovo Solutions Center keeps referring me (with a yellow exclamation mark) to the Device Manager and alerting me to a "non-critical" error. The message is "TCP / IP Protocol Driver - not installed".
    I have found numerous pieces of advice for Windows XP and Vista - but very little for Windows 7. I have however tried the Microsoft "Fix it" solution and it had no effect.
    I am still able to connect to the internet via Ethernet cable and wifi. It is however worrying that the warning keeps being raised.
    Does anyone know how I can fix it?

    Hi Tripplec.
    Thanks for the reply. I am away from home at present without my ThinkPad, so will try it at the weekend. I am an experienced computer user but this is a brand new machine and I have never had a laptop that produced error messages without providing any suggested fixes. It seems that Lenovo is not suitable for ordinary home users, but only for computer engineers. Sadly that is not me... so before I plunge in, can I just check some details?
    1. You suggest removing the offending network adapters in device manager. Which are the offending adapters that cause a TCP/IP protocol driver error?  I am nervous of removing the wrong things and making it worse!
    2. You also suggest that I go to Network Connections via Control panel, properties of adapter, Install and select the desired Protocol(s) and install them.  Is that an alternative fix  to 1 above - or an essential follow-on after removing the offending adapters?  (Last week I searched the machine and the Lenovo support page of drivers - and never found a TCP/IP protocol driver. If you know where one can be found, I would prefer to instal a new driver, rather than delete other devices and hope that the machine reinstalls them later!).
    Much obliged for your assistance.
    Fillet

  • HT1338 I have a slide show in iphoto that I wish to export to iDVD, and when I attempt that I get and error message triangle, ! with the note "This movie contains an invalid data reference"  iphoto help does not seem to have any suggestions, that work.

    I have a slide show (project) that will not export.  The error triangle appears with the message: "This movie contains an invalid data reference"  What is the issue, and what is the solution?
    jh

    I found that the issue was with the title side, it had too many characters in the slide.  When the number of characters was diminished, the show loaded without issue.

  • Can I create a linked server to this ODBC datasource (odbc driver by Progress OpenEdge) on Sql Server 2000 ?

    I installed the Progress OpenEdge ODBC driver for 32 bit database on my win7 workstation -- I used odbcad32.exe located at C:\Windows\SysWOW64 to configure the driver for 32 bit applications -- per the screen Shots here and I am able to connect to the datasource
    from Excel Query.
    I am able to connect to this ODBC datasource from Excel Query and see all the tables -- as in the screen shot.  I can also access this datasource from a C# app.
    Question:  if I can connect to this ODBC datasource from Excel -- does this mean I should be able to create a linked server to it?  I tried the following from SSMS Linked Serber Wizard on a Sql Server 2000 (I have used the Linked server wizard
    successfully in the past as well as linking with Tsql SPs).  This will at least create a mock Linked server on the Sql server 2000 (this does not work on sql server 2008 -- I tried), but when I try to view the catalogs -- I get the error in the screen
    shot below.  If the answer to my question is "YES" yes I should be able to create a linked server to this ODBC datasource what is the way to do this?  I added the UserID and Password in the Security tab, but I did not see where to add the
    port (4000).  What do I enter for the Product Name?  Can it be arbitrary or does it have to be something specific?
    Rich P

    Yes, you should be able to set up this as a linked server - from a 32-bit instance of SQL Server. That is, you can't use a 32-bit driver on 64-bit SQL Server. Now, since you have SQL 2000, I assume that this is a 32-bit instance. (But there was a 64-bit
    version for Itanium of SQL 2000.)
    For the Provider string, I would guess that you should enter something like
    Driver={Progress 11.3 OpenEdge Driver}
    just like you do in your application code.
    Basically, in the provider string, you specify your connection string, except that you take out the provider name, which is a separate parameter to sp_addlinkedserver. Since I know nothing about Progress, I can't give any specific details.
    The error message you get is somewhat puzzling, since this refers to SQLOLEDB which is the provider to access an SQL Server instance.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • [823] [HY000] [Microsoft][ODBC SQL Server Driver][SQL Server]The operating system returned error 1450(Insufficient system resources exist to complete the requested service.) to SQL Server.

    Hi,
    I am facing an issue while loading fresh data into SQL server database.
    we are able to load data into staging area, but while processing stored procedures system face bellow error message :
    [823] [HY000] [Microsoft][ODBC SQL Server Driver][SQL Server]The operating system returned error 1450(Insufficient system resources exist to complete the requested service.) to SQL Server during a write at offset 0x00000243bd0000 in file 'E:\SQLDB\DBName.mdf'.
    Additional messages in the SQL Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC
    CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.
    we use windows 2008 R2 with SQL server managment studio 2008.
    Appreciate your suggestion.
    Thanks in advance.
    Best Regards,
    Manorath 
    Manorath

    Hi Manorath,
    Based on my research, this issue can be occurred in the following scenarios:
    You are running a DBCC command on a large database. For example, you are running the DBCC CHECKDB statement on the database. At the same time, you run many DML statements on the database.
    You create a database snapshot for a large database. At the same time, you are running many DML statements on the database.
    In these scenarios, the SQL Server service stops responding. The DBCC CHECK statement is never completed, and you receive the error message repeatedly.
    This issue occurs because the sparse file for a database snapshot file has exceeded the file size limitation in NTFS file system. When the operating system error 1450 occurs, SQL Server enters an infinite retry loop.
    To fix this issue, please download and install Cumulative update package 1 for SQL Server 2008 Service Pack 1. Besides, because the fixes are cumulative, each new release contains all the hotfixes and all the security fixes that were included with the previous
    SQL Server 2008 fix release. We recommend that you consider applying the most recent fix release that contains this hotfix.
    Reference:
    http://support.microsoft.com/kb/967164
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Connect a Progress OpenEdge database to EDQ by JDBC

    We have a number of Progress OpenEdge databases and need to connect the EDQ tool to them. We have the correct Progress drivers installed on the EDQ server, but are unable to create a connection using the JDBC driver - we keep getting a 2011 error. I'm not sure if the issue is with the Progress driver or if it's how we have configured EDQ. Any help would be appreciated.

    Here are the new logs.
    Oliver
    INFO: 30-Jan-2015 14:04:01: [EDQ-10300] Oracle EDQ version 12.1.3.0.0(727) starting
    INFO: 30-Jan-2015 14:04:01: [EDQ-10301] Configuration directories: [D:\EDQ\oedq_home, D:\EDQ\oedq_local_home]
    INFO: 30-Jan-2015 14:04:04: [EDQ-02000] Databases: system landing area directory is D:\EDQ\oedq_local_home\landingarea
    INFO: 30-Jan-2015 14:04:04: [EDQ-02008] Databases: db2i5.xml: database type db2i5: driver com.ibm.as400.access.AS400JDBCDriver rejected because no files matched pattern .*\.jar
    INFO: 30-Jan-2015 14:04:04: [EDQ-02009] Databases: db2i5.xml: database type db2i5 has no valid drivers
    INFO: 30-Jan-2015 14:04:04: [EDQ-02008] Databases: teradata.xml: database type teradata: driver com.teradata.jdbc.TeraDriver rejected because no files matched pattern .*\.jar
    INFO: 30-Jan-2015 14:04:04: [EDQ-02009] Databases: teradata.xml: database type teradata has no valid drivers
    INFO: 30-Jan-2015 14:04:14: [EDQ-07913] Not inserting value into dn_identity table for dn_runinformation as it already exists
    INFO: 30-Jan-2015 14:04:16: [EDQ-05705] thread limit is: unconstrained
    INFO: 30-Jan-2015 14:04:16: [EDQ-05707] streaming is allowed
    INFO: 30-Jan-2015 14:04:17: [EDQ-10141] Processor library: processor dn:hash in D:\EDQ\tomcat\7.0\webapps\edq\WEB-INF\widgetjars\transformers.jar rejected by licence
    INFO: 30-Jan-2015 14:04:17: [EDQ-10119] Processor library: all processors in D:\EDQ\tomcat\7.0\webapps\edq\WEB-INF\widgetjars\testwidgets.jar rejected by available test
    INFO: 30-Jan-2015 14:04:18: [EDQ-10140] Processor library: processor rde:countifier in D:\EDQ\tomcat\7.0\webapps\edq\WEB-INF\widgetjars\mungers.jar rejected by available test
    INFO: 30-Jan-2015 14:04:19: [EDQ-10140] Processor library: processor dn:gnrsearchorg in D:\EDQ\tomcat\7.0\webapps\edq\WEB-INF\widgetjars\gnrwidgets.jar rejected by available test
    INFO: 30-Jan-2015 14:04:19: [EDQ-10141] Processor library: processor dn:caseretrieval in D:\EDQ\tomcat\7.0\webapps\edq\WEB-INF\widgetjars\caseretrieval.jar rejected by licence
    INFO: 30-Jan-2015 14:04:19: [EDQ-10119] Processor library: all processors in D:\EDQ\tomcat\7.0\webapps\edq\WEB-INF\widgetjars\addressdoctor.jar rejected by available test
    INFO: 30-Jan-2015 14:04:20: [EDQ-07500] Realtime functional pack enabled
    INFO: 30-Jan-2015 14:04:20: [EDQ-07562] Realtime: RMI messenger bound to registry with name rmimessenger
    WARNING: 30-Jan-2015 14:04:22: [EDQ-10108] Processor library: processor bean com.datanomic.director.widget.gnr.server.GNRBean reported as failed: GNR install location "gnr/gnm" does not exist or is not a directory (Code: 241,500)
    WARNING: 30-Jan-2015 14:04:22: [EDQ-10108] Processor library: processor bean com.datanomic.director.widget.qas.QABatchBean reported as failed: Could not find QAS installation directory: C:\Program Files (x86)\QAS\QuickAddress Batch API (Code: 204,873)
    WARNING: 30-Jan-2015 14:04:22: [EDQ-10108] Processor library: processor bean com.datanomic.director.widget.loqatordeprecated.server.LoqatorBean reported as failed: OAV data directory "C:\Program Files\EDQAV\data" not found or invalid (Code: 247,002)
    WARNING: 30-Jan-2015 14:04:22: [EDQ-05100] Error in initialisation Loqate not installed, OAV Java API jar "C:\Program Files\EDQAV\loqate.jar" does not exist
    WARNING: 30-Jan-2015 14:04:22: [EDQ-10108] Processor library: processor bean oracle.edq.pdqwidget.server.PDQBean reported as failed: Configuration file "edqp\edqp.properties" not present (Code: 247,500)
    WARNING: 30-Jan-2015 14:04:22: [EDQ-10108] Processor library: processor bean com.datanomic.director.widget.capscan.server.CapscanBean reported as failed: Capscan library not found (Code: 235,006)
    INFO: 30-Jan-2015 14:04:23: [EDQ-05888] Mission scheduler executing startup schedules
    INFO: 30-Jan-2015 14:04:23: [EDQ-00314] AutoRun: has nothing to do!

Maybe you are looking for

  • How to edit a stream captured live in jmf?

    hi everybody. i want to know how can i edit an audio stream that is being captured live from a microphone. i have looked at Cut.java from jmf solutions. it is taking a file to cut and then write the updated file to another file. when i have tried to

  • Formatted Search issue

    I have a UDF attached to a Purchase Order, Goods Receipt PO and Batch Numbers for Items.  B1 automatically carries the UDF data forward from the Purchase Order to the Goods Receipt PO.  However, I am trying to create a Formatted Search that will also

  • Email Forwarding with GMail

    Hi folks, I have my own email address, lets say called "[email protected]" and use email forwarding via a Gmail account, called "[email protected]", but when my email is returned, it says from "Me" <[email protected]>, which is annoying, is there any

  • Vado central changes clip dates to transfer time

    vado central changes clip dates to transfer time When vado central transfers movies from vado hd onto my imac, each clip gets the date of the transfer, not the date the movie was taken. I have the latest vado central for macs (..0f6). I've tried both

  • Macbook Pro Retina BOOTCAMP & StarCraft 2 Issues

    I am using a Macbook Pro with Retina Display 13-inch (256GB, late 2014). 1. I run StarCraft 2 on Mac OS. The fan speed gets really high whenever I do so. I do know that this is a heavy task (so I don't really thing there are any problems here), but j