Tag Archives: Administration

When editing workflow or folder permissions for Enterprise PDM vaults, there are many settings that will be common to multiple groups. Rather than edit each group individually it is easier to select a series of groups and apply the settings once. After the common settings are applied it would then be appropriate to return to each group on an individual basis and set the unique permissions for a given group.

To set permissions for multiple groups first launch the Enterprise PDM Administration application. Navigate to the Group section on the left, right click on the Group section label and select ‘Open’ without expanding or selecting a specific group.

The list of Groups in the vault will be listed. Multi-select using the typical CTRL-select method common to most Windows applications. Once the groups are selected right click on a selected group name and select Properties.

The standard Groups Settings dialog is shown except the Group Name text will show <More than one group is selected>. Apply the Administration, Folder, State or Transition Permissions that should be common to the selected groups.

Posted in Tech Tips | Tagged , , |

If a user has SolidWorks Toolbox stored in an Enterprise PDM Vault it is necessary to always have a locally cached version of the SolidWorks Data folder on the client. However, the SWBrowser.mdb database used by Toolbox is also used by the Featureworks add-in as well as the Hole Wizard feature. If a locally cached version of the SWBrowser.mdb file cannot be found the user will receive the following warning when SolidWorks launches:

This warning message will appear even if SolidWorks Toolbox is not enabled for start-up since the FeatureWorks add-in is always enabled with SolidWorks Professional and Premium and the Hole Wizard feature is available in all versions of SolidWorks.

The quick-fix for this issue is to log into the Enterprise PDM vault view, navigate to the SolidWorks Toolbox folder and use the ‘Get Latest Version’ command to reload the Toolbox data to the local cache. When SolidWorks launches again it will be able to find the SWBrowser.mdb file it requires.

Posted in Tech Tips | Tagged , , |

Many times it is a necessity to have multiple versions of SolidWorks installed on a computer serving as a Task Host for Enterprise PDM. One common problem with this type of Task Host is that an older version of SolidWorks may be set as the default application for SolidWorks file types. Since the older version of SolidWorks will fail to open the newer SolidWorks files the task requested by EPDM will fail.

Here are two adjustments that administrators can add to any Convert Task to help address this issue:

- Navigate to the specific Convert task in the Enterprise PDM Administration application.

- Open the task and select the ‘Output File Details’ settings section.

- Select the ‘Advanced Scripting Options’.

- Add the following statement to the script as shown: swApp.Visible = True

 

 

 

 

 

 

 

 

 

 

 

This will force SolidWorks to be visible during the conversion which can be helpful to see if the task properly launches the required client-side version of SolidWorks.

- Select the appropriate version of SolidWorks to use from the highlighted pull-down menu.

- Using the <Use default> option may cause the wrong version of SolidWorks to launch. Specifying the correct version can prevent a task failure due to future file version issues.

Posted in Tech Tips | Tagged , , |

This DDi CADcast covers the procedure needed to properly backup your Enterprise PDM file vaults.  In addition we cover several common maintenance operations.


Posted in DDi CADcasts | Tagged , , |

Many PDM Administrators use Dispatch and the SolidWorks Task Scheduler as part of their SolidWorks Enterprise PDM implementation. These powerful tools unlock a large amount of automation for workflows but are version specific and need to be manually upgraded as part of any Enterprise PDM upgrade plan. The reason for this is that these add-ins can be customized. Allowing an automatic upgrade process to upgrade the DLL may risk the loss of the customization or scripting.

To upgrade the add-ins first complete the Enterprise upgrade process described in the Installation Guide, found under <Extracted Service Pack Install>\Support\Guides\GB\Installation Guide.pdf

After upgrading, log into the Enterprise Vault Administration application and expand the Add-ins section to verify which version of the add-in is running. The version will show in a numerical form YYYYSSBBBB.

Example: 2012040813

  • YYYY – Major Version (e.g. 2012)
  • SS – Service Pack (e.g. 04 = SP4)
  • BBBB – Build Number (e.g. 0813)

If an older version is found to be on the vault then upgrade the existing task add-in.

  1. Log in as Admin to the Enterprise Vault Administration application on an upgraded client.
  2. Select File > Open and browse to c:\program files\solidworks enterprise pdm\default data\
  3. Load the “Convert_GB.cex” file.
  4. Drag-and-drop the SWTaskAddIn to the add-ins node (not the Convert Task node).
  5. Select ‘Yes’ to update the existing add-in.

Exit Enterprise PDM and log in again to the Vault View to ensure the updated add-in is loaded. The Task Host Configuration in the client computers system tray will show the updated add-in is loaded.

 

 

 

 

** NOTE ** Once the add-in is upgraded you may still need to update any custom modifications to the existing task script.

 

Posted in Tech Tips | Tagged , , |