Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
JustinDallas
Specialist III
Specialist III

Run Task on a Particular Node

Hello Folks,

I have a Task that will fail when run on RimNode1 but succeed on CentralNode.  Is there a way that I can force this reload task to run on RimNode1 so I can debug it?  As of now, it's complaining that it can't open a particular file, but I need to be able to reproduce the error before poking around.

1 Solution

Accepted Solutions
Anonymous
Not applicable

Duplicate the app into the work stream, then :

  • RDP to RimNode1
  • Open a Web Browser to the Hub from the RDP session
  • Open your dubious app
  • Reload it manually and it should reload on the server you are RDP'd to

View solution in original post

2 Replies
Anonymous
Not applicable

Duplicate the app into the work stream, then :

  • RDP to RimNode1
  • Open a Web Browser to the Hub from the RDP session
  • Open your dubious app
  • Reload it manually and it should reload on the server you are RDP'd to
JustinDallas
Specialist III
Specialist III
Author

Thanks Bill,

It worked and loaded successfully.  I can only assume that something was reading it while the extractor wanted to write it.