cancel
Showing results for 
Search instead for 
Did you mean: 

File Adaptor....... system command after file processing

Former Member
0 Kudos

i am creating 2 files with file adaptors..

lest say a1.txt and a2.txt..

in the file adaptor i am specifying the path of a batch file which is located at the same location where these 2 files are created......this batch file should run after message processing

i am using this .bat file to create a file by combining these 2 files and delete these 2 files after that...

but nothing seems to be happening..after the 2 files are created.

seems like the command is not getting triggered which it is suppose to after message processing.

please help

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi Tarun,

Check this blog, Might give u some idea as well...

<a href="/people/michal.krawczyk2/blog/2007/02/08/xipi-command-line-sample-functions: Command line sample functions</a> By Michal Krawczyk

<a href="/people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi Command - Executing Unix SHELL scripting</a> By Sameer Shadab

Regards

San

Where there is a <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/16">blog</a> there is a Way.

Former Member
0 Kudos

thanx

i have tried this. still does not work

Former Member
0 Kudos

thanx a ton guys .... solved it.......... i was not writing the complete file path inside the .bat file....

thanx a lot.

Former Member
0 Kudos

thanx santosh

issue resolved

Answers (2)

Answers (2)

Former Member
0 Kudos

i guess for this, .bat file has to be placed on XI server

Former Member
0 Kudos

.bat is placed on the XI server and its on the same location where my files are generated

Former Member
0 Kudos

Hi Tarun ,

Please check End to End monitoring and component monitoring using Runtime workbench .

See what is happening . " Is the .bat is getting triggered by file adapter ? "

If you have the log then can give some pointers...

Cheers,

Reddy

Former Member
0 Kudos

isnt end to end monitoring meant for BPm but i am not using any process here

and in rwb it just shows succefssfull...... even in cc monitoring it shows that message successfully posted.

regards,

Tarun