Re: -24950,ERR_USRFAIL: User authorization failed
Hi Ram I try to use old password (with \ before $ to scape the special caracter) and I obtain:-24950,ERR_USRFAIL: User authorization failed x_server is runnig. I follow the instrution of sap note 39439...
View ArticleRe: -24950,ERR_USRFAIL: User authorization failed
Hi Osmany,What is exact command you used to change password for SAPZZZ?Please try log on database via superdba and reset SAPZZZ password:ALTER PASSWORD <DBA_user> <new_password>Best...
View ArticleRe: -24950,ERR_USRFAIL: User authorization failed
Hi James I change the password from Database Studio using the command:ALTER PASSWORD SAPZZZXxSYy2015And add the xuser entry with the following command:xuser -U DEFAULT -u SAPZZZ,XxSYy2015 -d ZZZ -n...
View ArticleRe: -24950,ERR_USRFAIL: User authorization failed
Hi Osmany,Please try to use os command dbmcli to change/reset password for SAPZZZ.You need to log on database via user sapsuperdba.Best regards,James
View ArticleRe: -24950,ERR_USRFAIL: User authorization failed
Hi Ormany, You can do as below:- Connect to dbmcli -d <DB NAME> -u control,<password> Then try below commands sql_connect superdba,<password>sql_connect superdba,admin sql_execute...
View ArticleRe: -24950,ERR_USRFAIL: User authorization failed
Also as your system is solman do execute below commands per note 39439 - XUSER entries for SAP MaxDB being a dual stack, xuser -U DEFAULT -u SAP<SID>,<password> -d <database_name> -n...
View ArticleRe: Error "-9400 AK Cachedirectory full"
Hi Thorsten, Finally I'd like to give some feedback: we have upgraded our main DB to 7.9.08.32. Unfortunately it didn't work better than on 7.8 because it would just segfault from time to time. After...
View ArticleRe: Error "-9400 AK Cachedirectory full"
Hello Simon, the KnlMsgArchive file would have been very helpful to check if all the errors were showing a similar call stack...Still, let me have a look at the KnlMsg file - please use the following...
View Article20090 check knldiag kernel exited with '0' before reaching admin state
Hello,when i'm trying to start the database on my Linux machine i'm getting the following error:Trying to start database...Log file: /home/ewmadm/startdb.logDatabse start failedDB startup failed In the...
View ArticleRe: Error "-9400 AK Cachedirectory full"
Hi Thorsten, I have uploaded KnlMsg. Unfortunately KnlMsgArchive is not available anymore because it doesn't get copied to the diaghistory directory at the time of the crash. Regards,Simon
View ArticleRe: Error "-9400 AK Cachedirectory full"
Hi Simon,can you also upload the two 'AK*" files and the 'RTEMemory*' files?Regards,Thorsten
View ArticleRe: Error "-9400 AK Cachedirectory full"
Hi Thorsten, I've packed all in a tarball except the knldump file. Hope it helps. Regards,Simon
View ArticleRe: 20090 check knldiag kernel exited with '0' before reaching admin state
Hi Marcel, The issue seems to be with permission for your user id. So request you to have look on below oss notes:- 1283278 - Database cannot be started1976254 - Start problem with McAfee antivirusAlso...
View ArticleRe: 20090 check knldiag kernel exited with '0' before reaching admin state
Unfortunately the knldiag File is not there...With "find -iname knldiag" in the / directory it can't be found either only the KnlMsg there.
View ArticleRe: 20090 check knldiag kernel exited with '0' before reaching admin state
Hello MArcel, Can you provide the below files last messgaes. /sapdb/data/wrk/<SID>/KnlMsg and .mdf files logs here. Also have you checked the OSS notes. Regards,Ram
View ArticleRe: 20090 check knldiag kernel exited with '0' before reaching admin state
Yes i checked the Notes.A McAfee Antivirus is not installed on the System.When i try to do the command "dbmcli -d EWM -U w show state" the output is:OKMapping to memory of file...
View ArticleRe: Error "-9400 AK Cachedirectory full"
Hi Simon,the callstack in the KnlMsg file indicates that we have a problem with the 'UseAlterTableAddColumnOptimization'. This performance optimization is enabled in newer version of MaxDB 7.9 and we...
View ArticleRe: Error "-9400 AK Cachedirectory full"
Hi Thorsten, Thanks for your info, it's much appreciated. Thisis what we found out:We had an "alter table add colmn" on that day but it was around 9:06 and the first crash occurred at 11:28. We had...
View ArticleRe: Error "-9400 AK Cachedirectory full"
Hi Simon,how to trigger that bug is excatly the problem - since you told me that your database crashed only ca. 2,5 hours after a table was modified by the 'alter table add column command' there is no...
View ArticleRe: Error "-9400 AK Cachedirectory full"
Hi Thorsten, From looking at SYSDDLHISTORY I can confirm that we do 'alter table add column' quite often, almost daily. Regards,Simon
View Article