WBM tool touches almost each and every feature of Windchill. This is one of the latest launched tools by PTC and is used to Migrate from other products to Windchill. It can be also used to migrate from Windchill to Windchill, but honestly speaking, Upgrade Manager works better for Windchill to Windchill upgrade, unless a special case where you might want to upgrade from multiple Windchills to a single Windchill or old Windchill version to an existing Production Windchill.
Amazon
Sunday, September 14, 2014
The Windchill Bulk Migrator...
WBM tool touches almost each and every feature of Windchill. This is one of the latest launched tools by PTC and is used to Migrate from other products to Windchill. It can be also used to migrate from Windchill to Windchill, but honestly speaking, Upgrade Manager works better for Windchill to Windchill upgrade, unless a special case where you might want to upgrade from multiple Windchills to a single Windchill or old Windchill version to an existing Production Windchill.
Sunday, April 22, 2012
Recoving Oracle..'Wind' database...
Tuesday, January 3, 2012
JExplorer..LDAP jobs made easy
The new WindChillDS UI is too complex and boring to work on. I tried to search some tools which could be handy to work on LDAP and found this tool JExplorer.
This tool gives the feel of the old Aphelion browser and has many cool feature that makes it way handy than WindChillDS.
Where to get it…
http://jxplorer.org/downloads/users.html
it is pretty straight forward to use .
Its features;
http://jxplorer.org/features.html
Here is if you need more information,
http://jxplorer.org/documents/JXv3.2_Administrator_Guide.pdf
Tuesday, July 26, 2011
Tell me…what you want to see
I am always thinking of new topic to put up here to help many others who are into Windchill….please reply to this topic below if you want to see any specific topic here that you think might not only help you but several other PLM engineers as well. I will try my best to write an article on it.
Regards,
Rohan
Monday, July 11, 2011
Fiddler to debug Windchill issues on Internet Explorer
Fiddler can be helpful for:
1. Find files/java scripts that are accessed by the client from the server.
2. When we encounter a strange performance work bottleneck in IE that you can't track down.
3. Task is not executable only on Internet Explorer
4. Able to perform a Specific web activity only on Firefox and not on IE
Fiddler works only with IE
What does Fiddler Fiddle with:
Fiddler records all HTTP(S) traffic, set breakpoints, and "fiddle" with incoming or outgoing data.
System Requirements
Windows 2000 / XP / 2003 / Vista with Microsoft .NET Framework v2.0 +
10 megabytes disk space / 800mhz processor (Screams at 2.4ghz)
128 megabytes RAM (512mb+ highly recommended)
Link to Download Fiddler
http://www.fiddler2.com/fiddler2/version.asp
A Picture speaks 1000 words: Fiddler Layout
HTTP Statistics view
By exposing all HTTP traffic, Fiddler easily shows which files are used to generate a given page. Using the Statistics page, the user can multiselect to get a "total page weight"—the number of requests and the bytes transferred
Additionally, by exposing HTTP Headers in the Session list, the user can see whether pages are missing HTTP Expiration headers that permit client or proxy caching. If a response does not contain Expires or Cache-Control headers, it might not be cached by the client.
Using Fiddler for Debugging
In addition to seeing all HTTP requests and responses, Fiddler supports the notion of breakpoints. When the Enable Single Step Debugging option is checked on the Rules menu, or when the properties of the HTTP Request or Response match the target criteria, Fiddler can pause HTTP traffic and allow edits. This feature proves useful for security testing, as well as for general functionality testing, because all code paths can be exercised.