cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error when uploading file

D_Grandon
Explorer
0 Likes
4,291

Hi all,

we just have upgraded our EREC system to Enhancement Package 4, and we have now lot's of issues when the candidates try to upload documents in their cockpit. Even if the type of document is ok or the file size is fine also, there is the following error message : Error when uploading; the file name is invalid, or the file is too big

We have this error with lot's of web browser : IE6-IE7-IE8-Firefox 2.xx-Firefox 3.6-Safari 3 and 4-Chrome

It is impossible to debug this error, there is no stop at the breakpoints.

Did anyone have any suggestion ?

Our system information :

EREC 604 SP 5

NW 701 SP 5

Thanks in advance

Dominique

View Entire Topic
Former Member
0 Likes

Hello Dominique,

I do not think the browser has got to do anything with that. Please place an External Breakpoint on the code which is getting called on click of the upload button. There has to be some method or function module inside which will return this exception 'Invalid Filename'. Let me know if you see anything like this.

Thanks,

Sai

D_Grandon
Explorer
0 Likes

Hello Sai,

we already put an external breakpoint on the first step of the method called by the button, but it does not stop on this breakpoint.

It looks like the error message is generated by javascript or is in the cache, but it is not possible to find where.

WD component : HRRCF_C_ATTACHMENTS_UI

View : VW_ATTACHMENT_DETAIL

Method : ONACTIONAPPLY

Thanks for your help

Dominique

Former Member
0 Likes

Have a look at Thomas' Webdynpro ABAP Performance tool series. May be one of them can help.