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

Background job for Uploading data from Presentation Server

Former Member
0 Likes
394

Hi,

I have a program to upload a file from presentation server. Is it possible to run the same in background, if i schedule it is giving me front end execution error.

Please advise me whether it is possible or not?.

Thanks in advance,

B.Anandha Krishnan.

Hi,

I have a program to upload a file from presentation server. Is it possible to run the same in background, if i schedule it is giving me front end execution error.

Please advise me whether it is possible or not?.

Thanks in advance,

B.Anandha Krishnan.

2 REPLIES 2
Read only

Former Member
0 Likes
363

Hi,

You cannot execute a program in background which is trying to access files from the presentation server. It will give you short dump if you try to do the same.

The files will have to be on the application server.

Regards,

Ravi

Note : Reward the posts that help you.

Read only

Former Member
0 Likes
363

In background jobs uploading file from presentation server is not possible because it will be executed in the application server, it doesn't know which presentation server it is getting executed.

If you want to execute in background then you have to upload form application server only.

Cheers,

Satya