Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Im getting this error while extracting DataMapping files from W2W
com.ptc.windchill.migration.wbm.wc2wc.util.WBMException: java.sql.SQLException: Connection property: format error: Property is 'v$session.osuser' and value is '************************************.com' .
I'm aware this is a bit old but if anyone else comes up against this issue I belive it is casued by the fact the v$session.osuser uses the logged on username for this property & the username is more than 30 characters long.
I've only verified the workaound for this in trying to launch SQLDeveloper but the solution for it was editing the following config in the SQLDeveloper direcory:
\ide\bin\ide.conf -At the end add the following line:
# Custom VM Option
AddVMOption -Duser.name=<UsernameToRunWith>