Re: When will PDMLink 10.2 M030 be released
OK, Thanks. I totally missed the announcement.
View ArticleRe: When will PDMLink 10.2 M030 be released
By the way, it's not obvious until you get into the documentation, but if you have 10.2 M020 and either CPS08 or CPS09 installed then you can't install M030 until CPS02 comes out.
View ArticleRe: When will PDMLink 10.2 M030 be released
Did the PTC Portal ever announce that 10.2 M030 was available? I had checked earlier in March for the downloads but was waiting for an announcement, but must have missed it.
View ArticleRe: Windchill Bulk Migrator 4.0 Discussion Page
Hello Windchilists! WBM realy very great product!!! I know people how try to write similar software for migrate from old another DB to WC, and get only BIG problems.I had done migrated content metadata...
View ArticleRe: When will PDMLink 10.2 M030 be released
PTC Tech Support email on 16 March: Windchill PDMLink 10.2 DatecodeDescriptionM030PTC Windchill Platform StructuresM030PTC Windchill PDMLink 10.2M030PTC Windchill 10.2 Supplier...
View ArticleRe: Java code to Download Content of WTDocument
If you are within windchill 10.1 or higher the simplest way would be to put your code into a jsp and execute it - In pdmlink 10 the servletengine is in the same context as the methodserver
View ArticleRe: Java code to Download Content of WTDocument
Another option is to invoke your method on the methodserver: import java.lang.reflect.InvocationTargetException;import java.rmi.RemoteException; import org.apache.log4j.Logger; import...
View ArticleHas anyone figured out a way to create CAD Documents when creating Parts...
A Windchill/CAD Integration Question - As an example, I am using the attached files to 1. import the parts from a spreadsheet, 2. create the BOM structure from a spreadsheet. I just want to tie that...
View ArticleRe: How to call Windchill API from outside the Windchill
From your post above, it sounds like you have a Java code that calls an IE task (different from my understanding that you are calling Java code via Apply-Service webject). Can you explain what you are...
View ArticleRe: Is there any way to send a real time message to Windchill users via the...
check http://support.ptc.com/cs/help/windchill_hc/wc102_hc/index.jspx?id=DTIWCDocAttributesInsert&action=show
View ArticleRe: Is there any way to send a real time message to Windchill users via the...
We have a message that is displayed in our header, that is controlled in the begin_custom.jspf file. By default it will only show a new message on restart of your system, which will not meet your...
View ArticleRe: Is there any way to send a real time message to Windchill users via the...
Hi Barry, We also use the alter banner like Randy. In addition to modifying the banner.txt you'll need to add the following line to the codebase/netmarkets/jsp/util/begin_custom.jspf: <%@ include...
View ArticleRe: How to call Windchill API from outside the Windchill
So basically I have my application which is developed in java and which collect the Documents from the file server and load it to Windchill using Info*engine webject task
View ArticleRe: setting up DFS(Distributrd File Server Worker)
In case you haven't seen these already:http://support.ptc.com/WCMS/files/157363/en/WindchillVisualizationServicesGuideWC10-2_M030.pdf (page...
View ArticleRe: Creo View M031
Marco Tosin, has the download for M031 shown up for you yet? I'm still just seeing M030.
View ArticleRe: Has anyone figured out a way to create CAD Documents when creating Parts...
Eldo, I'd welcome us having a chance to talk - when can we set that up?
View ArticleRe: Is there any way to send a real time message to Windchill users via the...
I think that don't good idea for WC perfomance to read a file online for every request.May be need add some cache?
View ArticleRe: How to Capture EPMDoc Checkin event, and after checkin call a simple Program
Hi Vivek, In the code snippet that Jamie has pointed you to, replace "EPMWorkspaceManagerEvent.POST_WORKSPACE_CHECKIN" with "WorkInProgressServiceEvent.POST_CHECKIN" for your case. Let me know if...
View ArticleRe: Is there still a Product Structure Explorer in Windchill 10.2
Jeff,Maybe there is a typo on slide 12? The bullet points for "model driven product structure" are actually seen under "import from spreadsheet" and vice versa? Screenshot below. Also, as I was...
View Article