Have a client 100 (Dev) and client 200 (Test) in our environment.
In client 100, a job was run using the following command:
/applic/uc4/utilities/bin/ucybdbrt -I/applic/uc4/utilities/bin/ucybdbrt.ini -X/applic/uc4/utilities/bin/queries/&APPLIC#.xml -O&OUTPUT#
In the query file, wanted to query client 100:
<client>100</client>
Then promoted the job to client 200.
Reran the same job, using the same query.
However the job fails with the following errors:
U00042295 Parent object not found in the database (RunID=312680376).
Release : 12.3
Component :AE DB reporting tool
This is working as designed as the AE DB Reporting tool will only retrieve data from the client in which the query is defined
Snippet from documentation:
This utility has a graphical user interface where you define and store your evaluation criteria called queries. You can define as many queries as you like. Once the queries are defined, you can start the utility in batch mode. Data is retrieved from the client in which the query is defined.