E-QR: Query Not Running From Scheduled Query But runs Successfully From Query Manager.
(Doc ID 2831959.1)
Last updated on JUNE 06, 2023
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version 8.55 and laterInformation in this document applies to any platform.
Symptoms
When Running a Query from Scheduled query it does not generate the output or throw below error. But the same query when run from Query manager or Query viewer it runs to success.
The issue can be reproduced at will with the following steps:
1. Reporting Tools > Query > Query Manger.
2. Create a query with below SQL
SELECT A.BUSINESS_UNIT, A.PO_ID, TO_CHAR(A.PO_DT,'YYYY-MM-DD'), CASE WHEN
A.ORIGIN = 'ONL' THEN ':3' || ' - Online' Else ':3' || ' - External' END,
A.PO_STATUS
FROM PS_PO_HDR A
3. Run the query from query manager it works and when run from schedule query it fails or do not generate the output.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |