Lua script crashes nas probe when run in the IDE
search cancel

Lua script crashes nas probe when run in the IDE

book

Article ID: 277274

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

NAS probe crashes when the below Lua script run.
x = pds.create()
pds.putInt(x,"day",1)
print("0")
local c,b = nimbus.request("hub", "get_perf_data", x, 30, 1)
   if b == NIME_OK then
print("1")
   y = pds.getTablePDS(c, "perf",0)
print("2")
   local t = pds.convert(y)
end

Resolution

The engineering team has provided Nas 9.40-T1 

Attachments

nas-9.40-T1-20231219.034754-4.zip get_app