Search results

  1. atuldalvi

    Prodataset

    How do I limit the no of display records in browser using prodataset ? I want to return and display next available 10 records on click of button. I am writing program like below but its not completed yet. Is there any prodataset property or method available to limit the display records in...
  2. atuldalvi

    Round Table Tsm Fields

    Hi I would like to know the field names in round table tool Like hVerBuf::upd-notes is for Task update notes. Can anyone list all the field names ?
  3. atuldalvi

    Round Table Api Rtb_events.p.

    I am modifying round table API located in <rtb install dir>/rtb_events.p for OE 10.2B. I am putting message at the top in PROCEDURE evRtbUserEvent but those are not reflecting. Please suggest.
  4. atuldalvi

    Question Roundtable and OpenEdge Architect

    I am also going to install Roundtable TSMS plug-in for OE Architect 10.2B but I dont have internet connection on the dev server machine. How do I accomplish this ?
  5. atuldalvi

    Sax Writer Methods

    Want one simple example with below sax methods WRITE-PROCESSING-INSTRUCTION WRITE-FRAGMENT WRITE-EXTERNAL-DTD WRITE-ENTITY-REF WRITE-COMMENT
  6. atuldalvi

    Sax Parser

    I am writing a program for sax parser to read xml as below - /* SAXParseWithValidation.p */ DEFINE VARIABLE hParser as HANDLE NO-UNDO. DEFINE VARIABLE hCallbacks AS HANDLE NO-UNDO. CREATE SAX-READER hParser. RUN AppCallbacks_Validate.p PERSISTENT SET hCallbacks. hParser:HANDLER = hCallbacks...
  7. atuldalvi

    Default Webservice Adapter Wsa1

    Yes, we have tomcat apache server 7 installed on my machine. we configured WSA as per progress documents and its working. we are getting successfull message in browser " Status:wsa1:OK:111 " But when we open progress management console where wsa1 is not showing in ACTIVE state in control tab.
  8. atuldalvi

    Default Webservice Adapter Wsa1

    I have installed trial version of OpenEdge on windows. I am checking default WebService Adapter wsa1 status, . . WSA_ShutDown First Alert: Nov 27, 2015 10:11:47 AM Last Alert: Nov 27, 2015 10:11:47 AM Count: 1 Seen By: admin Web Services Adapter shut down. Adapter: wsa1. (14851) . . What...
  9. atuldalvi

    Can We Deploy Web Services On The Iis Server ?

    I installed Openedge 11.5 trail version and trying to configure IIS server for webservices for practice purpose. I am not using tomcat to configure wsa.
  10. atuldalvi

    Can We Deploy Web Services On The Iis Server ?

    Hi. How do I configure IIS server for OpenEdge web services ?
  11. atuldalvi

    Pass Temp Table As A Handle In Procedure

    I am looking for temp-table handle as a parameter to procedure.
  12. atuldalvi

    Pass Temp Table As A Handle In Procedure

    How do I Pass Temp Table, containing data, as a Handle in Procedure and read data in that procedure ?
  13. atuldalvi

    Best Appserver Configuration

    How Do I configure AppServer Compenents so that I will get best result for my application in terms of performance ?
  14. atuldalvi

    Appserver Broker Agents

    Actually we have one application having huge data. we have done 50% data migration and still 50 % is remaining. Rate of daily transactions is also very high. we are using load balancing features for name server and brokers aswell that allows client connection requests to be distributed, based...
  15. atuldalvi

    Appserver Broker Agents

    What will be the impact of increasing no of Agents in OpeneEdge 10.2B on UNIX server ?
  16. atuldalvi

    Errors (49) And (439)

    Thanks for ur reply but I got below links on progress site which has different explanations. Pls check Progress KB - 4GL/ABL: Errors (49) and (439) calling a user defined shared library to allocate memory Progress KB - Client Memory Violation (49) error performing Find Last query.
  17. atuldalvi

    Errors (49) And (439)

    Hi Guys, I am repeatedly getting below error while running a batch on UNIX server SYSTEM ERROR: Memory violation. (49)** Save file named core for analysis by Progress Software Corporation. (439). Please help.
  18. atuldalvi

    Managing Fonts

    Hi Guyz, We have followed all the steps to create UTF-8 database and UTF-8 schema holder as per progress docs available on progress site still no luck. Progress KB - How to create a Schema Holder using UTF-8 codepage to enable Unicode support? Now we are able to update arabic in DB from...
  19. atuldalvi

    Managing Fonts

    Hi Guyz, Pls help
  20. atuldalvi

    Managing Fonts

    We have setting in oracle parameter table as attached
Top