Search results

  1. anandpatwari31

    CIM Program help

    I think it is a problem of Output Parameter. You are trying to output on PAGE in a batch mode. I think that is not allowed. Try to give output on a file or any printer setup in 36.13.2 .
  2. anandpatwari31

    Question Auto picking of component lot/serial wise during backflush

    Hi Mukesh, In Backflush ( Discrete Or Advance Repetitive) user has to enter the Lot/Serials for component to get it issued. In advance repetitive Backflush can happen automatically from Workcenter location but only if Lot/Control is not present in workCenter. Functionality you are asking is...
  3. anandpatwari31

    CIM interface with euarpamt.p program (27.6.5.1)

    I ran out of options now. Did you try to load your file using 36.15.2 ?
  4. anandpatwari31

    CIM interface with euarpamt.p program (27.6.5.1)

    Last hope would be, Copy your cim into a file cimfile.txt . input from cimfile.txt. run eu/fr/euarpamt.p . This will show you the entries on screen. You may be able to detect issue once it flashes on screen.
  5. anandpatwari31

    CIM interface with euarpamt.p program (27.6.5.1)

    OK In that case why there is blank line in your cim file. Try putting "-" if that F1 is required. If not then remove the blank line. 2223.3 14/10/14 14/10/14 - 04 vb "vb141014" - - - - - - FA415496 - - -
  6. anandpatwari31

    CIM interface with euarpamt.p program (27.6.5.1)

    YOu are saying that this field is not updated in screen. This is strange. Did you try to enter the value manually ?
  7. anandpatwari31

    CIM interface with euarpamt.p program (27.6.5.1)

    I am not sure . This is the field in your output file test1.txt ChŠque: TMP1001 Adr fac: C0010241 C01-BOURG EN BRESSE - C.H. Contr le: 0.00 Total: 0.00 Type: P Date: 21/10/14 Lot: VM141014 Date effet...
  8. anandpatwari31

    CIM interface with euarpamt.p program (27.6.5.1)

    Cim Errors are very hard to track down. I think this is European accounting menu and possibly similar to Payment Maintenance in standard edition. Anyway you may need to go in this menu manually and then try to enter the values which are mentioned in text file. I hope you are aware about the...
  9. anandpatwari31

    Export data to item master

    Use Cim load for this import into item master table. you have to prepare Cim file using these three fiedls only. If it is a data update then use 1.4.7 for Cim load update.
  10. anandpatwari31

    Extraction and CIM load of 7.7.1 Container Workbench

    You should use 7.7.5 SO Container Maintenance too cim load container data , as it is easier to cim load in this. 7.7.1 might not allow cim load as it has complex keystrokes which can't be duplicated in CIm mode. All containers,shipper,items are stored in abs_mstr table only. abs_id start with...
  11. anandpatwari31

    Error ERROR: Password does not allow access to this function. Please re-enter.

    I am not sure if this has already been answered or not . This is a case of QAD security. You need to first look in 36.3.10 Menu Security Maintenance what is the groups assigned for Menu: 0 Selection: 36 . This group you need to assign to these users in 36.3.1 User Maintenance (May be different...
  12. anandpatwari31

    AP voucher Loader

    This is very old QAD system. Why don't you think about upgrading to newer version and get the benifit of Qxtend and Excelerator.You can get in touch with QAD team for further details about upgrading. Although CIM file is one of the option but there is risk of uneven Error handling. Old version...
  13. anandpatwari31

    Error Dead users in the system

    do you know which processes are running on the servers. Try killing them directly from UNIX using kill command.
  14. anandpatwari31

    Redirect ouput to screen

    gpselout.i redirects all the output to the destination entered in screen. Why can't you enter screen as a destination in output field. Use "page" or "terminal" as an output (In CHUI) if you want output on screen. These has to be defined as a printer in 36.13.2 and I think comes in product.
  15. anandpatwari31

    Question How to install Report Framework on the system?

    Reporting frameWork is available in Standard edition and no further installation is required. PLease refer this link. I guess you might be missing the ROle definition for Developer and administrator...
  16. anandpatwari31

    QXTEND

    You may need to visit QAD documentation library to get the better idea of Qxtend. In nutshell it is interoperability framework based on SOAP architecture. It exposes QAD API's to external world or QAD application itself. Basically there are two components of Qxtend. 1. QXO :- This is used to...
  17. anandpatwari31

    Question extractions MFGpro to Excel?

    Your requirements are not very clear to me . Are you asking for an extract of Item master from MFG/PRO in excel , modify and then upload it again ? You may need to suggest which version of MFG/PRO you are using. It was not available in previous version but EE has exclator and you can do it via...
  18. anandpatwari31

    How to identify the current running mode of a progress program

    Use this .i for identification of modes in your code. if {gpiswrap.i} then do: /*Desktop only code*/ end. else do: /*CHUI only code*/ end.
  19. anandpatwari31

    Execution Time Of a Batch Program

    Submit them in Batch module . in 36.13.3 and execute the batch using 36.13.13 Batch request processor.
Top