2011 Jul 28 7:20 PM
I have a requirement to store images in the public MIME repository (SE80) and retrieve them via URL (using an Xcelsius component eventually)
If I create a folder under say SAP/Public/BC/Pictograms/ I can retrieve via URL, but from an organizational standpoint I want to have the folder at a higher level under SAP/Public/. If I store images at that folder level they are not retrievable via url. Is there anything I can do to make this work?
The error I get is:
Service cannot be reached
What has happened?
URL http://myserver:8000/sap/public/ZIMAGE/Capture.jpg call was terminated because the corresponding service is not available.
Note
The termination occurred in system ER8 with error code 404 and for the reason Not found.
The selected virtual host was 0 .
What can I do?
Please select a valid URL.
If it is a valid URL, check whether service /sap/public/ZIMAGE/Capture.jpg is active in transaction SICF.
If you do not yet have a user ID, contact your system administrator.
Error Code: ICF-NF-http-iMyserver_ER8_00-v0-d20110727-t142632-s404-rNot found-X:00155D20060D1EE0AE8FBE122B63111B_00155D20060D1EE 0AE8FBE6CCC6BB11B_1-x:F07DB8E05B91F11DB11B00155D20060D
HTTP 404 - Not found
Your SAP Internet Communication Framework Team
2011 Jul 28 9:52 PM
Hi ThomasB DX,
if you have a look at SICF transaction, you'll see that these folders have attributes, and especially an handler (which is CL_HTTP_EXT_WEBDAV_PUBLIC for Pictograms). So you should do the same for ZIMAGE (don't forget to activate the service).
But it seems that SAP gave you that information in the error message...
BR
Sandra