cancel
Showing results for 
Search instead for 
Did you mean: 

XUSER entries fails for SAP MaxDB on windows server 2012 R2

0 Kudos

Hi Experts ,

     I am building the NW 7.3 EHP1  on MAX DB 7.9 installation.

     OS windows server 2012 R2 64 bit  .

i have done NW & DB studio installation , while deploying MII 14.0 using SUM tool .

i am getting the below error.

Error MSG:

        An error has occurred during the execution of the Check DB free space step.    

Could not execute DMT command runhandler. See previous messages. The dbmcli process could not be executed. Could not run OS process dbmcli for action CHECK_NEEDED. Could not start process dbmcli. Error while executing process dbmcli. java.io.IOException: CreateProcess error=2, The system cannot find the file specified java.io.IOException: CreateProcess error=2, The system cannot find the file specified

SUM  check  check  check-db-free-space  com.sap.sdt.j2ee.services.servicesimpl.DMTService  class com.sap.sdt.db.dmtif.DMTExecutionFailedException

This is log file.


<!--LOGHEADER[START]/-->

<!--HELP[Manual modification of the header may cause parsing problem!]/-->

<!--LOGGINGVERSION[2.0.7.1006]/-->

<!--NAME[D:\mii\SUM\sdt\log\SUM\CHECK-DB-FREE-SPACE_05.LOG]/-->

<!--PATTERN[CHECK-DB-FREE-SPACE_05.LOG]/-->

<!--FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%6s]: %m)]/-->

<!--ENCODING[UTF8]/-->

<!--LOGHEADER[END]/-->

Feb 21, 2014 6:03:57 AM [Info  ]: Generating variable handler for action FREE_SPACE.

Feb 21, 2014 6:03:57 AM [Info  ]: Generation of variable handler has been completed.

Feb 21, 2014 6:03:57 AM [Info  ]: Executing command runhandler.

Feb 21, 2014 6:03:57 AM [Info  ]: Could not execute command runhandler.

Feb 21, 2014 6:03:57 AM [Error ]: The following problem has occurred during step execution: com.sap.sdt.db.dmtif.DMTExecutionFailedException: Could not execute DMT command runhandler. See previous messages.

The dbmcli process could not be executed.

Could not run OS process dbmcli for action CHECK_NEEDED.

Could not start process dbmcli.

Error while executing process dbmcli.

java.io.IOException: CreateProcess error=2, The system cannot find the file specified

java.io.IOException: CreateProcess error=2, The system cannot find the file specified

.

so for above error i have tried by


      dbmcli -d <DBSID> -U c_J2EE


       msg ->Error! XUser not found



can any one suggest how to resolve this issue?



Regards,

adhikesh





Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Dear All,

Issue is been solved.

further reference you can check following note I955608 .

Regards,

Adhikesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

SAP Notes  1493434 und 39439 helped

I resolved the issue with updateing the Xuser:

xuser -U c_J2EE -u Control,<password> -d <database_name> -n <databaseserver> -S SAPR3 set

Then test with:      dbmcli -d <database_name> -U c_J2EE

Is successful the command-prompt of  dbmcli will show.

Thereafter the upadate with SUM was successfully terminated.

Regards

Uwe

former_member188883
Active Contributor
0 Kudos

Hi Adhikesh,

Please refer SAP Note 39439 - XUSER entries for SAP DB and MaxDB

Hope this helps.

Regards,

Deepak Kori

0 Kudos

Dear Deepak ,

     I have already tried those things .

Regards,

adhikesh