Quantcast
Channel: PTC Community : Discussion List - Windchill
Viewing all 5797 articles
Browse latest View live

Does WindchillDS support password history & aging?

$
0
0

I did a quick search of PTC's knowledge base and the community and didn't find anything.


What is an IBA?

$
0
0

Can someone recommend some reading material about IBA

Security Labels Command line tool question

$
0
0

I am running 10.2 M020.  When I try to run the command java wt.access.UpdateSecurityLabels -inputFilePath="F:\doc_security_set.xlsx" -allVersions It ask me to login in.  I have tried my wcadmin account, my admin account and my personal account who is also a site admin.  I receive the Error: Unable to connect to the Windchill server. Contact your administrator to

start Windchill before you retry.  Windchill is up and running fine.  I have verified that all these accounts belong to the site admin group.  The install guide says to set this property

wt.access.UpdateSecurityLabels.authorizedParticipant or it defaults to the Site Admin group.  Has anyone else ran into this problem.

Update service in Windchill Connector for Thingworx

$
0
0

Hello all, I am exploring Thingworx these days. I need help with Update service. I do not see any documentation on how to use it. I just hover over it to know little more about its usage in Thingworx Composer. However that's not enough.

I am having hard time finding out how to update an object in Windchill. What syntax would work for modification parameter. Any pointers..

 

 

var params = {

  modification: undefined /* STRING */,

  dataShape: undefined /* DATASHAPENAME */,

  objects: undefined /* INFOTABLE */

};

 

 

// result: INFOTABLE dataShape: "undefined"

var result = me.Update(params);

 

 

Please help.

thanks.

Alias Attribute Mapping

$
0
0

I have been researching the ability to populate a WTpart with all sorts of attributes and then link documents to that WT using a described by link.  The end goal is to have these attributes show in many WTdocs without having to retype enteries (example: serial number, description, sales order, etc)  I can get the Help example: "describedBy@wt.part.WTPartDescribeLink~describes^wt.part.WTPart~name" to work perfectly....but when I try other attributes, like ones I have created, it will not fetch the information and display in the wtdoc.  What an I doing wrong?  I reached out to Tech Support on Monday, still waiting to hear anything from them. 

How do I make Windchill read only?

$
0
0

We are retiring Windchill Intralink 9.1 soon, and migrating to a different PDM.
However, we want to keep Windchill running as read-only for a few months in case we discover any files that were not migrated.

My first thought was to make all vaults read-only. But is that enough?

Will users still be able to revise, check-out, or promote?
All we want is for users to be able to "Add to Workspace" in Pro/E so they can export afterward.

I'm hoping to avoid using the Policy Administrator to change Domain permissions.

(It's been years since I've created/changed those.)

 

Gerry Champoux

Williams International

What happened to the Customer Experience Management CDs for Windchill 10.2 and previous?

$
0
0

Hello,

 

I must have missed a memo or announcement or something.

 

A few months ago, I was able to find the Customer Experience Management CDs on the download site under "Windchill Quality Management System (CAPA, NC etc.)"

 

Now, the only version available is for Windchill 11.

 

Where did MED-60744-CD-102 (and previous releases) go?  (as seen in http://support.ptc.com/cgi/support/apps/sft_upd_dsp/sft_upd_dsp_adv.pl?product=NRM)

 

Thank you.

 

MLS

report forms

$
0
0

Using Windchill 10.2

I used to be able to print the FTA diagrams with many different options.

I had to re-install the client on a new PC and now I don't see the print options anymore.

 

I there some server or license access that I am missing.

I don't see any of the standard print "forms" anymore.


How to rename a lot of parts at once? Windchill 10.1

$
0
0

Hello!
Help me to rename a lot of parts. I have to change a lot amount of names. I tried to use import sheet option. Import passed sucessful but its didnt change the names. How can I change a lot of names with import sheet? Or maybe there is another solution except changing a lot of parts aprt of each other

Pass argument to custom CAD worker

$
0
0

Hi all,

 

I am looking for a way to pass an additional argument to my custom worker. The main task that I want to achieve is to create a different output format based on user publishing params (Output Options). I uploaded an publishing rule xml containing two param-set

 

<param-set name="Create PDF">      <worker name="type">pdf</worker>  </param-set>  <param-set name="Create X_T">      <worker name="type">x_t</worker>  </param-set>  <publish on="create-representation" param-set="Create PDF"/>  <publish on="create-representation" param-set="Create X_T"/>

 

Now the user has the ablity to select between the two publishing options. On the worker machine (separate windows machine with worker daemon and generic worker) I would like to somehow get the "type" worker argument and pass it to the batch, or write it to the .in file. How could I achieve this?

 

Thx,

Tamás

how to attach a representation to content tab

$
0
0

Is there a way to upload a locally created viewable into the content/representation section of an epmdocument?

Can you change an Attribute Type from String to Number

$
0
0
Hello.

Have a system where attributes related to cost where created as String... now desire to use Cognos to generate Reports. The users actually wanted Numbers.

Is there a way to convert Attributes from a type string to type Number?

Or will I have to make new Attributes of Type Number/ Add to the wtPart Templates going forward?






Brian Sullivan
SR. Application Engineer, TriStar, Inc.
p: 800-800-1714 x3139
www.tristar.comhttp://www.tristar.com

Can you change an Attribute Type from String toNumber

$
0
0
Are you getting your data for the report from an InfoEngine task? If
so you can put some java to convert the string to number.

PTC gave us a demo of Cognos and they showed how you could do some
postprocessing of the returned data with java within the InfoEngine
task.

Steve D.

Quoting Brian Sullivan <brian.sullivan@tristar.com>:

> Hello.
>
> Have a system where attributes related to cost where created as
> String... now desire to use Cognos to generate Reports. The users
> actually wanted Numbers.
>
> Is there a way to convert Attributes from a type string to type Number?
>
> Or will I have to make new Attributes of Type Number/ Add to the
> wtPart Templates going forward?
>
>
>
>
>
>
> Brian Sullivan
> SR. Application Engineer, TriStar, Inc.
> p: 800-800-1714 x3139
> www.tristar.comhttp://www.tristar.com

Is it possible to retrieve Classification nodes with hierarchy and attributes in an report through an API like info*engine?

$
0
0

Is it possible to retrieve Classification nodes/tree with hierarchy and attributes in an report through an API like info*engine?

How to retrieve the values of Classification Attributes for WTParts?

$
0
0

Hello All,

 

I trying to write a Query report to list all the values of Classification Attributes for all the WTParts. I followed PTC solution CS220979, I'm only getting the Attribute Names of all the WTParts. The values of the Attributes are not generated. Is there something I'm missing to add in the query?

 

Any suggestions would be helpful.

 

Thanks,

Kiran


How to Customizing the Log out Button in Windchill 10.2 ?

$
0
0

Hi folks,

Want to add log out functionality (Cutom Button) in Windchill 10.2?

File size in Office Worker

$
0
0

Hi all,

 

I am trying to publish a ppt file and it keeps failing. The document has 3.01 MB.

If i publish a smaller version of the same document, it works.

 

Has anyone had this issue also?

 

Configuration:

Windchill 10.2

Adobe Experience Manager

How to import external project files into Windchill Quality Solutions 10.2?

$
0
0

What is the extension of the file to be used and what are the steps to accomplish the import of a project file from one WQS license to another?

breaking references

$
0
0

Hello

 

I'm trying to remove 2 parts from my Creo 2.0 workspace, but Windchill insists that they cannot be removed without also removing the parent object.  The parent object does not use these 2 parts.  How can I break the link between the parent and children?

 

Thank you

Object ID prefixes

$
0
0

Hi, have a good day.

 

I'm doing some practices with windchill and  trying to understand how it works. Now I have a doubt.

 

What is the difference between  these two prefixes in objects ID

 

VR:wt.part.WTPart & OR:wt.part.WTPart

 

 

Thank You for your time.

Viewing all 5797 articles
Browse latest View live


Latest Images

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