Hello!
We have have on dedicated Bluemix application for updating our database:
https://boardingportal-updater-service-dev.w3ibm.mybluemix.net/
We have added IBM Workload Scheduler as service to our dedicated Bluemix workspace and established connection to this application.
And now we are trying to schedule process with RESTful action to call this application regularly on daily bases. However this process is failing with "Connection timed out".
Can anybody please advice with setting this process?
Thank you!
Logs are enlisted bellow:
Answer by F4B4WA (1) | Apr 03, 2018 at 10:17 AM
The Workload Scheduler service is remotely hosted on the IBM Cloud Public (SoftLayer)... so it is not hosted within the Bluemix network (dedicated or public). Unfortunately, the "Connection" you created does not work in this case. The call to your URI (from the LC_CLOUD agent) is failing because that URI is not reachable from (public) Internet (but only internally within your private network). In those case is suggested to deploy a Workload Scheduler agent within your network and leverage that agent to schedule those activities. You can either download the agent from your service instance page or leverage the ibm_wa_agent docker image available in bluemix (usually).
How do I configure a Workload Scheduler Agent on Linux CentOS? 0 Answers
Default workload scheduler cloud agent GC_CLOUD is not running 0 Answers
WebSphere Application Server Migration Toolkit - update site issue in Eclipse 1 Answer
No password available for cloudant nosql db in vcap service 1 Answer