cancel
Showing results for 
Search instead for 
Did you mean: 

content server 404 auth error

BTKelly
Product and Topic Expert
Product and Topic Expert
0 Kudos

hopefully this is where this should be posted.

we have a pc-ui application that needs to retrieve a signature that was captured via crm mobile sales and sychcronized to crm online. currently we can not get the signature to synchronize.

we are trying to synch a captured signature and are getting error messages in the sBdoc's indicating http 404 authorization failure, before this error we had "no user" set up in sicf sap/bc/contentmanagement

the demo system shows a dialog user of crmixos with no special authorizations. what is the best way to set up a user and what authorizations are needed?

also our demo system uses (I think) a http content repository while we are using a storage category of r/3 database.

thanks in advance for any guidance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Just a note: 404 is not the authorization error

404 is just 'not found' which everyone knows.

Check the URL which you are using. It seems to be incorrect.

BTKelly
Product and Topic Expert
Product and Topic Expert
0 Kudos

thank you...my recall of the error was...now cut and pasted the error from SMW02

HTTP error: 401 unauthorized Access Denied

Thanks for your edit.

former_member181879
Active Contributor
0 Kudos

With the updated 401, is just means that you have to "stand and identify" yourself to the server. Somehow you will have to send you authentication information.

If you should ask the best way, then of course HTTPS.

Alternatives are using simple basic authentication, putting name+password in ICF (only if you really understand the consequence of this and have read the documentation on not using a dialog user), placing it in the URL (not recommended as it lands in the browser history), using SSO2.

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Actually I think there is an OSS note on setting up the contentmanagement node in SICF(either that or help document). It tells you what authorizations SAP recommends for the setup of this node. I'm at home right now and don't have access to OSS. I will try to find the note in the morning and post it here.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Sorry the node I was thinking of was sap/bc/contentserver. Incidently the OSS notes I was thinking about are 685521 and 500292.