PyU4V error - No array id specified. Please set array ID using the
'set_array_id(array_id)' function
I m trying to use this python module on a Unisphere. But it prompts me to set the array id first. I want to pull all arrays from the unisphere first then set an array id. Any idea what I am missing ?
mtaormina
6 Posts
1245
1
Posted August 21st, 2018 07:00
This message is mostly informational. After setting the conn, you can get a list of arrays by running the following:
>>> conn.common.get_array_list()
["000194900123", "000195900123", "000196900123", "000197900123", "000197900123"]
This step and more information is available at the documentation page. https://pyu4v.readthedocs.io/en/latest/index.html