Dear Colleagues
I have installed SAP Content Server 6.40 on Windows 2008 R2 server (64 bit) using IIS 7.5 with MaxDB 7.8.02, Installation completed successfully.
URL testing Information on both Content Server and an Instance which we need to connect to it.
http://cs460:1090/ContentServer/ContentServer.dll?serverInfo
serverType="SAP HTTP Content Server";serverVendorId="Copyright SAP AG, All rights reserved 1998, 2001 ";serverVersion="6400";serverPatch="9";serverBuild="201";pVersion="0046";serverStatus=
"running";serverStatusDescription="";serverDate="2014-05-11";serverTime="02:03:08";startUpDate="2014-05-11";startUpTime="02:03:08";lastAccessDate="2014-05-11";lastAccessTime="02:03:08";
However, when I try to create repository with CSADMIN tcode, I am getting error ''HTTP error: 500 (Internal Server Error)'.
database host is up or down and the web server up
My settings are as follows
1- On Content server I give full permission to content Rep directory
2- On IIS I have allowed Unspecified ISAPI& CGI & modules.
3-odbcreg as the following:-
C:\sapdb\SDB\db\pgm>odbcreg -g
List of installed drivers
1. SQL Server; %WINDIR%\system32\SQLSRV32.dll
2. SAP MaxDB SDB (Unicode); C:\sapdb\SDB\db\pgm\sdbodbcw.dll
3. SAP MaxDB SDB; C:\sapdb\SDB\db\pgm\sdbodbc.dll
C:\sapdb\SDB\db\pgm>odbcreg MaxDB -i -p c:\sapdb\SDB\db\pgm -d sdbodbcw.dll
ODBC Driver for 'MaxDB' has been successfully registered.
C:\sapdb\SDB\db\pgm>odbcreg MaxDB -i -p c:\sapdb\SDB\db\pgm -d sdbodbc.dll
ODBC Driver for 'MaxDB' has been successfully registered.
4- under settings tab for the repository I set the parameter (driver = MaxDB) as per SAP note 977091
Please suggest, how to resolve this issue.
Thanks