when using the Data Integration ERP Batch to get data from the DWconnector webservice, we have set up a scheduled task with all the details but.... How do set this up for Single link click so that the customer can do an import externally without waiting for the scheduled task run time?
Developer forum
E-mail notifications
Activate "Data Integration ERP Batch" scheduled task by link
Replies
Hi Keld
In MC, Integration node, Data Integration you have a URL builder. Use that to build a URL that can be called from the external system. See screen
BR Nicolai
But will this URL builder use the data from the DWConnector webservice? i would assume that it would use the locally saved data only and not import again from the external navision
Hi Keld,
Currently, for starting scheduled tasks from outside DW, you have to "construct" the url for it manually (for now).
The format is as follows:
http://Url.to.your.website.com/admin/public/webservices/integrationv2/ScheduledTaskRunner.aspx?token=ab6efe5fb784150780dcc78a00546c65&taskName=Name%20Of%20your%20scheduled%20task
where the Token must be the installation checksum that you can find in management center, under System Information.
We currently have a task in our backlog for 8.5.1 for adding "generate url" to the rightclick menu for scheduled tasks, so hopefully you won't have to do it manually for much longer :-)
You must be logged in to post in the forum