[unixODBC][Driver Manager]Function sequence error

View: New views
4 Messages — Rating Filter:   Alert me  

[unixODBC][Driver Manager]Function sequence error

by Dileep Kumar-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
 
I am getting the following error after running an application for a long time. The application goes through the same path and group of instructions mutliple times and this error doesn't appear initially.
 
What are the posisble causes of this error for it to appear after some time? We use version  2.2.11 of UnixODBC
 
Mon Apr 21 15:11:57 2008 csuser: StoreObj()::Find() - Exception: Error fetching numeric attribute: [unixODBC][Driver Manager]Function sequence error
 
Thanks for your response
Dileep


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
_______________________________________________
unixODBC-support mailing list
unixODBC-support@...
http://mail.easysoft.com/mailman/listinfo/unixodbc-support

Re: [unixODBC][Driver Manager]Function sequence error

by Nick Gorham :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dileep Kumar wrote:

>Hi,
>  
>  I am getting the following error after running an application for a long time. The application goes through the same path and group of instructions mutliple times and this error doesn't appear initially.
>  
>  What are the posisble causes of this error for it to appear after some time? We use version  2.2.11 of UnixODBC
>  
>  Mon Apr 21 15:11:57 2008 csuser: StoreObj()::Find() - Exception: Error fetching numeric attribute: [unixODBC][Driver Manager]Function sequence error
>  
>  Thanks for your response
>  Dileep
>
>      
>---------------------------------
>Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
>  
>
Hard to say without more details, but I would suspect that a previous
select has failed in the driver, You need to look further back in the log,

--
Nick Gorham
Easysoft Limited
http://www.easysoft.com, http://www.unixODBC.org

_______________________________________________
unixODBC-support mailing list
unixODBC-support@...
http://mail.easysoft.com/mailman/listinfo/unixodbc-support

Re: [unixODBC][Driver Manager]Function sequence error

by Dileep Kumar-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Nick,
 
Yes, I have seen this during a select and also during a lock table. Some more logs are below. The application runs normally for a long time and then starts failing at these statements. What other details would be helpful in identifying the problem?
 
Thanks for your help.
 
Mon Apr 21 11:20:54 2008 DbLock::Lock() - Exception: Error executing "LOCK TABLE csuser IN SHARE MODE;": [Informix][Informix ODBC Driver][Informix]Unspecified System Error =  -291. sqlerrm(csuser)

Mon Apr 21 11:20:54 2008 csuser: StoreObj()::Find() - Exception: Error fetching numeric attribute: [unixODBC][Driver Manager]Function sequence error

Mon Apr 21 11:21:17 2008 DbLock::Lock() - Exception: Error executing "LOCK TABLE csuser IN SHARE MODE;": [Informix][Informix ODBC Driver][Informix]Unspecified System Error =  -291. sqlerrm(csuser)

Mon Apr 21 11:21:17 2008 csuser: StoreObj()::Find() - Exception: Error fetching numeric attribute: [unixODBC][Driver Manager]Function sequence error

Mon Apr 21 11:21:21 2008 csuser: StoreObj()::Find() - Exception: Error fetching numeric attribute: [Informix][Informix ODBC Driver]Unspecified System Error =  -11067.

Mon Apr 21 11:26:11 2008 csuser: StoreObj()::Find() - Exception: Error fetching numeric attribute: [Informix][Informix ODBC Driver]Unspecified System Error =  -11067.

Mon Apr 21 11:26:11 2008 DbLock::Lock() - Exception: Error executing "LOCK TABLE csuser IN SHARE MODE;": [Informix][Informix ODBC Driver][Informix]Unspecified System Error =  -291. sqlerrm(csuser)

Mon Apr 21 11:26:11 2008 csuser: StoreObj()::Find() - Exception: Error fetching string attribute: [Informix][Informix ODBC Driver]Unspecified System Error =  -11067.

Mon Apr 21 11:27:10 2008 csuser: StoreObj()::Find() - Exception: Error fetching numeric attribute: [Informix][Informix ODBC Driver]Unspecified System Error =  -11067.

Mon Apr 21 11:27:13 2008 DbLock::Lock() - Exception: Error executing "LOCK TABLE csuser IN SHARE MODE;": [Informix][Informix ODBC Driver][Informix]Unspecified System Error =  -291. sqlerrm(csuser)


Mon Apr 21 11:27:13 2008 csuser: StoreObj()::Find() - Exception: Error fetching numeric attribute: [unixODBC][Driver Manager]Function sequence error

Mon Apr 21 11:31:21 2008 csuser: StoreObj()::Find() - Exception: Error fetching numeric attribute: [Informix][Informix ODBC Driver]Unspecified System Error =  -11067.

Mon Apr 21 11:31:36 2008 DbLock::Lock() - Exception: Error executing "LOCK TABLE csuser IN SHARE MODE;": [Informix][Informix ODBC Driver][Informix]Unspecified System Error =  -291. sqlerrm(csuser)

Mon Apr 21 11:31:36 2008 csuser: StoreObj()::Find() - Exception: Error fetching string attribute: [unixODBC][Driver Manager]Function sequence error
Thanks,
Dileep

Nick Gorham <nick.gorham@...> wrote:
Dileep Kumar wrote:

>Hi,
>
> I am getting the following error after running an application for a long time. The application goes through the same path and group of instructions mutliple times and this error doesn't appear initially.
>
> What are the posisble causes of this error for it to appear after some time? We use version 2.2.11 of UnixODBC
>
> Mon Apr 21 15:11:57 2008 csuser: StoreObj()::Find() - Exception: Error fetching numeric attribute: [unixODBC][Driver Manager]Function sequence error
>
> Thanks for your response
> Dileep
>
>
>---------------------------------
>Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
>
>
Hard to say without more details, but I would suspect that a previous
select has failed in the driver, You need to look further back in the log,

--
Nick Gorham
Easysoft Limited
http://www.easysoft.com, http://www.unixODBC.org

_______________________________________________
unixODBC-support mailing list
unixODBC-support@...
http://mail.easysoft.com/mailman/listinfo/unixodbc-support


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
_______________________________________________
unixODBC-support mailing list
unixODBC-support@...
http://mail.easysoft.com/mailman/listinfo/unixodbc-support

Re: [unixODBC][Driver Manager]Function sequence error

by Nick Gorham :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dileep Kumar wrote:

>Hi Nick,
>  
>  Yes, I have seen this during a select and also during a lock table. Some more logs are below. The application runs normally for a long time and then starts failing at these statements. What other details would be helpful in identifying the problem?
>  
>
There is not much I can suggest other than contacting the people who
support your Informix driver, as it seems to be failing in that, not the
driver manager.

--
Nick Gorham
Easysoft Limited
http://www.easysoft.com, http://www.unixODBC.org

_______________________________________________
unixODBC-support mailing list
unixODBC-support@...
http://mail.easysoft.com/mailman/listinfo/unixodbc-support
LightInTheBox - Buy quality products at wholesale price