Help Somebody

Jetta_Krempel

Member
I have a problem with AP. We bring AP info from a Unix box into the JDEdward A/P batch processing. When I have converted the information to the f0911z1 and f0411z1 and call the JDEdeward RPG program P04110z as stated in the documentation, using these supplied parms, p04110z and 0001. The 0001 version, our version, runs in Proof mode first, even though I have the version set to run in Final. When I go in and look at the Version the 1 for proccesc in Final mode is blank. I put it in and it runs in final. The next time it runs in proof. How is this being reset?? Is it in the program???
 
When you say you call the P04110Z, how are you calling it? Are you
taking the menu option to run it? Could it be your menu option is set to
run another version that happens to be set for a proof run?

Mary Cogdell
Manager of AS/400 Programming Support
Eat'nPark Hospitality Group, Inc.
285 E. Waterfront Drive
P.O. Box 3000
Pittsburgh, PA 15230
T (412) 461-2000
F (412) 461-6000
 
Is it possible you have the program p04110z set up as recursive? (program
exists in UDC table 00 DW)If so, you need to change the processing option by
accessing change mode from the version list. Changes made to processing
options at run time for recursive versions are temporary only.


__________________________________________________

Jon Curry
Farmers Co-operative Dairy Limited A7.3 cum 8

Mailing Address:
P.O. Box 8118
Halifax, Nova Scotia, Canada B3K 5Y6

Physical Address:
745 Hammonds Plains Road
Bedford, Nova Scotia, Canada B4B 1A8

Phone: (902) 835-4005 Ext. 3155
Fax: (902) 835-1583
E-mail: [email protected]
 
Jetta,
Hmmm, this is quite strange. I scanned the source for P04110Z and
J04110Z and do not see anything that would indicate that the processing
option value would be reset from '1' to blank. Of course with JDE it could
be hiding in a copy member, or done in another program. Still you are
talking about changing a record in the F98301 file (dream writer), and that
is pretty rare to be done by a program. Especially since it would have to
know what version to change. Question - right after you run the job in
final mode and it completes normally, what is the processing option value in
your version 0001? Want to look at it before you do anything else, to see
if it has been changed by the Final mode process. If it is still in final
mode yes ('1') after the job is done, then the change is getting done
somewhere else. Would have to track step by step. We do not import AP from
another system, so have not done this process myself. Have you called JDE
to ask them about this??

John Dickey
JDE Financial Systems Administrator/Programmer/Analyst
White-Rodgers, Division of Emerson
St. Louis, MO
314-577-1466
 
The Dreamwriter is probably set up as a resursive version.
What this means is each time you submit it , it actually creates a
duplicate version .
What you must understand the DreamWriter reports are designed to retrieve
the paratmeters , selection etc. at runtime. Thus if user BOB submits a
report P04444 with a selection of all batches created by BOB and
schedules the job to run after hours. In the meantime user JOHN submits
the same version of report P04444 selecting all batches created by JOHN
then at night when the reports run, both of the jobs will use the
selection criteria created by JOHN . To avoid this you can define the
report P04444 as being recursive.

To see if it is recursive go to menu G81 and select "Recursive Vers -
Set Up " .


Michael Kenney
IT Services
University of Windsor



Jetta_Krempel
<Jetta.Krempel@columbianat To: [email protected]
ional.com> cc:
Sent by: Subject: Help Somebody
[email protected]


04/30/2002 10:51 AM
Please respond to jdeworld






I have a problem with AP. We bring AP info from a Unix box into the
JDEdward A/P batch processing. When I have converted the information to the
f0911z1 and f0411z1 and call the JDEdeward RPG program P04110z as stated in
the documentation, using these supplied parms, p04110z and 0001. The 0001
version, our version, runs in Proof mode first, even though I have the
version set to run in Final. When I go in and look at the Version the 1 for
proccesc in Final mode is blank. I put it in and it runs in final. The next
time it runs in proof. How is this being reset?? Is it in the program???
--------------------------
 
Yes, according to the written insturction I am to call P04110Z nothing was said about the J04110Z, but I have that also. I see that the J04110Z sets things up. Could be this is where I am going wrong.


Jetta,
Hmmm, this is quite strange. I scanned the source for P04110Z and
J04110Z and do not see anything that would indicate that the processing
option value would be reset from '1' to blank. Of course with JDE it could
be hiding in a copy member, or done in another program. Still you are
talking about changing a record in the F98301 file (dream writer), and that
is pretty rare to be done by a program. Especially since it would have to
know what version to change. Question - right after you run the job in
final mode and it completes normally, what is the processing option value in
your version 0001? Want to look at it before you do anything else, to see
if it has been changed by the Final mode process. If it is still in final
mode yes ('1') after the job is done, then the change is getting done
somewhere else. Would have to track step by step. We do not import AP from
another system, so have not done this process myself. Have you called JDE
to ask them about this??

John Dickey
JDE Financial Systems Administrator/Programmer/Analyst
White-Rodgers, Division of Emerson
St. Louis, MO
314-577-1466
--------------------------
 
Jetta,
If you start with the G menu in JDE World and select Accounts Payable,
then from the A/P main menu take option 27, that takes you to the A/P
Advanced Menu.
Take option 3 and that gets you to menu G04311 (voucher batch processing
menu). Option 4 will pop up the version list for P04110Z. As you can see
that menu option is meant to use program J04110Z to process the request, and
that P04110Z apparently is supposed to be passed 3 parameters. Not that
calling P04110Z directly is necessarily wrong, but probably not the best
thing. Are you saying that you never run from the version list?? That you
pull up the version list and change the processing option value for process
final, but do not run the version?? Then you call the program P04110Z
directly?? If so, then I really am puzzled as to how the processing option
value could change. What people are saying about recursive DW versions are
 
No, the accounting dept always runs the version list. Since they select from a menu option I am sure the cl and program are passed the correct parms. I was trying to bring the A/P info from a Unix system, convert the data and move it to the F0911z1 and F0411z1, then run the P04110z program.
When the system operator comes in on Wednesday, I am going to run the J04110z cl in the test library and see what I get. That just may be where I get in trouble.
Stay tuned for chapter two in the Trials and Troubles of ......


Jetta,
If you start with the G menu in JDE World and select Accounts Payable,
then from the A/P main menu take option 27, that takes you to the A/P
Advanced Menu.
Take option 3 and that gets you to menu G04311 (voucher batch processing
menu). Option 4 will pop up the version list for P04110Z. As you can see
that menu option is meant to use program J04110Z to process the request, and
that P04110Z apparently is supposed to be passed 3 parameters. Not that
calling P04110Z directly is necessarily wrong, but probably not the best
thing. Are you saying that you never run from the version list?? That you
pull up the version list and change the processing option value for process
final, but do not run the version?? Then you call the program P04110Z
directly?? If so, then I really am puzzled as to how the processing option
value could change. What people are saying about recursive DW versions are
--------------------------
 
Back
Top