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

Control Framework in Background

Former Member
0 Likes
503

My program is dowloading xls file in presentation and application server. when i am running in Background, im getting error - error in Control framework. FES 22 Type E.

In my view control framework does not work in the background.

How to resolve this, is there any solution for this to run.

Any idea surely appreciated..

Thanks

gurug.

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
458

I think you are downloading XLS to presentation server using fm GUI_DOWNLOAD. if this is right this fm cannot able to use for writing files to application server.

For writing files to application server you need to use syntax OPEN DATASET & TRANSFER

PS : and also you cannot write an xls file to application server ,

Please search for forum for XLS and application server, you can find lot of thread related to this.

Read only

0 Likes
458

hi

it is runing successfully when i am running in foreground

im getting error in back ground.

is there any solution to run in background without error.

regards

gurug

Read only

0 Likes
458

For background execution as mentioned in my earlier reply you need to use OPEN DATASET