write data into local file system

SavePipelineToFile is for another purpose for debugging flow/pipeline runtime needs etc…

So do you want to save pipeline data or some interface/application data to be written/store to a file?

Regarding PSUtilities package you also need to update the config file and read/write permissions to the particular folder you are trying to save the file needs to be configured.

HTH,
RMG

So, How can I save variables into a file by using writeToFile in specified location.
I had prepared flow service, and invoked writeToFlow in the flow and map the document to the Userdata and specify the path in the filename.

On running the interface the variables are not saving into the specified location
Will any one help in this issue.

thanks in advance

Banu Prakash

For pipeline variables/debugging purpose - savePipelineToFile (just map filename)

A files will be stored in the IntegrationServer/pipeline folder

Use the restorePipelineFromFile (give same filename from save) to interospect the runtime pipeline vars

If this is what you are expecting?

HTH,
RMG

Hi All,

I retrieved data from database and and I need to write the retrieved data into local XML file.

How to do that?

What are the in-built services are to be used?

What are the properties?

Please help me with step by step process.

Thanks.