Page 1 of 1

Resource Bundle not found

Posted: Thu Oct 30, 2008 6:57 am
by sambarand
I am getting the following warning while writing data to a Oracle Table.
"APT_CombinedOperatorController,0: Resource bundle corresponding to message key DSTAGE-TODC-00069 not found! Check that DSHOME or APT_RESPATH is set."

The stages used are
Dynamic RDBMS --> Sort--> Transformer---> Dynamic RDBMS

What is the meaning of this warning and how to get rid of this?

Posted: Thu Oct 30, 2008 7:00 am
by chulett
The first bit of advice you are always going to get in situations like this is:
ray.wurlod wrote:We do not attempt to diagnose errors from APT_CombinedOperatorController. Please disable operator combination and report the actual error message produced afterwards.
Thought I'd save Ray the trouble. :wink:

i am having the same issue

Posted: Fri Nov 14, 2008 2:14 pm
by tatikramos
i had db2 plugin and i got the same warning on it. when i try to view the data i am able to see the data but when it runs it doens export anything. is because this warning?

Posted: Fri Nov 14, 2008 9:47 pm
by ray.wurlod
"Resource" in this case means the file or table used to decode the message code which is given. The error message advises you to "Check that DSHOME or APT_RESPATH is set". Either of these can be used to determine the location of the resource file/table. In versions earlier than 8.0 the name of the table is DS_RESENU (for English US) or DS_RESJPN (for Japanese), etc. I have not yet researched 8.0 well enough to state how it is done in this version.