pdm workbench release 9.0 - cmi-support.com · pdm workbench release 9.0.0 - release notes 1...

27
PDM Workbench PDM Workbench Release 9.0.0 for Aras Innovator Release Notes Version 1

Upload: others

Post on 17-Mar-2020

12 views

Category:

Documents


0 download

TRANSCRIPT

PDM Workbench

PDM Workbench Release 9.0.0 for Aras Innovator

Release Notes

Version 1

ii PDM Workbench Release 9.0.0 - Release Notes

Copyright

© 2005-2018 T-Systems International GmbH.

All rights reserved. Printed in Germany.

Contact

T-Systems International GmbH GDC Product Lifecycle Management Fasanenweg 5 70771 Leinfelden-Echterdingen Germany

https://plm.t-systems-service.com/en/pdm-workbench

+49 (0)40 30600 5544 +49 (0)3915 80125688

mail : [email protected]

Trademarks

CATIA is a registered trademark of Dassault Systèmes.

Aras is a registered trademark of Aras Corporation.

Names of other products mentioned in this manual are used for identification purpose only and might be trademarks of their companies.

PDM Workbench Release 9.0.0 - Release Notes iii

Preface

About this Document

This document provides general release information for the PDM Workbench.

Related Documents

The following manuals contain information about installation, administration, usage, and customization of the PDM Workbench:

Manual Title Version

PDM Workbench Installation & Administration Manual 9.0 PDM Workbench User Manual 9.0

Your Comments are Welcome

Please feel free to tell us your opinion; we are always interested in improving our publications. Mail your comments to:

T-Systems International GmbH GDC Product Lifecycle Management Fasanenweg 5 70771 Leinfelden-Echterdingen Germany

E-mail: [email protected]

PDM Workbench Release 9.0.0 - Release Notes v

Table of Contents

CHAPTER 1....................................................................................................1

PLATFORM SUPPORT ....................................................................................1

SUPPORTED PLATFORMS ..................................................................................1

CHAPTER 2....................................................................................................3

FUNCTIONAL CHANGES.................................................................................3

“OPEN IN CATIA” FROM THE ARAS INNOVATOR CLIENT ............................................3 Configuration.............................................................................................3 Usage ......................................................................................................6

ENHANCEMENT OF „CONFIGURABLE NODE BEHAVIOR / SKIP NODES” ..........................7

CHAPTER 3....................................................................................................9

ENVIRONMENT AND CONFIGURATION VARIABLES ........................................9

SERVER-SIDE CONFIGURATION VARIABLES ...........................................................9 VARIABLES PWBSCHEMA FILE CONFIGURATION .....................................................9

CHAPTER 4.................................................................................................. 11

DATA MODEL CHANGES .............................................................................. 11

ADDED CLASSES .......................................................................................... 11 ADDED FORMS ............................................................................................. 11 CHANGED SERVER METHODS .......................................................................... 11

CHAPTER 5.................................................................................................. 13

BUG FIXES................................................................................................... 13

VERSION 9.0.0 ............................................................................................. 13

CHAPTER 6.................................................................................................. 15

FUNCTIONAL OVERVIEW OLDER RELEASES ................................................ 15

PDM Workbench Release 9.0.0 - Release Notes vii

Table of Figures

PICTURE 1: IMPORT UTILITY ..................................................................................3 PICTURE 2: INNOVATOR VARIABLES ........................................................................4 PICTURE 3: ENVIRONMENT VARIABLE ......................................................................4 PICTURE 4: CONTENT OF THE PWB LISTENER DIRECTORY ...........................................6 PICTURE 5: “OPEN IN CATIA” CONTEXT ACTION ........................................................6 PICTURE 6: LOADING THE STRUCTURE IN CATIA .......................................................7 PICTURE 7: THE LOADED STRUCTURE......................................................................7 PICTURE 8: EXAMPLE OF ENHANCED “SKIP NODES” FUNCTIONALITY ...............................8

PDM Workbench Release 9.0.0 - Release Notes 1

CHAPTER 1

Platform Support

Supported Platforms

CATIA V5 Version V5-6R2016, V5-6R2017, and V5-6R2018

(other revisions on request):

CATIA V5 Client V5-6R2016 Windows 7 (64Bit)

CATIA V5 Client V5-6R2017 Windows 7 (64Bit), Windows 10 (64Bit)

CATIA V5 Client V5-6R2018 Windows 7 (64Bit), Windows 10 (64Bit)

Important notice:

CATIA V5-6R2014 SP2 has been retracted by Dassault Systèmes and is not supported. Please use SP3 instead.

Server Installation of Aras Innovator 11:

(other service packs on request)

Aras Innovator Server 11 SP9 Windows Server 2012, Windows Server 2016

Aras Innovator Server 11 SP12 Windows Server 2012, Windows Server 2016

T-Systems licman20 license manager:

T-Systems licman20 please refer to the licman documentation

PDM Workbench Release 9.0.0 - Release Notes 3

CHAPTER 2

Functional Changes

“Open in CATIA” from the Aras Innovator Client

Single CAD or part items, or structures, can be loaded in CATIA from the Aras Innovator web client.

The precondition for this functionality is that CATIA V5 is started with PDM Workbench, and the user is logged in.

Configuration

Configuration in Aras Innovator

Import the ‘PwbDataModel\OpenInCAD\imports.mf' package to the Aras Innovator environment with the Aras Innovator Package Import Utility:

Picture 1: Import utility

4 PDM Workbench Release 9.0.0 - Release Notes

In Aras Innovator the variable PwbOpenInCatiaPort has to be set to a specific port, for example 8181, which is used by the listener service:

Picture 2: Innovator variables

Installation of the PDM Workbench Listener

In this example, the PDM Workbench client is installed in this directory:

C:\Program Files\T-Systems\PWBCATV5_R24_9.0.0_Aras_1111

A directory needs to be defined which contains the listener executable and the necessary DLL, as well as the configuration file.

The path to this directory has to be defined as the value of the environment variable PWB_V5_LISTENER_DIR.

In "control panelsystemadvanced system settingsenvironment variablessystem variables" section define an environment variable with the name PWB_V5_LISTENER_DIR which has the absolute path to the listener directory as the value.

Picture 3: Environment variable

Example: PWB_V5_LISTENER_DIR=C:\Users\Public\PwbListenerDir

So for a successful installation of the listener service these three files have to be in that directory:

PwbListenerService.exe

Fleck.dll

PwbListenerService.cfg

PDM Workbench Release 9.0.0 - Release Notes 5

The ‘PwbListenerService.cfg’ configuration file has to contain values for the port number, the PDM Workbench exchange map directory, the CATIA V5 installation directory, the PDM Workbench installation directory, and the name of the PDM Workbench CATIA environment file, which was created during the PWB installation.

This is an example content of that configuration file:

---------------------------------------------------------------- LISTENER_PORT=8181 PWB_XMAP=C:\PWB_XMAP CATIA_DIR=C:\Program Files\Dassault Systemes\B28 PWB_DIR=C:\Program Files\T-Systems\PWBCATV5_R28_9.0.0_Aras_1111 CATIA_ENV_FILE=pwbcatiaenv ----------------------------------------------------------------

Install the PwbListenerService.exe as a service

Open a command (cmd) window as administrator.

A windows service can be installed with the sc tool or the .NET installutil, please refer to:

https://docs.microsoft.com/en-us/dotnet/framework/windows-services/how-to-install-and-uninstall-services

or

https://support.microsoft.com/en-us/help/251192/how-to-create-a-windows-service-by-using-sc-exe

Installation with sc.exe: >sc create PwbListenerService binPath= "%PWB_V5_LISTENER_DIR%\PwbListenerService.exe" start= auto DisplayName= PWBListener >sc description PwbListenerService "Triggers PDM Workbench in CATIA V5 to load a structure from Aras Innovator into CATIA V5" >sc start PwbListenerService The service can be uninstalled again with >sc delete PwbListenerService

Installation with .NET installutil.exe:

>C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe %PWB_V5_LISTENER_DIR%\PwbListenerService.exe The service can be uninstalled again with >C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /u %PWB_V5_LISTENER_DIR%\PwbListenerService.exe

Please check in the services.msc snapin that the PWBListener is running and start the service if necessary.

For changing values in the configuration file 'PwbListenerService.cfg' stop the PWB listener service, change the values in the file, and start the service again.

The PWB listener directory will also contain log files, both written during the installation of the service, and during the operation of the functionality.

6 PDM Workbench Release 9.0.0 - Release Notes

Picture 4: Content of the PWB listener directory

Usage

After the successful installation of the service the “Open in CATIA” action can be used in the Innovator web client.

The command will load the selected item in CATIA, if it is a component, or expand the assembly structure and load it in CATIA.

Picture 5: “Open in CATIA” context action

PDM Workbench Release 9.0.0 - Release Notes 7

Picture 6: Loading the structure in CATIA

Picture 7: The loaded structure

Enhancement of „Configurable Node Behavior / Skip Nodes”

There was a problem with duplicate instance names for nodes below skipped embedded nodes. Since the complete embedded path (e.g. “Comp 1.1/Comp2.1” in the example below) is skipped both instances of the CATPart “2018 0914 0111” would get the instance name “2018 0914 0111.1” in the CAD structure in PDM.

Now the structure below highlighted in green is possible. For compatibility reasons, i f the same item is used directly under the physical product and under an embedded structure of the same physical product, the direct instance name of the items have to be different (example highlighted in red).

8 PDM Workbench Release 9.0.0 - Release Notes

Picture 8: Example of enhanced “Skip Nodes” functionality

The configuration and usage of the functionality is unchanged.

PDM Workbench Release 9.0.0 - Release Notes 9

CHAPTER 3

Environment and Configuration Variables

Server-side Configuration Variables

Configuration variable Values

Variables PWBSchema file configuration

PDM Workbench Release 9.0.0 - Release Notes 11

CHAPTER 4

Data Model Changes The following data model changes are introduced in this release of the PDM Workbench.

Added Classes

None.

Added Forms

None.

Changed Server Methods

PDM Workbench Release 9.0.0 - Release Notes 13

CHAPTER 5

Bug Fixes

Version 9.0.0

PDM Workbench Release 9.0.0 - Release Notes 15

CHAPTER 6

Functional overview older releases

Release Windows

Version

CATIA V5

Client

Version

ARAS

Innovator

Version

Additional Functionalities Part

Structure

CAD Document

Structure

3.5

Windows

XP (32 Bit,

64 Bit)

Windows 7 (64Bit)

V5R21

V5-6R2012

V5-6R2013

9.3

CATIA DesignTable functionality (configurable in Schema.xml) X X

Bounding Box Management "Show Neigbour" functionality X X

Automatic Part Creation - X

Synchronize CAD structure to BOM - X

“Current” and “Released” Expand Modes - X

3.6 Windows 7

(64Bit)

V5-6R2012

V5-6R2013

V5-6R2014

9.4

10.0

Support for the new CAD structure instance - X

Standard Part Functionality X -

Check for CAD document CATIA release at PDM update X X

Extended attribute mapping functionality X X

Local Workspace Information X X

Optional Load of linked CATPart Files X X

Newest Version Info Context Menu X X

16 PDM Workbench Release 9.0.0 - Release Notes

Release Windows

Version

CATIA V5

Client

Version

ARAS

Innovator

Version

Additional Functionalities Part

Structure

CAD Document

Structure

3.7 Windows 7

(64Bit)

V5-6R2012

V5-6R2013 V5-6R2014

9.4 10.0

Non-BOM CATParts and CATProducts X X

Configuration of BOM Part Structure X X

Archives (Compress Files ZIP in ARAS) X X

Standard Part functionality for CAD structure mode X X

Check CAD Links X X

Displaying part structure instances as separate nodes X X

Possibility to call a server method for a PDM item X X

Change in drawing attribute mapping configuration X X

3.8 Windows 7

(64Bit)

V5-6R2013

V5-6R2014 V5-6R2015

10.0 11.0

Saving PDM Session Information - X

Part CAD Filter X X

BOM Configuration Range Extension X X

Revising as a different user ('ReviseAs') X X

Improvements for custom context action functionality X X

Show Neighborhood Improvement X X

3.9 Windows 7

(64Bit)

V5-6R2013

V5-6R2014 V5-6R2015

10.0 11.0

Select Type of additional Parts in Document mode - X

Support Electrical / Tubing X X

Reconnect at Update X X

Configuring the size of the Query dialog X X

PDM Workbench Release 9.0.0 - Release Notes 17

Release Windows

Version

CATIA V5

Client

Version

ARAS

Innovator

Version

Additional Functionalities Part

Structure

CAD Document

Structure

“Lock All” / “Unlock All” X X

4.0 Windows 7

(64Bit)

V5-6R2014

V5-6R2015

V5-6R2016

11.0

11 SP5

Duplicate Structure - X

Clean up / Housekeeping of PWB_XMAP Directory X X

Support for CGRs as Native Files X X

CATDrawing: Loading referenced Data as ‘Current’ X X

Simplify PDM tree view X X

Unlock after Save X X

Creation of Thumbnails by CATIA X X

“External Owner” Attribute in Query Dialog X X

Current Database displayed in Window Title Bars X X

5.0 Windows 7

(64Bit)

V5-6R2014

V5-6R2015 V5-6R2016

11.0 11 SP5

Additional Rep Types X -

Allow deactivated CATProduct and CATPart instances X X

Load Substructures in Context X X

Automatically loading CATDrawings or linked CATParts from the Query Window X X

Query dialog filter attribute values are kept when changing the type X X

Unlink and Delete Newest Version X -

Setting configuration information on structure relations X X

Replacement of class ‘ArasUtil’ with class ‘PwbServerAddin.PwbServerApi’ in custom Server Methods X X

18 PDM Workbench Release 9.0.0 - Release Notes

Release Windows

Version

CATIA V5

Client

Version

ARAS

Innovator

Version

Additional Functionalities Part

Structure

CAD Document

Structure

6.0

Windows 7

(64Bit)

V5-6R2015

V5-6R2016

11 SP9

Released Cache Mode X X

Create Drawing CAD document: Automatically select loaded part in session if a single link exists X X

Optional check for broken links at update X X

Windows 7

(64Bit) Windows

10 (64Bit)

V5-6R2017

Create CAD in Parent X X

Default value of Server Setting “ShowCreateDialogsDuringUpdate” has changed to “true” X X

7.0

Windows 7 (64Bit)

V5-6R2015 V5-6R2016

11 SP9

Support of CATIA Catalogs X X

Additional Options for “Load with Links” X X

Windows 7

(64Bit) Windows

10 (64Bit)

V5-6R2017

Displaying Attributes in PDM Nodes in several Lines X X

Preselection of Nodes on the PDM Structure Window X X

8.0

Windows 7 (64Bit)

V5-6R2016

11 SP12

Comparing PDM Structure Trees X X

Selecting Nodes in the PDM Structure Window X X

Windows 7

(64Bit) Windows

10 (64Bit)

V5-6R2017 V5-6R2018

Alternative Icons for PDM Structure Nodes X X

Inertia attributes mapping X X

Rollback on File Upload Error - X

"Select Date" Enhancement in the Query Dialog X X

PDM Workbench Release 9.0.0 - Release Notes 19

9.0

Windows 7

(64Bit) V5-6R2016

11 SP12

“Open in CATIA” from Aras Innovator Client X X

Enhancement of „Configurable Node Behavior / Skip Nodes” X X Windows 7

(64Bit)

Windows

10 (64Bit)

V5-6R2017

V5-6R2018