Autocad Sheetset integration on ProjectWise

Autocad Sheetset integration on ProjectWise

cyberflow
Advisor Advisor
7,455 Views
9 Replies
Message 1 of 10

Autocad Sheetset integration on ProjectWise

cyberflow
Advisor
Advisor

Hi there,


Was curious to see if anyone here has successfully worked with an Autocad Sheetset on ProjectWise ?
Any incompatibility issues ?

NOTE :
I did a previous thread on this that was moved into Civil 3D and it's not related to Civil 3D. Didnt had any replies cause of this. I'm not able to delete it either.

Frank Freitas

CAE/CAD/BIM Coordinator & Support Specialist

LinkedIn
0 Likes
Accepted solutions (1)
7,456 Views
9 Replies
Replies (9)
Message 2 of 10

natasha.l
Alumni
Alumni

Hello @cyberflow

 

I have a post here from the community where users discuss AutoCAD sheetset integration on ProjectWise it should be similar for all AutoCAD based applications. Its seems large files & processing over 100 files produces lag. 

 

I just wanted to provide you with some Autodesk news as well, Autodesk will be offering a line of products dedicated to project management, file management & a digital market place etc. 

 

Please "Accept Solution" if a reply or replies have helped resolve the issue or answered your question, to help others in the community.

 

 

0 Likes
Message 3 of 10

cyberflow
Advisor
Advisor

Hi @natasha.l ,

Thank you for the follow up !
Pretty nice that Autodesk is pushing onto creating new tools for the industry !

At the same time, when is there going to be a version control tool like Git ?
Would let use create branches of a file to do different designs depending of the the options done.

Pretty sure someone on the crew of programmers know about GIT and could talk about it to the team.

Frank Freitas

CAE/CAD/BIM Coordinator & Support Specialist

LinkedIn
0 Likes
Message 4 of 10

cyberflow
Advisor
Advisor

And it wont be a bad time to integrate it more to PW not only your own tool because theres lots of companies and firms that uses PW and i dont think they are ready to make a change to a new software.
Therefore maybe forcing them to change completly of CAD software for their staff.

Just a tought !

Frank Freitas

CAE/CAD/BIM Coordinator & Support Specialist

LinkedIn
0 Likes
Message 5 of 10

cyberflow
Advisor
Advisor

Hi everyone,


Has anyone achieved any workflow with PW and SSM ?

I'm trying to import layouts or create new ones thru the PW ribbon, it always opens a "File open" from windows system.

Frank Freitas

CAE/CAD/BIM Coordinator & Support Specialist

LinkedIn
0 Likes
Message 6 of 10

cyberflow
Advisor
Advisor
Accepted solution

Ok, found a solution to my problem : 
Restart C3D and open the DST thru the PW ribbon.

I guess somehow it was touched outside PW in the previous C3D session and it didnt recognize it in PW.

Frank Freitas

CAE/CAD/BIM Coordinator & Support Specialist

LinkedIn
Message 7 of 10

Anonymous
Not applicable

Hi @natasha.l ,

What are these products dedicated to project management, file management & a digital market place ?

Not Vault or BIM360 ? Data Shortcuts and Revit collaboration are still not fully resolved.

We really need an alternative to ProjectWise and SharePoint. It's like we've gone backwards in productivity using 'Digital' tools that are not an improvement over existing options, i.e. a local network server and SSM.

 

Message 8 of 10

dave.cumming
Contributor
Contributor

In your ProjectWise-integrated AutoCAD application, type “DMSSETVAR” into the Command Line and hit the Enter key, then type “?” into the next Command Line prompt and hit the Enter key again. (Do not include the quotation marks.)

Compare your settings to the ones listed below:

 

REFPATH = 0 (Controls how the reference path is stored)

     If set to 0 (default) — reference paths are stored as relative paths.

SHEETSETMODE =1 (AutoCAD Sheet Set functionality is integrated with ProjectWise)

SHAREDSHEETSET = 1 (If more than one user is editing the .dst file simultaneously)

SHEETSETUNLOCKTIME = 10 (Adjust value when more than one person is working with SSM; Optional)

SHEETCHECKUPDATETIME = 120 (Increase value if not working with SSM; Decrease if working with SSM)

 

Prior to working with SSM, copy out the .dst file and all of its dependencies (from ProjectWise) to your local working directory. This will front load the file transfer time into one dedicated transaction. (Right-click on the .dst file in ProjectWise and select COPY OUT.)

If multiple users will be working on the SSM file simultaneously, each user should do this.

 

ProjectWise has a reference file scanning utility can be used on the .dst file.

This may be necessary if work has been done to build, append or maintain sheet sets outside of the ProjectWise integration.

If relationships between a file and its dependencies are established when users are working without ProjectWise integration (a.k.a. working on local copies without checking them out from ProjectWise) then the database is not aware of those relationships and the Scan For References tool can be used to create the necessary database logic.

One way to determine if this is necessary would be for a user to examine the .dst file’s Logical Set (Right-Click on the .dst file in ProjectWise; select SET > SHOW REFERENCES) and compare that list of file dependencies to the list of files that are associated with the .dst file when examining it from within the AutoCAD user interface. If the exact same list of files appears in both places, you are likely good to go. If there are any discrepancies, then there is reason to believe that work was conducted without ProjectWise integration.

 

Users should understand that they are not working directly with the .dst file that is stored on the server. Fundamentally, ProjectWise relies on all work to be done locally and it integrates those (local) changes with the copies of the server files that everyone accesses. SSM integration is more of a dynamic integration than, say, just editing a CAD files in that changes to the .dst can be written back up to the server throughout the session (and not just when the file is manually checked back in). However, when more than one user is working with the same .dst file, there will be some amount of latency with regard to one user seeing changes that another user has made. Therefore, it is best to coordinate these multi-user sessions.

 

TIP:

Making adjustments to the amount of time that the .dst file is (automatically) checked out when a user is writing a change to it (SHEETSETUNLOCKTIME) or to the frequency that the user's session checks for those updates by another user (SHEETCHECKUPDATETIME) can facilitate better efficiency when the sheet set is undergoing significant change. 

 

TIP:

When actually running the prints from a Sheet Set that is integrated with ProjectWise, you may also want to change the (SHAREDSHEETSET) system variable from 1 to 0 so that the .dst file remains checked out to the user initiating the job. This will prevent anyone else from modifying it while it is being printed and it will eliminate the need for it to be repeatedly checked out/in.

[Key-In: DMSSETVAR <enter>   SHAREDSHEETSET <enter>  0 <enter>]  

Message 9 of 10

g_ashworth
Participant
Participant
This looks like the solution to the question that I came here looking for. Our CAD team is going to be moving to ProjectWise. We have a few projects in PW and I was looking to see how multiple users could edit the .dst file at the same time. Thank you!
Message 10 of 10

dave.cumming
Contributor
Contributor

Happy to help. 

 

FYI: I just made some updates to my December 11, 2021 post.

0 Likes