The UVU utility is failing and has timed out
The UVU utility is failing and has timed out. As a workaround, we are planning to run the following queries. Would this be sufficient?
select
pxHistoryForReference,
pyWorkClass,
pxTimeCreated,
pxAddedByID
from dbo.pc_history_work
where pxTimeCreated >= '2021-01-01' and pxTimeCreated >= '2021-08-31' and (pyHistoryType = 'F' or pyHistoryType = 'L');
select
The UVU utility is failing and has timed out. As a workaround, we are planning to run the following queries. Would this be sufficient?
select
pxHistoryForReference,
pyWorkClass,
pxTimeCreated,
pxAddedByID
from dbo.pc_history_work
where pxTimeCreated >= '2021-01-01' and pxTimeCreated >= '2021-08-31' and (pyHistoryType = 'F' or pyHistoryType = 'L');
select
pzInskey,
pxObjClass,
pxCreateDateTime,
pxCreateOperator
from dbo.pc_work
where pxCreateDateTime >= '2021-07-01' and pxCreateDateTime < '2021-09-01';