Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Path Problem

Former Member
0 Likes
577

Hi,

I am facing a path problem during take the file (attachment) from any Document ( Transaction Code CV02N ). Problem occurs when if the file exist in the deep folder ( path is very long ).

While trying to open the attached file we are getting the following error (Error while executing

"C:\Profiler\il3\Desktop\Time Sheet\Ny mappe\Ny ma ). If the attached file is .TXT format then this error does not flash else for all the other formats this error is displayed.

It will be highly appreciated if you could suggest something.

Thanks,

Pradeep

4 REPLIES 4
Read only

Former Member
0 Likes
553

Hi Pradeep,

Try to open the file in BINARY MODE.

Thanks

Eswar

Read only

Former Member
0 Likes
553

just change the path to

'C:/Profiler/il3/Desktop/Time Sheet/Ny mappe/Ny ma'.

and see the effect..

Read only

Former Member
0 Likes
553

check with the path size which you have specified in the declarations of the data objects.

if it exceeds the size of the path such error may occur.

if it is the problem increase the file-size.

reward points if it is helpful.

Cheers,

Ateeq

Read only

Former Member
0 Likes
553

check with the path size which you have specified in the declarations of the data objects.

if it exceeds the size of the path such error may occur.

if it is the problem increase the file-size.

reward points if it is helpful.

Cheers,

Ateeq