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?
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...
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...
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...
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?
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-
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...
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...
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...
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...
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...
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...
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...
Hi
If any body worked with Sencha frame work with Progress back end, kindly share any details/links/information or some architectural approach.
-Philip-
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.