The AutoCAD Migration Toolbox

Size: px
Start display at page:

Download "The AutoCAD Migration Toolbox"

Transcription

1

2

3

4 The AutoCAD Migration Toolbox Main Entry: mi grate Pronunciation: 'mi-"grat,' Etymology: Latin migratus, past participle of migrare; perhaps akin to Greek ameibein to change 1:to move from one country, place, or locality to another 2:to pass usually periodically from one region or climate to another for feeding or breeding 3:to change position in an organism or substance 4:to move from one release of AutoCAD to the next to gain new features and enhance productivity. - mi gra tion /mi-'gra-sh&n/ noun - mi gra tion al /-shn&l, -sh&-n & l/ adjective - mi gra tor /'mi-"gra-t&r, mi-'/ noun Speaker: Shaan Hurley of Autodesk Beta Programs San Rafael California Course Description: A quick and painless migration is the key to any technology rollout. Understanding migration issues with new technology, including AutoCAD 2000/2000i, will help make your implementation much easier and help keep your downtime to a minimum. This course will provide you with helpful advice and information on migrating from previous releases of AutoCAD and AutoCAD-based vertical products to the 2000/2000i design platform. We will discuss general migration issues as well as the tools available in the AutoCAD Migration Assistance, followed by a general question and answer session.

5 Introductions Who I am. Who came here thinking they would learn all the ins and outs of migration in an hour and a half? There is no way to cover it all in a hour and half! Maybe if we had a week or two. Who came here to simply escape turkey leftovers or get free stuff? Who has already migrated to 2000/2000i?

6 Migration Migrations can be disruptive if done in haste without planning or careful consideration to all effected areas of your design and data chain. If you plan carefully and implement the new release with all steps taken you can quickly recoup the costs of migration and increase your teams productivity with the new performance or features in the new release. Remember you don t always have to be the first on the block to implement the new release. Take the time necessary to carefully consider all the positives and negatives.

7 Data Migration Data Migration: Do some of the people in your design chain rely on a particular version of file? Do you have applications that rely on a specific version? If so you can always implement customization for a dual format save or manually do this until others or applications are updated for the new format. The DWG format for AutoCAD 2000 and 2000i is the same. When you open AutoCAD Release 12 through AutoCAD Release R14 drawings, AutoCAD 2000 automatically converts them to the AutoCAD 2000 format. If you save AutoCAD 2000 drawings as Release 14 R14 drawing files, there is no data loss or changes. AutoCAD 2000 data is not lost when you save a drawing in Release 14 format. New features or objects stored in the AutoCAD 2000 format is round-tripped when saved in R14 format, unless in some cases the related feature is modified while in R14. AutoCAD 2000 data that is not supported in Release 14 are items such as multiple Layouts, lineweights, extended symbol names, is stored as a proxy object or extended entity data EED information in R14. When re-opened in AutoCAD 2000 it will appear the same with the features that round tripped back. Set PROXYNOTICE to 0 in R14 to prevent the display of the Proxy Alert dialog on opening one of these drawings. Not all data will be preserved for round tripping if you save to AutoCAD Release 13 R13 format so you could be loosing data. AutoCAD 2000 and 2000i cannot save directly to the AutoCAD Release 12 R12 DWG format. You can accomplish this by using the Migration Assistance tool the Batch Drawing Converter or you can save as R12 DXF in AutoCAD 2000 and 2000i.

8 Customization Migration Customization: You should implement the new release on a single machine and test your customization and determine if it is affected. You should also look over any available documented changes to the API. Autodesk always tries to prevent breaking any scripts or APIs but in some cases it may be unpreventable for various reasons. Customization includes making sure your custom menus work fine with the new release and that you have added new commands to them. You should try to implement your menus in partial menus instead of just editing the acad.mnu. Visual LISP was integrated into AutoCAD 2000 as well as some VBA enhancements. Some customization may need to e recompiled or modified for for the new Multiple Document Environment MDE.

9 Migration Training Training of personnel: You should plan on a quick orientation to get users familiar with changes in the new release. You should also try implementing plan some working lunches showing new methods and features of the new release to introduce the users to them and increase their productivity. So often we get a new release and continue doing tasks the same way as we did in the past release without investigating if there is a new method that automates the process. You must also understand that you will not see in many cases noticeable increased productivity overnight as it takes time to adjust and unlearn old methods even for the best AutoCAD users. There should also be time taken to review the possibility of some features you may not want used such as the ability to Refedit blocks or Xrefs or modifying configuration files such as network shared PC3 files or plot styles and how to prevent users from doing this

10 Hardware and Environment Hardware and System Environment: In some cases the new release may require new hardware considerations. When implementing a new release you should consider upgrading the system environments and their hardware to best take advantage of the new release. A case in point is now AutoCAD 2000i now supports dual processor configured machines so that may be something to consider if you are doing computational intensive operations such as 3D where more processor power means faster performance of the tasks. You should evaluate peripheral devices such as plotters for the latest drivers and firmware. It may be time to consider retiring the 1970 s era pen plotter that you can no longer get drivers or parts for. Upgrade your OS to NT based You know there comes a time when you need to ditch the Ox team used to plow the fields and get a tractor.

11 Planned Rollout Planned Rollout: Never plan the rollout to multiple CAD stations during the week. You should plan the rollout on the weekend or when it has he potential top cause the least disruption in your organization. Always have a contingency plan if the roll out does not goes as smoothly as expected. A side-by-side install is a good contingency when supported by the versions of products.

12 Migration Assistance AutoCAD 2000/2000i Migration Assistance is a set of utilities and tools delivered with the AutoCAD 2000/2000i software, that is specifically designed to bringing all your files from earlier AutoCAD releases up to speed quickly and painlessly. Batch Drawing Converter AutoLISP Compatibility Analyzer Menu and Toolbar Porter Command Alias (PGP) Porter Color to Named Tool Network Deployment Tool Serial Number Harvester ScriptPro Utility

13 Migration Assistance

14 This tool converts sets of DWG files to and from AutoCAD 2000/2000i, Releases 12, 13, and 14, and AutoCAD 2000/2000i. It previews files, includes new page setups, and converts penwidth settings to lineweights. The drawing batch converter is also very nice, especially with the ability to import pagesetups. We do use the drawing converter as well to make files backward compatible when we must UNMIGRATE files for our clients still on R14. -Robert Grandmaison

15 This tool helps prepare AutoCAD 2000/2000i and Release 14 AutoLISP files for importing into AutoCAD 2000/2000i. It inspects code for incompatibilities, suggests changes, and provides a LISP editor you can use to update your files interactively.

16 This tool brings your custom menus and toolbars from AutoCAD Releases 12, 13, and 14 and AutoCAD 2000/2000i into AutoCAD 2000/2000i. Tip from David Garrigues: When you use the toolbar porter it will not copy over the bitmaps. Do a search on your old search paths for *.bmp to get them transferred to the new path. Also, in the future to avoid this moving simply add a directory to the network then place all of your bitmaps in there. This way whenever you upgrade in the future you don't have to worry about loosing them nor will you have to worry about if your hard drive crashes and what you need to back up.

17 This tool quickly copies command shortcuts from AutoCAD Releases 12, 13, and 14, into AutoCAD 2000/2000i.

18 This tool changes color-dependent plot-style drawings to named plot-style drawings. These AutoCAD commands are only available if you installed Migration Assistance except in LT which the commands are built in. To install Migration Assistance after the original install run msetup.exe from the AutoCAD CD. Command: CONVERTCTB Converts a CTB plot style to STB Command: CONVERTPSTYLES Changes Drawing plot Style Mode CTB STB STB CTB

19 This tool automatically installs and configures multiple, customized AutoCAD configurations over a network. It includes a 30-day trial version of PictureTaker Enterprise from Lanovation. You can create a Change File by "taking a Picture" of a clean system, making whatever changes are necessary, and then finding changes. PictureTaker places all changes into the Change File. You can also build a Change File from scratch, allowing you complete freedom to build packages for your own purposes.

20 This tool creates a simple report of your networked AutoCAD seats, including their location, serial numbers, and more. It could be ran silently and It creates a log file which could be gathered by a network login script.

21 Use this utility to apply a specific set of commands to a list of drawings. Simply write a small script, specify the script file, and drag the drawings into the ScriptPro editor. This is a great utility. It can recover from a failed action and keep on possessing.

22 Future Migration No more large migration changes. The new Extension and Rollups will reduce the impact. No more will the change from one release to the next be like a snake swallowing a football but will be in bite size pieces. Extension Extension Upgrade Release extension roll-up

23 Open Discussion & Tips What pitfalls and solutions do you know? Do you have questions? Tips: BLOCKICON command to update the blocks for the DesignCenter use. Mikhail "Misha" Belilovskiy Recommend that people setup Color-dependent plot style tables in order to continue to plot their R14 drawings and continue the workflow without interruption. Then, as they become more comfortable with 2000, they can experiment with the new plotting features. -Greg Wesner Always start with a fresh system uninstall no upgrade path. -Me We even manually rebuild all of our profiles with each release. It takes a competent user about 15 minutes totally setup all their options to make a new install work properly. 30 minutes if they're slower...that's not a huge amount of time to invest in making sure that everything's working properly. Robert Grandmaison We also save all of our custom toolbars and the related bitmaps to a common folder that allows us to quickly copy any of the items we need to replicate them on other machines. Robert Grandmaison We save all of our custom toolbars and the related bitmaps to a common folder that allows us to quickly copy any of the items we need to replicate them on other machines. Robert Grandmaison VIEWTOLAYOUT and other Layout tools for migrating pre-2000 drawings to multiple Layout format. -Karen Mason There is a AutoCAD 2000 Express Tool (Mergelayout) to convert a drawing with multiple Layouts to a drawing with a single Paperspace with multiple viewports ala R14. Me Having support files such as pen tables, lisp, arx, and company standard menus on a network path, makes it very easy to update and control changes to our AutoCAD system. -Doug Cochran

24 Open Discussion & Tips cont. Tips: Since AutoCAD profiles (.ARG) are user login specific, It is good to have a Standard profile users can load from the network somewhere. Doug Cochran Many people think that the network deployment of AutoCAD is only for ADLM. When in fact, you can create a network deployment for stand alone AutoCAD as well. This will save an incredible amount of installation time. (i.e. CD desk to desk vs. deploying machines at once.) Also network deploy writes a nwclient.log file to determine which machines AutoCAD was successfully installed or failed on. Doug Cochran Dimension Tolerances have changed and now fully comply with ANSI requirements. As a result, your Tolerances may shift location a bit when opening them up in AutoCAD 2000 and 2000i Brian Webb When installing A2K or A2Ki on a system that has a pre-a2k product already installed, do NOT choose to migrate the previous installation! Coming from a tech support viewpoint, I can't tell you how many people we've had to walk through uninstalling and reinstalling because they chose that option, only to have bogus menus, LISP routines that don't work, etc. as a result. Matt Dillon Custom Installs: In the root of the AutoCAD 2000 and 2000i CD is an ASCI Text file called backup.lst. This file controls what is backed up to the backup directory when you use the migrate custom files check box. You could add your custom lsp files so that they get copied over on the install. The way to do this would be to copy the CD to a Network Server and then modify the backup.lst file. You could put in your custom lsp files so that they get backed up. Then point everyone to your CDROM master on your Network. Keep in mind you would still need to use your Serial Number and CD key on each standalone install. -Bud Schroeder Use the Layer States conversion utility from

25 Open Discussion & Tips cont. Tips: Network Deployment with custom.lst From the R14 readme, but it works with 2000 and 2000i: The AutoCAD setup application enables you to customize AutoCAD files or supplement the installation with files of your own. You must add a file called custom.lst to the Image directory in the client deployment location created by the Network Setup Wizard. If this file exists, the AutoCAD setup application will overwrite or add the files listed in custom.lst to the installation directories on the client workstation. The custom.lst file is a text file which must be placed in the Image directory. Each line contains a source file name and an optional destination file name, separated by a "greater than" sign (>). The file name can also contain a fully qualified path. Blank lines are acceptable, and spaces are ignored at the beginning and end of each line. If you do not include a fully qualified path, source file names are relative to the Image directory. You must copy the directories and files you reference in custom.lst into this directory. Destination file names are relative to the directory where AutoCAD will be installed. If no destination is provided, the source file base name with extension is assumed. When specifying source filenames, wildcard characters can be used. However, you cannot rename files using wildcard characters. The following is a sample custom.lst file. data\test.lsp > test.lsp t3.lsp > t4.lsp > t5.lsp MyCustomFiles\*.* > Support\*.* MyDrawings\*.* > MyLSP\Special.lsp > In this example, the custom.lst file causes the following operations to be performed: 1. The test.lsp file is copied from the Data directory in the Client deployment location to the AutoCAD directory. 2. The t3.lsp file is copied from the Client deployment location to the AutoCAD directory. 3. The t4.lsp file is copied from the Client deployment location to the AutoCAD directory and renamed to t5.lsp. 4. The contents of the MyCustomFiles directory in the Client deployment location are copied to the AutoCAD\Support directory. 5. The contents of the MyDrawing directory in the Client deployment location are copied to the AutoCAD directory. 6. The MyLSP directory is created in the AutoCAD directory and the Special.lsp file is copied into it. The AutoCAD directory is the directory that contains the acad.exe file.

26 Resources Discussion Groups User Groups Knowledge Base

27 Thank You! Shaan Hurley

Migration Made Easy! Speaker: Bud Schroeder, Autodesk Inc.

Migration Made Easy! Speaker: Bud Schroeder, Autodesk Inc. November 30 December 3, 2004 Las Vegas, Nevada Speaker: Bud Schroeder, Autodesk Inc. IT32-1 This presentation will focus on how to use existing built-in AutoCAD tools to migrate your customization from

More information

1 - System Requirements

1 - System Requirements Structural Desktop - Single-Seat Workstation Professional Version 4.0 Installation Instructions Please read Section 4, Registering Your License, before registering your purchase of Structural Desktop.

More information

Setting Up Your Drawing Environment

Setting Up Your Drawing Environment Setting Up Your Drawing Environment In This Chapter 3 After you start a drawing, you can change its settings, including drawing units and limits, snap and grid settings, and layer, linetype, and lettering

More information

Drawing. ก Viewports. ก Paper space Model space. Coordinate System (WCS) User coordinate System (UCS) Single

Drawing. ก Viewports. ก Paper space Model space. Coordinate System (WCS) User coordinate System (UCS) Single 14 ก Drawing ก ก Drawing ก Workspaces ก ก Drawing ก ก ก Paper space Multiple Views ก ก ก ก Drawing ก - Paper space Model space ก Viewports ก (Print) Plot ก Paper space Model space ก Layout ก (Print) Plot

More information

Contents. AutoCAD P&ID in a Multi-user Environment Page 2

Contents. AutoCAD P&ID in a Multi-user Environment Page 2 AutoCAD P&ID in a Multi-User Environment In this paper, we will go step by step through the process of setting up in a multiuser network environment. You ll learn the subtleties of utilizing project files

More information

Working with AutoCAD in Mixed Mac and PC Environment

Working with AutoCAD in Mixed Mac and PC Environment Working with AutoCAD in Mixed Mac and PC Environment Pavan Jella Autodesk AC6907 With the introduction of AutoCAD for Mac, some professionals now work in hybrid environments one engineer may draft designs

More information

CTC BIM Suites Installation and Configuration Guide

CTC BIM Suites Installation and Configuration Guide CTC BIM Suites Installation and Configuration Guide Contents CTC Express Tools Overview...5 General Security Requirements Summary...5 Revit Workstations...5 Network Floating License Servers...6 Upgrading

More information

Making Your Label Styles Work For You in C3D

Making Your Label Styles Work For You in C3D Making Your Label Styles Work For You in C3D Mark Hultgren Smith Engineering CV110-5 Once you have completed this course, you'll understand and be able to apply the methods for developing a complete set

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows CHAPTER 1 Getting to Know AutoCAD Opening a new drawing Getting familiar with the AutoCAD and AutoCAD LT Graphics windows Modifying the display Displaying and arranging toolbars COPYRIGHTED MATERIAL 2

More information

CM6186-L - Autodesk AutoCAD Customization Boot Camp: Basics (No Experience Required)

CM6186-L - Autodesk AutoCAD Customization Boot Camp: Basics (No Experience Required) CM6186-L - Autodesk AutoCAD Customization Boot Camp: Basics (No Experience Required) Lee Ambrosius Autodesk, Inc. Principal Learning Content Developer IPG AutoCAD Products Learning Experience Join us on

More information

AutoCAD. Professional Tips and Techniques. Lynn A l l e n Scott Onstott JICENTENNIAL BICENTENNIAL

AutoCAD. Professional Tips and Techniques. Lynn A l l e n Scott Onstott JICENTENNIAL BICENTENNIAL AutoCAD Professional Tips and Techniques Lynn A l l e n Scott Onstott JICENTENNIAL BICENTENNIAL WILEY PUBLISHING, INC. Introduction xvii Chapter 1 Arranging the AutoCAD User Interface 1 Tweaking Windows

More information

All of these Charts are Helpful but the real test is to download a fully functional 30 day Trial Copy and see for yourself. AutoCAD.

All of these Charts are Helpful but the real test is to download a fully functional 30 day Trial Copy and see for yourself. AutoCAD. GstarCAD vs AutoCAD & Native IntelliCAD All of these Charts are Helpful but the real test is to download a fully functional 30 day Trial Copy and see for yourself GstarCAD AutoCAD Native IntelliCAD Features

More information

Features and Benefits

Features and Benefits AutoCAD 2005 Features and s AutoCAD 2005 software provides powerhouse productivity tools that help you create single drawings as productively as possible, as well as new features for the efficient creation,

More information

Complete Display Control in Autodesk Architectural Desktop

Complete Display Control in Autodesk Architectural Desktop 11/30/2005-10:00 am - 11:30 am Room:N. Hemispheres (Salon D) (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida Complete Display Control in Autodesk Architectural Desktop Matt Dillon

More information

DWG Interoperability with MicroStation V8i SS3

DWG Interoperability with MicroStation V8i SS3 DWG Interoperability with MicroStation V8i SS3 Arizona Bentley BASH Sept 13 th 2013 Presenter: Sam Hendrick (sam.hendrick@bentley.com) Topics: AutoCAD format DGN vs. DWG Differences DWG-DGN workflows Autodesk

More information

Installation Guide Autodesk March 2010

Installation Guide Autodesk March 2010 Installation Guide Autodesk March 2010 2010 Autodesk, Inc. All Rights Reserved. Except as otherwise permitted by Autodesk, Inc., this publication, or parts thereof, may not be reproduced in any form, by

More information

Customizing DAZ Studio

Customizing DAZ Studio Customizing DAZ Studio This tutorial covers from the beginning customization options such as setting tabs to the more advanced options such as setting hot keys and altering the menu layout. Introduction:

More information

Las Vegas, Nevada, December 3 6, Speaker Name: Heidi Hewett. Course ID:

Las Vegas, Nevada, December 3 6, Speaker Name: Heidi Hewett. Course ID: Las Vegas, Nevada, December 3 6, 2002 Speaker Name: Heidi Hewett Course Title: Course ID: GD34-4L Course Outline: During this presentation, you'll learn about all the AutoCAD 2002 extensions, including

More information

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9.

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9. Page 1 of 71 This section describes several common tasks that you'll need to know in order to use Creator successfully. Examples include launching Creator and opening, saving and closing Creator documents.

More information

DuctDesigner 3D SOFTWARE. Introduction. What you receive with release 2019 v1. Upgrade procedure. Introduction

DuctDesigner 3D SOFTWARE. Introduction. What you receive with release 2019 v1. Upgrade procedure. Introduction RELEASE NOTES DuctDesigner 3D SOFTWARE This document provides basic information about new features and modifications in release 2019 v1 of the Trimble DuctDesigner 3D software. More detailed information

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.2 Content Author's Reference and Cookbook Rev. 140225 Sitecore CMS 7.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Predator MDC v9.0 What s New

Predator MDC v9.0 What s New Predator MDC v9.0 What s New Latest features and benefits in v9.0 Before Installing v9.0 Predator MDC v9.0 requires Windows 2000, XP, 2003 Server, 2008 Server or Vista. Existing customers that have older

More information

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager Vector Issue Tracker and License Manager - Administrator s Guide Configuring and Maintaining Vector Issue Tracker and License Manager Copyright Vector Networks Limited, MetaQuest Software Inc. and NetSupport

More information

Introduction to Autodesk Vault

Introduction to Autodesk Vault Chapter Introduction to Autodesk Vault 1 This chapter provides an overview of Autodesk Vault features and functionality. You learn how to use Autodesk Vault to manage engineering design data in a secure,

More information

In this chapter, I explain the essentials that you need to start drawings. After a

In this chapter, I explain the essentials that you need to start drawings. After a In this chapter, I explain the essentials that you need to start drawings. After a little background, I discuss the basics of the screen that you see when you open AutoCAD or AutoCAD LT, and how to use

More information

Collector and Dealer Software - CAD 3.1

Collector and Dealer Software - CAD 3.1 Collector and Dealer Software - CAD 3.1 Your Registration Number Thank you for purchasing CAD! To ensure that you can receive proper support, we have already registered your copy with the serial number

More information

Upgrading to Parallels Virtuozzo Containers 4.0 for Windows. Contents. About This Document

Upgrading to Parallels Virtuozzo Containers 4.0 for Windows. Contents. About This Document Upgrading to Parallels Virtuozzo Containers 4.0 for Windows About This Document This document familiarizes you with the way to upgrade the following versions of the Virtuozzo for Windows software to Parallels

More information

Getting Started. In this chapter, you will learn: 2.1 Introduction

Getting Started. In this chapter, you will learn: 2.1 Introduction DB2Express.book Page 9 Thursday, August 26, 2004 3:59 PM CHAPTER 2 Getting Started In this chapter, you will learn: How to install DB2 Express server and client How to create the DB2 SAMPLE database How

More information

CTECS Connect 2.2 Release Notes December 10, 2009

CTECS Connect 2.2 Release Notes December 10, 2009 (Formerly VTECS) CTECS Connect 2.2 Release Notes December 10, 2009 This document contains information that supplements the CTECS Connect 2.2 documentation. Please visit the CTECS Connect Support area of

More information

Networking Autodesk Products from A2Z

Networking Autodesk Products from A2Z Jerry Milana, Jerry Milana Consulting Fred Babin, Parsons Brinckerhoff CM2386 Learning Objectives At the end of this class, you will be able to: Install and configure the Autodesk license manager Create

More information

Before you start a project, take a few minutes to get organized. This

Before you start a project, take a few minutes to get organized. This 1 Organizing Technique Save Time By Maintaining projects Navigating the File Browser Organizing your images Adding virtual notes and voice messages Image Files and Managing Projects Before you start a

More information

Problems Installing Itunes 10 Windows 7 64 Bit Ing >>>CLICK HERE<<<

Problems Installing Itunes 10 Windows 7 64 Bit Ing >>>CLICK HERE<<< Problems Installing Itunes 10 Windows 7 64 Bit Ing Feb 15, 2015. 6133 Views 7 Replies Latest reply: Mar 4, 2015 5:52 PM by turingtest2 OK'ing this itunes 12.1.0.71 for Windows (64-bit - for older video

More information

Introduction to Autodesk VaultChapter1:

Introduction to Autodesk VaultChapter1: Introduction to Autodesk VaultChapter1: Chapter 1 This chapter provides an overview of Autodesk Vault features and functionality. You learn how to use Autodesk Vault to manage engineering design data in

More information

DPH ERA Remit and Batch Pay Protocol (v. 5/05)

DPH ERA Remit and Batch Pay Protocol (v. 5/05) DPH ERA Remit and Batch Pay Protocol (v. 5/05) The new version of Thom Biller has made DPH remit processing and batch payment easier. This will be especially useful to larger agencies that have to keep

More information

ULTRA Desktop. User s Guide Release 3.0

ULTRA Desktop. User s Guide Release 3.0 ULTRA Desktop User s Guide Release 3.0 etranslate, Inc. 945 Bryant Street San Francisco California 94013 USA Tel 415.371.0000 Fax 415.371.0008 2000, 2001 by etranslate, Inc. All rights reserved. etranslate,

More information

Learn about the creation and naming of tools as well as palettes. Learn how to save and distribute palettes from a network location

Learn about the creation and naming of tools as well as palettes. Learn how to save and distribute palettes from a network location ES120438 Tool Palettes: Beyond the Basics Justin Johnson GPD Group Akron, OH Learning Objectives Learn about the creation and naming of tools as well as palettes Learn how to organize the tools on the

More information

Managing Content with AutoCAD DesignCenter

Managing Content with AutoCAD DesignCenter Managing Content with AutoCAD DesignCenter In This Chapter 14 This chapter introduces AutoCAD DesignCenter. You can now locate and organize drawing data and insert blocks, layers, external references,

More information

Book IX is designed to help both AutoCAD and AutoCAD LT users

Book IX is designed to help both AutoCAD and AutoCAD LT users Chapter 1: The Basics of Customizing In This Chapter Understanding the benefits of customizing Customizing the startup process Changing options and using user profiles Creating and managing command aliases

More information

2017 v1 RELEASE NOTES

2017 v1 RELEASE NOTES 2017 v1 RELEASE NOTES Trimble PipeDesigner 3D Software Introduction New Features, Enhancements, and Modifications Essential Release Information Update Installation Instructions Product Assistance Version

More information

Getting Started with Citrix VDI-in-a-Box

Getting Started with Citrix VDI-in-a-Box Getting Started with Citrix VDI-in-a-Box Stuart Arthur Brown Chapter No. 5 "Conducting a Successful Proof of Concept" In this package, you will find: A Biography of the author of the book A preview chapter

More information

Micro Focus Desktop Containers

Micro Focus Desktop Containers White Paper Security Micro Focus Desktop Containers Whether it s extending the life of your legacy applications, making applications more accessible, or simplifying your application deployment and management,

More information

To change the shape of a floating toolbar

To change the shape of a floating toolbar Modifying toolbars You can change the size of toolbar buttons and reposition, add, or delete toolbar buttons. You can also change the toolbar name and turn tooltips on and off. An important item to note-

More information

Before you archive your Membership Plus data, be sure you have a current backup of your data set.

Before you archive your Membership Plus data, be sure you have a current backup of your data set. Program: Membership plus 2007 Issue: How to Archive Archiving old data Archiving puts time-sensitive transaction data you are no longer using into storage by removing it from your current data set and

More information

Appendix 9 Insteon. What is Insteon?

Appendix 9 Insteon. What is Insteon? Appendix 9 Insteon This appendix describes the features in HCA in support of the Insteon technology and Insteon products available from SmartHome. These topics are covered: What is Insteon? Insteon devices

More information

Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA

Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA AB110-3 If you have created AutoCAD Architecture (formerly ADT) object styles and want to know how to easily share

More information

Copyright SolarWinds. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled,

Copyright SolarWinds. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified, decompiled, APM Migration Introduction... 3 General Requirements... 3 Database Requirements... 3 Stopping APM Services... 4 Creating and Restoring Orion Database Backups... 4 Creating a Database Backup File with Database

More information

Intro to Microsoft Word

Intro to Microsoft Word Intro to Microsoft Word A word processor is a computer program used to create and print text documents that might otherwise be prepared on a typewriter. The key advantage of a word processor is its ability

More information

Installing the PC-Kits SQL Database

Installing the PC-Kits SQL Database 1 Installing the PC-Kits SQL Database The Network edition of VHI PC-Kits uses a SQL database. Microsoft SQL is a database engine that allows multiple users to connect to the same database. This document

More information

Citrix Connectivity Help. Table of Contents

Citrix Connectivity Help. Table of Contents Citrix Connectivity Help Table of Contents I. Purpose of this Document II. Print Preview Freezing III. Closing Word/ PD² Correctly IV. Session Reliability V. Reconnecting to Disconnected Applications VI.

More information

How do I use BatchProcess

How do I use BatchProcess home news tutorial what can bp do purchase contact us TUTORIAL Written by Luke Malpass Sunday, 04 April 2010 20:20 How do I use BatchProcess Begin by downloading the required version (either 32bit or 64bit)

More information

Table of Contents. ShredIt X Read Me.

Table of Contents. ShredIt X Read Me. ShredIt X Read Me www.mireth.com support@mireth.com Table of Contents The Right Software For The Job About ShredIt X... 3 System Requirements...3 All about shredding... 4 ShredIt Safety Features...4 How

More information

Windows 7 Manual Update Install Clean Disk Use

Windows 7 Manual Update Install Clean Disk Use Windows 7 Manual Update Install Clean Disk Use windows7, window 7, clean, install, format, vista, xp, 7. Boot the Windows 7 Full install disk (using F12 to select the optical drive as first bootable the

More information

Networking AutoCAD for Control and Speed

Networking AutoCAD for Control and Speed Robert Green CAD-Manager.com CM5921 Do you maintain AutoCAD platform tools for a bunch of users? Do you have to support branch offices? If so, this class will help you get your AutoCAD environment under

More information

The Ten Commandments of Equipment and Part Building in Autodesk AutoCAD Plant 3D

The Ten Commandments of Equipment and Part Building in Autodesk AutoCAD Plant 3D The Ten Commandments of Equipment and Part Building in Autodesk AutoCAD Plant 3D Creg Dieziger Sr. Designer, Morrison-Maierle, Inc. PD2940-L 90 Minutes - Hands-on Lab - 12/3/13 (Tuesday) 8:00 AM In this

More information

How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC

How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC AC2251-L Are you using tables in AutoCAD software to their fullest potential? Do you still manually collect data from your AutoCAD file,

More information

P Paths PDF Files Plotter Plot Files Plot Stamp Preview Printer Configurations Printing

P Paths PDF Files Plotter Plot Files Plot Stamp Preview Printer Configurations Printing image cannot be displayed. The file may have been moved, renamed, or deleted. Verify that the link points to the correct file and location. Note: Due to Web site error, only this page is displayed in PDF

More information

Accessing the Internet

Accessing the Internet Accessing the Internet In This Chapter 23 You can use AutoCAD to access and store AutoCAD drawings and related files on the Internet. This chapter assumes familiarity with basic Internet terminology. You

More information

How to Guide: SQL Server 2005 Clustering. By Randy Dyess

How to Guide: SQL Server 2005 Clustering. By Randy Dyess How to Guide: SQL Server 2005 Clustering By Randy Dyess Published: December 2007 Contents Introduction... 1 Background on SQL Server Clustering: What Is It?... 1 What types of clusters are there?... 2

More information

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise Online Demo Guide Barracuda PST Enterprise This script provides an overview of the main features of PST Enterprise, covering: 1. Logging in to PST Enterprise 2. Client Configuration 3. Global Configuration

More information

OL Connect Backup licenses

OL Connect Backup licenses OL Connect Backup licenses Contents 2 Introduction 3 What you need to know about application downtime 5 What are my options? 5 Reinstall, reactivate, and rebuild 5 Create a Virtual Machine 5 Run two servers

More information

Chris Skorlinski Microsoft SQL Escalation Services Charlotte, NC

Chris Skorlinski Microsoft SQL Escalation Services Charlotte, NC Chris Skorlinski Microsoft SQL Escalation Services Charlotte, NC http://blogs.msdn.com/repltalk One of my favorite shows is CarTalk on Public Radio. Those guys always make me laugh. I enjoy listening to

More information

ACE Operation Manual

ACE Operation Manual ACE Operation Manual Elecsys Director ACE Operation Manual Product Information Full information about other Elecsys products is available on our website at www.elecsyscorp.com Useful Contact Information

More information

Database Use & Design

Database Use & Design Database Use & Design 1 Important Terms and Definitions Database A collection of information organized in such a way that a computer program can quickly select desired pieces of data. Field Form Primary

More information

Setting up a ColdFusion Workstation

Setting up a ColdFusion Workstation Setting up a ColdFusion Workstation Draft Version Mark Mathis 2000 all rights reserved mark@teratech.com 2 Setting up a ColdFusion workstation Table of Contents Browsers:...5 Internet Explorer:...5 Web

More information

COPYRIGHTED MATERIAL. Starting to Draw. In this chapter, I explain the essentials that you need to start drawings. AutoCAD s advantages

COPYRIGHTED MATERIAL. Starting to Draw. In this chapter, I explain the essentials that you need to start drawings. AutoCAD s advantages Starting to Draw 1 C H A P T E R In this chapter, I explain the essentials that you need to start drawings. After a little background, I discuss the basics of the screen that you see when you open AutoCAD

More information

CADMANAGERTOOLS.COM. BatchInDatabase 4.0. Automated Batch process tool for AutoCAD and Verticals

CADMANAGERTOOLS.COM. BatchInDatabase 4.0. Automated Batch process tool for AutoCAD and Verticals CADMANAGERTOOLS.COM BatchInDatabase 4.0 Automated Batch process tool for AutoCAD and Verticals Compatible with AutoCAD 2013 to 2018 BatchInDatabase - Batch process for AutoCAD Introduction: The BatchInDatabase

More information

FrontPage Help Center. Topic: FrontPage Basics

FrontPage Help Center. Topic: FrontPage Basics FrontPage Help Center Topic: FrontPage Basics by Karey Cummins http://www.rtbwizards.com http://www.myartsdesire.com 2004 Getting Started... FrontPage is a "What You See Is What You Get" editor or WYSIWYG

More information

REVIT IMPLEMENTATION

REVIT IMPLEMENTATION REVIT IMPLEMENTATION This one sheet is my first attempt at putting down in one place a list of Revit specific items that need to be addressed as an office migrates into Revit. I realize that each firm

More information

XP: Backup Your Important Files for Safety

XP: Backup Your Important Files for Safety XP: Backup Your Important Files for Safety X 380 / 1 Protect Your Personal Files Against Accidental Loss with XP s Backup Wizard Your computer contains a great many important files, but when it comes to

More information

Best Practices for Implementing Autodesk Vault

Best Practices for Implementing Autodesk Vault AUTODESK VAULT WHITE PAPER Best Practices for Implementing Autodesk Vault Introduction This document guides you through the best practices for implementing Autodesk Vault software. This document covers

More information

GEN9638: Forensic CADology: When Good DWG Files Go Bad

GEN9638: Forensic CADology: When Good DWG Files Go Bad GEN9638: Forensic CADology: When Good DWG Files Go Bad David Park CAD/BIM Coordinator Steven Litzau, P.E. Manager of Design Technology Join the conversation Class summary An Intermediate to Advanced Level

More information

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

AutoCAD 2004 What s New

AutoCAD 2004 What s New AutoCAD 2004 What s New - 1 AutoCAD 2004 What s New Many have asked what is in the new version of AutoCAD with 2004. You will find many things have changed from large to small in size. Below is a break

More information

Installing the Autodesk Network License Manager for AutoCAD 2004 or AutoCAD 2004-Based Products

Installing the Autodesk Network License Manager for AutoCAD 2004 or AutoCAD 2004-Based Products AutoCAD 2004 White Paper Installing the Autodesk Network License Manager for AutoCAD 2004 or AutoCAD 2004-Based Products Important Note: All references to AutoCAD or AutoCAD 2004 also apply to AutoCAD

More information

4. Java Project Design, Input Methods

4. Java Project Design, Input Methods 4-1 4. Java Project Design, Input Methods Review and Preview You should now be fairly comfortable with creating, compiling and running simple Java projects. In this class, we continue learning new Java

More information

Integrating AutoCAD Electrical with Autodesk Vault Professional (formerly known as Vault Manufacturing) Randy Brunette Brunette Technologies, LLC

Integrating AutoCAD Electrical with Autodesk Vault Professional (formerly known as Vault Manufacturing) Randy Brunette Brunette Technologies, LLC Integrating AutoCAD Electrical with Autodesk Vault Professional (formerly known as Vault Manufacturing) Randy Brunette Brunette Technologies, LLC DM34-1R Are you using AutoCAD Electrical now and thinking

More information

What's New in AutoCAD Electrical 2006?

What's New in AutoCAD Electrical 2006? 11/28/2005-5:00 pm - 6:30 pm Room:Pelican 2 (Swan) Walt Disney World Swan and Dolphin Resort Orlando, Florida What's New in AutoCAD Electrical 2006? Randy Brunette - Brunette Technologies, LLC MA15-2 You

More information

DATA LOSS. - Whitepaper - A look at various data loss issues, how they happen and how you can solve the problem of data loss.

DATA LOSS. - Whitepaper -   A look at various data loss issues, how they happen and how you can solve the problem of data loss. DATA LOSS - Whitepaper - A look at various data loss issues, how they happen and how you can solve the problem of data loss. 1 P a g e Prepared by Try A Million TM for GuruSquad. (C) GuruSquad, 2015. E&OE.

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation and User's Guide SC27-2809-03 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation

More information

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu USING DRUPAL Hampshire College Website Editors Guide 2014 https://drupal.hampshire.edu Asha Kinney Hampshire College Information Technology - 2014 HOW TO GET HELP Your best bet is ALWAYS going to be to

More information

docalpha 5.0 Server Configuration Utility User Guide

docalpha 5.0 Server Configuration Utility User Guide docalpha 5.0 Server Configuration Utility User Guide Contents 1. docalpha Architecture Overview 3 1.1. docalpha Server Overview 3 2. Working with docalpha Server Configuration Utility 4 2.1. Starting docalpha

More information

New in Designer 2.3. Contents. Highlights. Presets, Duplicate, API. pharoscontrols.com

New in Designer 2.3. Contents. Highlights. Presets, Duplicate, API. pharoscontrols.com Presets, Duplicate, API Contents Welcome to Pharos Designer 2.3, which introduces great new workflow and integration features. We've also fixed some bugs. This document contains the following items: Highlights

More information

Manually Create A Csv File From Excel 2010 Vba

Manually Create A Csv File From Excel 2010 Vba Manually Create A Csv File From Excel 2010 Vba VBA Excel 2010 - Automating Importing CSV Text Files - Importing Multiple CSV If. When you import a CSV file into an Excel worksheet, you may be surprised

More information

Project Collaboration

Project Collaboration Bonus Chapter 8 Project Collaboration It s quite ironic that the last bonus chapter of this book contains information that many of you will need to get your first Autodesk Revit Architecture project off

More information

Autodesk Vault and Data Management Questions and Answers

Autodesk Vault and Data Management Questions and Answers Autodesk Civil 3D 2007 Autodesk Vault and Data Management Questions and Answers Autodesk Civil 3D software is a powerful, mature, civil engineering application designed to significantly increase productivity,

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

EDGE, MICROSOFT S BROWSER

EDGE, MICROSOFT S BROWSER EDGE, MICROSOFT S BROWSER To launch Microsoft Edge, click the Microsoft Edge button (it s the solid blue E) on the Windows Taskbar. Edge Replaces Internet Explorer Internet Explorer is no longer the default

More information

Lesson 9 Transcript: Backup and Recovery

Lesson 9 Transcript: Backup and Recovery Lesson 9 Transcript: Backup and Recovery Slide 1: Cover Welcome to lesson 9 of the DB2 on Campus Lecture Series. We are going to talk in this presentation about database logging and backup and recovery.

More information

Create your first workbook

Create your first workbook Create your first workbook You've been asked to enter data in Excel, but you've never worked with Excel. Where do you begin? Or perhaps you have worked in Excel a time or two, but you still wonder how

More information

What's New In Adobe Connect 9.4. Adobe Connect 9.4 : What s New? Meeting Related Changes. Adobe Connect 9.4: What s New? Screen Sharing Enhancements

What's New In Adobe Connect 9.4. Adobe Connect 9.4 : What s New? Meeting Related Changes. Adobe Connect 9.4: What s New? Screen Sharing Enhancements Adobe Connect 9.4 : What s New? What's New In Adobe Connect 9.4...1 Meeting Related Changes...1 Screen Sharing Enhancements...1 Other Screen Sharing Enhancements...6 New White Board...6 Migration of Old

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

> printers > copiers > plotters. Print Audit 4 is the most powerful print management tool available.

> printers > copiers > plotters. Print Audit 4 is the most powerful print management tool available. > printers > copiers > plotters Print Audit 4 is the most powerful print management tool available. USER MANUAL Table of Contents WELCOME TO PRINT AUDIT 4!...1 WHAT'S NEW IN PRINT AUDIT 4?...1 New Features...

More information

GUARD1 PLUS Documentation. Version TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks

GUARD1 PLUS Documentation. Version TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks GUARD1 PLUS Documentation Version 3.02 2000-2005 TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks i of TimeKeeping Systems, Inc. Table of Contents Welcome to Guard1 Plus...

More information

EnterpriseLink Benefits

EnterpriseLink Benefits EnterpriseLink Benefits GGY a Moody s Analytics Company 5001 Yonge Street Suite 1300 Toronto, ON M2N 6P6 Phone: 416-250-6777 Toll free: 1-877-GGY-AXIS Fax: 416-250-6776 Email: axis@ggy.com Web: www.ggy.com

More information

CimCAD Version 16.1 Cimex Corporation

CimCAD Version 16.1 Cimex Corporation CimCAD Version 16.1 Cimex Corporation 30 Business Technology Drive, Suite 2 Belchertown, MA 01007 USA Phone (413) 323-1090 Fax (413) 323-1096 www.cimexcorp.com E-Mail info@cimexcorp.com CAD Portion of

More information

Ruby on Rails Welcome. Using the exercise files

Ruby on Rails Welcome. Using the exercise files Ruby on Rails Welcome Welcome to Ruby on Rails Essential Training. In this course, we're going to learn the popular open source web development framework. We will walk through each part of the framework,

More information

After completing this lesson, you will be able to:

After completing this lesson, you will be able to: LEARNING OBJECTIVES After completing this lesson, you will be able to: 1. Create a template. 2. Understand the AutoCAD Window. 3. Understand the use of the function keys. 4. Select commands using the Pull-down

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

The SD-WAN implementation handbook

The SD-WAN implementation handbook The SD-WAN implementation handbook Your practical guide to a pain-free deployment This is the future of your business Moving to SD-WAN makes plenty of sense, solving a lot of technical headaches and enabling

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information