Using JDE Handle - Accross Environments - On Server vs. Local

dbutler

Member
I am trying to use Table I/O to open a table in another environment to write records. I an using a straight UBE versus Table Conversion due to complexity of code. In the open I am passing through Processing Options the Environment Name to open the table in. I find that when I run my UBE locally it all works fine. However when I try to run it on the Server it always fails to open the table.

The table is in the other environment but I get the following log messages.

5252/2864 Wed Mar 19 07:44:02 2008 JDB_RST.C351
JDB9900915 - Failed to find global table specs.

5252/2864 Wed Mar 19 07:44:02 2008 JDB_RST.C1099
JDB9900307 - Failed to find table specifications

5252/2864 Wed Mar 19 07:44:02 2008 JDB_RQ1.C1464
JDB3100007 - Failed to get valid table specifications

Looking at some JDE Processes they have some purge programs that to the same but must run locally because of some BSFN's they call. Does the Table I/O for handles work on the server? I am not sure and do not have any access to Oracle to ask. If anyone can help would be appreciated.
 
Hi,
are you ussing 8.12 ..?
what operations dou you need to do on this table..?..update, insert..only select..?..

Saludos desde Cordoba Argentina
 
Is this a custom table or a standard JDE table? If custom have the table specs been deployed to the E1 server?

Also might help if you let us know what release of JDE you are using, tools release and platform you are running on.
 
Try to generate debug log on server which can give you some more information.

Thanks,
Chan
 
Back
Top