cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Content Server configuration CSADMIN username password

ThomasKjelsrud
Participant
0 Kudos

Hi all.

I am having problems when I try to configure SAP Content Server 6.40 after installation. When I try to run csadmin to set up the content repository, I constantly get this login prompt. I have tried using the default SAPR3 user and password, but I only get access denied. The SAPR3 user exists on my MaxDB 7.6. I have also tried setting AdminSecurity=0 in the ContentServer.ini file, and the login prompt is still displayed.

Does anyone have any idea on what username and password I should use, so that I can try to complete the Content Server config? Also, if you know of any decent guidelines for the content repository configuration, I'd be happy if you provide me with some documentation..

Thanks!

Regards,

Thomas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi,

We need uncheck Integrated windows authentication and also basic authentication

Check anonymous access and provide User ID/Password of the OS administrator and use this user id for CSADMIN

Go to Websites node and right click then properties and then go to service tab

There we can make this IIS 6.0 to run in Isolation mode of 5.0.

IIS 6 may not support with this version of CS 6.30 so make check that Isolation mode check box and then restart the IIS service.

Thanks,

Tanuj

Answers (1)

Answers (1)

former_member229109
Active Contributor
0 Kudos

Dear Mr. Kjelsrud,

During the Database Installation which users you spesified for DBM user < default: control >, SYDBA < default : superdba >, dba schema user < default : SAP<SID> or SAPR3 >.

To find out why sapr3 cannot connect to the database please run the commands and update with the outputs:

dbmcli -d <SID> -u control,control

< enter>

dbmcli on <SID>>dbm_version

<enter>

dbmcli on <SID>>user_getall

<enter>

dbmcli on <SID>>user_get <username>

<enter>

dbmcli on <SID>>sql_execute select * from users

<enter>

dbmcli on <SID>>sql_connect superdba,admin

<enter>

dbmcli on <SID>>sql_execute select * from users

<enter>

dbmcli on <SID>>sql_release

<enter>

dbmcli on <SID>>sql_connect sapr3,sap

<enter>

dbmcli on <SID>>sql_release

<enter>

dbmcli on <SID>>exit

Thank you and best regards, Natalia Khlopina

ThomasKjelsrud
Participant
0 Kudos

Dear Natalia,

Thank you for your reponse.

During installation I went with the defaults for all users.

The results of the commands you wanted me to run are as follows:

<b>dbmcli on <SID>>dbm_version</b>

OK

VERSION = 7.6.00

BUILD = DBMServer 7.6.00 Build 035-123-139-084

OS = WIN32

INSTROOT = D:\sapdb\CST\db

LOGON = True

CODE = UTF8

SWAP = full

UNICODE = YES

INSTANCE = OLTP

SYSNAME = Windows Server 2003 family

---

<b>dbmcli on <SID>>user_getall</b>

OK

CONTROL

SUPERDBA

<b>dbmcli on <SID>>user_get <username></b>

dbmcli on CST>user_get CONTROL

OK

SERVERRIGHTS=DBInfoRead,SystemCmd,ExecLoad,UserMgm,DBFileRead,Backup,InstallMgm,

LoadSysTab,ParamCheckWrite,ParamFull,ParamRead,DBStart,DBStop,Recovery,AccessSQL

,AccessUtility,SharedMemoryMgm,SchedulerMgm,Scheduling,EvtDispMgm,EvtDisp

GUIRIGHTS=

SECONDPASSWORD=NO

DISABLED=NO

COMMENT=

USERTYPE=DBM

---

dbmcli on CST>user_get SUPERDBA

OK

SERVERRIGHTS=DBInfoRead,SystemCmd,ExecLoad,UserMgm,DBFileRead,Backup,InstallMgm,

LoadSysTab,ParamCheckWrite,ParamFull,ParamRead,DBStart,DBStop,Recovery,AccessSQL

,AccessUtility,SharedMemoryMgm,SchedulerMgm,Scheduling,EvtDispMgm,EvtDisp

GUIRIGHTS=

SECONDPASSWORD=NO

DISABLED=NO

COMMENT=

USERTYPE=DBA

---

<b>dbmcli on CST>sql_execute select * from users</b>

OK

END

'CONTROL';'';'CONTROL';'ADMIN';'MULTIPLE';(null);(null);(null);'DEFAULT';'200706

29';'00133012';'20070629';'00133012';'20070629';'00133012';'CST';'sapcsd.norkom'

;0;'NO';(null)

'SUPERDBA';'';'SUPERDBA';'SYSDBA';'MULTIPLE';(null);(null);(null);'DEFAULT';'200

70629';'00133012';'20070629';'00133016';'20070629';'00133012';'CST';'sapcsd.nork

om';10;'NO';(null)

'SUPERDBA';'';'SAPR3';'DBA';'MULTIPLE';(null);(null);(null);'ASCII';'20070629';'

00133027';'20070629';'00164307';'20070629';'00164308';'CST';'sapcsd.norkom';28;'

NO';(null)

<b>dbmcli on <SID>>sql_connect superdba,<password></b>

OK

<b>dbmcli on CST>sql_execute select * from users</b>

OK

END

'CONTROL';'';'CONTROL';'ADMIN';'MULTIPLE';(null);(null);(null);'DEFAULT';'200706

29';'00133012';'20070629';'00133012';'20070629';'00133012';'CST';'sapcsd.norkom'

;0;'NO';(null)

'SUPERDBA';'';'SUPERDBA';'SYSDBA';'MULTIPLE';(null);(null);(null);'DEFAULT';'200

70629';'00133012';'20070629';'00133016';'20070629';'00133012';'CST';'sapcsd.nork

om';10;'NO';(null)

'SUPERDBA';'';'SAPR3';'DBA';'MULTIPLE';(null);(null);(null);'ASCII';'20070629';'

00133027';'20070629';'00164307';'20070629';'00164308';'CST';'sapcsd.norkom';28;'

NO';(null)

<b>dbmcli on <SID>>sql_release</b>

OK

<b>dbmcli on <SID>>sql_connect sapr3,<password></b>

OK

<b>dbmcli on <SID>>sql_release</b>

OK

<b>dbmcli on <SID>>exit</b>

OK

I hope you are able to read something useful out of this.

Best Regards,

Thomas