All content on the site should (must?) belong to a group. This group is the catch-all for content that doesn't fit anywhere else.
Hi Folks,
I am creating(initiating) multiple threads using Unix/Progress.
What I want is some way to process each thread create some temp-table records and at the end of all the threads I have a master temp-table.
Problem is each thread is a seperate Progress session and kills the temp-table at the end of each session.
Details ......
One main program say xxxx0.P defines a new shared temp-table
And initiates 40 threads (each a different progress session).
It executes program xxxx1.p in each session
xxxx1.p has defines temp-table as shared.
I'm reading Martin Fowler's refactoring and will work out some of his methods (which also apply to building new software) in this blog. Read this to get some background info:
http://sourcemaking.com/refactoring/introduce-parameter-object
http://www.refactoring.com/catalog/introduceParameterObject.html
http://martinfowler.com/ap2/range.html
Below a simple daterangeparameter object, and therebelow a procedure using the daterange object.
When i open DataDigger it gives me 2 errors.
Error 1: Lida a vers⭠3 de convmap.cp. A vers⭠esperada 瞵. (6107)
Error 2: Incapaz de ler a informa袯 da header do ficheiro convmap.cp. (6061)
The error messages are in Portuguese.
10.2A SP1
Baltazar
Quick installation guide:
In step 3 you might like to connect to your database(s) as well.
Minimum Progress version is 10.1B
Documentation wiki can be found in DataDigger\wiki\DataDigger.html
This profiler identifies performancebottlenecks in your application by analysing the logfile you create with the log-manager.
Profiler
Identifies possible memory leaks and their source by extracting those lines from logmanager output that point at created objects that are not deleted later on or allocated space that is not (fully) deallocated.
This analyser goes a bit further than http://www.oehive.org/node/846 and can handle OE 10.2A extra's
Attached you find a speadsheet I use to calculate the -n -Mn ... when using a secondary broker.
In the log file I get 30 to 50 a day message that says
user ??? terminated abnormally
how do I get more info to troubleshoot this
There used to be a list on the internet of Progress startup parameters. The list, maintained by George Potemkin, was famous for its "undocumented" parameters, but it appears that every link to the list returns 404.
Because it's a shame when such a beautiful list is lost, I have found an old copy and decided to publish it here. If someone has objections against republishing, please just let me know.
Progress Startup Parameters. =========================== Last update: December 20, 2004 by George Potemkin (potemkin@******.ru) The source is available at:
We are trying to create an application with a thought of SOA, for this we
have selected .Net UI and progress web services using prodataset.
Problem is that .net client is not able to find prodataset reference in
services which are taking dataset as input parameter (they need to create
an object of that type to pass to this service).
HI ,
I want to know the basic steps of converting the CHUI programs to GUI....if someone has some related document then email it to kunal.k.shah@hotmail.com thanks,