I need to start a Progress session using a OS-COMMAND.
There is a space in DLC path , so I need to put the path to the executable file in quotation marks.
Also I need to use the quotes for the parameters passed to a Progress executable (e.g. for –pf).
But if the command uses more than one pair...
Scenario:
Replication server is stopped on a source database for a few hours (4-20 hours).
When we start a replication server again it may write to a database log:
(-----) Enabled limited logins.
instead of:
(-----) Enabled default logins.
It's V11.7.
I guess since V12.8 the messages are...
I would like to programmatically bind _Connect-Wait to _Resrc-Name. Basically _Connect-Wait returns a short name of resource queue a process is waiting for. _Resrc-Name is a full name of the same resource. So the list of the names would be enough. Both match to the wait codes:
%GSYSTEM ERROR...
There are two signals that we can control our response to inside a Progress session:
SIGINT (2) - Terminal interrupt signal. = Ctrl-C
SIGPIPE (13) - Write on a pipe with no one to read it.
The SIGPIPE signal causes a session to issue the message 140:
** Pipe to subprocess has been broken...
Can anyone remind me how to run ‘proutil -C cmpdb’?
proutil -C cmpdb -help
proutil <db-name> -C cmpdb <db-name1> <db-name2> [ -t | -l | -l2 ] [ -Passphrase ]
But I’m getting:
Invalid cmpdb option: <db-name1>
And with anything as <db-name>:
You must supply a database name. (940)
Does anyone know where to find documentation for Progress log files (AppServer, WebSpeed, clientlog etc)? LogRead program has the handlers for 27 log types but these programs mainly read timestamps and message text ignoring other fields in the lines.
Documentation says:
https://docs.progress.com/bundle/openedge-prodatasets-guided-journey/page/Cleanup-after-using-a-dataset.html
There are two recommended practices for cleaning up after using datasets in your code:
DETACH-DATA-SOURCE
EMPTY-DATASET
IMHO, it’s true only partially.
I wrote...
Dear Santa(s),
I have been rather bad this year. So YouTube had recommended me to watch Gus Bjorklund presentation - "Time And How To Get Rid Of it -- Revisited".
The presentation raised some questions in my poor head but I can't find the answers on my own. For Christmas, can I get the answers...
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.