During a SOLIDWORKS PDM Server move, the PDM Client Windows registry information must be adjusted for the client to know the new server name. The process to adjust these keys can be found in the official SOLIDWORKS PDM Installation Guide under “Updating Client Registry Keys”. This document, however, will provide a process to copy PDM Client Windows registry keys to expedite this process and to mitigate human error that can occur while editing the Windows registry. This is applicable for when the PDM Archive server, and or Microsoft SQL server has been moved to another server machine and if the vault database name or SQL server instance has been changed.
Save this code into a text file, change the extension from .txt to .bat, and run as administrator
@echo off
:: Do not edit below this line: -------------------------------------
echo.
echo -------------------------------CAUTION!--------------------------------
echo.
echo This program will now close all open PDM Administration tools in this client WITHOUT SAVE.
echo.
pause
taskkill /IM "ConisioAdmin.exe" /F
echo.
reg delete "HKEY_CURRENT_USER\Software\SolidWorks\Applications\PDMWorks Enterprise\ConisioAdmin" /f
echo The ConisioAdmin key has been deleted. It will be automatically recreated the next time you open the PDM Administration tool.
echo.
pause
::created by FCO. GoEngineer. This program is provided for free, "as-is" without any warranty, express or implied.
Moving the SOLIDWORKS PDM Archive Server Yourself? Start Here
About Francisco Guzman
Francisco Guzman is the PDM Technical Support Lead at GoEngineer, and is pursuing his degree in mechanical engineering at the University of Utah. In addition to providing guidance and support to SOLIDWORKS and SOLIDWORKS PDM customers, Francisco also provides support for DriveWorks design automation. He won the world-wide DriveWorks reseller CPD contest as the best DriveWorks AE for 2015. For fun, he designs, 3D-Prints, builds and races custom first-person-view (FPV) racing drone frames.
Get our wide array of technical resources delivered right to your inbox.
Unsubscribe at any time.