Search results

  1. A

    Copy Temp-table in One-go

    Hello All: I need to copy all records from a Temp-table say "tt_source" to a temp-table "tt_target". I dont want to use the usual buffer-copy which loops through each record at one-time. Is there a way to take a snap-shot of the temp-table and copy it as it is as another temp-table with a...
  2. A

    Integrated Test Cases for MFG/PRO

    Dear All: Does anyone know how to get the full set of test cases to test the ERP MFG/PRO? The test cases scenarios should be able to cover almost all major business functions. Is this available anywhere. Any references will be appreciated? Thanks in advance, AJ.
  3. A

    Passing Dynamic Temp-table

    Hello All: Need Help urgently. I have the below scenario: program x.p Initialize variables. Do this. Do that. accept source table input. run x2..p "Source Table". buffer-copy tt target-db. program x2.p create dynamic table d1-table like {1}. create dynamic temp-table...
  4. A

    Progress Dynamic Query

    Hello All: I am trying to run a generic program that accepts a DB table name (mfg/pro) and copies its record to a dynamic temp-table through buffer-copy. I am able to do this and it works fine. Whats strange is that the double underscore fields like pt__dte01 whose value in DB table is "?"...
  5. A

    Manufacturing Module

    Hello All: I need to know to the step by step sequence that is required to carry out a normal manufacturing cycle in mfg/pro. For example: In Distribution module, this would be Create SO, Shipment, Invoice, Invoice Post, AR Dr/Cr Memo, Receive payments, GL Unposted Entries, GL Post. Can...
  6. A

    Online Data Transfer from One DB to Another

    Hello Progress Experts: I need help to transfer data from Source DB to Target DB using data migration programs. The name of the Source DB and Target DB will be accepted at Runtime. The Functionality of the data migration program will basically be to extract data from Source DB and populate...
  7. A

    Progress Error No. 142 - FIND FIRST loop

    Dear All, I have encountered error no. 142 in Progress. I have re-checked the logic and it seems to be fine. Would like to know in what all cases does Progress generate error no. 142. Thanks in advance to all. Regards, Indra
  8. A

    Object Code Compare

    I have a problem with comparing the two object code(compiled code) of a progress program. I do not have access to check the .p program. I checked the byte size to find out whether they are the same. The byte size is same, but the program is behaving differently in my QA and Production...
  9. A

    DB Startup - Code page Conversion Error

    Hello, Can anybody help me in understanding and fixing the below error during db startup. Thanks in advance. "Code page conversion table for ISO8859-1 to 620-2533 was not found in convmap.cp. (6063) The code page of database /dbs/db/vnm/fvl/fvlvehfq is iso8859-1 and -cpinternal is 620-2533...
Top