cancel
Showing results for 
Search instead for 
Did you mean: 

ACFUPDOWNLOAD Upload Error 223

0 Kudos

Hi everyone,

I have a couple of questions:

Is it necesary to have configured a content repository in order to use ACFUPDOWNLOAD ??

I ran the test application WD_TEST_APPL_ACFUPDOWN but it's not working fine. I have a problem uploading to my filenet repository:

Security list message: Wrong server for upload

Upload Error: 223 ,url: http://sc01ul03100.ceh.jcyl.es:9081/acsap/dispatcher?create.

Do you have any idea why is this happening?

Thanks in Advance.

Carlos.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

could you verify that you fulfill the prerequisites for acfupdownload .[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/b9157c878a2d67e10000000a42189c/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/b9157c878a2d67e10000000a42189c/content.htm]

0 Kudos

Yes, I fulfill the prerequisites for acfupdownload..

I have a valid Java version and a valid white list too.

Former Member
0 Kudos

Security list message: Wrong server for upload

sounds to me logic that the repository needs to be configured to use ACfUPDOWNLOAD.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I face the same problem (Error 223) when using ACFUPDOWNLOAD.

What does error 223 mean?

Some further information:

- Whitelist is configured

- I have tried it with different Java Versions (1.5.16, 1.5.22, 1.6.20), makes no difference

- ACFEXECUTE runs succesfully

- I tried it with WD-Applications WD_TEST_APPL_ACFUPDOWN (Content Repository is configured properly) and also with ZWDA_701_ACF_UPDOWNLOAD, both deliver the same message.

- When trying ZWDA_701_ACF_UPDOWNLOAD, the Handlermethod ZCL_WDA_FISL_UPLOAD_HANDLER->HANDLE_REQUEST is not being called.

Thanks in advance

Oliver

Former Member
0 Kudos

for future reference...

error 223 means 'Security list message: Wrong server for upload'

you can find ACF messages in message class SACF

john

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>Is it necesary to have configured a content repository in order to use ACFUPDOWNLOAD ??

Yes and no. By default the ACFUpDownload is designed to only work with the SAP Content/Cache server or KPro. Without a content repository pointing to one of these external applications, it won't work.

However you can create your own ICF handler that simulates an SAP Content/Cache Server. It allows you to perform ACFUpDownloads and store the contents in a temporary table on the ABAP server so that the information can be passed back to your Web Dynpro session directly. There is a code sample of this on SCN:

Tutorial Video:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/109b9b52-bc00-2c10-8786-e4c5e96d...

Source Code:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70645070-bb00-2c10-f086-f126721a...

0 Kudos

Very very helpful information. My problem with the repository would be solved.

I saw that video and implement the source code you told me but its from other Tutorial i think.

I have to upload and download some files to local, silently without any "open dialogs" like in the video. Can you send me a link of the exactly source code of that tutorial??

Thanks in advance.

Carlos.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>Can you send me a link of the exactly source code of that tutorial??

I check the above link again and it does in fact link to the source code of the tutorial in question. There is a ZIP file at the link location that has both the transport files and the source code in a SAPlink nugget format.

0 Kudos

My mistake, you're right. Sorry, i checked only these Webdynpros:

ZISL_UPL_DEMO1

ZISL_UPLOADER

ZISL_UPLOADER_IMAGES

Thanks again.

Edited by: JCYL UTE COEL JCYL UTE COEL on Jan 7, 2011 2:58 PM

Former Member
0 Kudos

Hey guys,

does anyone face the same error 223?

Does anyone has a tipp what it could mean?

Thanks in advance

Oliver