cancel
Showing results for 
Search instead for 
Did you mean: 

PI ESR and ID content migration

Former Member
0 Kudos

We have 2 PI 7.11 systems (PIA and PIB)under 2 different domains.

Requirement:

1. Move the content - ESR and ID - from PIA to PIB

Procedure we followed:

On PIA, I have exported the design objects and config scenarios from tools menu both in ESR and ID respectively.

The corresponding .tpz files are created.

Now on PIB, which is a new and fresh install at the same SP level as PIA, I am trying to import ESR development content and ID config scenarios using .tpz files.

Before importing on PIB, I have imported SLD contents (selected SWCs, Products) of PIA to PIB.

Did I miss anything?

Please help me.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The issue was with the one of table spaces - SAPDATDB. We had to set it to auto-grow "ON".

Former Member
0 Kudos

Hi Navchit,

How did you find this error information and where do i need to set the auto grow on? Can you please explain

Thanks,

Srini

Former Member
0 Kudos

You can go to the Java logs on NWA and you can find this info.

Ask your BASIS to do the setting, they would know it.

Former Member
0 Kudos

Hi,

Please check if you have created Business System and technical system in PIB system. This Blog can be helpful:

Regards,

- Pooja.

Former Member
0 Kudos

All steps seems to be fine.

Go ahead & import the objects.

If something is missing, it will show the errors. You can fix it further.

-santosh.

Former Member
0 Kudos

I did try to import in PIB, I got weird errors.

====================================================================
= Root Exception ===================================================
====================================================================
Thrown:
com.sap.aii.utilxi.swing.framework.FrameworkException: Internal problem occurred
	at com.sap.aii.utilxi.swing.toolkit.ExceptionDialog.init(ExceptionDialog.java:126)
	at com.sap.aii.utilxi.swing.toolkit.ExceptionDialog.<init>(ExceptionDialog.java:98)
	at com.sap.aii.utilxi.swing.toolkit.IBMessages$1.run(IBMessages.java:318)
	at com.sap.aii.utilxi.misc.thread.ThreadPool.assureAWTEventQueueing(ThreadPool.java:84)
	at com.sap.aii.utilxi.misc.thread.ThreadPool.assureAWTEventQueueing(ThreadPool.java:67)
	at com.sap.aii.utilxi.swing.toolkit.IBMessages.showException(IBMessages.java:308)
	at com.sap.aii.utilxi.swing.toolkit.IBMessages.showException(IBMessages.java:298)
	at com.sap.aii.utilxi.swing.toolkit.Guitilities$EventProcessor$1.run(Guitilities.java:396)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$000(Unknown Source)
	at java.awt.EventQueue$1.run(Unknown Source)
	at java.awt.EventQueue$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at com.sap.aii.utilxi.swing.toolkit.Guitilities$EventProcessor.dispatchEvent(Guitilities.java:320)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: com/sap/aii/ib/gui/aris/IArisScriptProvider
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:98)
	at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:438)
	at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:203)
	at com.sap.aii.ib.clsif.login.LoginServiceImpl.startApp(LoginServiceImpl.java:364)
	at com.sap.aii.ib.clsif.login.LoginServiceImpl.startAppAfterLogin(LoginServiceImpl.java:258)
	at com.sap.aii.ib.clsif.login.LoginServiceImpl.login(LoginServiceImpl.java:164)
	at com.sap.aii.ib.clsif.login.LoginServiceImpl.login(LoginServiceImpl.java:151)
	at com.sap.aii.ib.gui.login.SplashLoginFrame$LoginController.doTrial(SplashLoginFrame.java:975)
	at com.sap.aii.ib.gui.login.SplashLoginFrame$LoginAction$1.run(SplashLoginFrame.java:831)
	... 15 more
Caused by: java.lang.ClassNotFoundException: com.sap.aii.ib.gui.aris.IArisScriptProvider
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 26 more



====================================================================
== Content from the LogHandler =====================================
====================================================================
#11 09:52:03 [AWT-EventQueue-2] FINE AutoLog.created.java.lang.ClassNotFoundException: java.lang.ClassNotFoundException: com.sap.aii.ib.gui.aris.IArisScriptProvider
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:98)
	at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:438)
	at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:203)
	at com.sap.aii.ib.clsif.login.LoginServiceImpl.startApp(LoginServiceImpl.java:364)
	at com.sap.aii.ib.clsif.login.LoginServiceImpl.startAppAfterLogin(LoginServiceImpl.java:258)
	at com.sap.aii.ib.clsif.login.LoginServiceImpl.login(LoginServiceImpl.java:164)
	at com.sap.aii.ib.clsif.login.LoginServiceImpl.login(LoginServiceImpl.java:151)
	at com.sap.aii.ib.gui.login.SplashLoginFrame$LoginController.doTrial(SplashLoginFrame.java:975)
	at com.sap.aii.ib.gui.login.SplashLoginFrame$LoginAction$1.run(SplashLoginFrame.java:831)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$000(Unknown Source)
	at java.awt.EventQueue$1.run(Unknown Source)
	at java.awt.EventQueue$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at com.sap.aii.utilxi.swing.toolkit.Guitilities$EventProcessor.dispatchEvent(Guitilities.java:320)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)

#10 09:52:03 [AWT-EventQueue-2] DEBUG AutoLog.created.java.lang.ClassNotFoundException: com.sap.aii.ib.gui.aris.IArisScriptProvider

Former Member
0 Kudos

Some dependent objects might be missing from main objects.

Need to go to each object , compare the same with PIA object & activate.

if anything missing, in comparison to PIA, again only missing object can be re-imported.

-santosh.

Former Member
0 Kudos

hello,

Could you please try the following:

Process Integration Tool Page (http://<server>:<port>/dir/start/index.jsp) -> Administration -> tab Repository/Directory -> Java Web Start Administration -> Restore Archives and Generate New Signature

If the issue still persists, you can try to update all the XI JAVA components to the latest patch level available for your Service Pack in service market place as per note #1335523 FAQ: Deployment PI Patches in Release 7.1 and higher

Thanks and Regards,

Phani