Anuncios
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!

Add worksharing monitor as part of the base install, and give us the options.

Worksharing monitor is a vital part of collaboration within the office. I want it to be part of the base install and have options in the Revit.ini to control whether the WM is started at the beginning of revit.exe.

Comentarios
Advisor
Advisor

I'd like to see at least parts of WSM be integrated into the SWC process.

Seems to me like there were changes to the dialog in 2017  and we're seeing the "Unable to Access the Model" a lot more.

See this thread at RFO

https://www.revitforum.org/architecture-general-revit-questions/35193-unable-access-model.html

If the SWC central could should me WHO is preventing me from Synching, it would help a lot.

Advisor
Advisor

It would be nice for some mechanism to automatically launch Worksharing Monitor when Revit is launched. 

 

In my opinion, making it a simple 'Option' that can be deployed with a custom Revit.ini file would be perfect.

Anonymous
Easily done with a shortcut to a .Bat file.
Create a text file with. Bat extension that tells in dozens to open the worksharing and then Revit. Put the bat somewhere. Create a shortcut on your desktop pointing to that file. assign it a nice icon and name it rvt+wsm. done
Advisor
Advisor

That sounds like a colossal pain the butt, actually. Especially for hundreds of computers, both physical and virtual that I have to manage. A 'workaround' is exactly what I was hoping to avoid, that was my reason for asking, here in the ideas area (not in the 'I need help forums) for an easily implemented 'Option' that can be turned on when I deploy the software.

Anonymous
Sweet reply.


No it is not a checkbox solution. But a real one easily deployed on 150+ computer.


Advisor
Advisor

The first part of this is IMPLEMENTED (in 2018), but it still doesn't have an Option to start Worksharing Monitor when Revit is launched

Advisor
Advisor

@Anonymous Thanks for the tip - I've implemented it here for a few users, but it's still only a partial solution as it doesn't help w/ pinned taskbar icons (and personally I only see my desktop when I restart).

 

Also, it would be nice to automatically open System Performance as well.

 

 

FYI, some other areas where Worksharing Monitor could be improved:

 

Enthusiast
Enthusiast

I agree that the WSM should be launched when Revit is launched. We created a .bat file to do this and cleanup a bit of the temp files while we're at it. But I also noticed that some departements aren't allowed to launch .bat files on their computers... IT problem. :cara_de_decepción:

 

Our Workaround... 

  1. Open txt file and paste this in it. (you can change year to your version, and ENU to language of your choice)
    1. @echo off
      del /f /q /s %TMP%\*
      start "" "C:\Program Files\Autodesk\Revit 2018\Revit.exe" /language ENU
      start "" "C:\Program Files\Autodesk\Worksharing Monitor for Revit 2018\WorksharingMonitor.exe"
  2. Save the file "Revit 2018 Start.txt" somewhere else then on your desktop
    1. Right-click "Send to" shortcut to desktop
      1. properties of shortcut "Change icon"
        1. Find path to Revit.ico 
          "%SystemRoot%\Installer\{7346B4A0-1800-0510-0000-705C0D862004}\REVT.ico"

 Revit_Start_Bat.jpg

 

 

Advisor
Advisor

@jonathanroy8676 At some point you need to change the .txt extension to .bat also.

Enthusiast
Enthusiast

@lionel.kai ...... Kudos!

My bad, and I can't seem to edit the post :cara_de_decepción:

2. Save the file "Revit 2018 Start.txt" somewhere else then on your desktop and change extension to .bat

  1. Right-click "Send to" shortcut to desktop
    1. properties of shortcut "Change icon"
      1. Find path to Revit.ico 
Advisor
Advisor

You can find a similar batch file solution here: Launch Workshare Monitor simeltaneously with Revit

 

And while I try to avoid using add-ins, I just came across this one (which is a much better solution for me, since I use pinned Taskbar icons): Egan Project Startup (free).