 |
 Lotus Connections 2.5 -> Lotus Connections 3.0: Application Data migration Juha-Tapio Teno 01/26/2011 01:00 PM Administration 3.0; 2.5 Linux
I have a standalone (WebSphere Application Server with server1 profile) installation of Lotus Connections 2.5.0.2. Im trying to migrate the application data from the 2.5.0.2 standalone installaton to the new 3.0 installation.
Export works fine. After this I copied the migration directory from the 3.0 server to 2.5 version /LotusConnections directory (it's on the same level as the ConfigEngine directory). After this, i run
./migration.sh lc-import -DDMUserid=<dm_admin> -DDMPassword=<dm_password>
The migration script gives an error straight away about the version:
[echo] Starting log in /root/lc-migration-20110126_1816_21.log
[copy] Copying 1 file to /opt/IBM/LotusConnections/ConfigEngine/lib
[echo] Initializing Lotus Connections migration tool ... Done.
[LoadVersion] Load product versions from /opt/IBM/LotusConnections/ConfigEngine/../version
[LoadVersion] Prefix =
[LoadVersion] Product set = All
[LoadVersion] Current version is not supported.
[LoadVersion] at com.ibm.lconn.ant.task.LoadProductVersion$Product.fixLCVersion(Unknown Source)
[LoadVersion] at com.ibm.lconn.ant.task.LoadProductVersion$Product.<init>(Unknown Source)
After this, the script continues and stops at an early stage:
update-registry-sync-property:
[echo] updated RegistrySynchronized in file wkplc.properties with value: true
BUILD FAILED
/opt/IBM/LotusConnections/ConfigEngine/config/actions/migrate_util.xml:388: The following error occurred while executing this line:
/opt/IBM/LotusConnections/ConfigEngine/config/actions/migrate_util.xml:506: The following error occurred while executing this line:
/opt/IBM/LotusConnections/ConfigEngine/config/actions/migrate_util.xml:521: /opt/IBM/LotusConnections/migration/work/import/level2 not found.
So i checked out the migrate_util.xml before the last step, there's a part in the migrate_util.xml which creates level0 directory, so i created the level2 directory manually and tried running the scripts again.
After this the script continues and i get a build succesfull although there are clearly some errors. The script tries to contact a preset DMGR server during ExecuteJacl function.
ExecuteJacl:
[exec] WASX7023E: Error creating "SOAP" connection to host "9.123.105.185"; exception information: com.ibm.websphere.management.exception.ConnectorNotAvailableException: [SOAPException: faultCode=SOAP-ENV:Protocol; msg=; targetException=java.net.MalformedURLException]
[exec] WASX7213I: This scripting client is not connected to a server process; please refer to the log file /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/logs/wsadmin.traceout for additional information.
[exec] WASX8011W: AdminTask object is not available.
the setting is in LotusConnections/ConfigEngine/config/actions/migrate_util.xml. Obviously it isn't my server :)
<target name="UpdateDMConfig">
<property name="WasHome" value="d:/IBM/WebSphere/AppServer_ZJJ" />
<property name="nd.DMgrHostName" value="9.123.105.185" />
<property name="nd.DMgrSoapPort" value="8879" />
<property name="nd.DMgrCellName" value="lccn66-1Cell01" />
<property name="DMUserid" value="wasadmin" />
<property name="DMPassword" value="wasadmin" />
<property name="migration.work" value="c:/temp/mWork" />
<property name="shell.extension" value="sh" />
<property name="Add_TransferConfigFile.tmpJacl" value="c:/temp/mWork/xx.jacl" />
<property name="EngineInstallLocation" value="d:/IBM/WebSphere/LC25/ConfigEngine" />
<property name="work.dir" value="c:/temp/mWork" />
<taskdef name="if" classname="com.ibm.wps.config.If" classpath="d:/IBM/WebSphere/LC25/ConfigEngine/lib/wp.config.jar" />
Bug? Anyone tried the 3.0 application data migration utility and got it working succesfully? No fixes on the fix central related to this?
Go back |