Author | Topic: operating system error GOTO | |
---|---|---|
Reinthaler Rudolf | operating system error GOTO on Fri, 10 Aug 2007 08:08:32 +0200 Hello, I have still sometimes problems with DBGOTO: ------------------------------------------------------------------------------ ERROR LOG of "F:\uniflex\WWS.EXE" Date: 06-08-2007 10:38:41 Xbase++ version : Xbase++ (R) Version 1.90.331 Operating system : Windows XP 05.01 Build 02600 Service Pack 2 ------------------------------------------------------------------------------ oError:args : -> VALTYPE: N VALUE: 973 oError:canDefault : J oError:canRetry : N oError:canSubstitute: N oError:cargo : NIL oError:description : Operating system error oError:filename : oError:genCode : 40 oError:operation : DbGoto oError:osCode : 1 oError:severity : 2 oError:subCode : 4 oError:subSystem : BASE oError:thread : 6 oError:tries : 0 ------------------------------------------------------------------------------ what could cause this error and how can I avoit it ? regards Rudolf | |
Andreas Gehrs-Pahl | Re: operating system error GOTO on Fri, 10 Aug 2007 06:47:20 -0400 Rudolf, An OS Error 1 on a DbGoto() often means that there is some sort of Index corruption -- or the DBE is messed up. Without any further information or a reproducible example, it is virtually impossible to figure out why it happened, or how to avoid it. -- Andreas --- --- Andreas Gehrs-Pahl E-Mail: GPahl@CharterMI.net 415 Gute Street or: Andreas@DDPSoftware.com Owosso, MI 48867-4410 or: Andreas@Aerospace-History.net Tel: (989) 723-9927 Web Site: http://www.Aerospace-History.net --- --- | |
Reinthaler Rudolf | Re: operating system error GOTO on Fri, 10 Aug 2007 22:02:29 +0200 Hello Andreas, this is an error, that occurs without any system. At the next try it works without any problems. So there must be another reason regards Rudolf "Andreas Gehrs-Pahl" <Andreas@DDPSoftware.com> schrieb im Newsbeitrag news:1o38993isjh7y.2drv8pa7x7dp$.dlg@40tude.net... > Rudolf, > > An OS Error 1 on a DbGoto() often means that there is some sort of Index > corruption -- or the DBE is messed up. Without any further information or > a reproducible example, it is virtually impossible to figure out why it > happened, or how to avoid it. > > -- Andreas > > --- --- > Andreas Gehrs-Pahl E-Mail: GPahl@CharterMI.net > 415 Gute Street or: Andreas@DDPSoftware.com > Owosso, MI 48867-4410 or: Andreas@Aerospace-History.net > Tel: (989) 723-9927 Web Site: http://www.Aerospace-History.net > --- --- | |
G. Henzler | Re: operating system error GOTO on Mon, 13 Aug 2007 17:34:13 +0200 Hi, we also have this problem, esp. one certain client, and don't know what to do. But it was also mentioned by someone else some months ago..... So it is real. mfg G. Henzler "Reinthaler Rudolf" <office@c-tec.at> schrieb im Newsbeitrag news:7589244$19c6a818$191702@news.alaska-software.com... > Hello Andreas, > this is an error, that occurs without any system. At the next try it works > without any problems. So there must be another reason > regards > Rudolf > > > "Andreas Gehrs-Pahl" <Andreas@DDPSoftware.com> schrieb im Newsbeitrag > news:1o38993isjh7y.2drv8pa7x7dp$.dlg@40tude.net... >> Rudolf, >> >> An OS Error 1 on a DbGoto() often means that there is some sort of Index >> corruption -- or the DBE is messed up. Without any further information or >> a reproducible example, it is virtually impossible to figure out why it >> happened, or how to avoid it. >> >> -- Andreas >> >> --- >> --- >> Andreas Gehrs-Pahl E-Mail: GPahl@CharterMI.net >> 415 Gute Street or: Andreas@DDPSoftware.com >> Owosso, MI 48867-4410 or: Andreas@Aerospace-History.net >> Tel: (989) 723-9927 Web Site: http://www.Aerospace-History.net >> --- >> --- > | |
Eric Breddam | Re: operating system error GOTO on Mon, 13 Aug 2007 12:21:25 -0700 There was a period i was recieving odd, intermittent error messages on Db operations that moved the pointer - DbSeek, DbGoto, etc... I _don't_ remember the exact error but it wasn't an obvious one for the cause, which was that the (LAN) network connection had been dropped after a period of idle program time. When i put a thread into my program that would test across the network for the existence of a file on a regular basis, the problem disappeared. So we determined it was that the timeout was a 'network timeout' and had the sys admin make some adjustments. Never happened again. Might be worth checking into. Eric Breddam SOM Data Services "Reinthaler Rudolf" <office@c-tec.at> wrote in message news:49e9af91$de738a1$152d35@news.alaska-software.com... > Hello, > I have still sometimes problems with DBGOTO: > -------------------------------------------------------------------------- ---- > ERROR LOG of "F:\uniflex\WWS.EXE" Date: 06-08-2007 10:38:41 > > Xbase++ version : Xbase++ (R) Version 1.90.331 > Operating system : Windows XP 05.01 Build 02600 Service Pack 2 > -------------------------------------------------------------------------- ---- > oError:args : > -> VALTYPE: N VALUE: 973 > oError:canDefault : J > oError:canRetry : N > oError:canSubstitute: N > oError:cargo : NIL > oError:description : Operating system error > oError:filename : > oError:genCode : 40 > oError:operation : DbGoto > oError:osCode : 1 > oError:severity : 2 > oError:subCode : 4 > oError:subSystem : BASE > oError:thread : 6 > oError:tries : 0 > -------------------------------------------------------------------------- ---- > > what could cause this error and how can I avoit it ? > > regards > Rudolf > > | |
Jack Duijf | Re: operating system error GOTO on Tue, 14 Aug 2007 19:40:26 +0200 Hello Eric, That is a verry usefull suggestion. I have not tested this yet, but is sounds verry reasonable. I receive these errors on a verry regular basis on a limited number of customer sites. I wil create a seperate thread that wil do exactly as you describe. Thanks for the suggestion. Jack Duijf "Eric Breddam" <eric@somdata.com> schreef in bericht news:153faaac$36e6d84d$21dda4@news.alaska-software.com... > There was a period i was recieving odd, intermittent error messages on Db > operations that moved the pointer - DbSeek, DbGoto, etc... I _don't_ > remember the exact error but it wasn't an obvious one for the cause, which > was that the (LAN) network connection had been dropped after a period of > idle program time. When i put a thread into my program that would test > across the network for the existence of a file on a regular basis, the > problem disappeared. So we determined it was that the timeout was a > 'network timeout' and had the sys admin make some adjustments. Never > happened again. > > Might be worth checking into. > > > -- > Eric Breddam > SOM Data Services > "Reinthaler Rudolf" <office@c-tec.at> wrote in message > news:49e9af91$de738a1$152d35@news.alaska-software.com... >> Hello, >> I have still sometimes problems with DBGOTO: >> -------------------------------------------------------------------------- > ---- >> ERROR LOG of "F:\uniflex\WWS.EXE" Date: 06-08-2007 10:38:41 >> >> Xbase++ version : Xbase++ (R) Version 1.90.331 >> Operating system : Windows XP 05.01 Build 02600 Service Pack 2 >> -------------------------------------------------------------------------- > ---- >> oError:args : >> -> VALTYPE: N VALUE: 973 >> oError:canDefault : J >> oError:canRetry : N >> oError:canSubstitute: N >> oError:cargo : NIL >> oError:description : Operating system error >> oError:filename : >> oError:genCode : 40 >> oError:operation : DbGoto >> oError:osCode : 1 >> oError:severity : 2 >> oError:subCode : 4 >> oError:subSystem : BASE >> oError:thread : 6 >> oError:tries : 0 >> -------------------------------------------------------------------------- > ---- >> >> what could cause this error and how can I avoit it ? >> >> regards >> Rudolf >> >> > > | |
Eric Breddam | Re: operating system error GOTO on Tue, 14 Aug 2007 12:31:34 -0700 Glad to be of some use Just to be clear - this was a one-time thing we put in then turned it into a component which could be turned on by the user/administrator whenever the problem appears, just as a way of checking for the issue - the real solution was the sys admin adjusting the network so the timeouts didn't occur anymore rather than having a thread which created a constant load. Eric Breddam SOM Data Services "Jack Duijf" <jack@aicn.nl> wrote in message news:1fc984da$3d5dd927$24c42d@news.alaska-software.com... > Hello Eric, > > That is a verry usefull suggestion. I have not tested this yet, but is > sounds verry reasonable. > I receive these errors on a verry regular basis on a limited number of > customer sites. > > I wil create a seperate thread that wil do exactly as you describe. > Thanks for the suggestion. > > Jack Duijf > > > "Eric Breddam" <eric@somdata.com> schreef in bericht > news:153faaac$36e6d84d$21dda4@news.alaska-software.com... > > There was a period i was recieving odd, intermittent error messages on Db > > operations that moved the pointer - DbSeek, DbGoto, etc... I _don't_ > > remember the exact error but it wasn't an obvious one for the cause, which > > was that the (LAN) network connection had been dropped after a period of > > idle program time. When i put a thread into my program that would test > > across the network for the existence of a file on a regular basis, the > > problem disappeared. So we determined it was that the timeout was a > > 'network timeout' and had the sys admin make some adjustments. Never > > happened again. > > > > Might be worth checking into. > > > > > > -- > > Eric Breddam > > SOM Data Services > > "Reinthaler Rudolf" <office@c-tec.at> wrote in message > > news:49e9af91$de738a1$152d35@news.alaska-software.com... > >> Hello, > >> I have still sometimes problems with DBGOTO: > >> ------------------------------------------------------------------------- - > > ---- > >> ERROR LOG of "F:\uniflex\WWS.EXE" Date: 06-08-2007 10:38:41 > >> > >> Xbase++ version : Xbase++ (R) Version 1.90.331 > >> Operating system : Windows XP 05.01 Build 02600 Service Pack 2 > >> ------------------------------------------------------------------------- - > > ---- > >> oError:args : > >> -> VALTYPE: N VALUE: 973 > >> oError:canDefault : J > >> oError:canRetry : N > >> oError:canSubstitute: N > >> oError:cargo : NIL > >> oError:description : Operating system error > >> oError:filename : > >> oError:genCode : 40 > >> oError:operation : DbGoto > >> oError:osCode : 1 > >> oError:severity : 2 > >> oError:subCode : 4 > >> oError:subSystem : BASE > >> oError:thread : 6 > >> oError:tries : 0 > >> ------------------------------------------------------------------------- - > > ---- > >> > >> what could cause this error and how can I avoit it ? > >> > >> regards > >> Rudolf > >> > >> > > > > > > | |
Johan Droskie | Re: operating system error GOTO on Wed, 15 Aug 2007 09:12:03 +0100 Hi Do you know what settings they changed ? We have over 600 sites with has similar problems. Thx Eric Breddam wrote: > Glad to be of some use > > Just to be clear - this was a one-time thing we put in then turned it into a > component which could be turned on by the user/administrator whenever the > problem appears, just as a way of checking for the issue - the real solution > was the sys admin adjusting the network so the timeouts didn't occur anymore > rather than having a thread which created a constant load. > | |
Eric Breddam | Re: operating system error GOTO on Wed, 15 Aug 2007 09:34:34 -0700 I have no idea actually - but I'll ask for you. Eric Breddam SOM Data Services "Johan Droskie" <Johan@NoMoreSpam_Hotsoft.Com> wrote in message news:47d9de8c$268188a8$263294@news.alaska-software.com... > Hi > > Do you know what settings they changed ? > We have over 600 sites with has similar problems. > > Thx > > Eric Breddam wrote: > > Glad to be of some use :) > > > > Just to be clear - this was a one-time thing we put in then turned it into a > > component which could be turned on by the user/administrator whenever the > > problem appears, just as a way of checking for the issue - the real solution > > was the sys admin adjusting the network so the timeouts didn't occur anymore > > rather than having a thread which created a constant load. > > | |
AUGE_OHR | Re: operating system error GOTO on Wed, 15 Aug 2007 18:49:39 +0200 Hi > Do you know what settings they changed ? > We have over 600 sites with has similar problems. did you have set all Opportunistic locking settings (CASE sensetiv) ? you have to "optimize" DBESYS.PRG for your Network to minimize genCode : 40 Error. increase your with : (xxx = FOX, NTX,CDX) DbeInfo(COMPONENT_DATA, xxxDBE_LOCKRETRY,1000000) DbeInfo(COMPONENT_ORDER,xxxDBE_LOCKRETRY,1000000) DbeInfo(COMPONENT_ORDER,xxxDBE_LOCKDELAY,10) greetings by OHR Jimmy | |
Eric Breddam | Re: operating system error GOTO on Wed, 15 Aug 2007 16:04:35 -0700 The admin's response was: > Yes, I went into administrative tools -> terminal server configuration -> > and adjusted one or two parameter that dealt with idle time. so I guess it was specific to TS rather than to the LAN. Eric Breddam SOM Data Services "Johan Droskie" <Johan@NoMoreSpam_Hotsoft.Com> wrote in message news:47d9de8c$268188a8$263294@news.alaska-software.com... > Hi > > Do you know what settings they changed ? > We have over 600 sites with has similar problems. > > Thx > > Eric Breddam wrote: > > Glad to be of some use :) > > > > Just to be clear - this was a one-time thing we put in then turned it into a > > component which could be turned on by the user/administrator whenever the > > problem appears, just as a way of checking for the issue - the real solution > > was the sys admin adjusting the network so the timeouts didn't occur anymore > > rather than having a thread which created a constant load. > > | |
AUGE_OHR | Re: operating system error GOTO on Mon, 13 Aug 2007 21:27:20 +0200 hi, Network ? DbeSys.PRG ? if Network, does it happend on different PCs or allways the same PC ? are you just using a Thread when you get the Error ? greetings by OHR Jimmy | |
Reinthaler Rudolf | Re: operating system error GOTO on Fri, 24 Aug 2007 13:56:30 +0200 I have this problem only at one cutomer at this time, so it seems to be networkspecific.I will try to find out, if it is the same workstation. regards Rudolf "Reinthaler Rudolf" <office@c-tec.at> schrieb im Newsbeitrag news:49e9af91$de738a1$152d35@news.alaska-software.com... > Hello, > I have still sometimes problems with DBGOTO: > ------------------------------------------------------------------------------ > ERROR LOG of "F:\uniflex\WWS.EXE" Date: 06-08-2007 10:38:41 > > Xbase++ version : Xbase++ (R) Version 1.90.331 > Operating system : Windows XP 05.01 Build 02600 Service Pack 2 > ------------------------------------------------------------------------------ > oError:args : > -> VALTYPE: N VALUE: 973 > oError:canDefault : J > oError:canRetry : N > oError:canSubstitute: N > oError:cargo : NIL > oError:description : Operating system error > oError:filename : > oError:genCode : 40 > oError:operation : DbGoto > oError:osCode : 1 > oError:severity : 2 > oError:subCode : 4 > oError:subSystem : BASE > oError:thread : 6 > oError:tries : 0 > ------------------------------------------------------------------------------ > > what could cause this error and how can I avoit it ? > > regards > Rudolf > > |