I've taken the liberty here of editing a copy of mxmc-install that bypasses the vbscripts that move the passwords from the script to the database.
@echo off
:* ------------------------------------------------------------------------
:* ------------------------------------------------------------------------
:* -- SAP NetWeaver Identity Center
:* --
:* -- This script installs the Identity Center database
:* -- FileName: mxmc-install.cmd
:* -- Platform: MS-Windows
:* -- SAP NetWeaver Identity Center
:* --
:* -- This script installs the Identity Center database
:* -- FileName: mxmc-install.cmd
:* -- Platform: MS-Windows
:* --
:* -- Copyright 2007 SAP AG. All rights reserved.
:* -- http://www.sap.com:*
:* ------------------------------------------------------------------------
:* ------------------------------------------------------------------------
echo *****************************************************
echo *** Install an Identity Center database mxmc_db for
echo *** NetWever Identity Management 7.1, SP5
echo *** Assumes MSSQL User: sa, database prefix "mxmc "
echo ***
echo *** This command will install a new Identity
echo *** Center database.
echo ***
echo ***To continue press ENTER, otherwise CTRL-C
echo *****************************************************
pause
:* -- http://www.sap.com:*
:* ------------------------------------------------------------------------
:* ------------------------------------------------------------------------
echo *****************************************************
echo *** Install an Identity Center database mxmc_db for
echo *** NetWever Identity Management 7.1, SP5
echo *** Assumes MSSQL User: sa, database prefix "mxmc "
echo ***
echo *** This command will install a new Identity
echo *** Center database.
echo ***
echo ***To continue press ENTER, otherwise CTRL-C
echo *****************************************************
pause
SET MC_PREFIX=mxmc
SET MC_HOST=localhost
SET MC_SAUSER=sa
SET MC_HOST=localhost
SET MC_SAUSER=sa
set MC_SAPWD= @dmin123
set PWDOPER= p@55word
set PWDADMIN= p@55word
set PWDUSER= p@55word
set PWDRT= p@55word
set PWDPROV= p@55wordcall mxmc-xinstall %MC_PREFIX% %MC_HOST% %MC_SAUSER% %MC_SAPWD% %PWDOPER% %PWDADMIN% %PWDUSER% %PWDRT% %PWDPROV%
set PWDOPER= p@55word
set PWDADMIN= p@55word
set PWDUSER= p@55word
set PWDRT= p@55word
set PWDPROV= p@55wordcall mxmc-xinstall %MC_PREFIX% %MC_HOST% %MC_SAUSER% %MC_SAPWD% %PWDOPER% %PWDADMIN% %PWDUSER% %PWDRT% %PWDPROV%
pause
Nothing too complicated, just specifying the Prefix (by default MXMC) and then the passwords for SQL Server, MXMC_OPER, MXMC_ADMIN, MXMC_USER, MXMC_RT and MXMC_PROV.
Hope this helps you when working with NetWeaver IDM 7.1 Service Pack 4.
Nothing too complicated, just specifying the Prefix (by default MXMC) and then the passwords for SQL Server, MXMC_OPER, MXMC_ADMIN, MXMC_USER, MXMC_RT and MXMC_PROV.
Hope this helps you when working with NetWeaver IDM 7.1 Service Pack 4.
No comments:
Post a Comment