Form Designer in design console

Hi
We have the Form designer form, to add user defined fields in design console. I don' know where the user defined fields that are added under this form will be reflected in admin console.
Can anyone explain it to me?

In the "Form Designer" you can't add User Defined Fields for the create user page. The forms you edit here belong to Resource Objects (Active Directory, SAP, OID... and any other configured resource).
The User Defined Fields for the Users, Organizations, Requests, etc are managed in the "User Defined Field Definition" form, in the Design Console.
Regards,

Similar Messages

  • How to delete the latest version of UD_ADUSER forms in design console

    Hi,
    In the form designer for the UD_ADUSER form we have created new version but we wanted to delete these latest versions but we are not able to how can we delete the later versions which we created and make original version as active

    Hi,
    Create new version, add or delete columns whatever you are required, then create active version.
    Then run the fvc (form version control Utility) utility from previous version to current version.
    you can find FVC in your design console directory !!
    Regards,
    Raghav.

  • User defined form usr disapperas from design console (OIM 9.1.0.2)

    Hi,
    I have imported usr.xml from one environment to another, and usr form disapperas from design console. Also getting an error message while importing xml.
    java.util.zip.ZipException: error in opening zip file
    DEBUG,16 Dec 2011 10:35:05,383,[XELLERATE.SERVER],Class/Method: tcDataObj:handleErr - Data: poError.isDetail - Value: com.thortech.xl.orb.dataaccess.tcDataAccessException: DB_WRITE_FAILEDDetail: SQL: ALTER TABLE USR MODIFY Description: ORA-00904: : invalid identifier SQL State: 42000Vendor Code: 904Additional Debug Info:com.thortech.xl.orb.dataaccess.tcDataAccessException
    ERROR,16 Dec 2011 10:35:05,385,[XELLERATE.DDM.IMPORT],Label in use. Please rename.
    ERROR,16 Dec 2011 10:35:05,385,[XELLERATE.DDM.IMPORT],Error Modifying a Column.
    ERROR,16 Dec 2011 10:35:05,385,[XELLERATE.DDM.IMPORT],Exception during import
    com.thortech.xl.ddm.exception.DDMException: Unable to save dataobject for SDC
    com.thortech.xl.ddm.exception.DDMException: Unable to save dataobject for SDC
    Regards,
    Sidharth

    (1) Run following query to verify if there exist entries for administrators for USR form in UDFD form level and provide results to support representative:
    select fug.sdk_key, fug.fug_write,fug.fug_delete, ugp.ugp_key, ugp.ugp_name, fug_rowver from ugp ugp, fug fug where ugp.ugp_key=fug.ugp_key and fug.sdk_key= (select sdk_key from sdk where sdk_name='USR');
    (2)In the case query mentioned above in step(1) does not return any rows then there is need to insert one entry for "system administrator" group and one can execute (please take backup of your database for sure before executing these queries) following queries (
    INSERT INTO FUG (SDK_KEY,UGP_KEY,FUG_WRITE,FUG_DELETE,FUG_DATA_LEVEL,FUG_CREATE,
    FUG_CREATEBY,FUG_UPDATE,FUG_UPDATEBY,FUG_NOTE,FUG_ROWVER)
    SELECT (SELECT SDK_KEY FROM SDK WHERE SDK_NAME='USR'),
    (SELECT UGP_KEY FROM UGP WHERE UGP_NAME='SYSTEM ADMINISTRATORS'),
    1,
    1,
    1,
    SYSDATE,
    (SELECT USR_KEY from USR where USR_LOGIN='XELSYSADM'),
    SYSDATE,
    (SELECT USR_KEY from USR where USR_LOGIN='XELSYSADM'),
    NULL,
    HEXTORAW('000000000000')
    FROM DUAL;

  • OIM 11gR2 not able to see forms within Design Console

    Hi Guys
    About the design Console, i'm not able to get any form when searching them within the design console...any idea?
    I've already gone through the whole steps to configure the design console.
    I gets "No record found for this query" even when i set a generic search.
    Thanks!

    have you install any Connector in OIM? If yes then the form will be available in the design console. Or if you have created manually using design console->form designer
    While creating Application Instance we create some form top of the base form those form won't be available in design console. however you can search those as below:
    login to sysadmin url->go to Form Designer-> select Resource and the name of the Resource Object and find forms for respective RO.
    --nayan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Design console form designer issue

    Hi All,
    I have problem on 11g r2 design console,
    Question is:
    1) can we delete the custom or by default process form fields in form designer
    The problem is I deleted the custom process form field in form designer along with unfortunately I deleted the by default one that is *"UD_ADUSER_USERPRINCIPALNAME*"
    after the version is activated. Now I am adding the default one by creating new version, but it is not saving and the version not activating.
    I am getting the error like this when the version is activating
    *"Newer version of the user defined form does not contain all of the fields that are mapped for reconciliation. : Newer version of the user defined form does not contain all of the fields that are mapped for reconciliation. Updated failed"*
    If i go to the previous version it also showing the same error and it is not saving and activate the version. Just I done the above operation deleted and again I am trying to adding that fields with new version I am getting the above problem
    In server logs the error message like this
    <Error> <XELLERATE.SERVER> <BEA-000000> <Class/Method: tcSDK/validateReconciliationFieldMappings Error :Newer version of the user defined form does not contain all of the fields that are mapped for reconciliation.>
    <Mar 31, 2013 9:19:33 PM EDT> <Error> <XELLERATE.SERVER> <BEA-000000> <Class/Method: tcDataObj/save Error :Data Update Failed>
    <Mar 31, 2013 9:19:33 PM EDT> <Error> <XELLERATE.DATABASE> <BEA-000000> <Class/Method: tcDataBase/rollbackTransaction encounter some problems: Rollback Executed From
    java.lang.Exception: Rollback Executed From
    at com.thortech.xl.dataaccess.tcDataBase.rollbackTransaction(tcDataBase.java:610)
    at com.thortech.xl.dataobj.tcDataObj.rollback(tcDataObj.java:904)
    at com.thortech.xl.dataobj.tcDataObj.doRollback(tcDataObj.java:867)
    at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:538)
    at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2910)
    at com.thortech.xl.ejb.databeansimpl.tcDataObjectBase.save(tcDataObjectBase.java:177)
    at com.thortech.xl.ejb.databeansimpl.tcSDKBean.save(tcSDKBean.java:99)
    at com.thortech.xl.ejb.interfaces.tcSDKEJB.savex(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)
    at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    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.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy398.savex(Unknown Source)
    at com.thortech.xl.ejb.interfaces.tcSDK_hxpdpf_tcSDKRemoteImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    at com.thortech.xl.ejb.interfaces.tcSDK_hxpdpf_tcSDKRemoteImpl.savex(Unknown Source)
    at com.thortech.xl.ejb.interfaces.tcSDK_hxpdpf_tcSDKRemoteImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.activation.ActivatableServerRef.invoke(ActivatableServerRef.java:85)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >
    Plz help me,
    Regards,
    Surender Reddy
    Edited by: 972002 on Mar 31, 2013 8:16 PM

    This form is attached to a specific resource i.e, for a specific process definition of a resource.
    In that process definition under reconciliation field mapping, the deleted column is still mapped.
    That is the reason you are getting this error. If you want to delete any form attribute, first remove the reconciliation field mapping in process definition.
    Then delete the column/attribute and make version active.

  • Unable to Create/Update Forms in design console(OIM11G)

    I have installed 11g and configured client to a server that is running in the network.
    I am trying to create a new form from form designer, if I click on Save after giving the Table Name and Description.
    It is giving this error. Any suggestions?
    I tried to update an existing form which is created while installing the connector. There while saving after creating the new version I am getting the error.
    I logged in as XELSYSADM. and the group System Administrator has all the permissions ALLOW INSERT, WRITE ACCESS, DELETE ACCESS to the following permissions.
    1.Form Information                     
    2.Form Designer                     
    3.Form.Lookup Definition
    This is the error while creating the form
    Error Keyword: DAE.DB_READ_FAILED
    Description: Could not execute database read. The database encountered a problem with the specified SQL query.
    Remedy: Check the database query. Contact your system adminstrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    com.thortech.xl.orb.dataaccess.tcDataAccessException: DB_READ_FAILEDDetail: SQL: select err_key, err_code, err_desc, err_rowver, err_remedy, err_count, err_last_occurance, err_action, err_help_url, err_severity from err where err_code='DOBJ.GET_INSERT_PERMISSION_FAILED'Description: Got a null connectionSQL State: Vendor Code: 0Additional Debug Info:com.thortech.xl.orb.dataaccess.tcDataAccessException
         at com.thortech.xl.util.ThorException.<init>(ThorException.java:23)
         at com.thortech.xl.orb.dataaccess.tcDataAccessException.<init>(tcDataAccessException.java:58)
         at com.thortech.xl.dataaccess.tcDataAccessExceptionUtil.createException(tcDataAccessExceptionUtil.java:81)
         at com.thortech.xl.dataaccess.tcDataBase.createException(tcDataBase.java:3171)
         at com.thortech.xl.dataaccess.tcDataBase.readPartialStatement(tcDataBase.java:743)
         at com.thortech.xl.dataobj.tcDataBase.readPartialStatement(tcDataBase.java:271)
         at com.thortech.xl.dataobj.tcDataBase.readStatement(tcDataBase.java:221)
         at com.thortech.xl.dataobj.tcDataBase.getError(tcDataBase.java:700)
         at com.thortech.xl.dataobj.tcDataObj.handleError(tcDataObj.java:1197)
         at com.thortech.xl.dataobj.tcDataObj.handleError(tcDataObj.java:1151)
         at com.thortech.xl.dataobj.tcDataObj.isInsertPermissible(tcDataObj.java:1828)
         at com.thortech.xl.dataobj.tcDataObj.eventPreInsert(tcDataObj.java:2144)
         at com.thortech.xl.dataobj.tcSDK.eventPreInsert(tcSDK.java:132)
         at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:578)
         at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
         at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2905)
         at com.thortech.xl.ejb.databeansimpl.tcDataObjectBase.save(tcDataObjectBase.java:177)
         at com.thortech.xl.ejb.databeansimpl.tcSDKBean.save(tcSDKBean.java:99)
         at com.thortech.xl.ejb.interfaces.tcSDKEJB.savex(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
         at java.lang.reflect.Method.invoke(Method.java:611)
         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:102)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         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:102)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy337.savex(Unknown Source)
         at com.thortech.xl.ejb.interfaces.tcSDK_hxpdpf_tcSDKRemoteImpl.savex(tcSDK_hxpdpf_tcSDKRemoteImpl.java:2294)
         at com.thortech.xl.ejb.interfaces.tcSDK_hxpdpf_tcSDKRemoteImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.activation.ActivatableServerRef.invoke(ActivatableServerRef.java:85)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Source SQL Exception:
    java.sql.SQLException: Got a null connection
         at java.lang.Throwable.<init>(Throwable.java:67)
         at java.sql.SQLException.<init>(SQLException.java:101)
         at java.sql.SQLException.<init>(SQLException.java:71)
         at com.thortech.xl.dataaccess.tcDataBase.readPartialStatement(tcDataBase.java:694)
         at com.thortech.xl.dataobj.tcDataBase.readPartialStatement(tcDataBase.java:271)
         at com.thortech.xl.dataobj.tcDataBase.readStatement(tcDataBase.java:221)
         at com.thortech.xl.dataobj.tcDataBase.getError(tcDataBase.java:700)
         at com.thortech.xl.dataobj.tcDataObj.handleError(tcDataObj.java:1197)
         at com.thortech.xl.dataobj.tcDataObj.handleError(tcDataObj.java:1151)
         at com.thortech.xl.dataobj.tcDataObj.isInsertPermissible(tcDataObj.java:1828)
         at com.thortech.xl.dataobj.tcDataObj.eventPreInsert(tcDataObj.java:2144)
         at com.thortech.xl.dataobj.tcSDK.eventPreInsert(tcSDK.java:132)
         at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:578)
         at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
         at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2905)
         at com.thortech.xl.ejb.databeansimpl.tcDataObjectBase.save(tcDataObjectBase.java:177)
         at com.thortech.xl.ejb.databeansimpl.tcSDKBean.save(tcSDKBean.java:99)
         at com.thortech.xl.ejb.interfaces.tcSDKEJB.savex(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
         at java.lang.reflect.Method.invoke(Method.java:611)
         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:102)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         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:102)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy337.savex(Unknown Source)
         at com.thortech.xl.ejb.interfaces.tcSDK_hxpdpf_tcSDKRemoteImpl.savex(tcSDK_hxpdpf_tcSDKRemoteImpl.java:2294)
         at com.thortech.xl.ejb.interfaces.tcSDK_hxpdpf_tcSDKRemoteImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.activation.ActivatableServerRef.invoke(ActivatableServerRef.java:85)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    The error while updating is
    Error Keyword: DOBJ.UPDATE_FAILED
    Description: Update failed.
    Remedy:
    Action: E
    Severity: C
    Help URL:
    Detail:
    com.thortech.xl.orb.dataaccess.tcDataAccessException: DB_WRITE_FAILEDDetail: SQL: update sdk set SDK_LATEST_VERSION=?, SDK_SCHEMA=?, SDK_UPDATE=?, sdk_rowver=? where sdk_key=18 and sdk_rowver=HEXTORAW('0000000000000001')Description: ORA-01407: cannot update ("FRO_OIM"."SDK"."SDK_SCHEMA") to NULL
    SQL State: 72000Vendor Code: 1407Additional Debug Info:com.thortech.xl.orb.dataaccess.tcDataAccessException
         at com.thortech.xl.util.ThorException.<init>(ThorException.java:23)
         at com.thortech.xl.orb.dataaccess.tcDataAccessException.<init>(tcDataAccessException.java:58)
         at com.thortech.xl.dataaccess.tcDataAccessExceptionUtil.createException(tcDataAccessExceptionUtil.java:81)
         at com.thortech.xl.dataaccess.tcDataBase.createException(tcDataBase.java:3171)
         at com.thortech.xl.dataaccess.tcDataBase.writePreparedStatement(tcDataBase.java:1718)
         at com.thortech.xl.dataobj.PreparedStatementUtil.executeUpdate(PreparedStatementUtil.java:156)
         at com.thortech.xl.dataobj.tcTableDataObj.updateImplementation(tcTableDataObj.java:672)
         at com.thortech.xl.dataobj.tcDataObj.update(tcDataObj.java:648)
         at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:508)
         at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2905)
         at com.thortech.xl.dataobj.tcSDK.createNewVersion(tcSDK.java:623)
         at com.thortech.xl.ejb.databeansimpl.tcSDKBean.createNewVersion(tcSDKBean.java:66)
         at com.thortech.xl.ejb.interfaces.tcSDKEJB.createNewVersionx(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
         at java.lang.reflect.Method.invoke(Method.java:611)
         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:102)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         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:102)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy337.createNewVersionx(Unknown Source)
         at com.thortech.xl.ejb.interfaces.tcSDK_hxpdpf_tcSDKRemoteImpl.createNewVersionx(tcSDK_hxpdpf_tcSDKRemoteImpl.java:2422)
         at com.thortech.xl.ejb.interfaces.tcSDK_hxpdpf_tcSDKRemoteImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.activation.ActivatableServerRef.invoke(ActivatableServerRef.java:85)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Source SQL Exception:
    java.sql.SQLException: ORA-01407: cannot update ("FRO_OIM"."SDK"."SDK_SCHEMA") to NULL
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:74)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1040)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1379)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3568)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3694)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1508)
         at weblogic.jdbc.wrapper.PreparedStatement.executeUpdate(PreparedStatement.java:172)
         at com.thortech.xl.dataaccess.tcDataBase.writePreparedStatement(tcDataBase.java:1707)
         at com.thortech.xl.dataobj.PreparedStatementUtil.executeUpdate(PreparedStatementUtil.java:156)
         at com.thortech.xl.dataobj.tcTableDataObj.updateImplementation(tcTableDataObj.java:672)
         at com.thortech.xl.dataobj.tcDataObj.update(tcDataObj.java:648)
         at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:508)
         at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2905)
         at com.thortech.xl.dataobj.tcSDK.createNewVersion(tcSDK.java:623)
         at com.thortech.xl.ejb.databeansimpl.tcSDKBean.createNewVersion(tcSDKBean.java:66)
         at com.thortech.xl.ejb.interfaces.tcSDKEJB.createNewVersionx(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
         at java.lang.reflect.Method.invoke(Method.java:611)
         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:102)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         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:102)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy337.createNewVersionx(Unknown Source)
         at com.thortech.xl.ejb.interfaces.tcSDK_hxpdpf_tcSDKRemoteImpl.createNewVersionx(tcSDK_hxpdpf_tcSDKRemoteImpl.java:2422)
         at com.thortech.xl.ejb.interfaces.tcSDK_hxpdpf_tcSDKRemoteImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.activation.ActivatableServerRef.invoke(ActivatableServerRef.java:85)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any suggestions?

    Yes, its giving null value due to the following error.
    <Sep 30, 2011 11:52:44 AM EDT> <Warning> <JNDI> <BEA-050006> <An attempt was made to look up versioned object "ejb.stateless.ClientLoginSessionService#oracle.iam.platformservice.api.ClientLoginSessionServiceRemote" from an external client or another application. This can potentially cause in-flight work of the application version not being tracked properly and thus being retired prematurely.>
    <Sep 30, 2011 11:53:24 AM EDT> <Error> <XELLERATE.DATABASE> <BEA-000000> <Class/Method: DBPoolManager/getConnection/Exception encounter some problems: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
    java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLException: Invalid Oracle URL specified: OracleDataSource.makeURL
         at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:488)
         at oracle.ucp.util.UCPErrorHandler.throwSQLException(UCPErrorHandler.java:163)
         at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:911)
         at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:857)
         at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:851)
         at com.thortech.xl.util.DirectDB$DBPoolManager.getConnection(DirectDB.java:429)
         at com.thortech.xl.util.DirectDB.getSchemaName(DirectDB.java:325)
         at com.thortech.xl.dataobj.tcSDK.getSchemaName(tcSDK.java:143)
         at com.thortech.xl.dataobj.tcSDK.eventPreUpdate(tcSDK.java:150)
         at com.thortech.xl.dataobj.tcDataObj.update(tcDataObj.java:633)
         at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:508)
    Can any one suggest on DB url format for JDBC connection, my weblogic has automatically updated in the following format, Is that correct?
    jdbc:oracle:thin:@hostName:1521/ServiceName (not SID).
    Thanks.

  • OIM 9.1 Time-out problem with Design Console

    If I leave the design console running for any length of time, making updates result in the following error:
    17:36:52,578 ERROR [ACCOUNTMANAGEMENT] Class/Method: tcDataBase/getUser encounter some problems: Invalid user found: xelsysadm
    java.lang.RuntimeException: Invalid user found: xelsysadm
    at com.thortech.xl.server.tcDataBase.getUser(Unknown Source)
    at com.thortech.xl.dataobj.tcSVP.isOperationAllowed(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.isUpdatePermissible(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.eventPreUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcSVP.eventPreUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source) ...
    Closing the Design Console and re-launching produces similar errors. I must stop and restart the JBOSS server to get access again. My environment is Windows 2003 with JBOSS and an 11g database.
    Any help on what to look for would be appreciated.
    KC

    You are correct. If you pre-populate, it will be the requester. The requester would need to manually populate the field during the request with the requestee information. And there is only one form available. You can however, after submission of the request, get the request data, parse the Consolidated Request Data to determine the id's in the request field, and then return appropriate responses to trigger the tasks needed. This will still be a problem in the long run because you can't change the requestee information for each approval task. You're pretty much out of luck on this one.
    -Kevin

  • USR user defined field in OIM design console in not visible

    Hi all,
    We have OIM setup in the environment and wanted to add some custom attributes for USR user defined field definition. When I open the User Defined Field Definition tab, I could not see USR form. When I tried to export specific users from OIM just to check whether USR is visible or not, it is appearing. When I tried to import the same set of users again to OIM, I could still not be able to see USR in OIM design console.
    Any ideas why this has happened? There were no changes in OIM env recently.
    Please help.
    -Mahendra.

    Exported the user in xml file and found that Form Administrator is missing. I added that specific section from other working environment and it is working fine now.
    -Mahendra.

  • OIM 11gR1 Design Console displays nothing

    The Design Console stopped displaying anything: we can successfully connect to it, but it doesn't show anything at all, no object nor tree on the left/navigation pane, and all menu items are greyed-out. Any ideas what might be going on?
    All Authorization policies seem to be fine (and besides, we haven't changed them), what could possibly cause this?
    Thanks in advance...

    So I figured-this out.
    Not sure where tables UWP and WIN are properly documented, but it appears that WIN stores definitions of UI Objects (Menu Items, Menus, Forms, etc...), and UWP grants access to these UI Objects to OIM Roles.
    In my case here, the issue occurred after installing the RACF v19 connector through the 'Manage Connector' Admin UI. This fails (I believe due to a bug in the connector itself), and the failure somehow wipes-out several rows from the UWP table. Rows that were granting access to SYS ADMIN to menus in Design Console.
    To fix this is a matter of figuring-out which rows were deleted. I did by comparing the UWP table in the impacted environment (SandBox) to UWP in an environment where everythign works fine (QA). Once you get the delta, insert the missing rows through SQL into the UWP table in the impacted environment.

  • OIM Design Console Errors with 11.1.1.5

    Since installing OIM 11.1.1.5, we are seeing errors in the Design Console while adding Fields to Forms. The new fields continually show as not saved, even when you select save. Even when closing and refreshing the form, the new fields show up, but the number beside them is still dark indicating they are not saved. When view the database, the fields are truly not there.
    Is anyone else seeing anything like this?
    Kerry

    - Is it a new installation or upgrade from 11.1.1.3 ? ?
    - Make sure its not a JRE issue.
    If its an upgrade did you upgrade the Design Console binaries as well.
    Also try configuring the Design Console in a different windows machine and validate the same.

  • UDF are not populating in design console

    Hi,
    I have created UDF in admin console and mapped then in self service form as well. Fields are now reflecting in the user creation form. I have also published the sand box but these fields are not populating in design console.
    Please help me in resolving this issue.
    Thanks!

    Did you add these fields in View User for ?
    Create and activate a new sandbox
    Add your fields on View User form
    Publish Sandbox
    Test
    I have also published the sand box but these fields are not populating in design console.Didn't understand but you can't see User Form UDFs in Design Console.

  • Design console not displaying contents

    Hi,
    I have installed OIM , After i installed the Design console and logged into it, i donnot see any information under any of the forms. It managed to connect to the app server but not pull out information. How do i configure the client to pull information in order to edit or view it.
    Regards,
    Gaurav Ranjit

    Did you copy the .jar file after installation of Design Console ?
    Follow OBE: http://www.oracle.com/technology/obe/fusion_middleware/im1014/oim/install/installoim.htm#t5
    Once you login to Design Console, it wont display anything. Basically you need to search for the objects and then work with them.
    Refer to the below resources for an idea. These docs are of old version but should help you in going.
    http://download.oracle.com/docs/cd/B32479_01/doc.903/b32459/design_console.htm
    http://download.oracle.com/docs/cd/B31081_01/idmgr/b25938/design_console.htm

  • OIM11g Design Console saving error

    When I try to save the changes the attributes of a ITResource occurs error:
    Error Keyword: DAE.DB_COMMIT_FAILED
    Description: The transaction failed to commit. Changes have not been saved to the database.
    Remedy: Retry the transaction.
    Contact your system administrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    Mar 22, 2011 1:36:58 PM com.thortech.util.logging.Logger error
    SEVERE: Class/Method: tcDataObjClient/bindToServer encounter some problems: java
    .lang.ClassNotFoundException: com.thortech.xl.ejb.interfaces.tcSVPDelegate
    oracle.iam.platform.utils.NoSuchServiceException: java.lang.ClassNotFoundExcepti
    on: com.thortech.xl.ejb.interfaces.tcSVPDelegate
    at oracle.iam.platform.OIMClient.getServiceDelegate(OIMClient.java:197)
    at oracle.iam.platform.OIMClient.getService(OIMClient.java:174)
    at com.thortech.xl.client.dataobj.tcDataObjClient.bindToServer(tcDataObj
    Client.java:1481)
    at com.thortech.xl.client.dataobj.tcSVPClient.<init>(tcSVPClient.java:60)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.thortech.xl.client.dataobj.tcDataObjClient.constructDataObject(tc
    DataObjClient.java:1380)
    at com.thortech.xl.gui.base.tcChildTablePanel.save(tcChildTablePanel.jav
    a:1303)
    at com.thortech.xl.gui.base.tcChildTablePanel.postAll(tcChildTablePanel.
    java:1262)
    at com.thortech.xl.gui.core.tcPaneCore.postAll(tcPaneCore.java:360)
    at com.thortech.xl.gui.base.tcTabbedPane.postAll(tcTabbedPane.java:155)
    at com.thortech.xl.gui.core.tcPaneCore.postAll(tcPaneCore.java:360)
    at com.thortech.xl.gui.core.tcFormCore.postAll(tcFormCore.java:1070)
    at com.thortech.xl.gui.core.tcFormCore.OnSave(tcFormCore.java:677)
    at com.thortech.xl.gui.base.tcfrmMain.OnSave(tcfrmMain.java:334)
    at com.thortech.xl.client.forms.tcfrmServer.OnSave(tcfrmServer.java:138)
    at com.thortech.xl.client.base.tcfrmCarrierBase.OnSave(tcfrmCarrierBase.
    java:855)
    at com.thortech.xl.gui.base.tcToolBar$2.construct(tcToolBar.java:560)
    at com.thortech.xl.gui.util.SwingWorker$2.run(SwingWorker.java:33)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassNotFoundException: com.thortech.xl.ejb.interfaces.tcSV
    PDelegate
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    at oracle.iam.platform.OIMClient.getServiceDelegate(OIMClient.java:191)
    at oracle.iam.platform.OIMClient.getService(OIMClient.java:175)
    at com.thortech.xl.client.dataobj.tcDataObjClient.bindToServer(tcDataObj
    Client.java:1483)
    ... 19 more
    Mar 22, 2011 1:36:58 PM com.thortech.util.logging.Logger error
    SEVERE: Class/Method: tcSVPClient/tcSVPClient encounter some problems: {1}
    java.lang.NullPointerException
    at com.thortech.xl.client.dataobj.tcSVPClient.<init>(tcSVPClient.java:71
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.thortech.xl.client.dataobj.tcDataObjClient.constructDataObject(tc
    DataObjClient.java:1380)
    at com.thortech.xl.gui.base.tcChildTablePanel.save(tcChildTablePanel.jav
    a:1300)
    at com.thortech.xl.gui.base.tcChildTablePanel.postAll(tcChildTablePanel.
    java:1262)
    at com.thortech.xl.gui.core.tcPaneCore.postAll(tcPaneCore.java:360)
    at com.thortech.xl.gui.base.tcTabbedPane.postAll(tcTabbedPane.java:155)
    at com.thortech.xl.gui.core.tcPaneCore.postAll(tcPaneCore.java:360)
    at com.thortech.xl.gui.core.tcFormCore.postAll(tcFormCore.java:1070)
    at com.thortech.xl.gui.core.tcFormCore.OnSave(tcFormCore.java:677)
    at com.thortech.xl.gui.base.tcfrmMain.OnSave(tcfrmMain.java:333)
    at com.thortech.xl.client.forms.tcfrmServer.OnSave(tcfrmServer.java:137)
    at com.thortech.xl.client.base.tcfrmCarrierBase.OnSave(tcfrmCarrierBase.
    java:855)
    at com.thortech.xl.gui.base.tcToolBar$2.construct(tcToolBar.java:559)
    at com.thortech.xl.gui.util.SwingWorker$2.run(SwingWorker.java:33)
    at java.lang.Thread.run(Thread.java:619)
    Mar 22, 2011 1:36:58 PM com.thortech.util.logging.Logger error
    SEVERE: Class/Method: tcDataObjClient/loadDataSetData encounter some problems: {
    1}
    java.lang.NullPointerException
    at com.thortech.xl.client.dataobj.tcDataObjClient.loadDataSetData(tcData
    ObjClient.java:1153)
    at com.thortech.xl.client.dataobj.tcDataObjClient.loadDataSet(tcDataObjC
    lient.java:1139)
    at com.thortech.xl.client.dataobj.tcDataObjClient.save(tcDataObjClient.j
    ava:139)
    at com.thortech.xl.gui.base.tcDataObjectHandler.run(tcDataObjectHandler.
    java:220)
    at java.lang.Thread.run(Thread.java:619)
    Mar 22, 2011 1:36:58 PM com.thortech.util.logging.Logger error
    SEVERE: Class/Method: tcDataObjClient/save encounter some problems: {1}
    java.lang.NullPointerException
    at com.thortech.xl.client.dataobj.tcDataObjClient.save(tcDataObjClient.j
    ava:142)
    at com.thortech.xl.gui.base.tcDataObjectHandler.run(tcDataObjectHandler.
    java:220)
    at java.lang.Thread.run(Thread.java:619)
    Mar 22, 2011 1:36:58 PM com.thortech.util.logging.Logger error
    SEVERE: Class/Method: tcDataObjClient/getRejections encounter some problems: {1}
    java.lang.NullPointerException
    at com.thortech.xl.client.dataobj.tcDataObjClient.getRejections(tcDataOb
    jClient.java:109)
    at com.thortech.xl.gui.base.tcDataObjectHandler.handleErrors(tcDataObjec
    tHandler.java:353)
    at com.thortech.xl.gui.base.tcDataObjectHandler.performAction(tcDataObje
    ctHandler.java:286)
    at com.thortech.xl.gui.base.tcDataObjectHandler.save(tcDataObjectHandler
    .java:140)
    at com.thortech.xl.gui.base.tcChildTablePanel.save(tcChildTablePanel.jav
    a:1304)
    at com.thortech.xl.gui.base.tcChildTablePanel.postAll(tcChildTablePanel.
    java:1262)
    at com.thortech.xl.gui.core.tcPaneCore.postAll(tcPaneCore.java:360)
    at com.thortech.xl.gui.base.tcTabbedPane.postAll(tcTabbedPane.java:155)
    at com.thortech.xl.gui.core.tcPaneCore.postAll(tcPaneCore.java:360)
    at com.thortech.xl.gui.core.tcFormCore.postAll(tcFormCore.java:1070)
    at com.thortech.xl.gui.core.tcFormCore.OnSave(tcFormCore.java:677)
    at com.thortech.xl.gui.base.tcfrmMain.OnSave(tcfrmMain.java:333)
    at com.thortech.xl.client.forms.tcfrmServer.OnSave(tcfrmServer.java:137)
    at com.thortech.xl.client.base.tcfrmCarrierBase.OnSave(tcfrmCarrierBase.
    java:855)
    at com.thortech.xl.gui.base.tcToolBar$2.construct(tcToolBar.java:559)
    at com.thortech.xl.gui.util.SwingWorker$2.run(SwingWorker.java:33)
    at java.lang.Thread.run(Thread.java:619)
    Has anyone encountered this problem?

    Please,
    1-check if all required jar files are into your DXL.HomeDir\ext and lib paths.
    2-III suggest you to copy design console path from $OIM_HOME\server and test it again.
    Please follow this forum as well: Re: Clarifications on OIM Design Console 11.1.1.5 Installation
    I hope this helps,
    THiago Leoncio.

  • Oracle Forms Designer has encountered a problem and needs to close

    Dear All,
    I got the following error when I compile the form,
    Oracle Forms Designer has encountered a problem and needs to close
    I am using Oracle 10g Developer suite(Forms 32 Bit Version 10.1.2.0.2)
    and Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
    and Window Xp Professional 32 Bit Operating system
    Now I can't do any changes in the form.
    I searched lot of oracle forums .but i can't solve it.
    Please give me one solution
    I am strugling this issue.
    Please help me........
    a lot of thanks in advance.
    Thanks and Regards,
    Fazil

    Hi,
    I am doing the bug fixing in the existing form.Its size is 4.07 MB.when i will get the mentioned error.then i will take previos fmb.then again doing the changes after some time agin will come the mention error.I added some if else condtion code.Its a small code.I think its not a reason for the mentioned error.I think something is happended.I don't know what happened?
    Please help me..
    Thanks and Regards,
    Fazil

  • Unable to log-in in Oracle Identity Manager Design Console

    Hello,
    I successfully installed OIM9.1.0.1 Identity Manager on Jboss4.2.3.GA App server and could login to OIM using http://llocalhost:8080/xlWebApp on my window Server 2003 system without any problem.
    Then I installed the Design Console on my window XP system. However, after successfully installing the Design Console, I could not login using the xelsysadm user ID.
    I checked to make sure that xlconfig.xml contains the right URL file under oim_designConsole directories.
    The error I get from the Design Console login window is:
    Internal Login
    Oracle Identity Manager Design Console Could not log you in.
    In the dos-command window, I got the error:
    WARN,22 Apr 2009 16:31:52,160,[org.jboss.remoting.marshal.MarshalFactory],Could
    not find marshaller for data type 'invocation'. Object in collection is null
    WARN,22 Apr 2009 16:31:52,160,[org.jboss.remoting.marshal.MarshalFactory],Found
    marshaller fully qualified class name within locator parameters, but was unable
    to load class: org.jboss.invocation.unified.marshall.InvocationMarshaller
    WARN,22 Apr 2009 16:31:52,160,[org.jboss.remoting.marshal.MarshalFactory],Could
    not find marshaller for data type 'invocation'. Object in collection is null
    java.lang.reflect.UndeclaredThrowableException
    at $Proxy0.create(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBaseClient$1.run(Unknown Source)
    at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source
    at com.thortech.xl.dataaccess.tcDataBaseClient.bindToInstance(Unknown So
    urce)
    at com.thortech.xl.dataaccess.tcDataBaseClient.<init>(Unknown Source)
    at com.thortech.xl.server.tcDataBaseClient.<init>(Unknown Source)
    at com.thortech.xl.client.dataobj.tcDataBaseClient.<init>(Unknown Source
    at com.thortech.xl.client.base.tcAppWindow.internalLogin(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.login(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.<init>(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.main(Unknown Source)
    Caused by: org.jboss.remoting.marshal.InvalidMarshallingResource: Can not find a
    valid marshaller for data type: invocation
    at org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.jav
    a:78)
    at org.jboss.remoting.Client.invoke(Client.java:226)
    at org.jboss.remoting.Client.invoke(Client.java:189)
    at org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(Un
    ifiedInvokerProxy.java:184)
    at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerIntercep
    tor.java:227)
    at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.jav
    a:167)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.
    java:46)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:5
    5)
    at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:169)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86)
    I would really appreciate your help in this regards.
    Thanks for helping me resolve this issue.
    Regards,
    Dhirendra

    vBackup the original file log4j-1.2.8.jar in oimclient/xlclient/ext
    copy the log4j.jar from JBOSS folder - JBOSS/server/default
    Paste the file in client folder with original log4j-1.2.8.jar
    Rename log4j.jar file to log4j-1.2.8.jar
    start ur JBOSS.. this shd work.

Maybe you are looking for

  • How to read a password protected pdf on a surface pro 2?

    Has anyone been able to successfully open a password protected PDF on a Surface Pro 2?  The Adobe Reader app doesn't work on the surface pro 2 with protected PDFs.

  • HT3939 i installed ios 6.1.1 but i can't activate my iphone 3gs

    how can i activate my iphone 3gs. I instaled new version of ios 6.1.1. But i don't know the phone was oficcialy unlock or not oficcialy

  • Web interface

    Hi all, Does anyone know of a web interface? I mean, we do already read some data from SBO through SQL, because we want to redesign our site so our full catalog comes from SBO. That's easy to do if you query through SQL. The challenge is now that we

  • Inter Company Billing Scenario

    Hello All, I have created some invoices in our live system, but while creating these invoices some setting were missed out and due to that reason system not triggered intercompany invoice. Now we have corrected the system and now system triggered int

  • SSO is failing in custom login module

    Hi All, We are facing a problem with SSO in Portal, which is being called from another Intranet Application after SP Upgrade. We have a common Intranet site which is a center point of access to many other applications like Portal, Java etc. We used L