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

GUI_UPLOAD

Former Member
0 Likes
621

Hi,

I'm trying to use GUI_UPLOAD to read some data from a migration, but always get retun code 7 (unknown_error). I've found debugging that, when it reads the table VSCAN_PROF using the profile '/SCET/GUI_UPLOAD' the field active is checked and, if I uncheck it in debugging it works perfectly. What can I do to fix this? Would it be safe if I just unchecked the field for the migration?

Thanks in advance

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
523

Hi..

We cannot use GUI_UPLOAD or GUI_DOWNLOAD in Background processing.

bcoz these FMs are meant for Accessing Presentation server files.

That can be the problem.

<b>Reward if Helpful</b>

3 REPLIES 3
Read only

varma_narayana
Active Contributor
0 Likes
524

Hi..

We cannot use GUI_UPLOAD or GUI_DOWNLOAD in Background processing.

bcoz these FMs are meant for Accessing Presentation server files.

That can be the problem.

<b>Reward if Helpful</b>

Read only

0 Likes
523

I'm not using the function in background processing, I'm just trying to test the program and I got this error. I intend to use a server file to perform the data migration but I'd like to use local files to test it first.

Thanks all the same for your quick answer

Read only

Former Member
0 Likes
523

what parameters are u passing other than Filename, internal table ?