This post is more than 5 years old
43 Posts
1
7006
September 20th, 2010 22:00
The SYMAPI database file is already locked by another process
I have several scripts that kick off every night at the same time. They are all doing a "symmir est -g -rdf -nop". I am getting the error "The SYMAPI database file is already locked by another process". Per primus emc45811 it sounds like I should be able to set the variables below in my script to resolve this issue but I am still receiving the error. Thoughts?
SYMCLI_WAIT_ON_GK=1
SYMCLI_WAIT_ON_DB=1
SYMCLI_CTL_ACCESS=PARALLEL
export SYMCLI_WAIT_ON_GK
export SYMCLI_WAIT_ON_DB
export SYMCLI_CTL_ACCESS
No Events found!
ZepHead
88 Posts
0
September 21st, 2010 04:00
Perhaps the CTL_ACCESS is all that is needed but I don't think setting more will have a negative affect - you can try one at a time in an effort to see which one helps you situation. Found emc21558 as well, to see if you need to clear any semaphores too. Going to guess you had validated the variables with symcli -def and running this establish from the same window. Hope this helps...
SKT2
2 Intern
•
1.3K Posts
0
September 21st, 2010 17:00
can u tell the symcli version and array micro code level?