Quantcast
Channel: PTC Community : All Content - Windchill
Viewing all 6049 articles
Browse latest View live

ComponentConfigBuilder and ComponentDataBuilder

$
0
0

Hi All,

 

I had seen like what ComponentConfigBuilder and ComponentDataBuilder Interfaces in Windchill Customization Guide and the method that are in that interface.

 

However can anyone share one sample program with an example on how to implement these interfaces. As I had seen in the customization guide there was an example on how to set the values etc. But can any one share any other code or an example like where we can implement ComponentConfigBuilder and ComponentDataBuilder Interfaces.

 

Thanks in advance.

 

Best Regards,

Aditya Achanta


SQL link between 2D and WTPART

$
0
0

Naamloos.png

 

Hello,

 

Does somebody know what the link in SQL is between a 2D drawing and a WTPart? I can't find it.

 

I tried this:

select epmdocumentmaster.documentnumber, wtpartnumber
from epmbuildrule,wtpart,wtpartmaster,epmdocument,epmdocumentmaster where
epmdocument.branchiditerationinfo = epmbuildrule.branchida3a5 and
epmdocument.latestiterationinfo='1' and
epmdocumentmaster.ida3a6 = epmdocument.ida3masterreference and
wtpart.branchiditerationinfo = epmbuildrule.branchida3b5 and
wtpart.latestiterationinfo='1' and
wtpartmaster.ida2a2 = wtpart.ida3masterreference and
wtpartmaster.wtpartnumber='7033571';

 

With this I get an empty result, so something is wrong.

 

Thanks in advance

Windchill Performance Advisor patch WPA2 available for 10.2 M020 and 10.2 M030

$
0
0

Windchill Performance Advisor Patch 10.2_M020-WPA2 is now available for download here:

https://support.ptc.com/appserver/cs/patch/patch_details.jsp?n=1997

 

 

Windchill Performance Advisor Patch 10.2_M030-WPA2 is now available for download here:

https://support.ptc.com/appserver/cs/patch/patch_details.jsp?n=1970

 

These patches address the following issues:

System data may not update correctly in Windchill Performance Advisor

Windchill Performance Advisor GUID is duplicated after rehosting in Windchill

 

 

For more information on installing the patch please see the following article:

https://support.ptc.com/appserver/cs/view/case_solution.jsp?n=227953

Does someone have any example of customizing the site.xconf file or adding a new .xconf file in which it set u to start more than one Background Method Server?

$
0
0

Hi all,

 

I am new to Windchill and after the installation the client now wants to have on one of the systems 3 Background Method Servers. Do you have any example of costumizing the site.xconf file or adding a new xconf file to manage the changes?

 

Thanks,

Alex

Custom WVS Scheduler Jobs

$
0
0
Has anyone written these before or has experience with them? I know that
it has to do with com.ptc.wvs.server.schedule.ScheduleJobs but I forget
where customization for this is documented.  I am looking to create a
job that looks for any jobs within the past day that did not get
published.  The problem with the OOTB jobs is that it grabs epmdocs that
failed to publish for whatever reason and will never publish.  Your list
gets longer a longer each day.  Please send examples if you have them.

Windchill - The handle is invalid.

WPA says that the RoHS exemptions will expire July 22 2016. I do not think it is correct, what to do?

$
0
0

In WPA, when you go into manage compliance for RoHS it states for all exemptions that they will expire on July 22 2016. To my knowledge is this valid only for exemption 7b, all the others are still under evaluation. How are you managing this situation? We have component responsible persons all over the world, and they have started to act on this information.

Programmatic checkbox interaction

$
0
0

I’m working on a page scraping routine to go into Windchill after information not programmatically available by more straightforward means (like task URLs).  This is implemented in VBA and browsing through IE11 -- I can give more details on exactly how if needed, but I don’t think it really impacts my question -- the long story short is that it’s all been more or less straightforward, with the exception of programmatically interacting with Windchill’s checkboxes, because I can’t find them!

 

All of the buttons, textboxes, and other input objects on a typical page in Windchill seem to be accessible as expected and are visible in the page’s document.innerHTML source, but not the checkboxes -- they don’t seem to be in, or associated with, the <DIV>s in which they appear, or impacted by any other input objects I can dig out of the innerHTML and programmatically click, set checked = true, etc.

 

All my program needs to do is uncheck the checkbox for one workflow and check the checkbox for a different workflow so that the right process history table will load onto a record.  Can anyone offer any insight on where the checkboxes actually are in the page code, what they’re called, what generates them, what reacts to them being checked or unchecked, etc.?  This has been like trying to solve a puzzle I can’t find in the first place -- I don’t need a complete solution, I (hope I) just need someone to show me where it is.


Thanks!


Export Organization

$
0
0

Hi all,

 

Do you know if its possible to export the organization in Windchill 10.2?

 

Thanks,

Alex

ESI Failure during Windchill-SAP Integration Process

$
0
0

In our Windchill-SAP Integration, configuration is such that when Promotion Request is in "Approved" Life cycle state, the ESI Integration happens but we want it to happen only for WTParts and not other object types. In present case, whenever the Promotion Request is in Approved State, ESI Integration Starts. Since we integrate only WTPart with SAP, it is fine for us but we dont integrate WTDocuments, so we get ESI Failure Message. Please suggest how to ensure that ESI Integration is happening only for WTParts.

Attach PDF as secondary content of Drawings

$
0
0

Hi all,

 

My requirement is to create a PDF for all the Drawings that are checked-in.

I've already tried Post Publish Delegate but this method creates an additional WTDocument for the PDF. However, I want the PDF to be attached as secondary content of the drawing itself instead of a new WTDocument.

 

Is it possible to do so, please help me with a solution.

 

Message was edited by: Akshay Saini

Republish only Latest EPMDocuments regardless of whether current presentation exist or not?

$
0
0

We have added some additional rule for publishing of step and para-solid files for EPMDocuments. We are using Windchill 10.2 M030 version.

 

Now I have to republish the latest version of EPMDocuments with those additional files types regardless of existing presentation. I am not getting any related option in WVS jobs scheduler.

 

I can see below publish methods but my understanding is those will not help me in current case:

1. PublishAllLatestEPMDocumentsNoRepresentation

2. PublishAllEPMDocuments

3. RepublishAllDefaultRepresentations



Please let me know your views on this. Any type of help will be appreciated to address this issue.

 

Thanks in Advance !!!@

Code to prevent CT completion with checked out files

$
0
0

Hello PDM-Link gurus,

 

What would be the code I need to put into the Complete Transition of a Change Task user activity to prevent them from completing the task if any of the Resulting Object files on that change task are checked out, and spit out a popup window saying "Please check in all Resulting Objects before proceeding"? If a Set State robot hits a checked-out file it freezes the task with the oh-so-fun Failed Queue Entry error and we've been getting hit by that a couple of times now, so I need to prevent it.

 

Please advise,

 

Daryl

Windchill Bulk Migrator Extractor Installation Failed with error build.xml :321: exec returned: 1

$
0
0

Hi All,

 

I am trying to install WBM Extractor on Windchill 10.1 M050 and it had failed every time whenever I try to install.

 

The build log is as below

 

********************************************************************************

!+! STARTED @ Thu May 19 15:18:56 IST 2016

********************************************************************************

  [taskdef] Created log dir 'D:\ptc_1\temp\buildlogs'

 

 

--------------------------------------------------------------------------------

!+! ENTERING WBMExtractor[D:\ptc_1\temp\build.xml]

--------------------------------------------------------------------------------

Overriding previous definition of reference to ant.projectHelper

Build sequence for target(s) `install' is [checkWindchillHomeDir, checkdeploy, deploy, setInstallClassPath, include-taskdefs, getinput-g, check-extract-xconf, xconfp, install]

 

 

checkWindchillHomeDir:

     [echo] Found windchill home directory: D:\ptc_1\Windchill_10.1\Windchill

 

 

checkdeploy:

 

 

deploy:

     [echo] java 1.6

     [copy] Copying 478 files to D:\ptc_1\Windchill_10.1\Windchill\codebase\com

     [copy] Copying 1 file to D:\ptc_1\Windchill_10.1\Windchill\srclib

     [copy] Copying 2 files to D:\ptc_1\Windchill_10.1\Windchill\lib

     [copy] Copying 1 file to D:\ptc_1\Windchill_10.1\Windchill\codebase\com\ptc\windchill\migration\wbm\wc2wc\extractor

 

 

setInstallClassPath:

 

 

include-taskdefs:

 

 

getinput-g:

     [echo] Backing up extract.xconf file to D:\ptc_1\Windchill_10.1\Windchill/codebase/com/ptc/windchill/migration/wbm/wc2wc/extractor/.wbmextractor/install

     [copy] Copying 1 file to D:\ptc_1\Windchill_10.1\Windchill\codebase\com\ptc\windchill\migration\wbm\wc2wc\extractor\.wbmextractor\install

!+! ERROR OCCURRED @ D:\ptc_1\temp\build.xml:321:  !!!

********************************************************************************

!+! FINISHED @ Thu May 19 15:18:57 IST 2016

!+! Log: D:\ptc_1\temp\buildlogs\0000-WBMExtractor.log

********************************************************************************

 

 

BUILD FAILED

D:\ptc_1\temp\build.xml:321: exec returned: 1

 

 

Total time: 1 second

 

 

 

I had followed one case provided by PTC. -

Document - CS186515

 

https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS186515&art_lang=en&posno=1&q=build.xml%3A321&source=search

 

But even after that it is failing.

 

Can anyone help me in installing WBM Extractor ?

 

Thanks in advance.

 

Best Regards,

Aditya Achanta

windchill webservice implementation

$
0
0

Hello All,


I am currently working on windchill OOTB webservice implementation. I have implemented the simple websservice to add two numbers and got sucessfull output at client side. Now i have developed a webservice to search a simple WTPart using it's number. The webservice is sucessfully deployed on the windchill webserver but when i have executed the client i got following error


18 Jun, 2012 12:35:37 PM com.sun.xml.wss.impl.policy.verifier.MessagePolicyVerifier verifyPolicySEVERE: Policy is null


18 Jun, 2012 12:35:37 PM com.sun.xml.wss.jaxws.impl.SecurityClientTube processClientResponsePacketSEVERE: WSSTUBE0025


Error in Verifying Security in the Inbound Message.com.sun.xml.wss.impl.PolicyViolationException:


ERROR: Policy for the service could not be obtained    at com.sun.xml.wss.impl.policy.verifier.MessagePolicyVerifier.verifyPolicy(MessagePolicyVerifier.java:114)    at com.sun.xml.ws.security.opt.impl.incoming.SecurityRecipient.createMessage(SecurityRecipient.java:985)    at com.sun.xml.ws.security.opt.impl.incoming.SecurityRecipient.validateMessage(SecurityRecipient.java:232)    at com.sun.xml.wss.jaxws.impl.SecurityTubeBase.verifyInboundMessage(SecurityTubeBase.java:486)    at com.sun.xml.wss.jaxws.impl.SecurityClientTube.processClientResponsePacket(SecurityClientTube.java:405)    at com.sun.xml.wss.jaxws.impl.SecurityClientTube.processResponse(SecurityClientTube.java:338)    at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:639)    at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:588)    at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:573)    at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:470)    at com.sun.xml.ws.client.Stub.process(Stub.java:319)    at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:157)    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:109)    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)    at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:140)    at $Proxy42.processFile(Unknown Source)


is there any solution for this? Please provide the guideline.


 


Thanks & Regards,


Uday



2d drawings using Windchill mobile

$
0
0

Is it possible to view 2D drawings (.plt) using Winchill Mobile? If not, what is the best way to view .plt files from Windchill on an iPad?

Who in your organization manages your Windchill/PDM System?

$
0
0

Who in your organization manages your Windchill/PDM System?

This would include Site Admin access, Org Admin Access, Implenentation & Upgrade planning

How many contexts do you have in your Windchill system ?

$
0
0

By context I mean product / library / project containers.

Create new wtpart and Revise access controls

$
0
0

Hi Everyone,

 

I am wondering if we can control who can create a wtpart at a given state (In Work), but now allow a larger group of users can can revise to that same Lifecycle but not create at that lifecycle?

 

We have a solution in adding a new "creation" lifecycle but wondering if we can do the same with access controls.

 

This is in 10.1

problem with OOB ESI configuration is sending un-released child parts with Assy

$
0
0

Hi everyone,

We are implementing ESI to send the wtpart information to Oracle.

Its all working great so far with the exception of one problem.

 

When a revised version of a  Assembly wtpart is sent to Oracle (ERP) on the workflow, the ESI code is also sending all the child parts to Oracle at whatever version they are at. This is fine if all the child parts are also Released on the workflow (change object) together. The problem is that if at anytime a child part is revised from Released to In Work to the next Version then that un-official version would also be sent to Oracle (for ESI code).

 

Assembly Ver. B "In Work" > Ver. B "Released = sent to Oracle

Part1 Ver. B "Released = sent to Oracle (ignored as it already was published when Released)

Part2 Ver.C "In Work" = sent to Oracle when Assembly is sent.

 

Does anyone know if there is a setting that can be configured to only:

Send the wtparts on the workflow to Oracle

Send only the official "Released" state parts to Oracle (Assembly and all child parts at Released).

Viewing all 6049 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>