Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

deploy a route that calls a job through TAC

I have developed a route named "LookupAdapater" that is listening on a JMS queue for request to do a lookup of data in the database. The route calls a job named "Lookup" that does the actual query of the lookup.
I published the route to the artifact repository, but the "LookupAdapter-feature" node in Nexus Artifact Repository only contains the route, not the job, the job is in its own node "LookupAdapter_Lookup" (it also has the node "LookupAdapter"). 
Then I created a deployment task in TAC (under "ESB Conductor"), by selecting the only available "LookupAdapter-feature". When deploying, it says one of the bundle is "not active" or something like that, I suspect it is talking the the job "Lookup", also, in the "Config Properties" tab, I only see the context values used by the route "LookupAdapter", not seeing those used by the job "Lookup".
What did I do wrong and is there way to publish the route and job as one unit?

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Also, for the task, in the Bundles tab below, it does show two bundles: the route "LookupAdapter" and the job "LookupAdapter_Lookup"