Currently we have one file polling adapter on 4.6 version of webMethods hosted on unix server,
We have old written script in Unix, which stops and starts the adapter for particular time period using the command:
adapter start CICProd201@brokerprod201[broker@servername] Adpt_CISPublish_FileIO[Adapter name]
adapter stop CICProd201@brokerprod201 Adpt_CISPublish_FileIO
Now we are in process of migrating the file poling adapter on the webMethods 6.5 version which is on windows server. Now we have to change the abaove script.
We have two option:
- Create the scheduler service which start and stop the adapter
- continue with existing script
If we go with second option, is there is any command by which we can start and stop the adapter on 6.5 version on windows.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services