Subsystem and the R00460

adri_valentim

Reputable Poster
Hi Everyone,

We are trying something and it seems not to be working. We are running the R00460 on Application Server A but the UBE that is generate the records in the F986113 is on on Application Server B.

Does the R00460 UBE MUST run on the same server as the other UBE generate the F986113 records.

Thank you
 
Typcially each application server will have it's own Server Map data source, which contains the F986113 table, so each application server will use it's own copy of the F986113. Therefore if you run a job on server A that generates the R00460 records they will be put into the F986113 table that server A reads so in order to process those records you would have to run the R00460 subsystem job on server A.
 
With E1 8.9 and above, even if you have different server platforms, the answer is:

The R00460 does not have to be run on the same server as the UBE which generates the records. I've done this before in production and it worked well, even when server A was HP-UX and server B was AIX.

Now, which release of JDE are running? Xe and 8.0 should not share a server map for servers of a different platform due to database driver definitions.

However, if they are the same platform, you can share the server map without issue and run the R00460 in server A and the UBE on server B.

An OCM mapping may workaround the issue, but I can't recall if the F986113 is tied down as a bootstrap table as the F98611 is.
 
Back
Top