Recent content by sharikaganju

  1. S

    Edi 753/ 754

    Hi All, Has anyone implemented 753 / 754 EDI documents in QAD. How did we do it ? Thanks in advance.
  2. S

    Script for QAD Database backup

    Thanks everyone for your help and suggestions. While I go through these documents, coming back to my first question, can you please guide me to write a script that would automate running my prod.bkup online script and copying the backup files to SAN. We are on the UNIX operating system. So I...
  3. S

    Pre-Shipper Shipper Workbench automation

    Packing could be something like this scenerio1 shipper level 1 ----box1 -------------------item1 ----------------------------item2 ------------------------------------item3 level1 ----box2 ------------------item1 level1 -----box3 -------------------item1 ----------------------------item2...
  4. S

    Script for QAD Database backup

    Thanks for the reply. The SAN is accessible as a share. How can I know if my After imaging is there or not ? Also how do a write a script to copy it automatically to SAN. And what all files should I copy ? I also need the backup script prod.bkup to be run automatic in the same copy script...
  5. S

    Script for QAD Database backup

    Hello All, We have a script for our QAD production database backup called prod.bkup. And this is what it does - #!/bin/sh DLC=/progress/oe101c;export DLC PATH=$PATH:$DLC;export PATH PROMSGS=$DLC/promsgs;export PROMSGS PROTERMCAP=$DLC/protermcap;export PROTERMCAP # PASS IN $1 as blank or...
  6. S

    Pre-Shipper Shipper Workbench automation

    How do you run 7.9.2 in a batch with the CIM load ? I tried CIMMING but all sales order lines in 1 box does not work. QAD does not provide any option of adding another line to an added box. I mean it allows to add the first SO line but then to add another SO line in the same box QAD has no...
  7. S

    QAD Batches to be automatically run using cronjob in Linux.

    I have more or less used the same steps as you suggested. What I have done now to have 2 batches run in the same cron. When I used crontab to submit the first job. I edited the cron job in /var/spool/cron as follows - 0 5 * * 1-7 /qad/scripts/batch.client 30 22 * * 1-5...
  8. S

    Pre-Shipper Shipper Workbench automation

    Hi All, Have any of you tried automating the containerization part of 7.9.2 Pre-Shipper/Shipper Workbench. In our company there could be various scenarios like all Sales order lines in one box or 2 sales order lines in 1 box and rest in another box etc. I was thinking of providing a dymanic...
  9. S

    QAD Batches to be automatically run using cronjob in Linux.

    Thanks a lot for your help. I had one more problem - I have already put a cronjob using the crontab command (for one of my batch programs) and I followed the above steps to create another cronjob for another batch program. Now I want to crontab the new cron job with the existing cron job. How do...
  10. S

    QAD Batches to be automatically run using cronjob in Linux.

    Hi All, I have defined a batch in QAD but dont know how to create a cronjob for it using crobtab. Can someone help me in setting up a cron job in linux. I am not aware of the steps or syntax to create it.
  11. S

    Pre-Shipper Shipper Workbench

    Hi All, There there any way of automatically creating boxes (containarizing items) in Pre-Shipper/Shipper Workbench. We usually have a lot of items and we need to box them. Also the quantity per box may also vary. There there any option of CIM loading into the Workbench. Or is there any other...
  12. S

    Test Database refresh

    Thanks. This was quite a help.
  13. S

    Label Printing

    Hi, We are tying to print labels from QAD. We are currently using Pre-Shipper/Shippers. Has anyone worked on integrating Label printing with QAD (UCC 128 labels). Any third part software that is suggested ? We have evaluated Label Matrix, Bar Tender and Label Wizard. But till we package the...
  14. S

    Test Database refresh

    Okay I changed the prorest command in the script(refresh.test) as follows - DLC=/progress/oe101b;export DLC PATH=$PATH:$DLC;export PATH PROMSGS=$DLC/promsgs;export PROMSGS PROTERMCAP=$DLC/protermcap;export PROTERMCAP /qad/scripts/stop.test $DLC/bin/prorest /qad/qaddb/test/mfgtest...
  15. S

    Test Database refresh

    Hi All, We are trying to refresh data in our Test database in QAD. And we had written the following script - #!/bin/sh DLC=/progress/oe101b;export DLC PATH=$PATH:$DLC;export PATH PROMSGS=$DLC/promsgs;export PROMSGS PROTERMCAP=$DLC/protermcap;export PROTERMCAP /qad/scripts/stop.test...
Top