Tony-SouthFLVMUG / vDiagram2.0

vDiagram 2.0 based off Alan Renouf's vDiagram
79 stars 17 forks source link

Generating Visio seems to be stuck on creating first document #23

Closed vierling closed 3 years ago

vierling commented 3 years ago

Generating Visio seems to be stuck on creating first document: vCenter to Linked vCenter Visio Drawing. Been stuck there for 30 minutes. image

Tony-SouthFLVMUG commented 3 years ago

Can you try running it with the -debug -logdraw switches? The -debug will not shrink the PowerShell window and the -logdraw will create a log output in the directory where the PowerShell script is located. This will help to troubleshoot what is going on.

vierling commented 3 years ago

Thanks for the suggestion, I ran it again with those switches and was able to see what was going on. The problem for me was I used the hostname of the vcenter instead of the IP address. For what ever reason, using the hostname wouldn't collect all the data, but when I used the IP address, it seems to work fine. Thanks for your help!