cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

PTC Wtpart Creation Utility - Build Step

GregOlson
15-Moonstone

PTC Wtpart Creation Utility - Build Step

Has anyone else experienced the issue with the utility not building the part structure to match the cad structure (excluded parts)?

I had ALL WTparts created for cad parts already, then moved all assemblies need into a folder and ran the utility on that folder.  This is what I get...have to manually rebuild.

Have to apologize, we are just in the testing phase of implementing WTparts.

14 REPLIES 14
bsindelar
6-Contributor
(To:GregOlson)

The WTPartCreator utility was built particularly for creating and associating WTParts from EPMDocs after a Pro-I 3.4 migration.  I am curious - is this something you do (or will do) often?  It also seems that all your WTPart numbers and versions match the EPMDocument numbers and versions, is that correct?  In that case, why not just use the auto-associate feature when working with the CAD model?

There are other ways to mass create WTParts and associate to EPMDocuments as well.  Feel free to contact me directly if you're looking for any further assistance at robert.sindelar@eccellent.com.

RandyJones
19-Tanzanite
(To:GregOlson)

I am getting the same issue with the wtpart creation utility. Like you we are in the testing phase of wtparts. However in my case I started with only cad data and then ran the part creation utility thru all 7 steps. I have many resultant part structures that do not match the cad structure.

I opened a call w/PTC and this was the last response I recd from them:

"I think built part structure is correct for the use case below. P2C UI indicates that the extra quantity is coming from ‘Excluded’ occurrences on part structure. This indicates that either there are extra ‘Excluded’ occurrences on part structure or user has modified quantity on usage link which is more than what required according to document structure.

Please check whether occurrences were manually added or quantity was manually modified."

I temporarily gave up on the call because I was quite clear I was starting with no existing wtparts and then running the part creation utility all the way thru and the incorrect part structure was the result of this. I still can't believe they wanted me to "Please check whether occurrences were manually added or quantity was manually modified".

GregOlson
15-Moonstone
(To:RandyJones)

Randy,

What is your case number?  I'll pass it on to my TSE, no need for them to reinvent the wheel (which they will without your number)...they just need move forward and fix the issue.

Thanks,

Greg

RandyJones
19-Tanzanite
(To:GregOlson)

Greg Olson wrote:

Randy,

What is your case number?  I'll pass it on to my TSE, no need for them to reinvent the wheel (which they will without your number)...they just need move forward and fix the issue.

My case number is 12129519.

GregOlson
15-Moonstone
(To:RandyJones)

Randy,

Do you happen to know how to setup the part_creation.xml file so that it will look for cadassemblies in ALL products and libraries? Basically I want to tell the utility to look at the complete organization for all assembly files...struggling with getting it to work.

RandyJones
19-Tanzanite
(To:GregOlson)

Greg Olson wrote:

Randy,

Do you happen to know how to setup the part_creation.xml file so that it will look for cadassemblies in ALL products and libraries? Basically I want to tell the utility to look at the complete organization for all assembly files...struggling with getting it to work.

In my case I created a PartAction for each product and library because I have different wtpart subtypes depending on the container. So my answer to your question is "I never tried creating one PartAction that would search all containers."

I was in contact more than once with PTC to figure out how to make the part_creation.xml work. My perception after those contacts is there must only be 1 or 2 people at PTC that actually know how this works.

GregOlson
15-Moonstone
(To:RandyJones)

Randy,

Can you share one of your XML files that has the sub-type listed?  I created the sub-types in WC and then updated the xml with the new name...it didn't work.

RandyJones
19-Tanzanite
(To:GregOlson)

Greg Olson wrote:

Randy,

Can you share one of your XML files that has the sub-type listed?  I created the sub-types in WC and then updated the xml with the new name...it didn't work.

Here is a snippet that is for 2 different Products each with it's own wtpart subtype.

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE Specifier SYSTEM "piv_specifier.dtd">

<Specifier>

       

    <PartAction Create="True" class="wt.part.WTPart|com.greatplainsmfg.ProductionPart">

        <FolderSpec CriteriaJoin="Or">

            <FolderCriteria ConditionJoin="Or">

                <FolderCondition Operator="equal" Value="/Default" Context="/wt.inf.container.OrgContainer=Great Plains Mfg Inc/wt.pdmlink.PDMLinkProduct=Production"/>

            </FolderCriteria>

        </FolderSpec>

        <PISpec CriteriaJoin="Or">

            <PICriteria ConditionJoin="Or">

                <AttrCondition AttrName="name" Operator="equal" Value="*.ASM" AttrTypeIsDate="false"/>

                <AttrCondition AttrName="name" Operator="equal" Value="*.PRT" AttrTypeIsDate="false"/>

                <AttrCondition AttrName="name" Operator="equal" Value="*.DRW" AttrTypeIsDate="false"/>

            </PICriteria>

        </PISpec>

        <PIVSpec CriteriaJoin="Or">

            <PIVCriteria ConditionJoin="And">

                <PIVCondition Version="All"/>

            </PIVCriteria>

        </PIVSpec>

    </PartAction>

   

    <PartAction Create="True" class="wt.part.WTPart|com.greatplainsmfg.ToolingPart">

        <FolderSpec CriteriaJoin="Or">

            <FolderCriteria ConditionJoin="Or">

                <FolderCondition Operator="equal" Value="/Default" Context="/wt.inf.container.OrgContainer=Great Plains Mfg Inc/wt.pdmlink.PDMLinkProduct=Simba Tool"/>

            </FolderCriteria>

        </FolderSpec>

        <PISpec CriteriaJoin="Or">

            <PICriteria ConditionJoin="Or">

                <AttrCondition AttrName="name" Operator="equal" Value="*.ASM" AttrTypeIsDate="false"/>

                <AttrCondition AttrName="name" Operator="equal" Value="*.PRT" AttrTypeIsDate="false"/>

                <AttrCondition AttrName="name" Operator="equal" Value="*.DRW" AttrTypeIsDate="false"/>

            </PICriteria>

        </PISpec>

        <PIVSpec CriteriaJoin="Or">

            <PIVCriteria ConditionJoin="And">

                <PIVCondition Version="All"/>

            </PIVCriteria>

        </PIVSpec>

    </PartAction>

</Specifier>

GregOlson
15-Moonstone
(To:RandyJones)

For some reason I am getting an error message when running the PCU....it is not recognizing the new sub-type.  I logged a case with PTC, we'll see what comes of it.

BhushanNehe
14-Alexandrite
(To:GregOlson)

Hi Greg,

Can you paste your error here?

Regards,

Bhushan

Wed 01/27/16 11:37:43 log: Parsing XML file D:\PTC\Windchill_10.2\Windchill\codebase\/com/ptc/windchill/pdmlink/proimigration/server/xml/part_creation.xml

Wed 01/27/16 11:37:43 thrown: org.xml.sax.SAXException: Line: 4, Column: 61 - Class is not valid

org.xml.sax.SAXException: Line: 4, Column: 61 - Class is not valid

RandyJones
19-Tanzanite
(To:GregOlson)

Greg Olson wrote:

Wed 01/27/16 11:37:43 log: Parsing XML file D:\PTC\Windchill_10.2\Windchill\codebase\/com/ptc/windchill/pdmlink/proimigration/server/xml/part_creation.xml

Wed 01/27/16 11:37:43 thrown: org.xml.sax.SAXException: Line: 4, Column: 61 - Class is not valid

org.xml.sax.SAXException: Line: 4, Column: 61 - Class is not valid

This almost sounds like an xml syntax error as opposed to a "xml is okay but Windchill doesn't like it error".

LoriSood
22-Sapphire II
(To:GregOlson)

Hi Greg,

Were you able to get past the exception? If not, can you provide the part_creation.xml referred to in the exception?

RandyJones
19-Tanzanite
(To:GregOlson)

Greg Olson wrote:

Has anyone else experienced the issue with the utility not building the part structure to match the cad structure (excluded parts)?

Greg: Just to let you know that my testing with WTPartCreator continues with Windchill 11.0 in which I discovered a bug:

https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS245027

This bug has been fixed in 11.0 M010-CPS04. PTC sent me a patch to test on 11.0 M010-CPS02 to make sure they had it fixed. I can tell you that another result of this bug fix is the resultant part structures now match the cad structure. At least on all of them that I have checked so far which includes structures that were not correct previously (built in Windchill 10.2).

Top Tags