2009 Mar 18 3:08 PM
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.
2009 Mar 18 3:15 PM
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.
a®
2009 Mar 18 3:34 PM
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
2009 Mar 18 3:51 PM
For background execution as mentioned in my earlier reply you need to use OPEN DATASET
a®