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

STARTRFC setup

Former Member
0 Likes
547

Dear All

We need to trigger STARTRFC every time a file is saved on application server.

Is it possible? If yes...How?

Kind Regards

Ashish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
460

Hi,

The solution depends on the platform you are using .

In windows platform you can code a console program using FileSystemWatcher class.

http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx

Regards,

Simo

Dear All

We need to trigger STARTRFC every time a file is saved on application server.

Is it possible? If yes...How?

Kind Regards

Ashish

1 REPLY 1
Read only

Former Member
0 Likes
461

Hi,

The solution depends on the platform you are using .

In windows platform you can code a console program using FileSystemWatcher class.

http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx

Regards,

Simo