Please, counsel!
Is it possible to implement such "start/stop datasources" functionality with the help of Cognos API in general?
How to get datasources in Cognos Server?
Thank you in advance.
what do you mean with "start/stop" regarding to datasources? IMHO, there aren't such actions.
you can create, enable/disable, modify or delete datasources. For that you need to query the content store to get the appropiate datasource objects, modify the properties und update the content store. This ist very easy.
bye