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

Scheduled GUI_DOWNLOAD program

Former Member
0 Likes
371

Hi

I use GUI_Download to download an internal table to excel file. The program can run manually without problem. But when I try to schedule the program, I got the run-time error with the message : <b>ONJECTS_ONJREF_NOT_ASSIGNED</b>. Please help to understand what’s wrong with the program.

Hi

I use GUI_Download to download an internal table to excel file. The program can run manually without problem. But when I try to schedule the program, I got the run-time error with the message : <b>ONJECTS_ONJREF_NOT_ASSIGNED</b>. Please help to understand what’s wrong with the program.

2 REPLIES 2
Read only

Former Member
0 Likes
343

Hi Jim,

Data transfer is not possible on the <b>PRESENTATION SERVER</b> in <b>BACKGROUND MODE.</b>

Instead, you can use OPEN DATASET, CLOSE DATASET to download the file in background on APPLICATION SERVER.

Please refer this link for details :

Best regards,

Prashant

PS : Please reward all helpful answers

Read only

Former Member
0 Likes
343

Thanks , I will study this.