Recent content by Hugues

  1. Hugues

    Progress Collation

    The message is a JSON message encoded in UTF-8 ex: "Name": "Jesus Ni\u0144o" The chartset of the database is : ISO8859-1
  2. Hugues

    Progress Collation

    Hello, We receive orders with name with internatioal caracter. ex: "Jesus Nińo". When I check direct on progress table, the save information is "Jesus Ni?o" some caracter is replaced by ?. How to solve this ? I want the information saved correctly thanks
  3. Hugues

    Export Array fields

    Hi All Here is the code that I use to export a table into CSV, without double quote. My problem is the addr field is an array field of 2. addr[1] and addr[2]. and the export, concatenate infos of the array without delimiter !! OUTPUT TO arsc.tmp. PUT UNFORMATTED "name " "addr " "city "...
  4. Hugues

    Problem loading sxxmlrul with prodict

    C'mon everyone reads mind ! :) Thanks I will try those debugging steps !
  5. Hugues

    Problem loading sxxmlrul with prodict

    What I want to do is create a script bash that restore automatically a progress database in my TEST environment. Actually the script take a backup in PROD, transfert it in TEST and restore the database in TEST. I have some others steps that i want automate in my script, I don't want do it...
  6. Hugues

    Problem loading sxxmlrul with prodict

    Hi I'm trying to load a xml rule file into a table with prodict in a script bash. I'd create a proc like this load_sxxmlrul.p, the content is: RUN prodict/load_d.p ( "sxxmlrul.d", "/bu/sx11_env_bak/rd_scripts/." ). here is the command that i use $DLC/bin/bpro /db/nxt -p...
Top