Search results

  1. A

    Question connecting appserver from NET client

    Its good to hear that you have some experience on that. Would you mind to share more details about that. What are the prerequisites to set up this and rough cost? would appreciate if you please brief about how you implemented this?
  2. A

    Question connecting appserver from NET client

    We have an appserver license . I am looking for a light weight application which consumes less memory. If its an open client , Do we need to maintain another server to store the open client. Unfortunately I don't have much awareness about how this can be established. Would you mind to share the...
  3. A

    Question connecting appserver from NET client

    Yes open client. I would like to know which is the best and cost effective approach if I want a .Net application to connect to the appserver. Performance is the main concern. Can even try prodatasets I believe. I am little confused with the approaches and thinking which one to choose. I cannot...
  4. A

    Question connecting appserver from NET client

    Hi, Our webspeed progress application running in 10.2B (HP UNX) has already an interface with .Net through XMLAPI. Unfortunately the interface is not giving the expected results especially poor performance. Both systems are hosted in the same network. We are trying to use the .Net client...
  5. A

    Comparison operator

    Thanks for the reply Rob.
  6. A

    Comparison operator

    I would like to know the whether the above mentioned example is an issue or not. The field has defined as character varaible and it contains numeric values in it. Progress will execute the above query and display the results properly with character field (where <table name>.user-id <= '100') .
  7. A

    Comparison operator

    Thanks for the reply Tom. My question is why progress is still displaying the user id's less than 100 though the field has defined as character? I assume its because of the field contains only integer values and I just want to know whether its an issue or not?
  8. A

    Comparison operator

    I have a user table with one field (user-id) I have defined as character. Currently all the values in this field are numeric and I am able to get correct result while I execute the below query. Can you please tell me why progress is behaving like this? Is the below query is correct? for each...
  9. A

    Issue on 10.1B03

    Yes. I am not sure this issue is related to the code because all available brokers became sending mode and persists for some time. It will be available after some time. Usaully one broker will be in a SENDING mode if a program has iss ue when the user tries to access the program correct? Would...
  10. A

    Issue on 10.1B03

    Our progress version is 10.1B03 (RISC) in HP UX box(version 11.23). Our system usually experiencing a hanged broker and some times all brokers went to SENDING mode and persists for some time. This would even cause the performance issue and some time brokers were not available to process a new...
  11. A

    Webspeed Error 5810

    I was mentioning about some functionality. My question is why this error is happening intermittantly. Do you have any idea about the possible reasons that could cause the issue
  12. A

    Webspeed Error 5810

    This happening when we perform payment posting (revenue accounting) but the error is not occurring all the time. It will fail once in a day. Not sure whether because of the amount of data or any other factors causing this to work indifferently
  13. A

    Webspeed Error 5810

    We do have online backups running everyday. Also we have enabled the AI rollforward. These errors are started happening recently and we did not come across such errors before. The application is working fine and the error will occur only when some functionalities occur in system but we dont have...
  14. A

    Webspeed Error 5810

    We are getting the following error in our webspeed. P-009662 T-000000 1 OCTO CON-AGT Msngr: Failed to make connection to WTA. Verify all port configuration for the specified servi ce are correct (5810): Error: -65, Agent Port: 3235 Our Application is webspeed architecture (HP UNIX SERVER)...
  15. A

    Type II storage and High Water Mark

    My progress database (10.1B) has a size of 56 GB in data area and the same is following Type 1 storage area. I am planning to move the tables from Type 1 to Type 2 by moving tables one by one. I heard that 62 GB is the maximum limit of Type 1 and I would like to know whether the value of HWM...
  16. A

    Disk Utlisation 100% during dump process

    The statement means that loading should be performed with small sized tables first then proceed to larger sized tables. Currently we are performing our dump when the data base is down. The scatter factor value was not good and some of the tables even has a value of more than 8. I think the...
  17. A

    Disk Utlisation 100% during dump process

    Here is the command we have tried. $DLC/bin/proutil $DUMPDB/ttgres -C dump bkstatus $DHOT2 -RO , where DUMPDB and DHOT2 are paths. Both data base are in Type 1 and are similar in tables, data size and index. We have created a copy of the data base in another machine so scatter factor for tables...
  18. A

    Disk Utlisation 100% during dump process

    I have a question. Are there any ways to find out the factors affecting a dump activity. We have performed a binary dump in two different machines as a background process. Two machines are of same configuration but the dump time was different. I have not seen any memory (Max 72%) or CPU (Max...
  19. A

    Index Rebuild Perfomance

    What could be the possible reason for index rebuild fail/DB crash due to index rebuild?
  20. A

    Open Edge 10.1b Conversion

    The machine has 8 core CPU with 32 GB RAM. As per the progress documentation , ITANIUM and RISC are considered to be different platform. Can you please confirm if backup and restore would work with out Dump and Load? Or the issue is only with the AI Rollforward. The RISC data base is in Type...
Top