Job doesnt get submitted on server

ppljde

Member
Job doesnt get submitted on server

Hi,
Any help would be greatly appreciated

We have two application servers – App01 and App02. We have certain users mapped to APP01 and certain to APP02 using OCM mappings.

By default our jobs will be submitted on APP01
Our scheduler runs on APP01

When we submit a UBE, let’s say ‘A’ that calls another UBE lets say ‘B’ – in Async mode – then this is what we see
1. When ‘A’ is submitted by user who is mapped to APP02 then the UBE ‘A ‘gets submitted on APP02 and UBE B doesn’t get submitted at all
2. When A is submitted by user who is mapped to APP01 then the UBE A and B gets submitted on APP01
3. When A is submitted by user who is mapped to APP01 but at the time of submission we override location to APP02 the UBE A runs on APP02 but UBE B runs on APP01
4. When A is submitted by user who is mapped to APP02 but at the time of submission we override location to LOCAL the UBE A runs Locally and UBE B runs successfully on APP02

We are trying to get scenario 1 to work

We also see this error on the UBE A’s Jde.log in case 1 - KNT0000106 - JDENET_ReceiveMsg failed. Error = 11

Thanks,
H.
 
Re: Job doesnt get submitted on server

Check OCM -
APP02 - 812 Server Map.

Define there Environment DEFAULT UBE on APP02 for *PUBLIC and active status.

Restart HTML Service.
 
Back
Top