Quantcast
Channel: PTC Community: Message List - Windchill
Viewing all 8876 articles
Browse latest View live

Re: Running CREO publisher on Different Server

$
0
0

PTC's publishing process creates many temporary files some of which do not get cleaned up. If you get too many of these it will lead to publishing problems. Obviously you need to run the purge.bat which exists in the worker directory and also remove from the setup directory:

  • .wf directory
  • .wld directory

 

You also need to regularly clean up the files and directories created in the %AppData%/Local/Temp directory:

  • fb*.tmp files
  • proe2pvd.* directories
  • ptc*.tmp files
  • proe2pvo.* files

 

I have seen "failed to register Windchill server" errors when too many of these Temp files/dirs exist.


Re: Running CREO publisher on Different Server

$
0
0

Just yesterday I found about 40 GB of temp files in that Temp directory that Randy Jones mentioned and also in here for document publishing:

 

C:\Users\<username>\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Word

 

C:\Users\<username>\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.MSO

 

Re: Running CREO publisher on Different Server

$
0
0

We just now updated our Creo Worker to 3.1 M010 and added this property, wt.auth.Trustedhosts, and the 22 error is gone and publishing works.

How to change group of queue say from Default to Default2

$
0
0

Under the Queue management

How to change group of queue say from Default to Default2?

Can we do it from application level by right click?

queue.PNG

wt.util.WTRemoteException: Unable to invoke remote method;

$
0
0

Who can help me to solve this problem, my code is:

 

public class Test {

 

 

  /**

  * @param args

  */

  public static void main(String[] args) throws Exception {

  URL url= new URL("http://whichen-ws01.cisco.com/Windchill");

  RemoteMethodServer rms=RemoteMethodServer.getInstance(url);

  rms.setUserName("wcadmin");

  rms.setPassword("wcadmin");

  System.out.println("login succeed!");

 

  Class argTypes[]={String.class, String.class, String.class, String.class};

  Object argValues[]={

  "Whichen_demo_name2",

  "Whichen_demo_number2",

  "Whichen_demo_file2",

  "C:\temp\rule.xml"

  };


//accessing the method of a utility class which is in windchill codebase directory

  rms.invoke("createDoc", "com.cisco.whichen.DocManager", null, argTypes, argValues);

  System.out.println("Succeeded!");

 

  }

 

}

 

My local host file is:

127.0.0.1 localhost whichen-ws01.cisco.com # whichen-ws01

 

Looking forward to your kindly help.

Associate wtpart

$
0
0

Hi ,

 

In Windchill 10.0 M010, I am already created a WTPart inside Windchill. Now am creating a CAD Document with the same name of WTPart. But  when i check in the cad document with out use Auto Associate option.

 

But after check in the WTPart and CAD Documents are not associated. I read somewhere like if the names are same it will associate automatically.

 

Whether i have to set any Preference for that???

 

 

Thanks in advance..

Re: Associate wtpart

$
0
0

krishnamoorthy C wrote:

 

Hi ,

 

In Windchill 10.0 M010, I am already created a WTPart inside Windchill. Now am creating a CAD Document with the same name of WTPart. But  when i check in the cad document with out use Auto Associate option.

 

But after check in the WTPart and CAD Documents are not associated. I read somewhere like if the names are same it will associate automatically.

 

Whether i have to set any Preference for that???

 

You need to set the following preference:

Operation > CheckIn Operation > Auto Associate upon Check In = Yes

What are the differences between Watermarks and Stamps on PDFs ?

$
0
0

We have configured and customised Windchill PDMLink to show some of the CAD Document information on native MCAD drawings created with Creo Parametric and SolidWorks, by using a combination of implicit mapping of Attributes and customised copies of the "download delegate" and the Promotion workflows.  At the end of the workflows, the Lifecycle state changes and the drawings get re-published by WVS and the cadworkers, to make new PDFs showing the latest version, Lifecycle state, etc.  Hence both the native CAD drawings and the PDF viewable copies show exactly the same information in the drawing title block.

 

The same behaviour is not possible for ECAD applications, such as Creo Schematic or PCBCAD tools from eg. Mentor Graphics, because they have a set of native files that get ZIPed up to make the ECAD Document primary attachments, and the viewables are (typically) made on the client-side automatically during the check-in process.  Hence there is no mechanism for sharing Attributes & values between Windchill WGM and the native ECAD drawing files, and no sensible way to re-publish the viewable copies after approval in order to show the new version and state.

 

Following discussions with PTC and our VAR, and as I have described on another recent posting (add cross-ref. here ...), it seems the best solution for ECAD would be to add watermarks or stamps to the PDFs (copies of drawings, etc, attached to ECAD Derived documents) in order to add and show the missing metadata.  I have been searching the PTC websites and the Internet for information about the various ways this might be achieved, and found quite a lot of it is confusing  - as the terms watermark and stamp sometimes get mixed up.  I have even read about some PDF stamping tools that apply watermarks, and vice versa !

 

Can anyone confirm or clarify the following tentative conclusions :

I think that stamps may be more versatile than watermarks, as they may be more easily sized and positioned to fill in a title block on different sizes of drawing sheet (A4, A3, A2, A1, A0) ?

I think that stamps are applied on top of the visible information, and that watermarks are applied behind the visible information, and that both can be made opaque or translucent ?

I think that stamps can be omitted when printing PDFs but that watermarks cannot as long as they were created with the relevant options set to prevent them being hidden ?

I think that the watermarking functionality in WVS only works on files viewed in Creo View, and that if a PDF viewable is downloaded it will not show that watermark ?

 

There are a few, possibly several, third party tools for adding watermarks and/or stamps to PDFs, and of particular interest are the ones that can be used from the command line (using java or javascript, as these might be used in workflows or perhaps with the WWGMTK...), from companies that provide add-ons or consultancy services for Windchill, as mentioned by other users on this forum (eg. Fishbowl, Najanaja, Wincom).  Can anyone describe how they have used any of these tools with the ECAD WGM and PCBCAD applications ?

 

Nick


PDF Files Not Opening

$
0
0

We have a strange situation in Windchill 10.2 m030 CPS9.  If we have Excel open a cell active where we are entering something, we are not able to open a PDF document from Windchill.  As soon as we close the cell, or if we open it in CREO View, it will open.  These are not always an option and the user shouldn't have to remember that it is okay one time but not okay the next time.  I'm suspecting that it has something to do with Windchill DTI but cannot figure it out.  There are also times where it will take minutes (5+) to even open Excel or Word files to open. (I know a different issue, but I wonder if they are related).

 

Has anyone else experienced the PDF issue?  Anyone with any ideas?

 

Thanks!

Exploring ThingWorx for Completing Work Item tasks

$
0
0

I am exploring option to complete work item using a Java or Inforengine tasks. Thingworx has out of the box CompleteWorkItems service. It does not take Voting ( Approve / Reject) as an input parameter.  So I am wondering if anyone has explored completing the workitem with a Vote option in WIndchill.

 

Thanks for your help.

Preeti

Re: What are the differences between Watermarks and Stamps on PDFs ?

$
0
0

No idea on the ECAD stuff, but I can confirm your last point:

I think that the watermarking functionality in WVS only works on files viewed in Creo View, and that if a PDF viewable is downloaded it will not show that watermark ?

 

Without either republishing (Fishbowl) or on-demand marking (Wincom), the PDF files downloaded from Windchill will not have any watermark or stamp applied to them.

PSE - Adding Tabs

$
0
0

Hi,

Two questions..

 

1. In windchill 11, why iam not able to see the action "Open  in Product Structure Explorer"?

 

2. in Windchill 10.2, Why iam not able to add the tab " Related Objects" in the PSE ?  See Below.,

 

Thanks

Hari

Re: PSE - Adding Tabs

$
0
0

Hari,

 

As we continue to drive functionality to PSB and remove Java applets we have PSE turned off by default in Windchill 11.0 F000.  There is a preference to show the action.  However I would strongly consider only using PSB for specific functionality such as Parameters & Values optionality.

 

(Utilities Tab) Under the Preferences -> PSE -> Enable Product Structure Explorer (PSE)

 

For the 10.2 Related objects - I am not sure off hand - that might be a TS call.

Re: PSE - Adding Tabs

Re: Exporting PDF's

$
0
0

It looks like Wincom offer an alternative solution for creating PDF's of Office Documents without Adobe LiveCycle, called "Office PDF Worker", see:

Wincom App Center

Another of their apps, called "Representation Export UI", is meant to export multiple PDFs to a zip file on the user's hard drive, see:

Wincom App Center


Re: PSE - Adding Tabs

$
0
0

Do you have a better description of the use case you are trying to solve?  I looked at the thread, but it was not clear.

Getting Routing choices from a Work Item

$
0
0

Is there a way to get this routing choices from an user work item. I do not see any api to get routing choices before the work item is completed. It appears that they are generated dynamically. Any ideas?

2016-08-04_8-46-45.gif

I appreciate any help.

thanks.

Re: PSE - Adding Tabs

$
0
0

Hi,

Thanks for your attention.,

Iam looking to add a tab as shown below, see the red box.,  Here "material & coating" is a custom tab that contains a configurable desc link.

Re: 10.2 M030 CPS10 - Has anyone been able to compile the CATIA V5-6R2015 WGM Abstraction dll's?

$
0
0

Dear all,

thank you so much for these tips. I'm builing dlls and I have some doubds on the configuration of Windows/Visual Studio.

I'm able to build them but what is expected I use to do that?

Do I need to install all the Microsoft hotfix for Windows 7 Sp1?

Do I need to install only VStudio2008Sp1 patches in the video or it is better to install everything Windows Update propose?

I tried different configuration and MD5 of dll is changing everytime i install patches, so i'm little bit confused on that.

 

Thank you for the answers

 

Andrea

ps i'm building dlls for CATIA V5-6R2014 SP4

Re: What are the differences between Watermarks and Stamps on PDFs ?

$
0
0

For some reason I cannot edit my original posting to add the cross-reference link, so here it is :

using Windchill Attributes from ECAD Docs on Mentor Graphics drawings ?

 

Given the ECAD Document structure provides a choice of possible storage locations for PDF files - as either secondary attachments on ECAD Documents or primary attachments on ECAD Derived documents - the on-demand marking method from Wincom appears to offer the most comprehensive solution, but are there alternatives ?

 

If we put some dumb text in title block area of our native ECAD drawings to say something like "this is an uncontrolled working copy, only PDFs from Windchill will show current version number and state", then could we hide that with a PDF stamp that has a solid white background, text labels and dynamic text showing <WC_attributes> in the foreground ?

Viewing all 8876 articles
Browse latest View live


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