Jan 10, 2017
This certainly shows why you're not seeing the ssl profiles, but it does not explain why the errors occur.
- What role does the iControl user have? It should have read-only on all partitions.
- Is there no other error prior to the ones you pasted above? I would have expected an error on line 964 too considering the output.
Please paste this below the data retrieval (line 967) and run the script again?
"Here's the virtual server profile list"
$virtualserverprofilelist
"Here's the object type"
$virtualserverprofilelist.gettype()
Paste the output in a comment (censor as needed). It should look like this:
[array]$virtualserverlist = $f5.LocalLBVirtualServer.get_list()
[array]$virtualserverdestinationlist = $f5.LocalLBVirtualServer.get_destination($virtualserverlist)
[array]$virtualserverdefaultpoollist = $f5.LocalLBVirtualServer.get_default_pool_name($virtualserverlist)
[array]$virtualserverprofilelist = $f5.LocalLBVirtualServer.get_profile($virtualserverlist)
[array]$virtualserverirulelist = $f5.LocalLBVirtualServer.get_rule($virtualserverlist)
[array]$virtualserverpersistencelist = $f5.LocalLBVirtualServer.get_persistence_profile($virtualserverlist)
"Here's the virtual server profile list"
$virtualserverprofilelist
"Here's the object type"
$virtualserverprofilelist.gettype()
/Patrik