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

Down load in Background processing on presentation layer

Former Member
0 Likes
1,111

Hello,

Is it possible to down load a file while processing in background job and down load the file on presentation layer?

If yes ,please let me know.

Thanks in advance...

Regards,

Krishan kant sharma

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,036

Hi,

search In SCN First there are lot of theards related to ur question.

For your question - NO,it is not possible to download the file in background as the GUI* are dependent on Frontend.

Copy the file in application server and use DATA SET Commands.

Regards

Kiran

9 REPLIES 9
Read only

Former Member
Read only

0 Likes
1,036

Thanks Vijay...

Read only

0 Likes
1,036

>

> Thanks Vijay...

There is one option also of 10 points,believe me it's even easier to say Thanks.

Read only

Former Member
0 Likes
1,037

Hi,

search In SCN First there are lot of theards related to ur question.

For your question - NO,it is not possible to download the file in background as the GUI* are dependent on Frontend.

Copy the file in application server and use DATA SET Commands.

Regards

Kiran

Read only

Sm1tje
Active Contributor
0 Likes
1,036

Well in fact there is a rather complicated way of doing this. Search the forum for a pdf with the following name:

Communication to Presentation Server in Background mode.

Read only

Former Member
0 Likes
1,036

>

> Well in fact there is a rather complicated way of doing this. Search the forum for a pdf with the following name:

> Communication to Presentation Server in Background mode.

I searched with Communication to Presentation Server in Background mode but again i got same PDF which Vijay already given

Amit.

Read only

Sm1tje
Active Contributor
0 Likes
1,036

True, when I posted my message, Vijay had already replied, which I hadn't seen. Not trying to copy from other person, just happened to be so....

Read only

former_member194669
Active Contributor
0 Likes
1,036

Make your presentation server as FTP enabled, then make FTP from background mode.

You can check these example programs related to FTP

RSFTP001 to RSFTP011

Read only

Former Member
0 Likes
1,036

Thanks a lot ....