Hi,
Connector installation is failing, could anyone please help me understand when would this occur
Below are the steps I have performed,
- I have added a new parent form and two child forms.
- I have assigned these two child forms to parent form. On this serve these forms work fine.
- Then I have exported all three forms from that server.
- Now, I am trying to install the connector(on a different server) with ConnectorConfig.xml containing these three new forms.
- While doing so, I am getting this below exception,
<Feb 4, 2016 2:01:11 PM PST> <Error> <XELLERATE.SERVER> <BEA-000000> <Class/Method: tcDataObj/ runEvent encounter some problems: com/thortech/xl/client/events/tcSDHAddForeignConstraint
java.lang.ClassNotFoundException: com/thortech/xl/client/events/tcSDHAddForeignConstraint
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at com.thortech.xl.dataobj.tcDataObj.runEvent(tcDataObj.java:2441)
at com.thortech.xl.dataobj.tcDataObj.eventPostInsert(tcDataObj.java:2199)
at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:606)
at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:478)
at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2931)
at com.thortech.xl.dataobj.tcTableDataObj.saveDDM(tcTableDataObj.java:2904)
at com.thortech.xl.ddm.repositories.rdbms.datatypes.data.TableInstance.finishDataObject(TableInstance.java:826)
at com.thortech.xl.ddm.repositories.rdbms.impl.RDBMSRepository.finishdataObject(RDBMSRepository.java:972)
at com.thortech.xl.ddm.engine.visitor.ImportVisitor.dataDependencyVisitComplete(ImportVisitor.java:632)
at com.thortech.xl.ddm.repositories.rdbms.impl.RDBMSRepository.handleDataBaseDependencies
<Feb 4, 2016 2:01:11 PM PST> <Error> <XELLERATE.DDM.IMPORT> <BEA-000000> <Unable to save dataobject for SDH for null state is2>
<Feb 4, 2016 2:01:11 PM PST> <Error> <XELLERATE.DDM.IMPORT> <BEA-000000> <Exception during import
com.thortech.xl.ddm.exception.DDMException: Import failed for entity : 'UD_PFORM' which is of type : 'Form', with the following error message :Unable to save dataobject for SDH
at com.thortech.xl.ddm.engine.SchemaInstanceFacade.performImport(SchemaInstanceFacade.java:461)
at com.thortech.xl.ejb.beansimpl.tcImportOperationsBean.performImport(tcImportOperationsBean.java:1226)
at Thor.API.Operations.tcImportOperationsIntfEJB.performImportx(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
<Feb 4, 2016 2:01:11 PM PST> <Error> <XELLERATE.WEBAPP> <BEA-000000> <Class/Method: ConnectorInstallProcessAction/importXmlForInstallation/DDM Exception while importing xml encounter some problems: Import failed for entity : 'UD_PFORM' which is of type : 'Form', with the following error message :Unable to save dataobject for SDH>
OIM version I have created these forms and where I am trying to install is 11.1.2.3.0
I have also attached the forms which I am using.
I have followed the suggestion mentioned in the below post, which did not help
OIM 11g import configurations are failing
Thanks in advance,
Sandeep