I got a prob while creating a link/link between two tables in a jdeveloper11g

Hi guys...

I got a prob while creating a link/link between two tables in a jdeveloper11g, help me.

I use two table employee, Department.

Unfortunately there is no primary key and foreign key in these tables.now i updated on those of table structure.

I want to create a form like it should be a link between the Department data, i.e. data and employee while the Department is changed then only present corresponding employees in this block...

Table structure as follows

Employee:

-------------------

employe_id,

name,

Department,

GR,

Date of birth

Department of justice

Department:

--------------------

department_id,

department_name;

Note: in the employee department table is the same as in the department table department_id...

So, you want to build master / detail between Department & sub_departments?

In the same way, create a new, yet another link between departments & sub_departments, so that the connection is:

Department.Department_Id = sub_departments.department_id

Tags: Java

Similar Questions

  • Create database link between two databases?

    Hi all

    Can someone tell me how to do?

    I have two databases in oracle 9i: 'mydb' & 'mydb1 '.

    mydb contains a table 'tab1' with a single domain (of the int data type) and mydb1 contains a table "tab2" with two fields (int, char).

    I tried to do this:

    System is one of the usernames and another username is olapsys
    Manager is the password of the system, and olapsys got the password = myolapsys

    I tried to create a link, but it gave me an error:

    CREATE DATABASE LINK mylink access the system identified by the Manager using "mydb.tab12";

    then I tried running this query in olapsys:

    Select * from tab12@mylink;

    Error:
    ORA-12154: TNS: could not resolve service name

    Help, please.

    Thank you and best regards,

    Lucky

    CREATE DATABASE LINK mylink to connect to the system identified by the Manager using "local service alias ';

    where local service alias is the name of the local service that you configured in the tnsnames.ora to connect to mydb1.

  • I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    Mr President.

    I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    formdoubletables.png

    the page source is

    <?xml version='1.0' encoding='UTF-8'?>
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                    xmlns:f="http://java.sun.com/jsf/core">
      <af:panelFormLayout id="pfl1">
        <af:group id="Group">
          <af:inputText value="#{bindings.VoucherId.inputValue}" label="#{bindings.VoucherId.hints.label}"
                        required="#{bindings.VoucherId.hints.mandatory}" columns="#{bindings.VoucherId.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId.hints.precision}"
                        shortDesc="#{bindings.VoucherId.hints.tooltip}" id="it1">
            <f:validator binding="#{bindings.VoucherId.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId.format}"/>
          </af:inputText>
          <af:inputDate value="#{bindings.VoucherDate.inputValue}" label="#{bindings.VoucherDate.hints.label}"
                        required="#{bindings.VoucherDate.hints.mandatory}"
                        columns="#{bindings.VoucherDate.hints.displayWidth}"
                        shortDesc="#{bindings.VoucherDate.hints.tooltip}" id="id1">
            <f:validator binding="#{bindings.VoucherDate.validator}"/>
            <af:convertDateTime pattern="#{bindings.VoucherDate.format}"/>
          </af:inputDate>
          <af:inputText value="#{bindings.Credit.inputValue}" label="#{bindings.Credit.hints.label}"
                        required="#{bindings.Credit.hints.mandatory}" columns="#{bindings.Credit.hints.displayWidth}"
                        maximumLength="#{bindings.Credit.hints.precision}" shortDesc="#{bindings.Credit.hints.tooltip}"
                        id="it2">
            <f:validator binding="#{bindings.Credit.validator}"/>
          </af:inputText>
        </af:group>
        <af:group id="g1">
          <af:inputText value="#{bindings.Lineitem.inputValue}" label="#{bindings.Lineitem.hints.label}"
                        required="#{bindings.Lineitem.hints.mandatory}" columns="#{bindings.Lineitem.hints.displayWidth}"
                        maximumLength="#{bindings.Lineitem.hints.precision}" shortDesc="#{bindings.Lineitem.hints.tooltip}"
                        id="it3">
            <f:validator binding="#{bindings.Lineitem.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Lineitem.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.VoucherId1.inputValue}" label="#{bindings.VoucherId1.hints.label}"
                        required="#{bindings.VoucherId1.hints.mandatory}"
                        columns="#{bindings.VoucherId1.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId1.hints.precision}"
                        shortDesc="#{bindings.VoucherId1.hints.tooltip}" id="it4">
            <f:validator binding="#{bindings.VoucherId1.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId1.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Debit.inputValue}" label="#{bindings.Debit.hints.label}"
                        required="#{bindings.Debit.hints.mandatory}" columns="#{bindings.Debit.hints.displayWidth}"
                        maximumLength="#{bindings.Debit.hints.precision}" shortDesc="#{bindings.Debit.hints.tooltip}"
                        id="it5">
            <f:validator binding="#{bindings.Debit.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Credit1.inputValue}" label="#{bindings.Credit1.hints.label}"
                        required="#{bindings.Credit1.hints.mandatory}" columns="#{bindings.Credit1.hints.displayWidth}"
                        maximumLength="#{bindings.Credit1.hints.precision}" shortDesc="#{bindings.Credit1.hints.tooltip}"
                        id="it6">
            <f:validator binding="#{bindings.Credit1.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Particulars.inputValue}" label="#{bindings.Particulars.hints.label}"
                        required="#{bindings.Particulars.hints.mandatory}"
                        columns="#{bindings.Particulars.hints.displayWidth}"
                        maximumLength="#{bindings.Particulars.hints.precision}"
                        shortDesc="#{bindings.Particulars.hints.tooltip}" id="it7">
            <f:validator binding="#{bindings.Particulars.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Amount.inputValue}" label="#{bindings.Amount.hints.label}"
                        required="#{bindings.Amount.hints.mandatory}" columns="#{bindings.Amount.hints.displayWidth}"
                        maximumLength="#{bindings.Amount.hints.precision}" shortDesc="#{bindings.Amount.hints.tooltip}"
                        id="it8">
            <f:validator binding="#{bindings.Amount.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Amount.format}"/>
          </af:inputText>
        </af:group>
        <f:facet name="footer">
          <af:button text="Submit" id="b1"/>
          <af:button actionListener="#{bindings.CreateInsert.execute}" text="CreateInsert"
                     disabled="#{!bindings.CreateInsert.enabled}" id="b2"/>     
          <af:button actionListener="#{bindings.Commit.execute}" text="Commit" disabled="#{!bindings.Commit.enabled}"
                     id="b3"/>
          <af:button actionListener="#{bindings.Rollback.execute}" text="Rollback" disabled="#{!bindings.Rollback.enabled}"
                     immediate="true" id="b4">
            <af:resetActionListener/>
          </af:button>
        </f:facet>
      </af:panelFormLayout>
    </ui:composition>
    
    
    
    

    Concerning

    Go to your VO Wizard, select the tab of the entity and to check if both the EO is editable or not.

    See you soon

    AJ

  • ASA 5505 - I can't create an IPSEC VPN between two ASA 5505

    Hello

    I have two ASA 5505 with basic license and I'm trying to create a VPN IPSEC using the CLI. Here are the steps I did:

    1 Configure ASA-1 (host name, vlan 1 and vlan 2).

    2. configure a static route

    3. create object network (local and remote)

    4. create the access list

    5. create ikev1 crypto

    6. create tunnel-group

    7 Configure nat

    and I repeat the steps above with the ASA but another change IP.

    Are to correct the above steps?

    Why can I not create an IPSEC VPN between devices?.

    No, you needn't. The ASA configuration is ok. Packet trace proved it. I think it can be a problem on the hosts. Please, check the firewall on the PC and try to put out of service, if it is running.

  • Connector issue while creating GTC for rapprochement between flat file.

    Hi Experts,

    I have all the steps needed to create the connector TAG, but everything in saving the connector it throws the error message:

    An error occurred when recording information for connector generic technology SAP_HRMS_FEED. Check the logs of the applications for more details.

    I tried to create the TAG with a different name too but still having the same issue.

    error message in newspapers are:

    Caused by: java.sql.SQLSyntaxErrorException: ORA-00907: lack the right parenthesis

    CREATE TABLE RA_SAP_HRMS_FEED_GTC (RECON_TABLE_KEY NUMBER PRIMARY KEY (19.0), NO. RE_KEY (19.0), RECON_CHGLOGATTR_IDXLST VARCHAR2 (1000), RA_JOBTEXTA0103FF0 VARCHAR2 (256) RA_PERSONNEL AREA9DDB468D VARCHAR2 (256), RA_FIRSTNAME69B3163B VARCHAR2 (150), RA_EMPLOYEEID99E49BCD VARCHAR2 (80), RA_BUSINESSAREATEXT306638A0 VARCHAR2 (80), RA_POSITIONTEXT6BA591C4 VARCHAR2 (80), RA_USERTYPE VARCHAR2 (30), RA_EMPLOYEEGROUPB25A928D VARCHAR2 (256), RA_EMPLOYEEGROUPTEXTCBF6A700 VARCHAR2 (80)) , RA_JOB VARCHAR2 (256), RA_EMPLOYEETYPE VARCHAR2 (255), RA_PREVIOUSEMPLOYEENOB4392084 VARCHAR2 (256), RA_ACTIONTYPEBE498EE4 VARCHAR2 (256), RA_COMPANYCODE5B7A6FF0 VARCHAR2 (256), RA_EMPLOYEESUBGROUPTEXB8A02FE0 VARCHAR2 (80), RA_CONTROLLINGAREATEXT19BBAFB3 VARCHAR2 (256), RA_PERSONNELSUBAREAA13D188D VARCHAR2 (256), RA_GENDERKEY3EBE3880 VARCHAR2 (256), RA_CONTROLLINGAREAC009A5FA VARCHAR2 (256), RA_COSTCENTERDBF33BE8 VARCHAR2 (256), RA_BUSINESSAREA519E7CED VARCHAR2 (256), RA_EMAILID3137A83F VARCHAR2 (256), RA_KNOWNASEE0EF66F VARCHAR2 (382), RA_POSITION VARCHAR2 (256), NUMBER RA_ACT_KEY (19.0) (, RA_ORGANIZATION VARCHAR2 (256), RA_REASONFORACTIONA006B4C9 VARCHAR2 (256), RA_ORGUNIT4EC02D60 VARCHAR2 (256), RA_COMPANYCODETEXT4EB68F9D VARCHAR2 (80), RA_MIDDLENAME78FC6236 VARCHAR2 (80), RA_PERSONNELAREATEXTEBEEBEE0 VARCHAR2 (256), RA_EMPLOYEESUBGROUPF056FDAD VARCHAR2 (256), RA_ORGUNITTEXT590FD80D VARCHAR2 (80), RA_COSTCENTERTEXTDFA89E85 VARCHAR2 (256), RA_LASTNAMEEBE999D5 VARCHAR2 (150), RA_PERSONNELSUBAREATEX83B7E100 VARCHAR2 (256))

    Dignostic IOM error:

    [2014 06-17 T 18: 14:31.902 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.platform.authopss.impl] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] addEntityPublications: Call trace-> []

    -Stack Trace Begins [[is not an exception. For the purposes of debugging]]-

    oracle.iam.platform.authopss.impl.EntityPublicationServiceImpl.log(EntityPublicationServiceImpl.java:1363)

    oracle.iam.platform.authopss.impl.EntityPublicationServiceImpl.addEntityPublications(EntityPublicationServiceImpl.java:117)

    oracle.iam.platform.authopss.impl.EntityPublicationServiceImpl.autoPublish(EntityPublicationServiceImpl.java:400)

    ... 7 ignored rows...

    oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)

    ... 3 ignored rows...

    oracle.iam.provisioning.util.CommonUtil.autoPublishEntities(CommonUtil.java:1194)

    oracle.iam.provisioning.util.CommonUtil.autoPublishAppInstance(CommonUtil.java:1234)

    oracle.iam.provisioning.impl.ApplicationInstanceServiceImpl.addApplicationInstance(ApplicationInstanceServiceImpl.java:89)

    ... 7 ignored rows...

    oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)

    ... 3 ignored rows...

    oracle.iam.provisioning.api.ApplicationInstanceServiceEJB.addApplicationInstancex (unknown Source)

    ... 21 ignored rows...

    oracle.iam.provisioning.api.ApplicationInstanceService_7tv0mb_ApplicationInstanceServiceRemoteImpl.__WL_invoke (unknown Source)

    ... weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)

    oracle.iam.provisioning.api.ApplicationInstanceService_7tv0mb_ApplicationInstanceServiceRemoteImpl.addApplicationInstancex (unknown Source)

    ... 13 ignored rows...

    oracle.iam.provisioning.api.ApplicationInstanceServiceDelegate.addApplicationInstance (unknown Source)

    ... 7 ignored rows...

    oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)

    ... 3 ignored rows...

    oracle.iam.provisioning.dmhandler.ApplicationInstanceHandler.createObject(ApplicationInstanceHandler.java:36)

    ... 52 ignored rows...

    oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)

    ... 32 ignored rows...

    oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)

    ... 20 ignored rows...

    weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    -The battery Tracefor this call ends.

    ]]

    [2014 06-17 T 18: 14:31.902 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.platform.entitymgr.impl] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: #11.1.2.0.0 IOM] data provider to initialize for the entity type - type organization OIMOrgDataProvider

    [2014 06-17 T 18: 14:31.918 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.provisioning.util] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] loggedinUsrKey: 1 resourceType: action of law: VIEW_SEARCH

    [2014 06-17 T 18: 14:31.918 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.provisioning.util] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: #11.1.2.0.0 IOM] resourceType: right

    [2014 06-17 T 18: 14:31.964 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: any obj name: SAP_HRMS_FEED_GTC

    [2014 06-17 T 18: 14:31.964 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: select obj, obj_key, obj_trusted_source, obj_order_for where obj_name =?

    [2014 06-17 T 18: 14:31.964 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: Params = [SAP_HRMS_FEED_GTC]

    [2014 06-17 T 18: 14:31.964 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: select orr_rule, orr_action from orr where obj_key = order by orr_rule 84

    [2014 06-17 T 18: 14:31.964 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: select orf.orf_fieldname orf_fieldname, orf.orf_fieldtype orf_fieldtype, orf.orf_required orf_required, prf.prf_columnname prf_columnname, prf.prf_iskey prf_iskey of the orf left outer join FRP on orf.orf_key = prf.orf_key where orf.orf_parent_orf_key is null and orf.orf_fieldtype! = 'Multi-value' and orf.obj_key = 84

    [2014 06-17 T 18: 14:31.980 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("USR_FIRST_NAME")

    [2014 06-17 T 18: 14:31.980 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("USR_EMP_NO")

    [2014 06-17 T 18: 14:31.980 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("USR_UDF_BUSINESSAREA")

    [2014 06-17 T 18: 14:31.980 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("USR_UDF_SAPPOSITION")

    [2014 06-17 T 18: 14:31.980 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("USR_TYPE")

    [2014 06-17 T 18: 14:31.980 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("USR_UDF_EMPGROUP")

    [2014 06-17 T 18: 14:31.996 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("USR_EMP_TYPE")

    [2014 06-17 T 18: 14:31.996 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("USR_UDF_EMPSUBGROUP")

    [2014 06-17 T 18: 14:31.996 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ('USR_EMAIL")

    [2014 06-17 T 18: 14:31.996 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("USR_DISPLAY_NAME")

    [2014 06-17 T 18: 14:31.996 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("ACT_KEY")

    [2014 06-17 T 18: 14:31.996 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("USR_UDF_COMPANY")

    [2014 06-17 T 18: 14:31.996 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("USR_MIDDLE_NAME")

    [2014 06-17 T 18: 14:32.011 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("USR_UDF_SAPORGUNIT")

    [2014 06-17 T 18: 14:32.011 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: SELECT COLUMN_NAME, DATA_TYPE, CASE WHEN DATA_TYPE = 'NUMBER' SO DATA_PRECISION WHERE DATA_TYPE IN ('VARCHAR', 'NVARCHAR', 'NVARCHAR2', 'VARCHAR2', 'CHAR') THEN CHAR_LENGTH ELSE DATA_LENGTH END AS COL_LEN USER_TAB_COLUMNS WHERE TABLE_NAME = 'USR' AND COLUMN_NAME IN ("USR_LAST_NAME")

    [2014 06-17 T 18: 14:32.011 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.utils] [tid: [ASSETS].] [ExecuteThread: ' 0' to the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: select rre.rre_key ruleElementKey, rre.rre_child_rrl_key childRuleKey orf.orf_fieldname stgAttr, rre.rre_fieldname oimAttr, rre.rre_operator elemOpr, rre.rre_transform transformName, rre.rre_casesensitive caseSense, rrl.rrl_operator rrlOper of the SDR, rre LEFT OUTER JOIN orf on rre.orf_key = orf.orf_key where rre.rrl_key = rrl.rrl_key and rrl.rrl_valid = 1 and rrl.rrl_active = 1 and rrl.obj_key = 84order by rre_key

    [2014 06-17 T 18: 14:32.011 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: will create metadataobject: /db/RA_SAP_HRMS_FEED_GTC.xml

    [2014 06-17 T 18: 14:32.011 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: will create metadataobject: /db/RAMLS_SAP_HRMS_FEED_GTC.xml

    [2014 06-17 T 18: 14:32.011 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] will create the table: RA_SAP_HRMS_FEED_GTC

    [2014 06-17 T 18: 14:32.136 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: new profile will be created for: SAP_HRMS_FEED_GTC

    [2014 06-17 T 18: 14:32.136 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] generic information: will create metadataobject: / db/SAP_HRMS_FEED_GTC

    [2014 06-17 T 18: 14:32.276 + 05:30] [oim_server1] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: Thread-45] [userId: < anonymous >] [ecid: fd587fbc11859659:435ea970:146a9a58c5f: - 8000-0000000000000003, 1:27919] [APP: IOM #11.1.2.0.0] generic information: operation CREATE on MetadataObject/db/SAP_HRMS_FEED_GTC

    [2014 06-17 T 18: 14:32.276 + 05:30] [oim_server1] [ERROR] [] [XELLERATE. DDM. [IMPORT] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: fd587fbc11859659:435ea970:146a9a58c5f :-8000-0000000000001761,0] [APP: IOM #11.1.2.0.0] Exception from managers to import Post []

    oracle.iam.reconciliation.exception.ConfigException: oracle.iam.platform.tx.OIMTransactionException: oracle.iam.platform.entitymgr.SchemaUpdateException: CREATE TABLE RA_SAP_HRMS_FEED_GTC (RECON_TABLE_KEY NUMBER (19.0) PRIMARY KEY, RE_KEY NUMBER (19.0), RECON_CHGLOGATTR_IDXLST VARCHAR2 (1000), RA_JOBTEXTA0103FF0 VARCHAR2 (256) RA_PERSONNEL AREA9DDB468D VARCHAR2 (256), RA_FIRSTNAME69B3163B VARCHAR2 (150), RA_EMPLOYEEID99E49BCD VARCHAR2 (80), RA_BUSINESSAREATEXT306638A0 VARCHAR2 (80), RA_POSITIONTEXT6BA591C4 VARCHAR2 (80), RA_USERTYPE VARCHAR2 (30), RA_EMPLOYEEGROUPB25A928D VARCHAR2 (256), RA_EMPLOYEEGROUPTEXTCBF6A700 VARCHAR2 (80)) , RA_JOB VARCHAR2 (256), RA_EMPLOYEETYPE VARCHAR2 (255), RA_PREVIOUSEMPLOYEENOB4392084 VARCHAR2 (256), RA_ACTIONTYPEBE498EE4 VARCHAR2 (256), RA_COMPANYCODE5B7A6FF0 VARCHAR2 (256), RA_EMPLOYEESUBGROUPTEXB8A02FE0 VARCHAR2 (80), RA_CONTROLLINGAREATEXT19BBAFB3 VARCHAR2 (256), RA_PERSONNELSUBAREAA13D188D VARCHAR2 (256), RA_GENDERKEY3EBE3880 VARCHAR2 (256), RA_CONTROLLINGAREAC009A5FA VARCHAR2 (256), RA_COSTCENTERDBF33BE8 VARCHAR2 (256), RA_BUSINESSAREA519E7CED VARCHAR2 (256), RA_EMAILID3137A83F VARCHAR2 (256), RA_KNOWNASEE0EF66F VARCHAR2 (382), RA_POSITION VARCHAR2 (256), NUMBER RA_ACT_KEY (19.0) (, RA_ORGANIZATION VARCHAR2 (256), RA_REASONFORACTIONA006B4C9 VARCHAR2 (256), RA_ORGUNIT4EC02D60 VARCHAR2 (256), RA_COMPANYCODETEXT4EB68F9D VARCHAR2 (80), RA_MIDDLENAME78FC6236 VARCHAR2 (80), RA_PERSONNELAREATEXTEBEEBEE0 VARCHAR2 (256), RA_EMPLOYEESUBGROUPF056FDAD VARCHAR2 (256), RA_ORGUNITTEXT590FD80D VARCHAR2 (80), RA_COSTCENTERTEXTDFA89E85 VARCHAR2 (256), RA_LASTNAMEEBE999D5 VARCHAR2 (150), RA_PERSONNELSUBAREATEX83B7E100 VARCHAR2 (256))

    at oracle.iam.reconciliation.impl.config.CoreProfileManagerImpl.updateSchema(CoreProfileManagerImpl.java:308)

    at oracle.iam.reconciliation.impl.config.CoreProfileManagerImpl.configureStagingTable(CoreProfileManagerImpl.java:264)

    at oracle.iam.reconciliation.impl.config.CoreProfileManagerImpl.configure(CoreProfileManagerImpl.java:98)

    at oracle.iam.reconciliation.impl.config.CoreProfileManagerImpl.configure(CoreProfileManagerImpl.java:80)

    at oracle.iam.reconciliation.impl.config.ProfileManagerImpl.configure(ProfileManagerImpl.java:105)

    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 org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)

    at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

    to $Proxy772.configure (Unknown Source)

    at oracle.iam.reconciliation.impl.ReconConfigServiceImpl.configureProfile(ReconConfigServiceImpl.java:53)

    at sun.reflect.GeneratedMethodAccessor2202.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)

    at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

    to $Proxy771.configureProfile (Unknown Source)

    at oracle.iam.reconciliation.api.ReconConfigServiceEJB.configureProfilex (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)

    to $Proxy770.configureProfilex (Unknown Source)

    at oracle.iam.reconciliation.api.ReconConfigService_66l8sr_ReconConfigServiceRemoteImpl.__WL_invoke (unknown Source)

    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)

    at oracle.iam.reconciliation.api.ReconConfigService_66l8sr_ReconConfigServiceRemoteImpl.configureProfilex (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 weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)

    to $Proxy188.configureProfilex (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 org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)

    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)

    to $Proxy768.configureProfilex (Unknown Source)

    at oracle.iam.reconciliation.api.ReconConfigServiceDelegate.configureProfile (unknown Source)

    at sun.reflect.GeneratedMethodAccessor2202.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)

    at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

    to $Proxy769.configureProfile (Unknown Source)

    at oracle.iam.reconciliation.impl.config.ReconPostImportConfigHandler.reconUpdate(ReconPostImportConfigHandler.java:84)

    at oracle.iam.reconciliation.impl.config.ReconPostImportConfigHandler.postImport(ReconPostImportConfigHandler.java:68)

    at com.thortech.xl.ddm.engine.util.Utility.callPostImportOpeartion(Utility.java:449)

    at com.thortech.xl.ejb.beansimpl.tcImportOperationsBean.performImport(tcImportOperationsBean.java:1219)

    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)

    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)

    to $Proxy454.performImportx (Unknown Source)

    at Thor.API.Operations.tcImportOperationsIntf_uawk3z_tcImportOperationsIntfRemoteImpl.__WL_invoke (unknown Source)

    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)

    at Thor.API.Operations.tcImportOperationsIntf_uawk3z_tcImportOperationsIntfRemoteImpl.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 weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)

    to $Proxy458.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 org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)

    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)

    to $Proxy751.performImportx (Unknown Source)

    at Thor.API.Operations.tcImportOperationsIntfDelegate.performImport (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 org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)

    at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

    to $Proxy752.performImport (Unknown Source)

    at com.thortech.xl.webclient.actions.CreateConnectorAction.createGenericConnectorSuccess(CreateConnectorAction.java:1712)

    at sun.reflect.GeneratedMethodAccessor2194.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)

    at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)

    at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)

    at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)

    at com.thortech.xl.webclient.actions.CreateConnectorAction.execute(CreateConnectorAction.java:136)

    at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)

    at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)

    at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)

    at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)

    at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)

    at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)

    at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)

    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1914)

    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:463)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at com.thortech.xl.webclient.security.XSSFilter.doFilter(XSSFilter.java:99)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:78)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:108)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Caused by: oracle.iam.platform.tx.OIMTransactionException: oracle.iam.platform.entitymgr.SchemaUpdateException: CREATE TABLE RA_SAP_HRMS_FEED_GTC (RECON_TABLE_KEY NUMBER (19.0) PRIMARY KEY, RE_KEY NUMBER (19.0), RECON_CHGLOGATTR_IDXLST VARCHAR2 (1000), RA_JOBTEXTA0103FF0 VARCHAR2 (256) RA_PERSONNEL AREA9DDB468D VARCHAR2 (256), RA_FIRSTNAME69B3163B VARCHAR2 (150), RA_EMPLOYEEID99E49BCD VARCHAR2 (80), RA_BUSINESSAREATEXT306638A0 VARCHAR2 (80), RA_POSITIONTEXT6BA591C4 VARCHAR2 (80), RA_USERTYPE VARCHAR2 (30), RA_EMPLOYEEGROUPB25A928D VARCHAR2 (256), RA_EMPLOYEEGROUPTEXTCBF6A700 VARCHAR2 (80)) , RA_JOB VARCHAR2 (256), RA_EMPLOYEETYPE VARCHAR2 (255), RA_PREVIOUSEMPLOYEENOB4392084 VARCHAR2 (256), RA_ACTIONTYPEBE498EE4 VARCHAR2 (256), RA_COMPANYCODE5B7A6FF0 VARCHAR2 (256), RA_EMPLOYEESUBGROUPTEXB8A02FE0 VARCHAR2 (80), RA_CONTROLLINGAREATEXT19BBAFB3 VARCHAR2 (256), RA_PERSONNELSUBAREAA13D188D VARCHAR2 (256), RA_GENDERKEY3EBE3880 VARCHAR2 (256), RA_CONTROLLINGAREAC009A5FA VARCHAR2 (256), RA_COSTCENTERDBF33BE8 VARCHAR2 (256), RA_BUSINESSAREA519E7CED VARCHAR2 (256), RA_EMAILID3137A83F VARCHAR2 (256), RA_KNOWNASEE0EF66F VARCHAR2 (382), RA_POSITION VARCHAR2 (256), NUMBER RA_ACT_KEY (19.0) (, RA_ORGANIZATION VARCHAR2 (256), RA_REASONFORACTIONA006B4C9 VARCHAR2 (256), RA_ORGUNIT4EC02D60 VARCHAR2 (256), RA_COMPANYCODETEXT4EB68F9D VARCHAR2 (80), RA_MIDDLENAME78FC6236 VARCHAR2 (80), RA_PERSONNELAREATEXTEBEEBEE0 VARCHAR2 (256), RA_EMPLOYEESUBGROUPF056FDAD VARCHAR2 (256), RA_ORGUNITTEXT590FD80D VARCHAR2 (80), RA_COSTCENTERTEXTDFA89E85 VARCHAR2 (256), RA_LASTNAMEEBE999D5 VARCHAR2 (150), RA_PERSONNELSUBAREATEX83B7E100 VARCHAR2 (256))

    at oracle.iam.platform.tx.OIMTransactionManager.execute(OIMTransactionManager.java:28)

    at oracle.iam.platform.entitymgr.provider.rdbms.RDBMSRepository.updateSchema(RDBMSRepository.java:291)

    at oracle.iam.reconciliation.impl.config.CoreProfileManagerImpl.updateSchema(CoreProfileManagerImpl.java:306)

    ... more than 180

    Caused by: oracle.iam.platform.entitymgr.SchemaUpdateException: CREATE TABLE RA_SAP_HRMS_FEED_GTC (RECON_TABLE_KEY NUMBER (19.0) PRIMARY KEY, RE_KEY NUMBER (19.0), RECON_CHGLOGATTR_IDXLST VARCHAR2 (1000), RA_JOBTEXTA0103FF0 VARCHAR2 (256) RA_PERSONNEL AREA9DDB468D VARCHAR2 (256), RA_FIRSTNAME69B3163B VARCHAR2 (150), RA_EMPLOYEEID99E49BCD VARCHAR2 (80), RA_BUSINESSAREATEXT306638A0 VARCHAR2 (80), RA_POSITIONTEXT6BA591C4 VARCHAR2 (80), RA_USERTYPE VARCHAR2 (30), RA_EMPLOYEEGROUPB25A928D VARCHAR2 (256), RA_EMPLOYEEGROUPTEXTCBF6A700 VARCHAR2 (80)) , RA_JOB VARCHAR2 (256), RA_EMPLOYEETYPE VARCHAR2 (255), RA_PREVIOUSEMPLOYEENOB4392084 VARCHAR2 (256), RA_ACTIONTYPEBE498EE4 VARCHAR2 (256), RA_COMPANYCODE5B7A6FF0 VARCHAR2 (256), RA_EMPLOYEESUBGROUPTEXB8A02FE0 VARCHAR2 (80), RA_CONTROLLINGAREATEXT19BBAFB3 VARCHAR2 (256), RA_PERSONNELSUBAREAA13D188D VARCHAR2 (256), RA_GENDERKEY3EBE3880 VARCHAR2 (256), RA_CONTROLLINGAREAC009A5FA VARCHAR2 (256), RA_COSTCENTERDBF33BE8 VARCHAR2 (256), RA_BUSINESSAREA519E7CED VARCHAR2 (256), RA_EMAILID3137A83F VARCHAR2 (256), RA_KNOWNASEE0EF66F VARCHAR2 (382), RA_POSITION VARCHAR2 (256), NUMBER RA_ACT_KEY (19.0) (, RA_ORGANIZATION VARCHAR2 (256), RA_REASONFORACTIONA006B4C9 VARCHAR2 (256), RA_ORGUNIT4EC02D60 VARCHAR2 (256), RA_COMPANYCODETEXT4EB68F9D VARCHAR2 (80), RA_MIDDLENAME78FC6236 VARCHAR2 (80), RA_PERSONNELAREATEXTEBEEBEE0 VARCHAR2 (256), RA_EMPLOYEESUBGROUPF056FDAD VARCHAR2 (256), RA_ORGUNITTEXT590FD80D VARCHAR2 (80), RA_COSTCENTERTEXTDFA89E85 VARCHAR2 (256), RA_LASTNAMEEBE999D5 VARCHAR2 (150), RA_PERSONNELSUBAREATEX83B7E100 VARCHAR2 (256))

    at oracle.iam.platform.entitymgr.provider.rdbms.RDBMSRepository.executeUpdate(RDBMSRepository.java:488)

    at oracle.iam.platform.entitymgr.provider.rdbms.RDBMSRepository.addSchema(RDBMSRepository.java:443)

    to oracle.iam.platform.entitymgr.provider.rdbms.RDBMSRepository.access$ 000 (RDBMSRepository.java:70)

    to oracle.iam.platform.entitymgr.provider.rdbms.RDBMSRepository$ 1.processWithoutResult(RDBMSRepository.java:299)

    at oracle.iam.platform.tx.OIMTransactionCallbackWithoutResult.process(OIMTransactionCallbackWithoutResult.java:10)

    at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:13)

    at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:6)

    at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128)

    at oracle.iam.platform.tx.OIMTransactionManager.execute(OIMTransactionManager.java:22)

    at oracle.iam.platform.entitymgr.provider.rdbms.RDBMSRepository.updateSchema(RDBMSRepository.java:330)

    ... more than 181

    Caused by: java.sql.SQLSyntaxErrorException: ORA-00907: lack the right parenthesis

    Kind regards

    David

    Hello J,

    Thanks for the quick response.

    The problem solved by deleting the attribute name space.

    In my case I take attribute with a name space as an employee number, last name, etc.

    After removing the namespace of attribute in the CSV. the GTC was created successfully.

    Kind regards

    David

  • How to create the link between the two drop-down lists

    Hi all

    I've created a form in which there are two drop-down lists.

    Let's say a drop-down list contains three elements A, B, C

    and another drop-down list contains three elements, Apple, banana and cherry.

    So, my request is how to create a relationship between these two drop-down lists, so that if I choose 'A' in the 1st drop-down list, Apple will be selected automatically in the 2nd drop-down list.

    Thank you

    Stéphane

    Hi Scott,.

    Niall is great. You can also use a hidden field to update the second drop-down list value.

    The first drop-down list change event script.

    Select var = xfa.event.change;
    var Items = List1.resolveNode("#items[0]").nodes;
    for (var i = 0; i)
    {
    if(Select == items.) Item (i) .value)
    {
    break;
    }
    }

    If (List1.Length > 1)

    {

    var Items_List2 = SecondDropdownlist.resolveNode("#items[0]").nodes;
    HiddenTextField.rawValue = Items_List2.item (i) .value;
    SecondDropdownlist.rawValue = HiddenTextField.rawValue;

    }

    Thank you

    Sidonie.

  • DB link between two Db

    Hello

    10.2.0.1.0 Oracle

    Are there any create DBlink between Server MS SQL DB and oracle DB. Help, please

    Hello

    This link can help you (even it's for 9i):

    http://www.Oracle-base.com/articles/9i/HSGenericConnectivity9i.php

    Otherwise, you also have the HETEROGENEOUS SERVICES Guide that gives many examples:

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14232/admin.htm#sthref163

    See the method:
    Step 1:http://download.oracle.com/docs/cd/B19306_01/server.102/b14232/admin.htm#i1005982
    Step 2:http://download.oracle.com/docs/cd/B19306_01/server.102/b14232/admin.htm#i1006039
    Step 3:http://download.oracle.com/docs/cd/B19306_01/server.102/b14232/admin.htm#i1006048

    Hope this helps.
    Best regards
    Jean Valentine

    Published by: Lubiez John Valentine on January 20, 2011 14:40

  • Update with no link between the tables

    Hi all
    Let us, considering what follows in 11g:
    SQL> create table t1 (col1 number , col2 number);
     
    Table created
     
    SQL> create table t2 (col1 number, col2 number);
     
    Table created
     
    SQL> insert into t1 values(1,2);
     
    1 row inserted
     
    SQL> insert into t1 values(2,3);
     
    1 row inserted
     
    SQL> insert into t1 values(3,4);
     
    1 row inserted
     
    SQL> insert into t2 values(5,6);
     
    1 row inserted
     
    SQL> insert into t2 values(7,8);
     
    1 row inserted
     
    SQL> insert into t2 values(9,10);
     
    1 row inserted
     
    SQL> commit;
     
    Commit complete
    How can I update the table T2 col1 - column - with values of column in table T1 - col2? No order no required - just the values :)
    Maybe it's simple, but I can't get there...

    Thanks in advance,
    Alexander.
    select *
    from t1;
    
    COL1 COL2
    ---- ----
       1    2
       2    3
       3    4 
    
    select *
    from t2;
    
    COL1 COL2
    ---- ----
       5    6
       7    8
       9   10 
    
    merge into t2
    using (
     select *
     from ( select rowid rid,row_number() over(order by null) rn1
              from t2
            ) a,
           (
             select t1.*,row_number() over(order by null) rn2
             from t1
           ) b
     where a.rn1 = b.rn2
          )   x
    on (t2.rowid = x.rid)
    when matched then update set t2.col1 = x.col2;
    
    3 rows merged.
    
    select *
    from t2;
    
    COL1 COL2
    ---- ----
       2    6
       3    8
       4   10 
    

    Published by: JAC on November 5, 2012 18:36
    Amended or the requirement

  • How to make a link between two applications of ADF

    I use jdev 10.1.3.3 and ADF.

    I need navigate from one application to another application. for ex - a table has a column testid.it is show link. By clicking on the test id it should to go to another jspx. page in another application,
    I'm new to ADF.please help and give a suggestion how this can be realized.

    Please answer

    Paste the url of the page you want to see in the action golink property...

    In case you have two applications with security as login and session, sorry that can't be done. Go to the login page of the destination application.

    Published by: Rohit Hoon on April 23, 2009 02:08

  • Link between CHMS

    I want to create a link between two ECMS who reside in the same directory of the table of contents. For example, just for context, I have the following:
    Link 1
    Link 2
    Link 3

    3 link links to a remote subject. The link opens correctly in the right pane of the CHM, but I want the link to open the second help CHM, does not open in the same frame.

    I chose the new window in the properties of the table of contents but still no luck.

    Hi, TechWriter77,

    You can do this by linking the table of contents entry to a topic that, when opening, fires a shortcut command to the second file .chm open. See the example below.

    I think that Rick also covers this in her file tips and tricks ('Launch HTML Help shortcuts in the table of contents/Index' and 'external launch.) CHMS").

    http://www.RoboWizard.com/RoboWizard/NewProject.htm#downloads/Tips_and_Tricks.htm

    Pete

  • How to create the database link between the production and the test server

    You will need to create a link between Test and prod DB access. We need only select access from user@prod to user1@test.

    Could someone please answer for example?




    Thank you
    sRII

    You will need to create a link between Test and prod DB access. We need only select access from user@prod to user1@test.

    Could someone please answer for example?

    If test for prod

    create public database link to_prod connect to the user identified by password using 'to_prod ';

    Check that to_prod is directed to your production database.

  • Get the error when you try to manually create a restore point in Vista 32 - Bit - System - Protection of the system control panel. Got the unable to create the specified task

    Get the error when you try to manually create a restore point in Vista 32 - Bit - System - Protection of the system control panel.
    Got the unable to create the specified task

    Hello

    What is the exact error message received when the problem occurs?

    Methood 1:

    Auditor of file system (CFS) scan to fix all of the corrupted system files. To do this, follow the steps in the following link:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833 

    Method 2:

    You can start Windows Vista by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    I suggest to put the computer in a clean boot state, and check if the problem persists, see the link:
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: See step 7; Reset the computer to start as usual after troubleshooting is performed.

    Method 3:

    You can temporarily disable the security software and check if the problem occurs. Check out the following link to do the same thing:

    http://Windows.Microsoft.com/en-GB/Windows-Vista/disable-antivirus-software

    Warning: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.

    I hope this helps! Let us know if you need more assistance.

  • Win Server 2003 SP2. Backup starts and see errror message "error returned while creating the volume shadow copy: 0x8004230f.»

    Win Server 2003 SP2. Backup starts and see errror message "error returned while creating the volume shadow copy: 0x8004230f.» All solutions? CPP, Volume Shadow Copy Stallion are started.

    Thank you for visiting the Microsoft answers community.

    The question you have posted is related to Windows Server and would be better suited in the MS TechNet Windows Server Forum. Please visit this link to find a community that will provide the support you want.

  • More presentation then a model when you create a link

    Hi all

    Unfortunately, I got stuck on a problem with WCS and need your help.

    For some definition of the page, I created several different rendering models model type of set-up.

    Models work well when used in the contributor user interface. Users can choose the model they want and then see the page rendered accordingly.

    Now, my problem is I want to create a link to one of these page somewhere else. To create the link, I would normally use "render: gettemplateurl ' or ' render: getpageurl.

    With both, I need to provide the model to use in some way, either with tNom or pagename parameter.

    But, how do you know what model is the one that a user selected a given page? Is there an attribute that contains the model selected for active / a page?

    This should be a fairly common case, but I wasn't able to find documentation or examples on this?

    I thank very you much for your help in advance.

    See you soon

    Hendrik

    Hello

    You have the id of the page, so you can use the tag to retrieve the model.

    For example:

    Now you have the active page template in the pageTemplate variable.

    It will be useful,

    Gerardo

  • Error trying to create multiple linked clones

    Hi all

    I have another question from script to this that attempts to create multiple linked clones.  I get the error message "Wait task: the object has no associated provider.» (see below under the results section).  Just need to know why this happens, but I'm new to PowerCLI.

    SCRIPT;

    $vm = get - VM 'test ' | Get-View

    $clonePrefix = "testclone".

    $numClones = 2

    $concurrentClones = 2

    $cloneFolder = $vm.parent

    $cloneSpec = new-object Vmware.Vim.VirtualMachineCloneSpec

    $cloneSpec.Snapshot = $vm. Snapshot.CurrentSnapshot

    $cloneSpec.Location = new-object Vmware.Vim.VirtualMachineRelocateSpec

    $cloneSpec.Location.DiskMoveType = [Vmware.Vim.VirtualMachineRelocateDiskMoveOptions]: createNewChildDiskBacking

    #To of power on each clone immediately after its creation:

    #$cloneSpec.powerOn = $true

    $i = 1

    While ($i - the $numClones) {}

    $taskViewArray = @)

    foreach ($j in 1.. $concurrentClones) {}

    $taskViewArray += $vm. CloneVM_Task ($clonePrefix, $cloneFolder, $cloneSpec + $i)

    $i ++

    }

    $taskArray = $taskViewArray | Get-VIObjectByVIView

    Wait-job $taskArray

    RESULT;

    PowerCLI C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI >. \hinomu

    ltipleclones.ps1

    Waiting-task: the object has no associated provider.

    In C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\HinoMultipleCl

    ones.ps1:25 char: 13

    + Wait-Task < < < < $taskArray

    + CategoryInfo: NotSpecified: (:)) [waiting-Task], InvalidOperationE)

    Xception

    + FullyQualifiedErrorId: System.InvalidOperationException, VMware.VimAutom

    ation.ViCore.Cmdlets.Commands.WaitTask

    PowerCLI C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI >

    You try to mix two different things here.

    The CloneVM_Task call you is a method of the API in the SDK and it returns an SDK task object.

    This task SDK object is not the same object as that returned by the RunAsync switch on several PowerCLI cmdlets.

    The Wait-job cmdlet waits an object returned by the RunAsync switch.

    You can use the task the UpdateProgress method on the object of the SDK in a loop.

    And wait for the news. Condition of the property on the Task SDK object turns into success or error.

Maybe you are looking for