Forum

Author Topic: [Cluster] RunScript task error message  (Read 2253 times)

jiji

  • Newbie
  • *
  • Posts: 24
    • View Profile
[Cluster] RunScript task error message
« on: April 18, 2017, 11:37:43 AM »
Hello admin,

I am currently trying to use the RunScript task to run some customized script in the cluster. When I get an error, I try to make an exception in the python script, but when I check the task status, the task's last error is always "Can't run script".

So I would like to know how can I get the exact error message when I check the batch/task status if there's an error ?

for info : I am using version 1.2.6

Thanks in advance

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: [Cluster] RunScript task error message
« Reply #1 on: April 18, 2017, 12:04:20 PM »
Hello jiji,

Currently error messages from the script are not translated to the Network Monitor.

If you run version 1.3.1 you'll be able, however, to view the processing log for the node via Network Monitor and get more detailed information.
Best regards,
Alexey Pasumansky,
Agisoft LLC

jiji

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: [Cluster] RunScript task error message
« Reply #2 on: April 18, 2017, 12:29:47 PM »
Hello jiji,

Currently error messages from the script are not translated to the Network Monitor.

If you run version 1.3.1 you'll be able, however, to view the processing log for the node via Network Monitor and get more detailed information.

Thanks for the reply,

even I use python API from the client side to get the task/batch status ?