cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Windchill Rehosting from testplm.ttrpune.com to tatatoyoplm.tachogroup.com is possible ?

VivekUchekar
2-Guest

Windchill Rehosting from testplm.ttrpune.com to tatatoyoplm.tachogroup.com is possible ?

Hello All,

i am trying to rehost our Windchill 8.0 M040 from our souce system ""testplm.ttrpune.com" to new Target system "tatatoyoplm.tacogroup.com".

Source System: testplm.ttrpune.com

Target System : tatatoyoplm.tacogroup.com

For doing this i fallow these steps:

1. Copy ptc folder from source to target with same folder structure.

2. Install Aphelion on "Tatatoyoplm.tacogroup.com"

3. Install Apache, Tomcat on target System which runs fine.

4. Export target root.ldif and import it on Target LDAP.

5. Export oracle dump from source and import it to Target System.

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

Replace all occurrences of the source hostname with that of the target system in the following files in <APACHE_HOME>/conf.

App-Windchill-Auth.conf

App-Windchill.properties

  1. httpd.conf
  2. ssl.conf
  3. workers.properties

Start Apache Server. Ensure that it comes up fine.

Apache Server Working fine.

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

SQL> select hostname from fvhost;

HOSTNAME

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

testplm.ttrpune.com

SQL> update fvhost set hostname='tatatoyoplm.tacogroup.com';

1 row updated.

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

SQL> update repository set lastknowndomain='tatatoyoplm.tacogroup.com' where lastknowndomain='testplm.ttrpune.com';

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

SQL> select url from site;

http://testplm.ttrpune.com/Windchill/servlet/WindchillGW

SQL> update site set url='http://tatatoyoplm.tacogroup.com/Windchill/servlet/WindchillGW';

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

SQL>Update remoteobjectinfo set remoteobjectid = replace(remoteobjectid, 'cn=testplm','cn=tatatoyoplm');

16022 row updated

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

alter package baselinepk compile body;

alter package epmworkspacepk compile body;

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

After doing all these syncronization steps we start the Windchill then it gives the bellow errors as attched in mehod server log.

I also call with PTC but as per ptc this is not supported method.

Please help us

Thank you.

Vivek

2 REPLIES 2

Hello Vivek,

I would like to upgrade and rehost my Windchill 8.0 M050 system to Windchill 10.0 M040.

Source host name: cad.snt.hu

LDAP: Aphelion

Target host name would be: cadwch.snt.hu

Target LDAP would be: WindchillDS

You look professional, I am a new and inexperienced this topic. What steps do you suggest me?

Regards,

Klara

VINO
4-Participant
(To:VivekUchekar)

Isn't like this for updating Repository table

SQL> Update Repository set lastknowndomain='ldap-pending.tatatoyoplm.tacogroup.com',guid='ldap-pending.tatatoyoplm.tacogroup.com' where lastknowndomain='ldap-pending.testplm.ttrpune.com';

Top Tags