Any idea how to let the MRP to run automatically, even if i am not around. I heard of using some sort of batch files. What is the step? Please advise. Thank
What OS are you using? I have some Unix script examples, you can contact me through private email, if you are interested.
Regards
____________________________________ Max Viskov. email: max.viskov@32soft.com Senior Consultant, Implementation Services MFG/PRO Toronto User Group Board Member 32Soft Inc., an Official QADSubcontractor We Help Making the Most of your MFG/PRO Implementation! To find more, please call 416-605-1830
Any idea how to let the MRP to run automatically, even if i am not around. I heard of using some sort of batch files. What is the step? Please advise. Thank
1. Create a batch ID
2. create a wrapper program to run batch processor with logon using input re-directed from keyboard to a file
3. Attach to wrapper program to the cron job (unix ) job scheduler (NT).
4. Run MRP with batch ID.
You can refer to the detailed setup procedure in administrion section of Mfg/Pro user guide.
- Create a Batch ID
- Create a Batch file to make a session in CHR mode with the following (paths depending on your installation) :
"C:\Progress\dlc91c\bin\_progres.exe" -b -pf \\IASBCNSRV06\MFGCONFIG\ProductionLocal.pf -ininame \\IASBCNSRV06\MFGCONFIG\production.CHR < E:\Batch_Delfor\mrp\mrp.txt > E:\Batch_Delfor\mrp\output.txt
Where mrp.txt contains
"(username)" "(password)"
"mgbatch.p"
"(batchname)"
.
.
"S"
I use that to run the mrmpup.p Regenerate Material Plan (23.2) in eB.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.