CIM load for old/new item number maintenanace

alan180274

New Member
Hi,

I am relatively new to the CIM load process. I am trying to perform a CIM load for option 1.16 in MFG/Pro. I only want to fill in the customer number and the internal item number. Here is what I had put but this does not work. Can you help.

@@batchload ppcpmt.p ( where AJ4 is customer number & C0301E0000XX is internal number)
- "AJ4"
"C0301E0000XX"
@@End

Alan
 

rmdasari

Member
What version of QAD are you on ?

We are on QAD 2007.1 and create the .cim file as follows :

-----------------
- "ffff"
"011515"

-----------------

The program to load the CIM file is :

{mfdtitle.i}
output to 116.out.
input from 116.cim no-echo.
batchrun = yes.
{gprun.i ""ppcpmt.p""}
batchrun = no.
input close.
output close.



Regards,

Ramamurthy Dasari
 

alan180274

New Member
Hi,

We are on an old version QAD74g7. 10-15years old. Does this make a difference?

I'll try again with your example. If different with our version please let me know.

thanks

Alan
 

alan180274

New Member
I have tried with
@@batchload ppcpmt.p
- "AJ4"
"C0301E0000XX"
@@End

I got no errors but there is no record for Customer no. AJ4 and item C0301E0000XX. Any ideas?

thanks

alan
 

rmdasari

Member
Check the Item Number, the 2nd one it must be a valid item in 1.4.1

I have used 36.15.2 and did the following way (you could check 1161.prn for any errors) :

mgbdpro.p 1+ 36.15.2 CIM Data Load Processor 11/18/09
lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk
x x
x Group ID: 0 To: 99999999 x
x x
x Repeat Processing: No x
x x
x Pause Seconds Before Repeat: 0 x
x x
x Process Direct From File: Yes x
x x
x Input File Name: 1161.cim x
x x
x Output: 1161 x
mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj


Regards,

Ramamurthy Dasari
 
Top