COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: ersin.gulbahar on 08 Aug 2012 07:16:57 AM

Title: how my job write a file to anywhere when it has finished?
Post by: ersin.gulbahar on 08 Aug 2012 07:16:57 AM
I have a job. I want it write a file(anything) to anywhere when it has finished. How can i do this?
Title: how my job write a file to anywhere when it has finished?
Post by: MFGF on 08 Aug 2012 01:58:06 PM
You can't get a job to write things - it is designed simply to run a collection of things. You might try creating an Event Studio agent which fires off a Stored Procedure, then add this as the last step of the job?

Just a thought.

MF.


Snet form my fumblefingers
iPhon 5 usig Tapatalk
Title: Re: how my job write a file to anywhere when it has finished?
Post by: tjohnson3050 on 14 Aug 2012 02:43:03 PM
If the file you want to write is report output, you can configure Cognos to save output to a file system instead of the content store.
Title: Re: how my job write a file to anywhere when it has finished?
Post by: ersin.gulbahar on 28 Aug 2012 06:53:12 AM
thanks for answering