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

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Windchill 7 to Windchill 9.1 upgrade paths

dtkach1
1-Newbie

Windchill 7 to Windchill 9.1 upgrade paths

Just would like to find out if anybody did recently upgrade from WC7 to WC 9.1 and what was the path of upgrade from technical perspective. What kind of issues did you have, solutions, customizations upgrade...

D
4 REPLIES 4

i'm not sure whether you are still looking for answers for this.

7 to 9.1 is one step upgrade path.

But of course, if you want to make use of WinDU, you may need to do an extra step, if you are source is earlier MOR of 7M050.

7MOR to 9.1MOR

7MOR to 7M090 (windu supports M70 onwards, but M090 is latest one) and then upgrade to 9.1MOR

as you know, Upgrade is always dependent on the size & quality of data you have.

If you have CAD Data, you may end up in FT related issues while upgrading,

one more common issue with upgrademanager till 9.1M050 is that there are some migrators which run very slow, solution for them is skip them in UM and execute the OOTB utility for the same migrators as post upgrade step

and do you have any specific modules like MDT or Partslink??


DISCLAIMER: Author doesn't responsible for any unforeseen things happened due to implementing the suggested process

Has anyone seen this type of error?

Command line = <{}>
wt.util.WTException: The import of data from the
C:\ptc\ILMigration\loadFiles\ilwcmigration\ibas.csv file is complete.
Errors were reported at lines 3. Some d
ata may not have been imported correctly. Check the method server log
for more
information.
at wt.method.RemoteMethodServer.invoke(RemoteMethodServer.java:795)
at wt.load.LoadServiceFwd.importData(LoadServiceFwd.java:136)
at
com.ptc.migration.admin.MigrationLoadFromFile.doFileLoad(MigrationLoa
dFromFile.java:354)
at
com.ptc.migration.admin.MigrationInstaller.runFileLoader(MigrationIns
taller.java:270)
at
com.ptc.migration.admin.MigrationIBALoader.uploadIBAs(MigrationIBALoa
der.java:469)
at
com.ptc.migration.admin.MigrationInteractive.performAction(MigrationI
nteractive.java:422)
at
com.ptc.migration.admin.MigrationInteractive.runMenu(MigrationInterac
tive.java:316)
at
com.ptc.migration.admin.MigrationInteractive.runMenu(MigrationInterac
tive.java:319)
at
com.ptc.migration.admin.MigrationInteractive.performAction(MigrationI
nteractive.java:348)
at
com.ptc.migration.admin.MigrationInteractive.runMenu(MigrationInterac
tive.java:316)
at
com.ptc.migration.admin.MigrationInteractive.run(MigrationInteractive
.java:287)
at
com.ptc.migration.admin.MigrationInteractive.<init>(MigrationInteract
ive.java:267)
at
com.ptc.migration.admin.MigrationLoadingTest.main(MigrationLoadingTes
t.java:132)
at
com.ptc.migration.admin.MigrationLoadingTest.Main(MigrationLoadingTes
t.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.ptc.migration.bin.ILDataloader.execute(ILDataloader.java:136)
at com.ptc.migration.bin.ILDataloader.main(ILDataloader.java:113)

Hi BoB,

First place is the MS log, look for the latest file under ${WT_HOME}/logs.
The load executes server side so you don't see the errors on the command
line

Best Regards,
Simon



-----Mensaje original-----

On 11/20/2010 11:53 PM, Simon Heath wrote:
Thanks Simon,
> Hi BoB,
>
> First place is the MS log, look for the latest file under ${WT_HOME}/logs.
> The load executes server side so you don't see the errors on the command
> line
I should have mentioned that I looked there - it is the same information
duplicated.

  I am now trying to figure out if I can turn on some verbose settings.

Any ideas on that?

--BOb

> Best Regards,
> Simon
>
>
>
> -----Mensaje original-----
> From: Bob Lehman
> Sent: Sunday, November 21, 2010 7:13 AM
> To: -
> Subject: [solutions] - migration issue 3.4 to 9.1 pdmlink
>
> Has anyone seen this type of error?
>
> Command line =<{}>
> wt.util.WTException: The import of data from the
> C:\ptc\ILMigration\loadFiles\ilwcmigration\ibas.csv file is complete.
> Errors were reported at lines 3.  Some d
> ata may not have been imported correctly.  Check the method server log
> for more
> information.
>           at wt.method.RemoteMethodServer.invoke(RemoteMethodServer.java:795)
>           at wt.load.LoadServiceFwd.importData(LoadServiceFwd.java:136)
>           at
> com.ptc.migration.admin.MigrationLoadFromFile.doFileLoad(MigrationLoa
> dFromFile.java:354)
>           at
> com.ptc.migration.admin.MigrationInstaller.runFileLoader(MigrationIns
> taller.java:270)
>           at
> com.ptc.migration.admin.MigrationIBALoader.uploadIBAs(MigrationIBALoa
> der.java:469)
>           at
> com.ptc.migration.admin.MigrationInteractive.performAction(MigrationI
> nteractive.java:422)
>           at
> com.ptc.migration.admin.MigrationInteractive.runMenu(MigrationInterac
> tive.java:316)
>           at
> com.ptc.migration.admin.MigrationInteractive.runMenu(MigrationInterac
> tive.java:319)
>           at
> com.ptc.migration.admin.MigrationInteractive.performAction(MigrationI
> nteractive.java:348)
>           at
> com.ptc.migration.admin.MigrationInteractive.runMenu(MigrationInterac
> tive.java:316)
>           at
> com.ptc.migration.admin.MigrationInteractive.run(MigrationInteractive
> .java:287)
>           at
> com.ptc.migration.admin.MigrationInteractive.<init>(MigrationInteract
> ive.java:267)
>           at
> com.ptc.migration.admin.MigrationLoadingTest.main(MigrationLoadingTes
> t.java:132)
>           at
> com.ptc.migration.admin.MigrationLoadingTest.Main(MigrationLoadingTes
> t.java:163)
>           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>           at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>           at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>           at java.lang.reflect.Method.invoke(Method.java:597)
>           at
> com.ptc.migration.bin.ILDataloader.execute(ILDataloader.java:136)
>           at com.ptc.migration.bin.ILDataloader.main(ILDataloader.java:113)
> ---------------------------------------
> DONE PERFORMING ACTION: Upload USER DEFINED ATTRIBUTES data
>
>
>    It is running the
>
> C:\ptc\ILMigration\bin>ildataloader.bat Mapping
>
> This step will read the data in the reconciled files and create
> administrative data into
> the target system. You can perform the following operations.
> ---------------------------------------
> 1: Upload USER data
> 2: Upload FOLDER data
> 3: Upload USER DEFINED ATTRIBUTES data
> 4: Update SOFT TYPES with required Attributes
> 5: Upload ALL data
> 6: Go back to the main menu
> 7: Exit pre-configuration.
> ---------------------------------------
>
> Any ideas on where to look is appreciated.
>
> Thanks
> --Bob
>
> ----------
>      
> ----------     
>
>
Top Tags