SAP ECC Web Dynpro ICM Config...

SAP ECC ICM Config

 

点击SAP Console中的ICM,会弹出一个Login 画面,The graphics as below:

尽管在安装ecc 的过程中已创建了webadminICM管理帐户,但用它并不能login.

解决方法如下:

需要在服务器上生成一个Maintain Authentication File, 采用icmon 命令生成。如下

D:/usr/sap/DEV/sys/exe/uc/NTADM64>icmon –a pf =D:/usr/sap/DEV/sys/profile/DEV_DVEBMGS00_win2003-1 生成授权文件后,添加帐户。

 

添加帐户Setp as below:

 

Create Administration User 

Use

To administrate and monitor the ICM from a browser, you need an administration user. You can create this user with the program icmon. To do so, proceed as follows.

You can do the same in the Web dispatcher with the program wdispmon. This is however usually not necessary, since when the dispatcher is started with Bootstrap Option an administration user is automatically created.

Procedure

...

       1.      As user <sid>adm go to the directory where the executables are kept and call up:

 icmon -a pf=<instance profile> .

The following appears:

Maintain authentication file

============================

File name (icmauth.txt):   .

       2.      If you are happy with the default file name, press the enter key, otherwise enter a different file name or path.

       3.      In the next menu choose a (add user to set).

       4.      Enter the user name, then the password twice, the group name, the subject of the X.509 certificate (wildcards allowed, and it can be left empty).

User Name: icmadm

Enter Password: *****

Re-enter Password: *****

Group name: admin

Subject Value of Client Cert: CN=template,*

new entry locally created

The user created is in group admin, the user is therefore an administration user without administration authorization. In particular this user can create further users in the Web admin interface.

If you select another group name other than admin, create a monitoring user that can monitor, but not administrate, the ICM/Web Dispatcher.

If you want a user to be able to log on only with the X.509 client certificate, you can enter an x as the password (with queries), which makes the following entry (in the example) in file:

icmadm:x:admin:CN=muster,*

       5.      Choose s (save changes of set to file), to copy your changes from the local buffer to the authorization file.

       6.      Choose q, to quit the program.

You can display the users in the menu by choosing l (list users of set), though you will only see the users in the local buffer. To view the users copied to the file, look in the file or call up icmon -a again.

 

-          添加完新帐户和设置完密码后,会产生一个txt 文件,如:icmauth.txt

-          将这个产生的文件Copy 本地的 C:/usr/sap/CFL/SYS/global/security/data  下面

 

完成上面的动作就可以打开输入刚才创建的用户名和密码 进入ICM

 

 

下一部进入SAP的Web Dynpro 的相关设计的配置。

有可能你进入的画面不能正常的显示Layout, 得到信息是网页无法显示,没有权限等一系统说明

 

解决方法:

T-Code:  sicf     -> Direct kick execute.

 

 

 

Active it then double kick. Setting Logon Data as below:

Use Login SAP User Name and Password:

When you Design Web Dynpro Program Popup Windows Login Window,Use Here Maintained User and Password Pass it.

 

 

 

 

posted on 2010-07-06 09:38  封起De日子  阅读(167)  评论(0编辑  收藏  举报

导航