Help Needed reguarding appserver log

Hobby

New Member
HI,

I am a junior progress resource.

In our development environment, in appserver log , we are getting entries like

AS AS Server Message state = MSGSTATE_INITRQ
AS AS Server Message state = MSGSTATE_RECVLAST
requestID= <REQ|2391c70de6acfedc:-4a57888b:13776dacd49:-7ff8-001267>
AS AS -- TRACE: Open4GLWriteLast 2222. (8401)
AS AS -- TRACE: Open4GLWrite 2222. (8402)
AS AS -- TRACE: cso4GL: Before loadProc() (8458)
AS AS -- TRACE: Non-PERSISTENT Procedure 'ocscrflatopen.p' START. (5498)
etc.

But in our client test enviroment, we cant see these information.Because of this its difficult to debug at some cases.We checked the appserverlogging level and its the same in dev and client environment.


Could anyone please tell me what change needs to be done to get this information in client test environment.
 
You need to specify the logging entry types too. Per default it is set to "ASPlumbing,DB.Connects". Most likely the one you are interested in is "4GLTrace" - just append it to the CSV list.

Heavy Regards, RealHeavyDude.
 
Dear RealHeavyDude,

Thank you for your replay.
Please note that, 4GLTrace value was not present in both of my DEV and Client Environments.
We had tried with this parameter in client envi , but it created trace for each and every internal programs getting called.

But in our DEV environment, only the initial Program getting called from our Java application is getting logged in log file as
TRACE: Non-PERSISTENT Procedure 'ocscrflatopen.p' START. (5498).

This is what i need in client LOG too.

Regards
Rahul.
 
Back
Top