cancel
Showing results for 
Search instead for 
Did you mean: 

403 - Forbidden: Access is denied. HTTP Interface Function Get

Former Member
0 Kudos

Hi SAP Experts,

I tried to use function get HTTP Interface in my content server.

when i enter link below in my browser, there is error message appeared 403 - Forbidden: Access is denied.

http://[server]:[port]/ContentServer/ContentServer.dll&get&pVersion=0046&contRep=ZCR_TEST&docId=0050...

SAP Content server was configured well.

Please help to suggest a resolution on this.

Thanks & Regards,

Husin

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I got this problem because I was using SSL certificate as my user authentication and it was not able to check the revocation. I figured this out using the under given link. There is a simple registry tweak which saved my lot of time. I hope someone will get some help from this.

http://www.windowstechupdates.com/403-forbidden-access-is-denied-you-do-not-have-permission-to-view-...

former_member188883
Active Contributor
0 Kudos

Hi Husin,

In CSADMIN select the content repository.

In the settings tab put following value

security = 0.

Restart the content server and then check the results.

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

The security is 0 already. please find the screencap below:

Is there something i need to check?

Thanks & regards,

Husin

former_member204787
Contributor
0 Kudos

Hi Husin,

Check OAC0,CSadmin settings and under details tab  make sure 'Check signaturecheckbox is not selected. Search in the forum there is  a lot of repeted quiries on 403 error. if still facing issue post with screen shot .



Try with this URL  http:\\<IP>:1090\ContentServer\ContentServer.dll?serverInfo .

Regards,

chandu

Former Member
0 Kudos

Hi Chandu,

I have check in CSADMIN it should be OK. i have search this error in SCN, there are many result. but there no related with http_interface. so i create this discussion.

Error of http_interface with function get:

Below are screenshot of CSADMIN:

Below area information of Content Server:

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-01-24";serverTime="04:54:58";startUpDate="2014-01-23";startUpTime="09:02:17";lastAccessDate="2014-01-24";lastAccessTime="04:54:54";

contRep="ZCR_TEST";contRepStatus="running";pVersion="0046";storage="ContentStorage";storageVersion="015";storageBuild="201";contRepDescription="Content Repository Test";contentStorageHost="[SERVER];contentStorageName="[SID of DB]";secKeyVerification="n";defaultDocProt="";

Is there something wrong that i have done, if you look at my screenshot?

Thanks for your response,

Best regards,

Husin

former_member204787
Contributor
0 Kudos

Hi Husin,

Make sure full permission fo contentserver folder and check from IIS services itsbrowsing or not.

Check for default browser and content server  at operating system level with below url  Resolving IIS 403 Forbidden: Access is denied &amp;#187; Sanuja Senanayake

Regards,

chandu.

Former Member
0 Kudos

Hi Chandu,

Thanks for your help.

i have changed the permission for sap content server web and installation folder.

But the same error still happened.

When i tried to browse the link direct from server browser.

There is more details appeared:

Regards,

Husin

former_member204787
Contributor
0 Kudos

Hi Husin,

I hope that given full permission for both contentserver as well as default websites.Did you restated contentserver after made changes ?

Did you ever performed  any commands like..

  

If so,   check for Defaut and contentserver .please check clearly for permissions .make sure as below.

Check for port number 1090 from hostfile .

Regards,

chandu.

Former Member
0 Kudos

Hi Chandu,

Thanks for your response. i have solved this problem by add read permission add handler mapping.

But now, the error changed to Error not Found. Let me check it first.

Thanks & Best Regards,

Husin

former_member204787
Contributor
0 Kudos

HI Husin,

Issue resolved by urself good to hear .

Not found means that given URL is wrong.

Creoss check with HTTP script path given on OAc0 i hope that you followed as per content server folder located on the content server.

Try with :    http:\\servername:1090\ContentServer\ContentServer.dll?serverInfo

Regards,

chandu.