Schedule Views export

Hello,

I made a graph to export schedule to Excel (in xlsx and csv).
It works on my machine and on one colleague’s machine. But on other colleagues’ machines, it doesn’t work.

Here’s the error message we get.

Do you have any idea why this is happening?

Thanks in advance

Hello @tidiane.dia_MaM …which package is that node from ? you could try replace it with a fresh one from the library but will probably come again after save…you could try this one here instead

or ootb

2 Likes

Duplicating output ports (View 4x) is a sign of a DLL conflict, usually the result of a Revit add-in or package.

  1. Close Revit and restart your CPU.
  2. Disable all Revit add-ins
  3. Rename the DynamoSetttings.xml and packages directory found in %appdata%/dynamo/Dynamo Revit/2.xx/ where xx is the Dynamo build you’re currently using (ie: udpated Revit 2022 would be 2.16). This will prevent any customizations to your package paths and any pre-loaded packages to not load.
  4. Launch Revit, and start a blank project from no template (select none in the drop down), and set the units to imperial
  5. Launch Dynamo and open your graph.

If the issue persists check your Revit journal for add-ins which weren’t disabled (search for vendor; only Autodesk, adsk, or some variation thereof should be present). If nothing was missed post the .dyn, your dynamo log file, and your Revit journal.

If the issue doesn’t persist restart again, undo the renaming of the settings and package path (you’ll have to delete the new versions), and repeat steps 3 and 4. If the issue still doesn’t re-occur we can confirm it’s an add-in. If the issue does re-occur you can start checking your installed packages in small groups until you identify the issue.

If it’s narrowed down to an add-in, confirm you’re using the latest version of all add-ins. Then restart Revit and disable in small groups until the issue no longer persists.

Hello @jacob.small ,
Thanks for the suggestions.
We will follow the different steps to see if it solves the problem.
Thank you for your help.

Hello @sovitek ,

This is a node from Rhythm package. I’ll try to understand why it works on some machines and not others.
The original idea was to have a drop-down list only for schedules.
Otherwise, if the issue persists, I’ll replace it with the “Views” node.

In addition to the schedules, I’ll have the other views, but that should work.

Thanks for your help !

Hello,

Finally, we replaced the node with the Views node and it works.
It was easier to manage this way.

Thanks for your help