Error 392

karel schoonjan

New Member
We got a strange phenomenon at a customer. On 2 different machines and with a gap of 3 weeks, we got the following error:

ERROR:shrlib.pl<<s_initbl.r>> Shared variable TXS has not yet been created.

This is an unknown variable to us. We searched it through to complete application :confused:

Does anybody know where this so called shared variable may come from, and how we can avoid this error???

Thanks
 
KB P73639:

If you're environment fits the description, I think you better contact Progress TS.
Although this article is not about shared variables it looks like it has something to do with it. ( IMHO it can't be a coincidence the index name is TXS and your shared variable name is TXS, if you're sure nobody created it and you really can't find it in your application)

Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0A
UNIX
SYMPTOM(s):
Error 7967 running application
Unable to locate index 'TXS' on table '<tablename>' for procedure
<proc>. (7967)
Unable to locate index '' on table '' for procedure ''. (7967)
CHANGE:
Upgrade from Progress 9.1C or Progress 9.1D to OpenEdge 10.0A
CAUSE:
Bug# 20040408-033
FIX:
Upgrade to 10.0B.

HTH,

Casper.
 
Back
Top