Table Conversion UBE- help

ntnambi

Member
Hi
When I try to run my Table conversion UBE (locally ) , a message window is displayed saying " the system cannot find the file specified"

When i run it on server, the submitted job ends in an error.and in the log file the following are logged
----
6320 Fri Nov 1 04:35:32 2002 CALLBSFN(B0000182)1442
XXX0000001 - GetProfileHandle failed for , error =CPF2204

6320 Fri Nov 1 04:35:32 2002 CALLBSFN(B0000182)695
XXX0000001 - GetProfileHandle failed for , error =CPF2204

6320 Fri Nov 1 04:35:34 2002 runbatch.c1124
RUNBATCH: Remote CP=1252, Remote OS=5, Local CP=37, ConvertToASCII=0

6320 Fri Nov 1 04:35:34 2002 tcinit.c1934
TCE009124 - Load of TC Spec Report RS56T48001 failed.

6320 Fri Nov 1 04:35:34 2002 tcrun.c1090
TCE009165 - Failed to load conversion spec.

6320 Fri Nov 1 04:35:34 2002 jdb_ctl.c5997
JDB9900155 - Failed to get non - zero AB Number.

6320 Fri Nov 1 04:35:34 2002 ipcpub.c3432
API ipcSawUnregisterProcV1 : process 6320 unregistered in entry 34

6320 Fri Nov 1 04:35:34 2002 runbatch.c1385
Processing PrintUBE request failed - see previous messages

6320 Fri Nov 1 04:35:34 2002 runbatch.c1395
Job of type UBE failed with rcode = 0
---


pls advise what may be the cause

with regards
Nambi
 
Nambi, Welcome to the List!

When developing a UBE (Table Conversion included), the first step I take is to ensure it runs clean locally; in that case only do I proceed to deploying it on the Server (as far as I have noticed, the Server deployment did not properly take place, but that's a different issue).
Now, as your details are kind of missing, please allow me, respectfully, to ask a few questions, such as ... did you:
- run this TC without any error, previously?
- modify this TC? Why?
- properly setup the In & Output environment_S?
- modify YOUR jde.ini file in order to get the debug.log ([DEBUG] section) & the UBE.log ([UBE] section)?
- publish your system configuration? See mine, as another JDEListr woul put it :)
Warm regards,
 
Why dont you try to build the business function locally and try that one.
 
Re: RE: Table Conversion UBE- help

I've seen this when the file your table conversion is calling does not exist in the environment you are running it on (a custom workfile is called and it only exists in PY).
 
Back
Top