Can you take a screen cap of your query text and share? If you just click "number of entries" does it return a result? Also for giggles try putting a really granular filter on your left most table and see what happens?
For what it's worth:
-Time outs are super frustrating because you're not actually getting a message back. I get them from time to time when monkeying with change docs, partners, etc.
-CDHDR/CDPOS is a pig data set. I generally try to avoid joining it to anything unless the results are totally and 100% predictable
-Instead, I'll use query 1 to fetch a set of results (IE, PO numbers I guess) and put it in a text file. I'll use query 2 to read and pass the list in the text file to winshuttle via the in statement with the dynamic list.
------------------------------
Daniel Lozanski | BT AM BA LOG
Siemens Building Technologies, Inc. |
------------------------------
Original Message:
Sent: 04-16-2019 08:40
From: Paul Callaghan
Subject: Script for Analyzing PO Line Item History
A user has requested data of P.O. maintenance history for certain buyers, over a certain period such as current month-to-date.
I have started with a script using table CDHDR. In the criteria I have EINKBELEG for CDHDR.OBJECTCLAS, the buyer (SAP) names for CDHDR.USERNAME and a date range for CDHDR.UDATE. This script works fine. Run time is quite good.
Now the user wants to know this activity by P.O. Line Item. I started analyzing the table called CDPOS, and built a separate script to test and view its data. No problems here with run time. My plan is to combine these two scripts through a table join.
However, this new combined script keeps getting process timed out and I am unable to get any data. I tried running it in background mode and that doesn't help.
Any tips or suggestions would be greatly appreciated.
Paul Callaghan, CPA, CMA
Business Analyst Reporting
Office: 519-740-7477 extn 3578
Cell: 519-240-0346