Recent content by alex10

  1. A

    Pass long string to a Web Service

    Hello all, Progress 10.2a Hp ux 11.31 I need to send a long string (more than 32k) to a web service when i try to concatenate variables i get: bfx: Field too large for a data item. Try to increase -s. (42) Error attempting to push run time parameters onto the stack. (984) Please...
  2. A

    CIM Process

    Thanks mosfin for your help i will try that.
  3. A

    CIM Process

    Hello to all, I want to create a program that do "Issues - Unplanned", "Receipts - Unplanned" based on a flat file. I want to use a CIM for that, but my question is how can i validate that each transaction on the flat file was applied? In case that one transaction fail for any kind of error i...
  4. A

    Binary Dump Code Page

    Yes, for the dump i use: /pro91e/dlc/bin/proutil /mydb/dbprod/db1 -C dump usrc_ctrl /mydb/db10/tmp/db1 for the load /pro102a/dlc/bin/proutil /mydb/db10/db1 -C load /mydb/db10/tmp/db1/usrc_ctrl.bd and then i get Warning: input .bd file contains no code page information...
  5. A

    Binary Dump Code Page

    Thanks Casper, I verify and both my databases has the same code page, now when i try the binary load it prompt for a confirmation, is possible to set Yes as default answer? because i have a script to binary load hp ux 11.v3 old: OE 9.1e new: OE 10.2A /pro102a/dlc/bin/proutil /mydb/db10/db1...
  6. A

    Binary Dump Code Page

    Hello all, I have this same question, anyone can help us? Thanks,
  7. A

    Generate XML

    Any other idea? Thanks in advance
  8. A

    Generate XML

    Thanks for your quick answer but i forgot to say that im working with v91e, and it shows an error.
  9. A

    Generate XML

    Hi to all, I need to generate xml files for third party software. I search and I found the “External Program Interface” and the example on how to generate xml, am really not an expert in progress and I a code the following, but what didn’t make sense to me create an X-NODEREF for each level of...
  10. A

    sending xml through progress

    Looks great but where do i found: /* *** Include com a API do StarWeb FrameWork *** */ { cgi/cgi-cgi.i &carregarSuportePara="XML"} I know it is an StarWeb include but how can i use it in my application? Thanks
  11. A

    XML dynamic library problem

    Many thanks Casper, it works fine
  12. A

    XML dynamic library problem

    I'm running an Example Of Creating an Output XML File and the following error is appearing when i run it: DEFINE VARIABLE hDoc AS HANDLE. CREATE X-DOCUMENT hDoc. Could not open Dynamic Library: /usr7/dlc91e/lib/libicuuc-psc.sl (8013) does anyone have any idea how to fix this...
  13. A

    Problem with BROWSE

    I’m trying to use a BROWSE to edit, delete and add 4 fields in each record, but the browse only let me update the first one, I cannot navigate to the others fields. Thanks for all your help. Here is my code: DEFINE QUERY det-query FOR gtd_dmstr SCROLLING. DEFINE VARIABLE Method-Status AS...
  14. A

    Error compiling PDFInclude

    PDFinclude3.3.3 Progress Version 9.1E Thanks
  15. A

    Error compiling PDFInclude

    Hi, When i compile the pdf_inc.p i get: mfgus 07/16/07 10:04:10 Compiling procedure pdf_inc.p. ** Unable to understand after -- "PUBLISH". (247) **...
Top