Author | Topic: Error when upsizing | |
---|---|---|
Itai Dishon | Error when upsizing on Thu, 26 Feb 2015 23:04:56 +0100 I get this error when using DBFUPSIZE from within my program. I do not get the erorr if I am running the same *.upsize file from DBFUPSIZE.EXE ERROR LOG of "C:\Dev\SM_20\DataConverter\DataConverter.exe" Date: 02/26/2015 13:41:17 Xbase++ version : Xbase++ (R) Version 2.00.570 Operating system : Windows 7 06.01 Build 07601 Service Pack 1 SubMaster Version : User Name : - Path : C:\DataBase\ItaiData\ System Setup : Phase = No, Lot = No, Stage = No ---------------------------------------------------------------------------- -- oError:args : -> VALTYPE: C VALUE: Error-State for Job #1 -> VALTYPE: U VALUE: NIL oError:canDefault : N oError:canRetry : N oError:canSubstitute: Y oError:cargo : NIL oError:description : Parameter has a wrong data type oError:filename : oError:genCode : 2 oError:operation : <Error-St...> + <NIL> oError:osCode : 0 oError:severity : 2 oError:subCode : 3 oError:subSystem : BASE oError:thread : 1 oError:tries : 0 ---------------------------------------------------------------------------- -- CALLSTACK: ---------------------------------------------------------------------------- -- Called from IUPSIZELOGGER:JOBERROR(45) Called from ISAMBINDING:TRANSFER(621) Called from UPSIZE:SINGLETHREADEDTRANSFER(893) Called from UPSIZE:TRANSFERDATA(989) Called from DBFUPSIZE(306) Called from DOTHEUPSIZE(135) Called from CBTMENUSCR:CONVERT(278) Called from (B)CBTMENUSCR:INIT(89) Called from XBPPUSHBUTTON:HANDLEEVENT(1522) Called from CBTMENUAPP(35) Called from MAIN(130) Itai Dishon | |
Till Warweg | Re: Error when upsizing on Fri, 27 Feb 2015 16:07:18 +0100 Itai, Is it possible for you to us your dataconverter project along with the table(s) you're trying to upsize? Thank you. Best regards, Till Warweg [Alaska Software] -------------------------------------------------------------------- Technical Support: support@alaska-software.com News Server: news.alaska-software.com Homepage: http://www.alaska-software.com KnowledgeBase: http://www.alaska-software.com/kb -------------------------------------------------------------------- "Itai Dishon" schrieb im Newsbeitrag news:4ee9fd73$6cc84462$228841@news.alaska-software.com... > I get this error when using DBFUPSIZE from within my program. > I do not get the erorr if I am running the same *.upsize file from > DBFUPSIZE.EXE > > ERROR LOG of "C:\Dev\SM_20\DataConverter\DataConverter.exe" Date: 02/26/2015 > 13:41:17 > > Xbase++ version : Xbase++ (R) Version 2.00.570 > Operating system : Windows 7 06.01 Build 07601 Service Pack 1 > SubMaster Version : > User Name : - > Path : C:\DataBase\ItaiData\ > System Setup : Phase = No, Lot = No, Stage = No > ---------------------------------------------------------------------------- > -- > oError:args : > -> VALTYPE: C VALUE: Error-State for Job #1 > -> VALTYPE: U VALUE: NIL > oError:canDefault : N > oError:canRetry : N > oError:canSubstitute: Y > oError:cargo : NIL > oError:description : Parameter has a wrong data type > oError:filename : > oError:genCode : 2 > oError:operation : <Error-St...> + <NIL> > oError:osCode : 0 > oError:severity : 2 > oError:subCode : 3 > oError:subSystem : BASE > oError:thread : 1 > oError:tries : 0 > ---------------------------------------------------------------------------- > -- > CALLSTACK: > ---------------------------------------------------------------------------- > -- > Called from IUPSIZELOGGER:JOBERROR(45) > Called from ISAMBINDING:TRANSFER(621) > Called from UPSIZE:SINGLETHREADEDTRANSFER(893) > Called from UPSIZE:TRANSFERDATA(989) > Called from DBFUPSIZE(306) > Called from DOTHEUPSIZE(135) > Called from CBTMENUSCR:CONVERT(278) > Called from (B)CBTMENUSCR:INIT(89) > Called from XBPPUSHBUTTON:HANDLEEVENT(1522) > Called from CBTMENUAPP(35) > Called from MAIN(130) > > > Itai Dishon | |
Itai Dishon | Re: Error when upsizing on Mon, 02 Mar 2015 05:09:44 +0100 Till Warweg wrote in message news:565864c1$1c692c68$238056@news.alaska- software.com... >Itai, > > Is it possible for you to us your dataconverter project along >with the table(s) you're trying to upsize? Thank you. Till Hi, Here is the table it seems that it fail on record #8 (the first seven rows are in the new table. Also attached is the project Thank you Itai P.S. Any answer on the DacSqlStatement issue in this group or postgres group? DOCUMENT.zip DatabaseConverter.zip |