How to release locking project ?
"ACCESS DENIED: Project currently locked. The project is currently locked by the Administrator. Try again later or see your administrator"
But there are some steps that might help you for solving this problems, there are:
But there are some steps that might help you for solving this problems, there are:
- cd to $DSHOME (/opt/IBM/InformationServer/Server/DSEngine in Linux or equivalent)
- Edit the uvconfig file and change the following settings: MFILES=64, T30FILE=512, GLTABSZ=100 and RLTABSZ=100
- Source dsenv if necessary (execute ". dsenv")
- Stop the DSEngine by executing "bin/uv -admin -stop"
- Apply the configuration changes by executing "bin/uvregen"
- Start the DSEngine by executing "bin/uv -admin -start"