TheBurniou
16th July 2004, 15:15
Hi,

I have a Baan Vc box running OK and an other one which is a copy of the first one. When I use a session (standard or specific) that have to set an application lock, the session hangs with the fatal error message "FATAL ERROR: Dynamic Link failure function 'appl.set'". When executing the session's script in debug mode, this is the call of the appl.set function that hangs.

Maybe it is a user rights problem...

I don't know where to search.

Thanks for help!

TheBurniou
16th July 2004, 15:56
Sorry,

Everything is ok after a bann restart.

Strange !

NPRao
20th July 2004, 02:34
You can check the application locks from the session - ttadv9598m000

The locks are removed when you bounce/re-start the environment because there is a remove application locks script which is executed by rc.start -

[DEV:bsp]/app/lms/bse/etc>pg rc.start_remall
#!/bin/sh
##########################################################################################
#
# RC.START_REMALL Remove all application locks
# VERSION 1996/04/10
#
# 19960410 RKl File rc.start broken down into separate units
#
##########################################################################################