Search results

  1. P

    Question Lock wait timeout of 1800 seconds expired (8812)

    Thank you. My doubt is SQL performance is a bit lower than the Progress DB So that until creating / Writing in SQL completes, corresponding tables will be locked in Progress Db as well?
  2. P

    Question Lock wait timeout of 1800 seconds expired (8812)

    Hi, One of our clients is using Progress Schema Holder and maps to an MS SQL Server. Application is hanged for a long time. When we checked the asbroker log and found the below error. Can anyone help me sort out this issue? Is this raised due to the locking by SQL DB? Or shall we look into the...
  3. P

    Question COM Object Help required

    Hi, I am using the below code to add new rows and copy-paste the contents to each row. I want to delete a particular row. Please help me in finding the exact code to DELETE one row which I created in the WORD document. DO cnt = 1 TO 3: ASSIGN W-CNT = W-CNT + 1. IF W-CNT = 1 THEN...
  4. P

    Question 4GL Trace File Content Help required

    Hi, Customer reported that when they are using a RF screen some times it behaves wrongly after the user prints the label. I collected the 4GL trace from the client. After each print, it will go back to the parent screen. That is the proper behavior, however, sometimes it goes back to the main...
  5. P

    Error Could not locate method 'DeleteCat' with matching signature in class 'Lion'. (14457)

    Hi, While I am testing a Delete method inside a class I am getting the below error. After seeing this error, I recreated the WAR files, re-started tomcat, UnDepoyed and deployed the services. Still the same error appearing. Can anyone throw light on the issue?
  6. P

    Question Web Service Type Rest in Progress

    Hi, I hope this link will help you to start A Sexy UI for Progress OpenEdge using JSDO and Kendo UI - Part 1: Introduction - Documents - Mobile - Progress Community -Philip-
  7. P

    Question Dynamic Extents In Temp-table Field

    Hi, I have an assignment to print a report with item names as column-labels. If a store has 10 items then these ten item id appear as column labels. It can vary. How can I define a temp table with this dynamic extent? I know in a variable we can do the dynamic extent. Same way can we do it...
  8. P

    Question Mobile App License Overview

    We would like to know the user count is taking from which table of the DB? Usually for the desktop application we use the code FOR EACH _Connect NO-LOCK WHERE _Connect-Usr NE ? AND (_Connect-Type EQ "REMC" OR _Connect-Type EQ "SELF" or _Connect-Type EQ "0" ) BREAK BY _Connect-Usr: Will...
  9. P

    Question Mobile App License Overview

    Hi, Can any one give a Licensing Overview of a Mobile App. We have developed a Mobile App in Sencha and Progress as backend (REST calls) . We build a Apk file and installing it in the devices. We want to make sure that number users suing the app should not exceed the number of license...
  10. P

    Question Open Query Or For Each Will Have Better Performance

    Hi Please have a look into below section of code . Can anyone tell us which one have a better performance. or both have same performance? -philip- /* With open query : */ CASE order_type: WHEN "SoNbr":U OR WHEN "AnyOrder":U THEN DO: OPEN QUERY iq_slshdr FOR EACH...
  11. P

    Error Error In Soap Request Execution: Sessionpool : Noavailablesessions

    Thanks much for your reply. Our issue is exactly similar issue mentioned in the below link Progress KB - State-free appserver broker uses up maximum number of connections if client makes many asynchronous calls Here increasing the number is not a solution. Second option is Adding Process...
  12. P

    Error Error In Soap Request Execution: Sessionpool : Noavailablesessions

    Please review the screen shot attached.
  13. P

    Error Error In Soap Request Execution: Sessionpool : Noavailablesessions

    Hi , we are not connecting the Appserver using the below code. We usually use the below code to test the AppServer programs ret = hPAS:CONNECT("-URL http://localhost:12340/Portal/apsv/Portal/ -sessionModel session-free"). ret = hPAS:DISCONNECT(). We mention the AppServer name in the ProxyGen...
  14. P

    Error Error In Soap Request Execution: Sessionpool : Noavailablesessions

    Sorry we are not using webspeed broker
  15. P

    Error Error In Soap Request Execution: Sessionpool : Noavailablesessions

    Reported error is appearing in wsa1LogFile
  16. P

    Error Error In Soap Request Execution: Sessionpool : Noavailablesessions

    Yes We are connecting via a webspeed broker and running external handles through that? -Philip-
  17. P

    Error Error In Soap Request Execution: Sessionpool : Noavailablesessions

    Hi, We feel that NOT releasing after the request is returned. Code we are using attached. -Philip-
  18. P

    Error Error In Soap Request Execution: Sessionpool : Noavailablesessions

    Hi, While we are trying to run a AppServer procedure multiple times through a webService call, we are getting below error in wsa1LogFile Monitor. Error in SOAP request execution: SessionPool : NoAvailableSessions[Request failure: Max client connections has been reached (7251)] (10926) Please...
  19. P

    Question Rest Adapter Available In Oe 11.3

    Hi, REST adapter is available in OE11.3. Can any one help us to use it in OE 11.3 ? Any links or tutorials is more than enough. -Philip-
  20. P

    Question Sencha Development With Progress

    Hi If any body worked with Sencha frame work with Progress back end, kindly share any details/links/information or some architectural approach. -Philip-
Back
Top