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

dual revision scheme

$
0
0

What would be the best procedure for switching revisions schemes between a development phase and a production phase? Our development phase would be alpha characters and at production would switch to numeric.


What is Change Promotion utility and what are new things in Windchill 11 wrt Change Promotion Utility ?

$
0
0

Hi, I am trying to explore the Change Promotion utility in Windchill 11. Can someone please share your experience in it?

How to stop a User selecting himself as an Approver in Promotion Request?

$
0
0

We need to configure a business process in which we are using the Default "Promotion Request Approval Process" that is available OOTB. We want to stop the users from selecting themselves as an Approver in the Promotion Process.

 

PTC Tech support said this isn't possible. But doesn't this kill the process by itself? When the process isn't fool proof to stop the user selecting himself as an approver what is the use of it then? Is this achievable through any configuration options?

 

Thanks in advance!

Wondering if the support is extended with RHEL 6.9(64bit)?

$
0
0

According to the software matrices,FlexPLM is supported on RHEL 6(64bit).

So, wondering if the support is extended with RHEL 6.9(64bit)?

Login failed for user, Failed to acquire JDBC connection

$
0
0

Background:

     OLD: Windchill PDM Essentials 10.2 M030 production server

     New:                                        11.0 M020 test server

I have successfully installed Windchill 11.0 on a new VM, imported our SQL database from production to test using Microsoft SQL Management restore/replace function.

 

On the new test server I have a different SQL password. I've updated that using xconfmanager but still can't login.

"xconfmanager -s wt.pom.dbPassword=<NewPassword> -t db/db.properties -p"


However, I can login using those credentials directly to Microsoft SQL. Any help would be greatly appreciated.

 

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

 

 

2017-04-05 11:51:31,996 INFO  [main] wt.server.manager.startup - Registry created: RegistryImpl[UnicastServerRef2 [liveRef: [endpoint:[vdst-plm02.corp.vandynesuperturbo.com:5002,wt.boot.WTRMIMasterSocketFactory@1e240](local),objID:[0:0:0, 0]]]]

2017-04-05 11:51:31,996 INFO  [main] wt.server.manager.startup - ServerManager created: ServerManagerImpl[UnicastServerRef2 [liveRef: [endpoint:[vdst-plm02.corp.vandynesuperturbo.com:5002,wt.boot.WTRMIMasterSocketFactory@1e240](local),objID:[0:0:0, 5002]]]]

2017-04-05 11:51:32,011 INFO  [main] wt.server.manager.startup - ServerManager bound in registry.

2017-04-05 11:51:32,011 INFO  [main] wt.manager.CacheMasterNegotiator - Cache master stub name: CacheMaster

2017-04-05 11:51:32,011 INFO  [main] wt.manager.CacheMasterNegotiator - Using low-locking algorithm

2017-04-05 11:51:32,932 ERROR [main] wt.manager.CacheMasterNegotiator - Failed to acquire JDBC connection

com.microsoft.sqlserver.jdbc.SQLServerException: Login failed for user 'WindchillDB'. ClientConnectionId:9bcf6626-f85f-46be-a30a-7ba546b48bb4

  at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216)

  at com.microsoft.sqlserver.jdbc.TDSTokenHandler.onEOF(tdsparser.java:254)

  at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:84)

  at com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(SQLServerConnection.java:2926)

  at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:2243)

  at com.microsoft.sqlserver.jdbc.SQLServerConnection.access$000(SQLServerConnection.java:42)

  at com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute(SQLServerConnection.java:2229)

  at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696)

  at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1716)

  at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1327)

  at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:992)

  at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:828)

  at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1012)

  at java.sql.DriverManager.getConnection(DriverManager.java:664)

  at java.sql.DriverManager.getConnection(DriverManager.java:247)

  at wt.pds.StandardDataSource$1.getConnection(StandardDataSource.java:114)

  at wt.pds.StandardDataSource$ConnectionRetry.execute(StandardDataSource.java:399)

  at wt.pds.StandardDataSource.getConnection(StandardDataSource.java:117)

  at wt.pds.StandardDataSource.getConnection(StandardDataSource.java:83)

  at wt.manager.CacheMasterNegotiator.getNewConnection(CacheMasterNegotiator.java:859)

  at wt.manager.CacheMasterNegotiator.start(CacheMasterNegotiator.java:2268)

  at wt.manager.ServerManagerMain.startServerManager_internal(ServerManagerMain.java:391)

  at wt.manager.ServerManagerMain.run(ServerManagerMain.java:299)

  at wt.manager.ServerManagerMain.main(ServerManagerMain.java:229)

2017-04-05 11:51:32,932 FATAL [main] wt.server.manager - ServerManagerMain abort

Installing WC 11 M020 - Service Pack DVD?

$
0
0

Attempting to install.  Can't figure out what software download it's looking for for Service Pack - please see attached.  I've installed Windchill many, many dozens of times - never ran into this before.

A query that will list all WTParts in the system along with the folder they are stored in

$
0
0

Hi All,

Can some one provide me an SQL query that will list all WTParts in the system along with the folder they are stored in.

for example a test part: 0000000123 is stored in GOLF_CART / New_Folder/New_Folder2/New_Folder3 location.

Query result   Part Number      Location

                     0000000123       GOLF_CART / New_Folder/New_Folder2/New_Folder3

How to Customize Affected Objects View Table

$
0
0

i need to add an editable Additional Comments column to Affected Objects table to be used in Problem Report and Change Request.

How do i do that?

1. created new attribute called ADDITIONAL_COMMENTS

2. added to Affected Activity Data type, wt.change2.AffectedActivityData.

3. i updated the com.ptc.windchill.enterprise.change2.change2clientResource.java with the following:

@RBEntry("Additional Comments")

@RBComment("Label to be used in the Table Views")

public static final String CHANGE_LINK_DESCRIPTION2 = "CHANGE_LINK_DESCRIPTION2";

4. updated the wncWeb.jar file

 

- what else do I need to do??

- I want to make this attribute editable while adding parts to Affected Objects. Right now, it does not allow to do so.

The only OOTB attribute it Comments is editable.


Anyone used Rehost Utility 3.0 and do you have documentation, instead of using PTC documentation? Thanks,

$
0
0

Anyone used Rehost Utility 3.0 and do you have documentation, instead of using PTC documentation? Thanks,

How do I grant read access to just one specific folder?

$
0
0

I was asked to grant a read-only access to contents in a single folder (and its sub-folders), within a product context to which this particular user does usually have access (they're not part of any team that has access to this product context).

 

Is that feasible?  And if so, how do I go about doing this?

I tried to use the "manage security" function and have granted "Read" access to this user / group, but now I don't know how they can navigate to this folder and add objects to their workspace etc...  - in other words, the product context does not show up in their list of places to browse...

Access Control issue

$
0
0

I have 2 users user1 and user2 who have access to doc1.I have denied access to user1 by applying Deny acl on doc1;but when I use user2 and send the document to user1 for review/approve;user1 has access to this document from his task page.How do I prevent user1 from getting access to this doc at all.

Any idea on how long it takes to run Oracle to SQL server data migration ? Oracle DB is 100GB

$
0
0

We have a oracle 11g R2 DB around 100 GB with Windchill PDMLink10.2 M030. Need an estimate of the data migration time needed for TEST and PROD environment conversion ?

Finish button in Change Request creation wizard does not appear

$
0
0

Need help here.

 

We are currently using Windchill PDMLink v10.2 M030-CPS21 and have encountered an issue that appears to be happening more and more often.

 

During creation of a Change Request and performing Steps 1-3 in the Creation wizard, the Finish button does not activate. The only recourse by the user is to Cancel the CR wizard and start over. This happens about 20% of the time, but seems to be coming more prevalent. Has anyone else seen this phenomenon?

 

We are currently running Java 8 update 45

 

Thanks,

-William

Creo View in Chrome browser

$
0
0

I can't get Creo View to work in the Chrome browser after following PTC instruction on their support website. I'm on Windchill 10.2 m03 and CreoView 3.0, any help on work arounds.

Also does anyone know how to have shrinkwrap parts show up in Creo View.

Creo View Adapter for SolidWorks Plots Upside Down

$
0
0

Curious if anyone has successfully implemented the Creo View Adapter for SolidWorks when outputting HPGL (.plt) files.  I've followed all the instructions and my plots are coming out upside down.  I'm at a complete loss...

sw_a.PNG

CAD Worker

  • Windows 7 64-bit
  • SolidWorks 2015 64-bit w/SP4
  • Creo View Adapters 3.0 M032

 

Followed the instructions on page 432 of the Install Config Guide, worked through CS22286, and tried multiple Microsoft and HP printer drivers, all to no avail.


How to move Windchill on Windows server to Linux

$
0
0

Hi Windchill Gurus,

 

Our company has an old Windchill 9.1 running on Windows 2003 server, and we are planning to retire windows 2003 server soon, so we want to move it to Linux (RHL-2.6.32)

 

But I don't find any documents about rehost windchill from Windows to Linux.  BTW, all Oracle DBs are running on Solaris which will remain untouched.

 

I was hoping anyone from the community can give us some advice please.

 

Jerry

How to create AML part which is associated with the new part creation?

$
0
0

Hi All,


I am trying to create new part, where I have added one extra attribute as "Create_AML". I want to create an AML part, which is associated with the part created. If Create_AML attribute value is set to yes then one more wizard step will be there. For this I have added one step in createPartWizard.jspf as action = createNewAMLWizStep and created createNewAMLWizStep.jsp. I need more clarification for this requirement.


Thanks in Advance.

Allow Creator to Modify the Participants of a Promotion Request

$
0
0

We'd like to allow the creator of a promotion request the ability to modify (add or delete) members while the request is still In Review.

Is there a change that can be made under the Policy Administrator to allow this?

 

We are currently running Windchill PDMLink 10.1 M030.

Thanks in advance.

APQP in windchill

$
0
0

I am looking for a company that is currently using an APQP process managed by Windchill

Access to Workspace from a different user

$
0
0

Hallo zusammen,

folgende Fragestellung an das Forum. Vorab, wir arbeiten mit Creo Direct Modeling und dem Windchill Workgroupmanager 10.2 M030-CPS18 auf dem Client und serverseitig mit CPS22.

 

Ist es in PTC Windchill 10.2 als Admin möglich irgendwie an die Daten eines Users in seinem persönlichen Workspace zu kommen um diese Einzuchecken?

 

Kurze Beschreibung des Falles:
Ein User ist erkrankt und hat neu angelegte Daten in seinem persönlichen Workspace, diese sind zwar in den Commonspace hochgeladen und für mich als Admin ersichtlich, aber nicht eingecheckt. Nun sollte ich die Daten irgendwie "frei" bekommen, dass ein anderer User diese weiterbearbeiten kann. Neuanlage geht nicht, der Artikel ist bereits im System vorhanden und beim Einchecken bemerkt das System, dass im Commonspace eines Users Modell und Zeichnung bereits vorhanden sind, und bringt eine Fehlermeldung. Des weiteren möchten wir den aktuellen Stand nicht einfach nochmals erarbeiten.
Lösungen unter Übernahme des Useraccounts mittels Adminrechten / Zurücksetzen seines Passwortes sind aus datenschutzrechtlichen Gründen nicht erwünscht.

Vielleicht gibt es ja Windchill-Erfahrene die eine Idee hätten? Ansonsten sehe ich das als eklatanten Mangel des Systems an?

Viewing all 5797 articles
Browse latest View live


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