Coder Social home page Coder Social logo

Comments (14)

red-erik avatar red-erik commented on June 4, 2024 1

Hello,
I confirm no network topology with of without "DiagramFullEnvironment" parameter.
Regards,
Red.

from ari.

Claudio-Merola avatar Claudio-Merola commented on June 4, 2024 1

Ohhh I see.

We are no longer working with VISIO diagram...

At the moment we only develop the Draw.io diagram...

from ari.

Claudio-Merola avatar Claudio-Merola commented on June 4, 2024

The xml file is being generated?

from ari.

spaelling avatar spaelling commented on June 4, 2024

yes, but I see no network topology in that. My understanding is that the network topology is in the Visio diagram?

from ari.

crimez avatar crimez commented on June 4, 2024

I guess I'm experiencing the same problem, no "Network topology" sheet in the Diagram file. I have to include the parameter -DiagramFullEnvironment in order to get the topology

from ari.

Claudio-Merola avatar Claudio-Merola commented on June 4, 2024

I'm not being able to replicate this issue.

  1. Do you guys have Virtual Network Gateways in the environment?

  2. There is Express Route in the environment?

  3. There is vWAN in the environment?

from ari.

red-erik avatar red-erik commented on June 4, 2024

Hello Claudio,
yes, we have all of them.
Regards,
Red.

from ari.

Claudio-Merola avatar Claudio-Merola commented on June 4, 2024

Hi @red-erik

Can you try the last version of the script and see if this still happens?

from ari.

red-erik avatar red-erik commented on June 4, 2024

Hello,
the latest version seems to be working much better.
Thank you very much.

Regards,
Red.

from ari.

red-erik avatar red-erik commented on June 4, 2024

Hello,
to give you more detailed feedback, it works on small Subs with not too many objects while on larger ones, it does not produce any output (Diagram).
Regards,
Red.

from ari.

crimez avatar crimez commented on June 4, 2024

I'm still having the issue even with the last version of the script

from ari.

red-erik avatar red-erik commented on June 4, 2024

Hello,
just as a reminder, the code inside the script is commented out so you need to uncomment it

<######################################################### VISIO DIAGRAM JOB ######################################################################>
<#
Write-Debug ('Checking if Visio Diagram Job Should be Run.')
if ($Diagram.IsPresent) {
Write-Debug ('Starting Visio Diagram Processing Job.')
Start-job -Name 'VisioDiagram' -ScriptBlock {

            If ($($args[5]) -eq $true) {
                $ModuSeq = (New-Object System.Net.WebClient).DownloadString($($args[7]) + '/Extras/VisioDiagram.ps1')
            }
            Else {
                $ModuSeq0 = New-Object System.IO.StreamReader($($args[0]) + '\Extras\VisioDiagram.ps1')
                $ModuSeq = $ModuSeq0.ReadToEnd()
                $ModuSeq0.Dispose()  
            }                  

            $ScriptBlock = [Scriptblock]::Create($ModuSeq)

            $VisioRun = ([PowerShell]::Create()).AddScript($ScriptBlock).AddArgument($($args[1])).AddArgument($($args[2])).AddArgument($($args[3])).AddArgument($($args[4]))

            $VisioJob = $VisioRun.BeginInvoke()

            while ($VisioJob.IsCompleted -contains $false) {}

            $VisioRun.EndInvoke($VisioJob)

            $VisioRun.Dispose()

        } -ArgumentList $PSScriptRoot, $Subscriptions, $Resources, $Advisories, $DFile, $RunOnline, $Repo, $RawRepo   | Out-Null
    }
    #>

from ari.

red-erik avatar red-erik commented on June 4, 2024

Thank you for clarifying that.

Regards,
Red.

from ari.

github-actions avatar github-actions commented on June 4, 2024

This Issue is stale and may be automatically close soon.

from ari.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.