Difference between revisions of "Setup Multiuser"

From WireCAD Online Help
Jump to: navigation, search
Line 29: Line 29:
 
## SupportPaths.xml
 
## SupportPaths.xml
  
{{note|'''XP Path:'''<br>
+
{{note|<br>
 +
'''XP Path:'''<br>
 
C:\Documents and Settings\All Users\Documents\WireCAD\WireCAD6\SupportPaths.xml<br>
 
C:\Documents and Settings\All Users\Documents\WireCAD\WireCAD6\SupportPaths.xml<br>
 
'''Vista/Win7 Path:'''<br>
 
'''Vista/Win7 Path:'''<br>

Revision as of 20:49, 28 December 2010

Multi User Setup

In most cases you will be setting up for a multiuser installation using WireCAD PRO or ENT(not released yet). You will be using SQL shared databases on a database server. You will also require a file server that each WireCAD user has full permissions on.

Initial Setup

Follow these steps to set up:

  1. Install SQL Server - More...
  2. Launch WireCAD and run the Project>Application Setup Wizard
  3. Configure the Application Setup Wizard for SQL Server Global Databases to look at the server for the Global Databases.
  4. Configure your Project>Settings[Support Paths]
    1. Set up a network share that is visible to all WireCAD users. If you are mapping a network drive then all users must map the same drive letter. We recommend at least two folders.
      1. One for shared documents
        Project>Settings[Support Paths]
      2. One for Project
    2. Copy files that you want to share. We recommend that you share the following folders:
      1. Template Drawings folder.
      2. Reports Folder(s).
  5. Once you have the network share configured and permission set for all users. Set the following Support Paths:
    1. Template Drawings should be pointed to YOURNETWORKSHARE\YOURWIRECADSHAREDDOCSFOLDER\Template Drawings folder.
    2. Reports should be pointed to YOURNETWORKSHARE\YOURWIRECADSHAREDDOCSFOLDER\Reports.
    3. Default New Project Location should be pointed to YOURNETWORKSHARE\YOURWIRECADprojectsFOLDER.

Now that you have one machine set up we can proceed to any other clients and set them up.

Other Client Setup

Simple Method

The following steps outline the simplest method to set up another machine. This is a manual process. For more information on automating the process look at the Complex Method below.

  1. Install WireCAD on the other machines and authorize the install.
  2. Copy the following files to the target machines from the first machine we just set up.
    1. ApplicationSettings.xml
    2. SupportPaths.xml

Bulbgraph.png Note:

XP Path:
C:\Documents and Settings\All Users\Documents\WireCAD\WireCAD6\SupportPaths.xml
Vista/Win7 Path:
C:\Users\Public\Documents\WireCAD\WireCAD6\SupportPaths.xml


'


Complex Method

The complex method involves setting up a batch file in conjunction with a shared location to house the above settings files and installers. The steps the installer batch file should perform are as follows:

  1. Check for and create the shared folders if they don't exist.
  2. Copy the WireCAD installer into the shared folder.
  3. Run the installer from the shared folder.
  4. Copy the settings files from the simple method.
  5. Launch WireCAD passing in the authorization code as a parameter so the user does not have to enter the big long key.