Search results

  1. J

    delegate in openedge OOPS

    Hi All, Can anyone explain me , how can we use the delegate concepts in openedge object oriented programming. It is very helpful if you can share a sample code snippet for the same. Regards, jelbin.
  2. J

    List of program run in batch mode

    Dear All, I need to extract the list of program which run in batch mode in my application. How can I write a small query using progress 4GL to achieve this task. Anyone can please help me on this. Regards, JKB.
  3. J

    Unable to unescape unicode unescape character in string

    Hi Stefan, Thanks for your replay. I am getting the same issue with U20ac also.Do I need to perform the changes from progress side or from front end web portal.? Many thanks, Jelbin.
  4. J

    Unable to unescape unicode unescape character in string

    Hello Everyone, I am passing some special character from web application to porgress temp-table using REST URL JSON. But when the values receives in to temptable, the error displays in the appserver log file as "Unable to unescape unicode unescape character in string". How can I read the the...
  5. J

    Moving Classic AppServer Applications to the Progress® Application Server for OpenEdge®

    Thanks Rob. Let me check after changing my version.
  6. J

    Moving Classic AppServer Applications to the Progress® Application Server for OpenEdge®

    Thanks Tom.I will change the version then
  7. J

    Moving Classic AppServer Applications to the Progress® Application Server for OpenEdge®

    Hi, I am doing the conversion from progress classic appserver to PASOE. During this process I am using the below command to generate the OE Merge file. paspropconv --ubrokerPropsFile /usr1/demo/classic/ubroker.properties --ubrokerName UBroker.AS.app_customername_prod --pasoeAppName...
  8. J

    Appserver connection call back

    Hi Cringer, Thanks for your immediate response. Please find my below comments. You are right. I am connecting two server using AppServer connection. This specific task is doing for my current project. There are some requirements comes from client where I will transfer data from ServerA to B...
  9. J

    Appserver connection call back

    Hello Team, Can anyone help me regrading below query regards appservice connection call back. Issue: There are two progress server( Eg: Server A and Server B ) and data transferring from Server A to Server B using appserver connection. The data reached to Server B successfully. But due to...
  10. J

    OpenEdge12.0 server side join

    I was testing like, how SSJ is working in openEdge 12.
  11. J

    OpenEdge12.0 server side join

    Thanks Rob and Tom for your valuable help for this request. I tested the same and It is working fine. Thanks.
  12. J

    OpenEdge12.0 server side join

    Yup ,Tom you are correct. But right now I am working with Progress11.7 not 12. It may upgrade in the future. So right now I can test with only class room edition.
  13. J

    OpenEdge12.0 server side join

    Thanks Rob, This is great.Let me test the same and I will let you know my result. Thanks again. Regards, jelbin.
  14. J

    OpenEdge12.0 server side join

    Ho Tom and Rob, Thanks for you valuable suggestions . I am wrong in multiple directions. Rob, can you please share me the sample start up script which you used with -S parameter(connected via shared memory). I never used that in my script. In-fact I doesn't know how to use that. Regards, Jelbin.
  15. J

    OpenEdge12.0 server side join

    Hi Tom, Thanks for your reply. Yes, you are correct. My DB is running in locally not in Server. Will it work in class room edition.? Regards, Jelbin.
  16. J

    OpenEdge12.0 server side join

    Hi Tom, Below is the code . etime(yes). OUTPUT TO "custout.prn". for each customer no-lock, each order no-lock where order.custnum = customer.custnum, each orderline no-lock where orderline.ordernum = order.ordernum: put customer.custnum format ">>>>>9"...
  17. J

    OpenEdge12.0 server side join

    Hi Team, I am trying to execute the new functionality of progress 12(server side join). I installed Openedge 12.0 trail version in my system. I enabled the qrylog and executed my script in the procedure editor . Updated the DB start up script also. But the qrylog file does not contain any...
Top