![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi people, im using IBM Informix CSDK 3.00 TC1, more in detail the .NET data provider, populating a table and creating an Update query for this table by his PK, when running i get this exception: System.InvalidOperationException: Error: truncado de serie: max=56, len en IBM.Data.Informix.IfxParameter.GetParameterSize(Ob ject value, TypeMap typeMap) en IBM.Data.Informix.IfxParameter.Bind(IfxDataReader tmpReader, IntPtr stmt, IfxCommand parent, Int16 ordinal, CNativeBuffer valueBuffer, CNativeBuffer lenIndBuffer) en IBM.Data.Informix.IfxCommand.ExecuteReaderObject(C ommandBehavior behavior, String method) en IBM.Data.Informix.IfxCommand.ExecuteNonQuery() en ConMega.Juridico.Dao.ConceptoDataSetTableAdapters. ConceptosTableAdapter.UpdateByPK(String con_des, String con_nom, String con_exp, String con_obs, String Original_con_esj_cod, Int32 Original_con_cod) en C:\Proyectos\DotNet \Juridico\Thrunk\Dao\ConMega.Juridico.Dao\ConMega. Juridico.Dao \ConceptoDataSet.Designer.cs:línea 1399 en ConMega.Juridico.Biz.AdministradorConcepto.Actuali zarConcepto(EstructuraConcepto estructuraConcepto) en C:\Proyectos\DotNet\Juridico\Thrunk\Biz \ConMega.Juridico.Biz\ConMega.Juridico.Biz \AdministradorConcepto.cs:línea 83 .... I know CSDK 3.00 TC1 is still some kind of BETA, can anybody tells me where to report this error ? Can i solve this in any way ? Thanks! E. Ferreyra |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
eferreyra wrote: Hi people, im using IBM Informix CSDK 3.00 TC1, more in detail the .NET data provider, populating a table and creating an Update query for this table by his PK, when running i get this exception: System.InvalidOperationException: Error: truncado de serie: max=56, len en IBM.Data.Informix.IfxParameter.GetParameterSize(Ob ject value, TypeMap typeMap) en IBM.Data.Informix.IfxParameter.Bind(IfxDataReader tmpReader, IntPtr stmt, IfxCommand parent, Int16 ordinal, CNativeBuffer valueBuffer, CNativeBuffer lenIndBuffer) en IBM.Data.Informix.IfxCommand.ExecuteReaderObject(C ommandBehavior behavior, String method) en IBM.Data.Informix.IfxCommand.ExecuteNonQuery() en ConMega.Juridico.Dao.ConceptoDataSetTableAdapters. ConceptosTableAdapter..UpdateByPK(String con_des, String con_nom, String con_exp, String con_obs, String Original_con_esj_cod, Int32 Original_con_cod) en C:\Proyectos\DotNet \Juridico\Thrunk\Dao\ConMega.Juridico.Dao\ConMega. Juridico.Dao \ConceptoDataSet.Designer.cs:línea 1399 en ConMega.Juridico.Biz.AdministradorConcepto.Actuali zarConcepto(EstructuraConcepto estructuraConcepto) en C:\Proyectos\DotNet\Juridico\Thrunk\Biz \ConMega.Juridico.Biz\ConMega.Juridico.Biz \AdministradorConcepto.cs:línea 83 .... I know CSDK 3.00 TC1 is still some kind of BETA, can anybody tells me where to report this error ? Can i solve this in any way ? Thanks! E. Ferreyra CSDK 3.00 TC1 is not Beta... If you have a support contract you can contact IBM support. Without an error code and with a Spanish message I have no idea of what may be happening... Regards. -- Fernando Nunes Portugal http://informix-technology.blogspot.com My email works... but I don't check it frequently... |
#5
| |||
| |||
|
|
eferreyra wrote: Hi people, im using IBM Informix CSDK 3.00 TC1, more in detail the .NET data provider, populating a table and creating an Update query for this table by his PK, when running i get this exception: System.InvalidOperationException: Error: truncado de serie: max=56, len en IBM.Data.Informix.IfxParameter.GetParameterSize(Ob ject value, TypeMap typeMap) en IBM.Data.Informix.IfxParameter.Bind(IfxDataReader tmpReader, IntPtr stmt, IfxCommand parent, Int16 ordinal, CNativeBuffer valueBuffer, CNativeBuffer lenIndBuffer) en IBM.Data.Informix.IfxCommand.ExecuteReaderObject(C ommandBehavior behavior, String method) en IBM.Data.Informix.IfxCommand.ExecuteNonQuery() en ConMega.Juridico.Dao.ConceptoDataSetTableAdapters. ConceptosTableAdapter.UpdateByPK(String con_des, String con_nom, String con_exp, String con_obs, String Original_con_esj_cod, Int32 Original_con_cod) en C:\Proyectos\DotNet \Juridico\Thrunk\Dao\ConMega.Juridico.Dao\ConMega. Juridico.Dao \ConceptoDataSet.Designer.cs:línea 1399 en ConMega.Juridico.Biz.AdministradorConcepto.Actuali zarConcepto(EstructuraConcepto estructuraConcepto) en C:\Proyectos\DotNet\Juridico\Thrunk\Biz \ConMega.Juridico.Biz\ConMega.Juridico.Biz \AdministradorConcepto.cs:línea 83 .... I know CSDK 3.00 TC1 is still some kind of BETA, can anybody tells me where to report this error ? Can i solve this in any way ? Thanks! E. Ferreyra CSDK 3.00 TC1 is not Beta... If you have a support contract you can contact IBM support. Without an error code and with a Spanish message I have no idea of what may be happening... Regards. -- Fernando Nunes Portugal http://informix-technology.blogspot.com My email works... but I don't check it frequently... |
#6
| |||
| |||
|
|
I don't see GetParameterSize() method mentioned in Informix .NET Manual for IfxParameter class. Link for Manual :http://www-306.ibm.com/software/data...y/csdk_30.html -Shesh eferreyra <eferre... (AT) gmail (DOT) com Sent by: informix-list-boun... (AT) iiug (DOT) org 18/09/2007 19:16 To informix-l... (AT) iiug (DOT) org cc Subject Re: IBM Informix CSDK 3.00 TC1 Error The exception happens in: IBM.Data.Informix.IfxParameter.GetParameterSize(Ob ject value, TypeMap typeMap) I think is a IBM issue, but i cant find how to report it, so they can correct and make a better product... I can do a work-around, im just trying to help informix's tools.. im sure we have support contract, but ussually we use with the IDS by phone, im just looking for an issue tracker or something like that for the CSDK... On 17 sep, 19:09, Fernando Nunes <s... (AT) domus (DOT) online.pt> wrote: eferreyra wrote: Hi people, im using IBM Informix CSDK 3.00 TC1, more in detail the .NET data provider, populating a table and creating an Update query for this table by his PK, when running i get this exception: System.InvalidOperationException: Error: truncado de serie: max=56, len en IBM.Data.Informix.IfxParameter.GetParameterSize(Ob ject value, TypeMap typeMap) en IBM.Data.Informix.IfxParameter.Bind(IfxDataReader tmpReader, IntPtr stmt, IfxCommand parent, Int16 ordinal, CNativeBuffer valueBuffer, CNativeBuffer lenIndBuffer) en IBM.Data.Informix.IfxCommand.ExecuteReaderObject(C ommandBehavior behavior, String method) en IBM.Data.Informix.IfxCommand.ExecuteNonQuery() en ConMega.Juridico.Dao.ConceptoDataSetTableAdapters. ConceptosTableAdapter.UpdateByPK(String> > con_des, String con_nom, String con_exp, String con_obs, String Original_con_esj_cod, Int32 Original_con_cod) en C:\Proyectos\DotNet \Juridico\Thrunk\Dao\ConMega.Juridico.Dao\ConMega. Juridico.Dao \ConceptoDataSet.Designer.cs:línea 1399 en ConMega.Juridico.Biz.AdministradorConcepto.Actuali zarConcepto(EstructuraConcepto estructuraConcepto) en C:\Proyectos\DotNet\Juridico\Thrunk\Biz \ConMega.Juridico.Biz\ConMega.Juridico.Biz \AdministradorConcepto.cs:línea 83 .... I know CSDK 3.00 TC1 is still some kind of BETA, can anybody tells me where to report this error ? Can i solve this in any way ? Thanks! E. Ferreyra CSDK 3.00 TC1 is not Beta... If you have a support contract you can contact IBM support. Without an error code and with a Spanish message I have no idea of what may be happening... Regards. -- Fernando Nunes Portugal http://informix-technology.blogspot.com My email works... but I don't check it frequently... _______________________________________________ Informix-list mailing list Informix-l... (AT) iiug (DOT) orghttp://www.iiug.org/mailman/listinfo/informix-list |
#7
| |||
| |||
|
|
-----Original Message----- From: informix-list-bounces (AT) iiug (DOT) org [mailto:informix-list- bounces (AT) iiug (DOT) org] On Behalf Of eferreyra Sent: Tuesday, September 18, 2007 10:10 AM To: informix-list (AT) iiug (DOT) org Subject: Re: IBM Informix CSDK 3.00 TC1 Error Shesh, maybe its not public, see the stack trace of the exception in the first mail. All starts in IBM.Data.Informix.IfxCommand.ExecuteNonQuery() I try "my support" in IBM web site but cant find where is CSDK... I give up, just to much time to find where to report an error... |
|
Also cant find CSDK 3.00 TC2 for download On Sep 18, 11:53 am, Sheshnarayan Agrawal <shagra... (AT) in (DOT) ibm.com wrote: I don't see GetParameterSize() method mentioned in Informix .NET Manual for IfxParameter class. Link for Manual :http://www- 306.ibm.com/software/data/informix/pubs/library/csdk_30.html -Shesh eferreyra <eferre... (AT) gmail (DOT) com Sent by: informix-list-boun... (AT) iiug (DOT) org 18/09/2007 19:16 To informix-l... (AT) iiug (DOT) org cc Subject Re: IBM Informix CSDK 3.00 TC1 Error The exception happens in: IBM.Data.Informix.IfxParameter.GetParameterSize(Ob ject value, TypeMap typeMap) I think is a IBM issue, but i cant find how to report it, so they can correct and make a better product... I can do a work-around, im just trying to help informix's tools.. im sure we have support contract, but ussually we use with the IDS by phone, im just looking for an issue tracker or something like that for the CSDK... On 17 sep, 19:09, Fernando Nunes <s... (AT) domus (DOT) online.pt> wrote: eferreyra wrote: Hi people, im using IBM Informix CSDK 3.00 TC1, more in detail the .NET data provider, populating a table and creating an Update query for this table by his PK, when running i get this exception: System.InvalidOperationException: Error: truncado de serie: max=56, len en IBM.Data.Informix.IfxParameter.GetParameterSize(Ob ject value, TypeMap typeMap) en IBM.Data.Informix.IfxParameter.Bind(IfxDataReader tmpReader, IntPtr stmt, IfxCommand parent, Int16 ordinal, CNativeBuffer valueBuffer, CNativeBuffer lenIndBuffer) en IBM.Data.Informix.IfxCommand.ExecuteReaderObject(C ommandBehavior behavior, String method) en IBM.Data.Informix.IfxCommand.ExecuteNonQuery() en ConMega.Juridico.Dao.ConceptoDataSetTableAdapters. ConceptosTableAdapter.Up dateByPK(String> > con_des, String con_nom, String con_exp, String con_obs, String Original_con_esj_cod, Int32 Original_con_cod) en C:\Proyectos\DotNet \Juridico\Thrunk\Dao\ConMega.Juridico.Dao\ConMega. Juridico.Dao \ConceptoDataSet.Designer.cs:línea 1399 en ConMega.Juridico.Biz.AdministradorConcepto.Actuali zarConcepto(EstructuraCo ncepto estructuraConcepto) en C:\Proyectos\DotNet\Juridico\Thrunk\Biz \ConMega.Juridico.Biz\ConMega.Juridico.Biz \AdministradorConcepto.cs:línea 83 .... I know CSDK 3.00 TC1 is still some kind of BETA, can anybody tells me where to report this error ? Can i solve this in any way ? Thanks! E. Ferreyra CSDK 3.00 TC1 is not Beta... If you have a support contract you can contact IBM support. Without an error code and with a Spanish message I have no idea of what may be happening... Regards. -- Fernando Nunes Portugal http://informix-technology.blogspot.com My email works... but I don't check it frequently... _______________________________________________ Informix-list mailing list Informix-l... (AT) iiug (DOT) orghttp://www.iiug.org/mailman/listinfo/informix-list _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
#8
| |||
| |||
|
|
-----Original Message----- From: informix-list-boun... (AT) iiug (DOT) org [mailto:informix-list- boun... (AT) iiug (DOT) org] On Behalf Of eferreyra Sent: Tuesday, September 18, 2007 10:10 AM To: informix-l... (AT) iiug (DOT) org Subject: Re: IBM Informix CSDK 3.00 TC1 Error Shesh, maybe its not public, see the stack trace of the exception in the first mail. All starts in IBM.Data.Informix.IfxCommand.ExecuteNonQuery() I try "my support" in IBM web site but cant find where is CSDK... I give up, just to much time to find where to report an error... If you're in the US and have support, try calling tech support at 800-274-8184. --EEM Also cant find CSDK 3.00 TC2 for download On Sep 18, 11:53 am, Sheshnarayan Agrawal <shagra... (AT) in (DOT) ibm.com wrote: I don't see GetParameterSize() method mentioned in Informix .NET Manual for IfxParameter class. Link for Manual :http://www- 306.ibm.com/software/data/informix/pubs/library/csdk_30.html -Shesh eferreyra <eferre... (AT) gmail (DOT) com Sent by: informix-list-boun... (AT) iiug (DOT) org 18/09/2007 19:16 To informix-l... (AT) iiug (DOT) org cc Subject Re: IBM Informix CSDK 3.00 TC1 Error The exception happens in: IBM.Data.Informix.IfxParameter.GetParameterSize(Ob ject value, TypeMap typeMap) I think is a IBM issue, but i cant find how to report it, so they can correct and make a better product... I can do a work-around, im just trying to help informix's tools.. im sure we have support contract, but ussually we use with the IDS by phone, im just looking for an issue tracker or something like that for the CSDK... On 17 sep, 19:09, Fernando Nunes <s... (AT) domus (DOT) online.pt> wrote: eferreyra wrote: Hi people, im using IBM Informix CSDK 3.00 TC1, more in detail the .NET data provider, populating a table and creating an Update query for this table by his PK, when running i get this exception: System.InvalidOperationException: Error: truncado de serie: max=56, len en IBM.Data.Informix.IfxParameter.GetParameterSize(Ob ject value, TypeMap typeMap) en IBM.Data.Informix.IfxParameter.Bind(IfxDataReader tmpReader, IntPtr stmt, IfxCommand parent, Int16 ordinal, CNativeBuffer valueBuffer, CNativeBuffer lenIndBuffer) en IBM.Data.Informix.IfxCommand.ExecuteReaderObject(C ommandBehavior behavior, String method) en IBM.Data.Informix.IfxCommand.ExecuteNonQuery() en ConMega.Juridico.Dao.ConceptoDataSetTableAdapters. ConceptosTableAdapter..Up dateByPK(String> > con_des, String con_nom, String con_exp, String con_obs, String Original_con_esj_cod, Int32 Original_con_cod) en C:\Proyectos\DotNet \Juridico\Thrunk\Dao\ConMega.Juridico.Dao\ConMega. Juridico.Dao \ConceptoDataSet.Designer.cs:línea 1399 en ConMega.Juridico.Biz.AdministradorConcepto.Actuali zarConcepto(EstructuraCo ncepto estructuraConcepto) en C:\Proyectos\DotNet\Juridico\Thrunk\Biz \ConMega.Juridico.Biz\ConMega.Juridico.Biz \AdministradorConcepto.cs:línea 83 .... I know CSDK 3.00 TC1 is still some kind of BETA, can anybody tells me where to report this error ? Can i solve this in any way ? Thanks! E. Ferreyra CSDK 3.00 TC1 is not Beta... If you have a support contract you can contact IBM support. Without an error code and with a Spanish message I have no idea of what may be happening... Regards. -- Fernando Nunes Portugal http://informix-technology.blogspot.com My email works... but I don't check it frequently... _______________________________________________ Informix-list mailing list Informix-l... (AT) iiug (DOT) orghttp://www.iiug.org/mailman/listinfo/informix-list _______________________________________________ Informix-list mailing list Informix-l... (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
#9
| |||
| |||
|
|
Its possible later im start to use Data App Block from MS P&P and throw away the auto-generated datasets and table adapters from VS2005 and IBM plugins where the problem come from... |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |