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

ghost files


Validate EPM FamilyTables task failed after running windu in Windchill 8

$
0
0

Hello,

 

I ran windu utility on Windchill 8 M50.All other tasks were executed successfully other than Validate EPM FamilyTables task.

Following is the error message shown in the logs:

 

Caused by: wt.pom.DatastoreException: A SQL error has occurred for the statement "BEGIN ? := EPMFTValidatorPK.ValidateEPMTable(?,?,?,?,?,?,?,?,?); END;". Database system message follows:

Mon 8/19/13 20:16:37:      java.sql.SQLException: ORA-06550: line 1, column 13:

Mon 8/19/13 20:16:37: PLS-00306: wrong number or types of arguments in call to 'VALIDATEEPMTABLE'

Mon 8/19/13 20:16:37: ORA-06550: line 1, column 7:

Mon 8/19/13 20:16:37: PL/SQL: Statement ignored

 

Also find atttached log.

 

Please help me.Thanks in advance.

Data Mapping For ProIntralink to Windchill 10.1 F000 migration

$
0
0

Hi I am getting an error while running the command

ildataLoader Mapping

to get the menu required for downloading and doing the other necessary steps for migration of data.

The error which i am getting is as follows:

 

C:\ptc\ILMigration\bin>ildataloader.bat Mapping

20/08/2013 14:45:19 INFO  util.JMXRegistry                                  - MBean: Logger registered successfully.

20/08/2013 14:45:19 INFO  bin.ILDataloader                                  - Verifying Migrator BuildCode ....

20/08/2013 14:45:23 INFO  connection.ILConnection                           - Oracle optimizer_mode successfully set to 'choose'

20/08/2013 14:45:23 ERROR util.MigUtils                                     -

com.ptc.migration.util.MigrationException: Failed to retrieve MigrationSite with domainId:4163182493232253876 Cannot load mapping data.

Nested exception is: com.ptc.migration.util.MigrationException: Intralink does not have fileserver

 

i am able to connect to the database on the intralink side and also  tnsping to them.

 

Can anyone please suggest as to why i am getting the problem?

 

Thanks

 

Abhinav

Anyone have a new features list for Windchill 10.2?

$
0
0

The only thing I have found is listed below that is very good, but does not get into the explanations of the enhancements, which I am sure were talking points to this presentation.

  

PTC Windchill and Enterprise Product Roadmap Update

Will Kohler  

SVP Enterprise Product Management, PTC

 

 

June 11, 2013

3D graph generation capability in RELEX 2011 lost in upgrade to WQS10.2

$
0
0

I've been somewhat frustrated that after upgrading to Windchill Quality Solutions, after using RELEX for many years, I've lost one of my favourite features, 3D graph generation.

 

The graph below was generated in RELEX 2011, it looks fantastic in a report. Now after the upgrade at great expense the capability to generate this graph is no longer available.

 

PTC please can you re-introduce!!

 

 

3d effect.jpg

How to capture the download event?

$
0
0

Using which event we can capture the event which is generated at the time of downloading of Primary or secondary attachment of WTDocument

Windchill slow with Windows XP

$
0
0

My company just started using Windchill with Creo 2.0, we have some uses using Windows 7 and some still using Windows XP.  For my Windows XP users Windchill seems to be very slow.  It is much slower than for my Windows 7 users.  Is there anything I can do to increase the performance for the XP users?  Upgrading to Windows 7 is not an option at this point, because of an old program they are using that 7 does not support.  Any ideas or suggestions would be appreciated.

RELEX *.rpj files conversion

$
0
0

I have some very old RELEX files, I would like to convert them to the latest versoin of Windchill Quality Solitions, however, the tools to do not seem to exist. Am I mistaken?


RELEX *.rpj file conversion

$
0
0

Does a means exist to allow me to convert them to WQS10.2?

 

Those  files were made avaailable to me from a client, but they are now near 10 years old

Migrating from Windchill Active Directory to Open DS LDAP

$
0
0

We are migrating our users from the Windchill Open DS LDAP to an existing enterprise Active Directory LDAP. How do we map a user from the old LDAP to the new? The only way I have been able to do this is to disconnect the user from the old LDAP, and then-through the principal administrator- reconnect the user to the newer LDAP entry.

 

We have considered writing a script but aren't sure if anyone has used any other methods.

Move objects from one context's folder to another context's folder while creation

$
0
0

Hi All,

 

I've a requirement which asks to move objects of a certain type from one product to another product while creation. For example, if I created a WTPart in Product A, it should get stored automatically in a given location within Product B.

 

I'm not sure how to enable such move action within inter context movements. How can we achieve such scenario?

 

Thanks in advance.

 

Wasim

Print multiple Values (Sales Order Details) on the fly for a single drawing from WTPart Attribute value

$
0
0

I have a requirement to print Sales order information to an existing (design released) drawing and release to manufacturing.

 

I receive Sales Order Information from SAP [Presently Not Integrated with SAP] - But we create SO WTPart to which we associate the design.

 

There could be multiple sales order for a single design

                            - So I do not want to create a new drawing [We are doing this now]

                            - I do not want to do save as just for the sake of modifying only the Sales order details.

                            - Wanted to watermark / print the SO Details from the SO WT Part to the drawing and attach it to the WTPart on releasing to Manufacturing

                          

 

The SO Details in the drawings is only required for the Manufacturing.

 

But need to maintain the associations of the design and SO Number, to identify how many Sales order are for a design.

 

 

Please advice if this is right approach and any available solution for the similar case.

 

This will save more data creation, as we are creating 30~40 drawings for a design for to modify (Save as) the Sales Vaules.

Webject to get the latest design view of a part

$
0
0

I'm trying to get the latest design view of a part with a webject query.

 

I've tried the following, but it continues to return the manufacturing view if it is later than the design rev.

 

<ie:webject name="Search-Objects" type="OBJ">

  <ie:param name="INSTANCE"  data="com.fncorp.sine.Windchill"/>

  <ie:param name="authorization" data="$(@SERVER[]AUTHORIZATION[0])"/>

  <ie:param name="TYPE"   data="wt.part.WTPart"/>

  <ie:param name="attribute"  data="name,number,version,iteration,view,group" delim=","/>

  <ie:param name="ITERATION"   data="LATEST"/>

  <ie:param name="VERSION"   data="LATEST"/>

  <ie:param name="VIEW"   data="Design"/>

  <ie:param name="WHERE"   data="(number='<%=strNumber%>')"/>

  <ie:param name="group_out"  data="objectSearched"/>

    </ie:webject>

What is NavigationCriteria in CadCollector.newInstance(seeds, criteria) ?

$
0
0

I am trying to collect all CAD Document using CadCollector.

 

Its asking for NavigationCriteria  and seeds

 

I know seed is WTCollection of EPM and I am not able to get any details about NavigationCriteria in APIs

 

Suggest me some right direction to NavigationCriteria.

Windchill Customization : How to hide a textbox using data utility

$
0
0

Hi All,

 

We have a requirment to have multiple textboxes against Number attribute as below.

 

number.png

This is achieved this by changing the data utiltiy but not accepting the values from the entered textboxes, we have solved by adding one StringInputComponent(Textbox) and appended the form data entered in the textboxes.

 

But now, we are unable to hide the StringInputComponent(TextBox).

 

 

number_new.jpg

 

Could you please help to hide the textbox.


What is NavigationCriteria in CadCollector.newInstance(seeds, criteria) ?

$
0
0

I am trying to collect all CAD Document using CadCollector.

 

Its asking for NavigationCriteria  and seeds

 

I know seed is WTCollection of EPM and I am not able to get any details about NavigationCriteria in APIs

 

Suggest me some right direction to NavigationCriteria.

Knowledge Base Search

$
0
0

OK.. once again I find myself trying to use the PTC Service Knowledge base.  My delima.. I need to know what versions of Creo Parametric 2.0 are compatablile with Windchill 10.1 M030.  Sounds like a simple key search right?  .... I have no idea how and why there is a search option on the PTC Technical Support Portal.  Is it just me or is PTC wasting their time.  It's like if I search for Car it returns Mars.  I have never in my 20 years experience or whenever the web based Knowledge base had been created been remotely sucessful with any search.  So am I alone?  Should we tell whoever is in control of this feature to abandon it?  I have been asking this question for more than 10 years....  

 

O by the way.. I am trying to find the compatibility matrix for Windchill and Creo 2.  Something that should take me 5 min not 30.  Guess I am back to Google... 

Hide New Change Request when object Check Out?

$
0
0

Hi everyone,

I noticed that when an Document is check out, the new Promotion Request is hidden, I would like to do the same for new Change Request.

Anyone know how to do that?

 

10.1 M40.

Hide new Change Request when Document is Checked Out

$
0
0

Hi Everyone,

 

I noticed that when a Document is "check out" that the New Promotion Request is gone from the Actions.

Anyone know how to do the same for new Change Request?

 

10.1 M40

Mouse over text

$
0
0

Does anyone know how to turn off the text that pops up when you hover your mouse over something?

 

mouse text.png

Viewing all 3592 articles
Browse latest View live


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