manusatsangi
31st May 2002, 17:02
Hi all,
Does anyone know how to interpret logged messages in
${BSE}\log\log.adv2130 ?
What does 'wel', 'niet' and 'geupdate' mean?

Warm Regards
Manu

FransG
31st May 2002, 17:09
Hi,

'wel' is confirmative.
'niet' means 'not'. ('niet' is the opposite of 'wel')
'geupdate' means 'updated'.

Hope this helps!

manusatsangi
31st May 2002, 17:45
Hi,
Thanks for the reply.
I also noticed now that it is merely a log of all the compilations done thru ttadv2130m000.
Actually, I created a session and it zooms to another session and returns value from there. As soon as I press 'Save & Exit' after selecting a record in the zoomed session, BW error pops up with message:
"Process 338 - Fatal Error : No permission for"
Just to debug the error, I searched the ${BSE}\log directory and found only the file log.adv2130 getting updated, hence persumed there must be something which I can't interpret from this file.

Any ideas why this error :
"Process 338 - Fatal Error : No permission for" pops up.

Warm Regards
Manu

alejandro
31st May 2002, 22:50
Zoom to subsession and return field is defined in Form or in your script?

I came with this error when the return field was defined in script, not in form fields definition. I solved it writting input.again() after line zoom.to$ in before zoom field section.

Hope this helps.

manusatsangi
1st June 2002, 09:26
Hi Alejandro,
Thanks a lot for the reply.
I just added input.again() after zoom.to$ (as specified by you) and things are perfect now.
But I could'nt figure out why this is required.

Thanks anyway.

Warm Regards
Manu