mdsplus
mdsplus copied to clipboard
"%NONAME-W-NOMSG" when using GetMany in Python3
trafficstars
When using a GetMany instance to pull data from a remote database, the first call to the database passes and I get a 'value' key but for the remaining calls in the GetMany instance they all have the same 'error': "%NONAME-W-NOMSG", Message number 0x00000000".
I'm not sure why this occurs as I can get the data piecemeal by doing individual get calls. I've also tried only pulling very small amounts of data (3 floats per call in the GetMany call) and the same issue occurs so it is not the 4 Gb memory limit.
Thanks in advance for the help!