Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi Steve,
It's been like this since Windchill 5.0 with WGM and now they have really pushed it across the board. Hence, Windchill is just another single Pro/I. I would really hate to have customers re-identify all their released drawing and models just due to a tool functionality limitation of WGM.
As I mentioned with past post, after saving the CAD package, all the member links and reference links will keep the package intact. Thus, when you open your drawing and assembly from Windchill, you will pull the configuration of your completely linked package.
I believe PTC is still working on it, at least I hope.
This is gold to PTC and they don't even know it for oracle:
SQL> CREATE UNIQUE INDEX EPMDocumentMaster$UNIQUE ON EPMDocumentMaster(documentnumber,doctype,authoringapplication,idA3organizationReference)
TABLESPACE INDX STORAGE ( INITIAL 20k NEXT 20k PCTINCREASE 0 );
SQL> CREATE UNIQUE INDEX EPMDocumentMasterFile$UNIQUE ON EPMDocumentMaster(cadname,authoringapplication,idA3organizationReference)
TABLESPACE INDX STORAGE ( INITIAL 20k NEXT 20k PCTINCREASE 0 );
In Reply to Steve Vinyard:
Hi guys, I'm really hoping someone can chime in here with some experience. I've run this down with PTC Techsupport and I'm getting a bunch of conflicting information.
Obviously I want two completely separate companies to live in the same Organization (CAD, WTParts, DOCs etc) with each being their own sovereign nation of part numbers/users. I want to be able to have CAD Model 12345.prt live in both orgs simultaneously without any uniqueness errors etc.
Jess@ptc do you know anything about this?
I got the following info from PTC Tech Support (Colorado Team - weak :/).
"As per R&D below they turned off the capability of having non-unique names across organizations in 10.0+. This is no longer available. Sorry if there was any confusion about this .
* Unable to create objects with the same Number in Different Organizations
* Reported to R&D as SPR 2182612
* Works to product specification for Windchill 10.1 all datecodes
The support for this is turned off by default as of 10.0. The reason for this is that support for Organization-level namespace as it used to exist did not cover all end use cases of business. For example, setting the namespace at the organization level can lead to problems in setting the owning organization value of an object that has been moved from one organization to another."
PTC Help Center Supports the solution below but also notes that it doesn't work for CAD Filename (asinine).
Note:
"CAD document file names must be unique across all organizations within the site, regardless of the business object uniqueness configuration. For example, if CADDoc1 exists within Org1, there cannot be a CADDoc1 in any other organization within your site. For more information, see the Using PTC Creo Parametric with PTC Windchill guide."
There is this PTC Knowledgebase Document on setting up a solution that supposedly fixes this (but see note above from help center).
https://www.ptc.com/appserver/cs/view/solution.jsp?n=CS34592
Document - CS34592
Document Actions
* Refresh Data<
* Subscribe to this Document<
Document Information
Type
Article
Date Created
31-Oct-2011 05:36:53 EDT
Date Last Updated
18-Dec-2013 10:14:48 EST
Document Details
Title
How to restrict Object Uniqueness to Organization level instead of Site level in Windchill PDMLink
Description
* How to restrict Object Uniqueness to Organization level instead of Site level
* Possibility to have objects with the same name and file number in different organizations
* Allow creating duplicate part number in different organization
* How to allow the same part or document numbers in multiple organizations
* How to configure business object uniqueness across organizations
* How to create a part with the same number in two different organizations
Applies To
* Windchill PDMLink 9.1 all datecodes, 10.0 all datecodes
Cause
* In a default configuration with multiple organizations, business objects such as parts and documents must be unique across all organizations within the site.
Resolution
* To configure a business object to be unique across organizations set the following properties in wt.properties using xconfmanager from a Windchill Shell:
* wt.inf.container.restrictCrossOrgDataUse=true
* wt.inf.container.orgNamespace=true
* Note: These changes need to be made before loading any data to prevent potential data corruption.
* For additional information refer to Windchill Help Center topics Configuring Business Object Uniqueness Across Organizations< and Business Object Uniqueness Considerations<