Quantcast
Channel: PTC Community : Unanswered Discussions - Windchill
Viewing all 3592 articles
Browse latest View live

Windchill Save As

$
0
0

Guys.. i have a problem, that i wonder if you can help..  i have a part, and i modify it.. and change it.. save it.  then decided i wanted to give it a new part number.  so, i save as, a new part number.. no problem.  however.  i want to duplicate the drawing with this part..

 

so.. i go into workspace.. select the old part, which is modified in my workspace.. and the drawing which is not modified yet.  i do a save as, and i get an error, saying i cant save as, because the part is modified locally.  whats up with that?  i can do a save as of the modified model, in the creo environment, but i cant do it in the windchill workspace?


Thumbnails for Windchill Documents

$
0
0

I have the following problem:

 

If i create a document in windchill i can attach primary content as well as attachments. What i would like to have is a thumbnail for this document.

My problem is:

The only way that i can see to create a thumbnail is by publishing the document which creates a representation and a thumbnail for that representation. But this is exactly not what i want to have. If you click on the thumbnail the representation will be shown and not the primary content file and also not the attachment -- Additionally the representation is stored as an additional File aside the primary content

 

I simply want to to have a thumbnail which opens creo view showing the primary content and the attachments ( This works very well as long there is no representation attached to the document.)

 

Please tell me your experiences

 

 

Regards

 

Herbert

Infoengine webject to get the BOM of all WT Part types

$
0
0

Hello I*E experts,

 

I have the following webject, which gets me the parts (of a particular type ONLY) in the 1st webject and then its usage links in the 2nd part and finally joins them to give the consolidated output.
Now what is happening is it is just returning a single “type” of the part under the parent part “610K1000”, means it just returns the mech type of wtpart and not electrical or any other xyz types created under WTPart parent type. Means I am currently getting a truncated BOM and not full BOM
What is want that this webject should return all parts of all types under a parent WTPart, doing which will give me a full BOM.

======================================
<%@page language="java"%>
<%@taglib uri="http://www.ptc.com/infoengine/taglib/core" prefix="ie"%>

<ie:webject name="Query-Objects" type="OBJ">
   <ie:param name="instance" data="${@FORM[]INSTANCE[]}"/>
   <ie:param name="type"  data="wt.part.WTPart"/>
  <ie:param name="where" data="number='610K1000'"/>
   <ie:param name="group_out" data="part"/>
</ie:webject>
<!--  perform individual query-link calls for WTPartUsageLink   -->
<ie:webject name="Query-Links" type="OBJ">
   <ie:param name="instance" data="${@FORM[]INSTANCE[]}"/>
   <ie:param name="group_in" data="part"/>
     <ie:param name="type" data="wt.part.WTPartUsageLink"/>
   <ie:param name="group_out" data="uses"/>
<ie:param name="direction" data="uses"/>
        
</ie:webject>
<!-- concat the two output results together   -->
<ie:webject name="Concat-Groups" type="GRP">
   <ie:param name="group_in" data="part"/>
   <ie:param name="group_in" data="uses"/>
   <ie:param name="group_out" data="nav_results"/>
</ie:webject>
<!-- concat the search output and link results together, to make the output more similar to query-tree's -->
<ie:webject name="Concat-Groups" type="GRP">
   <ie:param name="group_in" data="part"/>
   <ie:param name="group_in" data="nav_results"/>
   <ie:param name="group_out" data="output"/>
   <ie:param name="class" data="wt.fc.WTObject"/>
</ie:webject>
======================================================

How do I upload a .pcf file onto my Windchill server?

$
0
0

I have existing files uploaded in 9.1, but I cannot figure out how to do it in 10.2.   I even tried a saveas, but I have no way to edit it or get new content uploaded.

 

TIA.

Anyone setup PTC Navigate on Thingworx yet?

$
0
0

I have it 90% setup I think.  When I activate the single sign on it bounces to my windchill server to login in.  It then bounces back to my Thingworx server but I get an error.  Error is to many redirects.  I thought this might just be a browser issue but I have tried all the tricks for fixes I found on line.  As you can guess they did not work.  Any help would be great.  FYI it does kind of work if I don't turn on single sign on.  Although I my search results are hit and miss.  I am on Windchill 10.2 M020.

Is there any way to send Windchill reports on a schedule as email attachments?

$
0
0

Is there any way to automatically run a Windchill report on a schedule and send it out as an email attachment or embedded in the email body?

A Data Monitor will run the report, but it only sends an email with a link to the results in Windchill. I would like a report that can be distributed without requiring a Windchill login.

Currently we use Excel VB to run the reports on schedule and distribute, but it would be nice to do this natively with WC OOTB or with some custom code.

Replacing parts in Assemblies within Windchill

$
0
0

My question is, is there a method with Windchill 9.X to re-link the correct models/filenames to assemblies and drawings?

 

Background:

 

I'm working on a project that transitioned from folders to Windchill. While at the folder stage, various assemblies were siloed, but so were sub assemblies and piece parts. As time went on they renamed parts and some subassemblies, some with related drawings in memory, mostly not, but because they were siloed, this resulted in multiple names for essentially identical models. It also results in a patchwork of versions, where an individual part can appear 20-30 times at different suffix numbers and save dates and renames. Model tree - meet wood chipper.

 

As a further challenge there is a project to upgrade the resulting documentation that has caused further Creo-level Save-As activity, further splintering the models.

 

I don't care to reassemble hundreds to thousands of parts when the internal features are unchanged. Attempts by the upgrade group has seen assembly features go undefined (lots of lost references to section and set datums.)

 

In the Windchill PDMlink User Guide I see a reference to a Save-As option to allow unrelated replacement, but it says that it is off by default to prevent breaking assemblies. What the Save-As preference setting doesn't say is where this replacement can take place and how it is used. I suspect the problem could be readily solved with database level table edits, but that's not going to happen.

 

One thing I have noticed: Assemblies don't care as much about the contents of subassemblies as drawings do. For example, If I have an assembly A that uses subassembly B, and there are two versions of B, one that uses B-1x detail parts and one that uses B-2x detail parts, the top assembly doesn't seem to notice. Items assembled to B-1xs will still be constrained to B-2xs if the B-2x was created by Save-As. The drawing seems to drop detail references as it seems to tie leaders directly to the component name, not to a reference to the component ID chain.

 

As an example of the trouble this can cause - the top level, A. was pulled from it's silo along with all the other parts and subassemblies that go into it before the drawing of B subassembly with all its detail parts and subassemblies, detailed parts renamed in the subassembly silo. Now the detailed parts on the B assembly drawing have different names than are seen in the assembly that uses them. Symbolic version: Drawing of B assembly originally used B-1x parts. This was renamed in its silo to use B-2x parts. Assembly A was pulled from it's silo where it was still using B->B1x parts. Drawing of B was then pulled from its own silo, so it now shows a B assembly which uses B-1x parts and has B-2x detailed items. This means that changes to the detailed parts don't show up on the assembly unless the work is doubled.

Check Boxes not selectable in Windchill

$
0
0

 

Has anyone experienced issues with selecting the check boxes while using Windchill?

 

We are seeing common yet sporadic reports where the Windchill user cannot place a Check mark in a box for objects list in a WorkSpace or in the Cabinets location. The workaround so far is to Refresh the page then the functionality usually works, but may return at any time. This occurs in the Embedded browser and with a standalone Internet Explorer 11 browser.

Shown is an example.

SNAG-5382.jpg 

 

We are using Windchill 10.2 M030 and Creo 3.0 M050

 

 

Thank you for reviewing this question.


Anybody Having Some Experience on DTI Silent deloyments

$
0
0

I am Specifically looking out on how everyone handles the Updates Scenarios...

Windows 10 and WGM

$
0
0

Has anyone tested WC on Windows 10 yet?  More specifically installing and running WGM.  I tried to install and it gave me errors about support.  I was wondering if anyone had success yet.  I know PTC is working on it but sometimes we do things before they

How i can send Attributes values of Problem report sent through Workflow email

$
0
0

Hi All,

 

My requirement is, to send the list of attribute values related to that Problem report to users through Workflow message.

we are using OOTB problem report Workflow.

 

1. created variables  like name, category

2. add below code to expression robot in workflow,

 

wt.change2.WTChangeIssue thisPR = (wt.change2.WTChangeIssue) primaryBusinessObject;

java.util.Locale locale = wt.session.SessionHelper.getLocale();
com.ptc.core.lwc.server.PersistableAdapter obj = new com.ptc.core.lwc.server.PersistableAdapter(thisPR,null,locale,null);
obj.load("name","number","description","Category");
Object nameValue = obj.get("name");
Object numberValue = obj.get("number");
Object descriptionValue = obj.get("description");
Object CategoryValue = obj.get("Category");

name = nameValue.toString();
number = numberValue.toString();
description = descriptionValue.toString();
category = CategoryValue.toString();

=======================

when i try to compile it, facing issue, as shown in image,

2015-12-24 2-12-24 PM.jpg

 

the mentioned class is not present at that location, but i think this is stranded class which comes with OOTB windchill installation.


here is my workflow, please check it let me help.

any kind of help will be grate.



Could anybody tell me the following packages in which JAR file?

$
0
0

Could anybody tell me the following packages in which JAR file? I'm using Windchill 10.1 M050. Thanks a lot!

com.ptc.windchill.enterprise.doc.*

com.ptc.windchill.option.model.*

com.ptc.windchill.option.service.*

com.ptc.wpcfg.deliverables.*

Thumbnails for Windchill Documents

$
0
0

I have the following problem:

 

If i create a document in windchill i can attach primary content as well as attachments. What i would like to have is a thumbnail for this document.

My problem is:

The only way that i can see to create a thumbnail is by publishing the document which creates a representation and a thumbnail for that representation. But this is exactly not what i want to have. If you click on the thumbnail the representation will be shown and not the primary content file and also not the attachment -- Additionally the representation is stored as an additional File aside the primary content

 

I simply want to to have a thumbnail which opens creo view showing the primary content and the attachments ( This works very well as long there is no representation attached to the document.)

 

Please tell me your experiences

 

 

Regards

 

Herbert

On a rehosted Windchill 10.x system MethodServer fails to start with error "Info*Engine configuration error - The default Directory Service Provider URL and/or Service Search Base could not be retrieved from Info*Engine properties."

$
0
0

Hi All,

 

I am Rehosting(Rename) in Windchill 10.2 M030 using Rehosting Utility 3.0,

I have tried in Test server its succesfully rehosted, however i am doing the same in Production Server,Methods server couuld not able to start.

Below is the errors,

  • On a rehosted Windchill 10.2 system the MethodServer fails to start with the following error message:

wt.method.server.startup.services  - Failure to start manager wt.audit.StandardAuditService

wt.services.ManagerException: Could not initialize Auditing service.

Nested exception is: wt.util.WTException: (wt.federation.PrincipalManager.PrincipalManagerResource/CONFIG_ERROR_INCORRECT_NAMING_PROVIDER) com.infoengine.util.IEException: Info*Engine configuration error -  The default Directory Service Provider URL and/or Service Search Base could not be retrieved from Info*Engine properties. Contact your system administrator.

Nested exception is: (wt.federation.PrincipalManager.PrincipalManagerResource/CONFIG_ERROR_INCORRECT_NAMING_PROVIDER) com.infoengine.util.IEException: Info*Engine configuration error -  The default Directory Service Provider URL and/or Service Search Base could not be retrieved from Info*Engine properties. Contact your system administrator.

at wt.federation.PrincipalManager.DirContext.getAdapterInfoMaps(DirContext.java:313)

at wt.federation.PrincipalManager.DirContext.initMapsForDefaultAdapters(DirContext.java:273)

at wt.federation.PrincipalManager.DirContext.init(DirContext.java:248)

at wt.federation.PrincipalManager.DirContext.getPrimaryName(DirContext.java:631)

at wt.org.LdapServices.getAllServices(LdapServices.java:304)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

  at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399



Please help me out.


regards

Mahesh Kumar G

WTPart - EPM Link getting ignored using OOTB Import/Export Framework WC 10.0

$
0
0

Hi Guys,

 

Need some help here. I am using the OOTB import/export framework for import/export of Objects in Windchill 10.0 M030.

When the EPM Document is imported first in Windchill and the related WTPart later the link between them is not created i.e. is getting ignored.

 

Any idea on how to "not ignore" link creation in any circumstances i.e. irrespective of the fact whether WTPart or EPM Doc is imported first in Windchill,

the link between them should be created.

 

Any help will be highly appreciated.

 

Thanks,

Prerna


How can I change path to SQL Server (from local to remote) in installed Windchill?

$
0
0

Hello,

Is there any tools to set another path to SQL Server (remote server) in already installed Windchill?

Thanks.

Performance Impact of PSM 4.0 over Windchill 10.2

$
0
0

We are looking for information related to the performance Impact of monitoring Windchill with PSM 4.0 (OOTB Installation of Windchill 10.2 M020/M030 and PSM 4.0).

We would be very interested if anyone can share experience (and figures) related to this performance impact

Making the Windchill URL public to access the same from Internet

$
0
0

Dear Members,

               Greetings of the day!!

    We have a task to public our Windchill URL to internet so that the remote users can also access the same when they are out of network.

Can someone help us out with the resolution.

Till now we have assigned one Static IP to the Windchill server but when we access Windchill through this the Apache asks for the credentials but after authentication the URL gets change to the Host name of the Windchill server ( e.g. http://host.mycompany.com:848/Windchill instead of 153.xx.xx.xxx/Windchill).

 

Please suggest the solution if anyone of you have faced the same issue earlier.

 

Your support will be appreciated.

 

 

Thanks

Business Rules Framework: Confirm Publish?

$
0
0

Guys,

 

Windchill 10.1 MO10 introduced a “Business Rules Framework” which was utilized to satisfy a couple of our customization requests reducing our customizations and maintenance cost.

  1. Confirm Check-in
  2. Confirm Roles populated

 

The attached document became available at the Windchill 10.1 MO10 release, but we had gotten a pre-release via the Windchill Technical Committee (in 2010, I think) so I am sure improvements have been made to the documentation and framework since then. 

 

We currently have a need for a “Confirm Publish” in 10.2 M030 that we could also embed into a workflow (like we have with the two mentioned above) that would take a look at the associated data in the workflow and confirm all objects successfully published at particular state changes that happen in the workflow. 

 

Any updates, advise or direction to assist would be greatly appreciated to help meet the need of a "Confirm Publish" capability.

Windchill 11.0 and PSM 4.0?

$
0
0

In Windchill 11.0 Datasheet (attached to this discussion), it is clearly mentioned that PSM 4.0 can be used with Windchill 11.0. However, PSM 4.0 is not available in the Downloads section (for Windchill 11.0) and also not listed as part of Windchill Supported Software (for Windchill 11.0).

 

Here is a question set:

- Can PSM 4.0 really be used with WNC 11.0 (using the Windchill 10.X System Profile and associated Dashboards)?

- Which exact release of PSM (5.0, ..?) is scheduled for Windchill 11.0?

Viewing all 3592 articles
Browse latest View live


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