OIM Siebel Connector Real-Time

Hi All
I am using the direct provisioning for the OIM Siebel Connector.
Can I make this provisioning process to be a real time without human intervention ?
At the current time, I am adding an LDAP resource and Siebel resource to each user manually to start the provisioning process. Is there anyway to automate this process to remove the human intervention ?
Thanks

You can create a schedule task to initiate provisioning through APIs
Or
Use Access Policy. Whenever user will get created into OIM, he will get Siebel Resource

Similar Messages

  • OIM 11.1.1.5.3 vs Siebel Connector log

    Hi all,
    I have a problem with OIM Siebel connector log file.
    More in details: since I patched OIM from the version 11.1.1.5.0 to the 11.1.1.5.3 one (BP03 - patch ID 14891027), the Siebel Connector stops to log its normal operations (except errors).
    Obviously I didn't change the Siebel Connector log configuration between two versions.
    Here my logging.xml file
    <?xml version="1.0" encoding="UTF-8"?>
    <logging_configuration>
    <log_handlers>
    *<log_handler name='console-handler' class='oracle.core.ojdl.logging.ConsoleHandler' formatter='oracle.core.ojdl.weblogic.ConsoleFormatter' level='TRACE:32'/>*
    <log_handler name='odl-handler' class='oracle.core.ojdl.logging.ODLHandlerFactory' filter='oracle.dfw.incident.IncidentDetectionLogFilter'>
    <property name='path' value='${domain.home}/servers/${weblogic.Name}/logs/${weblogic.Name}-diagnostic.log'/>
    <property name='maxFileSize' value='10485760'/>
    <property name='maxLogSize' value='104857600'/>
    <property name='encoding' value='UTF-8'/>
    <property name='useThreadName' value='true'/>
    <property name='supplementalAttributes' value='J2EE_APP.name,J2EE_MODULE.name,WEBSERVICE.name,WEBSERVICE_PORT.name,composite_instance_id,component_instance_id,composite_name,component_name'/>
    </log_handler>
    <log_handler name='wls-domain' class='oracle.core.ojdl.weblogic.DomainLogHandler' level="WARNING"/>
    <log_handler name='owsm-message-handler' class='oracle.core.ojdl.logging.ODLHandlerFactory'>
    <property name='path' value='${domain.home}/servers/${weblogic.Name}/logs/owsm/msglogging'/>
    <property name='maxFileSize' value='10485760'/>
    <property name='maxLogSize' value='104857600'/>
    <property name='encoding' value='UTF-8'/>
    <property name='supplementalAttributes' value='J2EE_APP.name,J2EE_MODULE.name,WEBSERVICE.name,WEBSERVICE_PORT.name'/>
    </log_handler>
    <log_handler name='em-log-handler' level='NOTIFICATION:32' class='oracle.core.ojdl.logging.ODLHandlerFactory' filter='oracle.dfw.incident.IncidentDetectionLogFilter'>
    <property name='path' value='${domain.home}/servers/${weblogic.Name}/sysman/log/emoms.log'/>
    <property name='format' value='ODL-Text'/>
    <property name='useThreadName' value='true'/>
    <property name='maxFileSize' value='5242880'/>
    <property name='maxLogSize' value='52428800'/>
    <property name='encoding' value='UTF-8'/>
    </log_handler>
    <log_handler name='em-trc-handler' level='TRACE:32' class='oracle.core.ojdl.logging.ODLHandlerFactory'>
    <property name='logreader:' value='off'/>
    <property name='path' value='${domain.home}/servers/${weblogic.Name}/sysman/log/emoms.trc'/>
    <property name='format' value='ODL-Text'/>
    <property name='useThreadName' value='true'/>
    <property name='locale' value='en'/>
    <property name='maxFileSize' value='5242880'/>
    <property name='maxLogSize' value='52428800'/>
    <property name='encoding' value='UTF-8'/>
    </log_handler>
    <!-- ADDEDD FOR SIEBEL CONNECTOR -->
    *<log_handler name='siebel' level='TRACE:32' class='oracle.core.ojdl.logging.ODLHandlerFactory'>*
    *<property name='logreader:' value='off'/>*
    *<property name='path' value='/var/log/weblogic/siebel-connector.log'/>*
    *<property name='format' value='ODL-Text'/>*
    *<property name='useThreadName' value='true'/>*
    *<property name='locale' value='en'/>*
    *<property name='maxFileSize' value='5242880'/>*
    *<property name='maxLogSize' value='52428800'/>*
    *<property name='encoding' value='UTF-8'/>*
    *</log_handler>*
    <!-- ADDEDD FOR SIEBEL CONNECTOR -->
    <!-- ADDEDD FOR DBUM CONNECTOR -->
    <log_handler name='db-um-handler' level='TRACE:32' class='oracle.core.ojdl.logging.ODLHandlerFactory'>
    <property name='logreader:' value='off'/>
    <property name='path' value='/var/log/weblogic/oracle-dbum-connector.log'/>
    <property name='format' value='ODL-Text'/>
    <property name='useThreadName' value='true'/>
    <property name='locale' value='en'/>
    <property name='maxFileSize' value='5242880'/>
    <property name='maxLogSize' value='52428800'/>
    <property name='encoding' value='UTF-8'/>
    </log_handler>
    <!-- ADDEDD FOR DBUM CONNECTOR -->
    <!-- ADDEDD FOR GTC CCONNECTOR -->
    <log_handler name='gtc-handler' level='TRACE:32' class='oracle.core.ojdl.logging.ODLHandlerFactory'>
    <property name='logreader:' value='off'/>
    <property name='path' value='/var/log/weblogic/gtc-connector.log'/>
    <property name='format' value='ODL-Text'/>
    <property name='useThreadName' value='true'/>
    <property name='locale' value='en'/>
    <property name='maxFileSize' value='5242880'/>
    <property name='maxLogSize' value='52428800'/>
    <property name='encoding' value='UTF-8'/>
    </log_handler>
    <!-- ADDEDD FOR GTC CCONNECTOR -->
    </log_handlers>
    <loggers>
    <logger name="" level="WARNING:1">
    <handler name="odl-handler"/>
    <handler name="wls-domain"/>
    <handler name="console-handler"/>
    </logger>
    <logger name="oracle" level="NOTIFICATION:1"/>
    <logger name="oracle.adf"/>
    <logger name="oracle.adf.desktopintegration"/>
    <logger name="oracle.adf.faces"/>
    <logger name="oracle.adf.controller"/>
    <logger name="oracle.adfinternal"/>
    <logger name="oracle.adfinternal.controller"/>
    <logger name="oracle.jbo"/>
    <logger name="oracle.adfdt"/>
    <logger name="oracle.adfdtinternal"/>
    <logger name="oracle.bam"/>
    <logger name="oracle.bam.adapter"/>
    <logger name="oracle.bam.common"/>
    <logger name="oracle.bam.system"/>
    <logger name="oracle.bam.middleware"/>
    <logger name="oracle.bam.adc.security"/>
    <logger name="oracle.bam.common.security"/>
    <logger name="oracle.bam.adc.ejb.BamAdcServerBean"/>
    <logger name="oracle.bam.reportcache.ejb.ReportCacheServerBean"/>
    <logger name="oracle.bam.eventengine.ejb.EventEngineServerBean"/>
    <logger name="oracle.bam.ems.ejb.EMSServerBean"/>
    <logger name="oracle.bam.adc.api"/>
    <logger name="oracle.bam.adc"/>
    <logger name="oracle.bam.eventengine"/>
    <logger name="oracle.bam.ems"/>
    <logger name="oracle.bam.webservices"/>
    <logger name="oracle.bam.web"/>
    <logger name="oracle.bam.reportcache"/>
    <logger name="oracle.bpm"/>
    <logger name="oracle.bpm.analytics"/>
    <logger name="oracle.integration"/>
    <logger name="oracle.integration.platform.blocks.cluster"/>
    <logger name="oracle.integration.platform.blocks.deploy.coordinator"/>
    <logger name="oracle.integration.platform.blocks.event.saq"/>
    <logger name="oracle.integration.platform.blocks.java"/>
    <logger name="oracle.integration.platform.faultpolicy"/>
    <logger name="oracle.integration.platform.testfwk"/>
    <logger name="oracle.soa"/>
    <logger name="oracle.soa.adapter"/>
    <logger name="oracle.soa.b2b"/>
    <logger name="oracle.soa.b2b.apptransport"/>
    <logger name="oracle.soa.b2b.engine"/>
    <logger name="oracle.soa.b2b.repository"/>
    <logger name="oracle.soa.b2b.transport"/>
    <logger name="oracle.soa.b2b.ui"/>
    <logger name="oracle.soa.bpel"/>
    <logger name="oracle.soa.bpel.console"/>
    <logger name="oracle.soa.bpel.engine"/>
    <logger name="oracle.soa.bpel.engine.activation"/>
    <logger name="oracle.soa.bpel.engine.agents"/>
    <logger name="oracle.soa.bpel.engine.bpel"/>
    <logger name="oracle.soa.bpel.engine.compiler"/>
    <logger name="oracle.soa.bpel.engine.data"/>
    <logger name="oracle.soa.bpel.engine.delivery"/>
    <logger name="oracle.soa.bpel.engine.deployment"/>
    <logger name="oracle.soa.bpel.engine.dispatch"/>
    <logger name="oracle.soa.bpel.engine.sensor"/>
    <logger name="oracle.soa.bpel.engine.translation"/>
    <logger name="oracle.soa.bpel.engine.ws"/>
    <logger name="oracle.soa.bpel.engine.xml"/>
    <logger name="oracle.soa.bpel.entity"/>
    <logger name="oracle.soa.bpel.jpa"/>
    <logger name="oracle.soa.bpel.system"/>
    <logger name="oracle.soa.dvm"/>
    <logger name="oracle.soa.management.facade.api"/>
    <logger name="oracle.soa.mediator"/>
    <logger name="oracle.soa.mediator.common"/>
    <logger name="oracle.soa.mediator.common.cache"/>
    <logger name="oracle.soa.mediator.common.error"/>
    <logger name="oracle.soa.mediator.common.error.recovery"/>
    <logger name="oracle.soa.mediator.common.message"/>
    <logger name="oracle.soa.mediator.dispatch"/>
    <logger name="oracle.soa.mediator.dispatch.resequencer.toplink"/>
    <logger name="oracle.soa.mediator.filter"/>
    <logger name="oracle.soa.mediator.instance"/>
    <logger name="oracle.soa.mediator.management"/>
    <logger name="oracle.soa.mediator.metadata"/>
    <logger name="oracle.soa.mediator.monitor"/>
    <logger name="oracle.soa.mediator.resequencer"/>
    <logger name="oracle.soa.mediator.resequencer.besteffort"/>
    <logger name="oracle.soa.mediator.resequencer.fifo"/>
    <logger name="oracle.soa.mediator.resequencer.standard"/>
    <logger name="oracle.soa.mediator.service"/>
    <logger name="oracle.soa.mediator.serviceEngine"/>
    <logger name="oracle.soa.mediator.transformation"/>
    <logger name="oracle.soa.mediator.utils"/>
    <logger name="oracle.soa.mediator.validation"/>
    <logger name="oracle.soa.scheduler"/>
    <logger name="oracle.soa.services.common"/>
    <logger name="oracle.soa.services.identity"/>
    <logger name="oracle.soa.services.notification"/>
    <logger name="oracle.soa.services.rules"/>
    <logger name="oracle.soa.services.rules.obrtrace"/>
    <logger name="oracle.soa.services.workflow"/>
    <logger name="oracle.soa.services.workflow.common"/>
    <logger name="oracle.soa.services.workflow.evidence"/>
    <logger name="oracle.soa.services.workflow.metadata"/>
    <logger name="oracle.soa.services.workflow.persistency"/>
    <logger name="oracle.soa.services.workflow.query"/>
    <logger name="oracle.soa.services.workflow.report"/>
    <logger name="oracle.soa.services.workflow.runtimeconfig"/>
    <logger name="oracle.soa.services.workflow.soa"/>
    <logger name="oracle.soa.services.workflow.task"/>
    <logger name="oracle.soa.services.workflow.task.dispatch"/>
    <logger name="oracle.soa.services.workflow.task.routing"/>
    <logger name="oracle.soa.services.workflow.user"/>
    <logger name="oracle.soa.services.workflow.verification"/>
    <logger name="oracle.soa.services.workflow.worklist"/>
    <logger name="oracle.soa.services.workflow.performance"/>
    <logger name="oracle.soa.services.cmds"/>
    <logger name="oracle.soa.wsif"/>
    <logger name="oracle.soa.xref"/>
    <logger name="oracle.ucs"/>
    <logger name="oracle.sdp"/>
    <logger name="oracle.sdpinternal"/>
    <logger name="oracle.sdp.messaging"/>
    <logger name="oracle.sdp.messaging.client"/>
    <logger name="oracle.sdp.messaging.driver"/>
    <logger name="oracle.sdp.messaging.engine"/>
    <logger name="oracle.sdp.messaging.parlayx"/>
    <logger name="oracle.sdp.messaging.server"/>
    <logger name="oracle.wsm"/>
    <logger name="oracle.wsm.msg.logging" level="NOTIFICATION:1" useParentHandlers="false">
    <handler name="owsm-message-handler"/>
    <handler name="wls-domain"/>
    </logger>
    <logger name='oracle.sysman' level='NOTIFICATION:32' useParentHandlers='false'>
    <handler name='em-log-handler'/>
    <handler name='em-trc-handler'/>
    </logger>
    <!-- ADDEDD FOR SIEBEL CONNECTOR -->
    *<logger name="XL_INTG.SIEBEL" level="TRACE:32" useParentHandlers="false">*
    *<handler name="siebel"/>*
    *<handler name="console-handler"/>*
    *</logger>*
    <!-- ADDEDD FOR SIEBEL CONNECTOR -->
    <!-- ADDEDD FOR ORACLE SUPPOR -->
    <logger name="Xellerate.Server">
    <handler name="console-handler"/>
    </logger>
    <logger name="Xellerate.Database">
    <handler name="console-handler"/>
    </logger>
    <logger name="Xellerate.AccountManagement">
    <handler name="console-handler"/>
    </logger>
    <logger name="oracle.iam.reconciliation">
    <handler name="console-handler"/>
    </logger>
    <!-- ADDEDD FOR ORACLE SUPPOR -->
    <!-- ADDEDD FOR DBUM CONNECTOR -->
    <logger name="OIMCP.DBUM" level="TRACE:32" useParentHandlers="false">
    <handler name="db-um-handler"/>
    <handler name="console-handler"/>
    </logger>
    <logger name="OIMCP.DBUMCOMMON" level="TRACE:32" useParentHandlers="false">
    <handler name="db-um-handler"/>
    <handler name="console-handler"/>
    </logger>
    <!-- ADDEDD FOR DBUM CONNECTOR -->
    <!-- ADDED FOR GTC CONNECTOR -->
    <logger name="Xellerate.GC.FrameworkReconciliation" level="TRACE:32" useParentHandlers="false">
    <handler name="gtc-handler"/>
    </logger>
    <logger name="Xellerate.GC.Provider.ReconciliationFormat" level="TRACE:32" useParentHandlers="false">
    <handler name="gtc-handler"/>
    </logger>
    <!-- ADDED FOR GTC CONNECTOR -->
    </loggers>
    </logging_configuration>Can anyone help me, please?
    Thanks in advance,
    Daniele

    I had a liitle progress here. For the missing mandatory fields, once you are done the mapping during the creation of GTC, go to Design Console to add mandatory fields, such as user type which is not available in the creation process of GTC. Please see:
    => http://st-curriculum.oracle.com/obe/fmw/oim/10.1.4/oim/obe12_using_gtc_for_reconciliation/using_the_gtc.htm#t5
    Now actually I have exactly the same proplem as this one:
    => Re: Creating GTC in OIM 11g (11.1.1.3.0)
    => Event Recieved
    => Data Validation Succeded
    => No User Match Found
    => Creation Faild
    => Notes: ORA Error Code =>ORA-01400: cannot insert NULL into () ORA Error Stack =>ORA-06512: at DEV_OIM.OIM_SP_RECONBLKUSERCRUD", line 722
    I am looking into this, will keep you posted.
    Ningfeng

  • Siebel Connector setup with OIM 9.1

    Hi,
    I am trying to setup Siebel connector using VM ware images for OIM 9.1 and Siebel 7.8. I followed the document on deploying Siebel connector.I copied connector files. Imported connector xml files, defined IT resource for Siebel.
    I ran a simple create test case under running test cases. I copied required jar file, edited global.properties with required values, ran native2ascii command and I get the following error:
    E:\oracle\product\OIM9100\xellerate\Siebel\troubleshoot>java -DTproperties=E:\o
    racle\product\OIM9100\xellerate\Siebel\troubleshoot\troubleShoot.properties -Dlo
    g4j.configuration=file:/E:/oracle/product/OIM9100/xellerate/Siebel/troubleshoot/
    log.properties TroubleShootingUtility C
    INFO,17 Mar 2008 14:32:17,703,[XL_INTG.TROUBLESHOOTINGUTILITY],sPropertyFileNam
    e :E:\oracle\product\OIM9100\xellerate\Siebel\troubleshoot\troubleShoot.properti
    es
    INFO,17 Mar 2008 14:32:17,843,[XL_INTG.SIEBEL],SIEBEL Create Connection Request
    INFO,17 Mar 2008 14:32:17,875,[XL_INTG.SIEBEL],createSiebelConnection(): START
    Siebel Connection creation.
    <com.siebel.om.sisnapi.i>
    <Error><ErrorCode>8235</ErrorCode> <ErrMsg>Hello Request 1 was abandoned after 4
    7 ms. Connection: 0 (SBL-JCA-315) </ErrMsg></Error>
    </com.siebel.om.sisnapi.i>
    at com.siebel.om.conmgr.e.a(Unknown Source)
    at com.siebel.om.conmgr.e.b(Unknown Source)
    at com.siebel.om.conmgr.e.<init>(Unknown Source)
    at com.siebel.om.conmgr.d.d(Unknown Source)
    at com.siebel.om.om.b.a(Unknown Source)
    at com.siebel.data.SiebelDataBean.login(SiebelDataBean.java)
    at com.thortech.xl.integration.siebel.utils.SiebelConnection.createSiebe
    lConnection(Unknown Source)
    at com.thortech.xl.integration.siebel.utils.XLSiebelUtilities.createSieb
    elConnection(Unknown Source)
    at com.thortech.xl.integration.siebel.proxy.SiebelProxyEmployeeProvision
    Manager.createSiebelConnection(Unknown Source)
    at TroubleShootingUtility.main(TroubleShootingUtility.java:110)
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at com.siebel.om.conmgr.e.a(Unknown Source)
    at com.siebel.om.conmgr.e.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:534)
    [CMGR FATAL] Error: java.net.SocketException: Connection reset connection:0
    <com.siebel.om.sisnapi.i>
    <Error><ErrorCode>8235</ErrorCode> <ErrMsg>Hello Request 1 was abandoned after 0
    ms. Connection: 0 (SBL-JCA-315) </ErrMsg></Error>
    </com.siebel.om.sisnapi.i>
    at com.siebel.om.conmgr.e.a(Unknown Source)
    at com.siebel.om.conmgr.e.b(Unknown Source)
    at com.siebel.om.conmgr.e.<init>(Unknown Source)
    at com.siebel.om.conmgr.d.d(Unknown Source)
    at com.siebel.om.om.b.a(Unknown Source)
    at com.siebel.data.SiebelDataBean.login(SiebelDataBean.java)
    at com.thortech.xl.integration.siebel.utils.SiebelConnection.createSiebe
    lConnection(Unknown Source)
    at com.thortech.xl.integration.siebel.utils.XLSiebelUtilities.createSieb
    elConnection(Unknown Source)
    at com.thortech.xl.integration.siebel.proxy.SiebelProxyEmployeeProvision
    Manager.createSiebelConnection(Unknown Source)
    at TroubleShootingUtility.main(TroubleShootingUtility.java:110)
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at com.siebel.om.conmgr.e.a(Unknown Source)
    at com.siebel.om.conmgr.e.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:534)
    [CMGR FATAL] Error: java.net.SocketException: Connection reset connection:0
    <com.siebel.om.sisnapi.i>
    <Error><ErrorCode>8235</ErrorCode> <ErrMsg>Hello Request 1 was abandoned after 3
    1 ms. Connection: 0 (SBL-JCA-315) </ErrMsg></Error>
    </com.siebel.om.sisnapi.i>
    at com.siebel.om.conmgr.e.a(Unknown Source)
    at com.siebel.om.conmgr.e.b(Unknown Source)
    at com.siebel.om.conmgr.e.<init>(Unknown Source)
    at com.siebel.om.conmgr.d.d(Unknown Source)
    at com.siebel.om.om.b.a(Unknown Source)
    at com.siebel.data.SiebelDataBean.login(SiebelDataBean.java)
    at com.thortech.xl.integration.siebel.utils.SiebelConnection.createSiebe
    lConnection(Unknown Source)
    at com.thortech.xl.integration.siebel.utils.XLSiebelUtilities.createSieb
    elConnection(Unknown Source)
    at com.thortech.xl.integration.siebel.proxy.SiebelProxyEmployeeProvision
    Manager.createSiebelConnection(Unknown Source)
    at TroubleShootingUtility.main(TroubleShootingUtility.java:110)
    ERROR,17 Mar 2008 14:32:20,125,[XL_INTG.SIEBEL],createSiebelConnection(): Siebel
    Connection Exception:Could not open a session in 4 attempts. {1} (SBL-JCA-200)
    ERROR,17 Mar 2008 14:32:20,125,[XL_INTG.SIEBEL],SIEBEL Create Connection Request
    BaseException:com.thortech.xl.integration.siebel.exception.BaseException: BaseE
    xception: Siebel Connection JDB Exception: Could not open a session in 4 attempt
    s. {1} (SBL-JCA-200)
    com.thortech.xl.integration.siebel.exception.BaseException: BaseException: Siebe
    l Connection JDB Exception: Could not open a session in 4 attempts. {1} (SBL-JCA
    -200)
    at com.thortech.xl.integration.siebel.proxy.SiebelProxyEmployeeProvision
    Manager.createSiebelConnection(Unknown Source)
    at TroubleShootingUtility.main(TroubleShootingUtility.java:110)
    java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at com.siebel.om.conmgr.e.a(Unknown Source)
    at com.siebel.om.conmgr.e.run(Unknown Source)
    Any ideas as to why there is a connection error or what to look for to get more information.
    Message was edited by:
    user615489

    Most of the test clients use a configuration file where you need to configure things like Siebel Admin login, server name, etc. In some cases the configuration file contains the name of the OIM it resource where this is configured instead of the actual values.
    Have you customized the E:\oracle\product\OIM9100\xellerate\Siebel\troubleshoot\troubleShoot.properties file with values that are relevant for your installation?
    Best regards
    /M
    <disclaimer> I have never used the Siebel connector</disclaimer>

  • SAP HR - OIM real time reconcilatin

    Hi,
    Any one has experience around setting up SAP HR and OIM real time reconcilation on a real time basis.
    Thanks
    D

    Hi,
    First step will be knowing about the company from top to bottom in all levels and maping to SAP
    Sec Questionaries to the client about how he want to look his company data in sap and checking whether is that possible in standard sap or not and what to do to reach client expectation etc you have to check
    Thrid ASAP Methodelogy where gathering informaiton,preparing blueprint,configuration,testing.
    Basically most of the client go for OM,PA,TM,Payroll and other modules are optional like e-recruitment,ess mss,traval etc which shld have other module integration and third party software.
    Thanks

  • Database Aplication Tables Reconciliation in real time

    Hi.
    Is there a way to get database aplication tables trusted reconciliation in real time?
    I mean, If I add/update a row to a table in the trusted source, some type of agent calls an API in OIM which gets the added/updated row (and creates the user)
    Thank You.

    DBAT Connector will not fulfil your requirement.
    Please see the below link. It may help you in developing what you want. You can call OIM Recon APIs through DB Trigger
    http://www.cs.umbc.edu/portal/help/oracle8/java.815/a64686/04_call2.htm

  • EDQ Siebel Connector

    Hi,     
         I want to have real time integration of UCM with EDQ. for that I'll be using the Siebel EDQ connector. Can you specify which Integration Objects and Business Services will be used for carrying out real time integration?
    Thanks.
    Regards,
    Zankrut.

    As OEDQ does not require any kind of synchronization of data from Siebel to any EDQ tables, we need to disable the DQSync functionality from within Siebel application by making two changes
    a.  In Siebel UI > Administration - Runtime Events screen > Action Sets view > query for Action Sets with Name = *DQ Sync* > uncheck the Active flag to inactivate all these action sets.
    b.  In Siebel UI > Administration - Data Quality screen > Data Quality Settings view > set the following parameters and values:
    Parameter:                  Enable DQ Sync
    Value:                         No
    Thanks,
    Shilpi

  • Multiclip Editing in Real Time

    I have this concert footage I am syncing and I am now up to 9 angles all in standard DEF DV NTSC. I have 1 or 2 more to put in. So I will have say 11 total angles. I know I can view and make cuts in real time up to 16 on the screen at 1 time I've read. I need to see in REAL time the 16 angles and edit in real time these concerts. I've done it with 4 angles and it works great in FCP 5. Even have done it with 6 angles.
    I notice when I play it back with 9 angles though, within about 20 seconds, I start to see the time code updating every 5 or 10 frames and then I start to get sound drop outs and video drop outs...sometimes the video freezes as well. I have unchecked all the boxes in the View menu that are important for speed according to the manual, but nevertheless I think around the 8th angle or so, I get this problem.
    Where is the bottleneck? I have this card in for my display: GeForce 6800 Ultra. And I have 4 GB of RAM. My 2nd 400 GB hard drive has about 30 GB left on it.
    Is my GeForce 6800 Ultra what determines my ability to see more streams in real time? Is there some way I can watch these 11 streams without any drop outs and edit real time?
    And if I need a faster system, what area of my system would I need to improve. Ideally I want to be able to edit 16 stream in real time without any slowdown in the sound and video drop outs. I need to make these cuts precisely as I feel the flow of the music and see all streams together. Soon I will do this with HDV footage as well.
    Any help would be VERY much appreciated. Thanks-
    Dual 2.5 Ghz PowerPC G5   Mac OS X (10.4.1)  

    What displays are connected to the 6800?
    If it's driving two displays, I think it divides its onboard RAM between the two (128/128). I read some time ago that ATI had released a little app that allowed you to turn off the second display connector on its cards, so all of the RAM would be funneled to the main display. I don't know if there's a way to do that with the nVidia card.
    But if there is, that might help. IOW, you'd have to work on a single display, but all 256MB of RAM would be available to it. That might help, if it's even possible.
    If you pare down the files on your media drive, so that it's less than 60% full, with all files living in the first 60% of the platters (the outer and middle tracks), that would help. To do that, you'd trash enough files to get down to 60% full then copy them all to another volume, wipe the original media volume, then move the files back.
    Make sure External Devices is set to None, so the G5 doesn't have to push video out the FW port.
    Repair Premissions, quit all unneeded apps and processes, and make sure your boot volume isn't more than 60% full. YOu could also set RT Extreme Display Quality to Low. Leave Frame Rate to Full, though, or FCP will intentional drop frames to maintain real-time playback.
    Others may have additional suggestions, but if none of our suggestions resolve this, then you might consider buying a fast RAID array. Expensive, yes, and not typically needed for DV, but it will drive more streams of video than you can do now.
    Then again, I don't need to use multi-clip, so I don't know whether your particular problem is typical or not.

  • Pci 6259 real time windows target matlab

    Hello everyone,
    I want to buy 1 NI PCI-6259, 2 Cables(SHC68-68-EPM Cable (2m))  and 2
    Connector Blocks (SCB-68 - Shielded).
    Would you please tell me do I need another hardwarefor
    this product?
    I want to this product with Matlab Real Time Windows Target.
    Would you please tell me do I need what software for
    this product to work with Matlab Real Time Windows Target?
    Best regards,
    Naser

    Hello Olivia
    I want to measure impedance of a device.
    I want to generate a chirp signal and measure impedance this
    device by NI PCI 6259.
    My frequency is about 10KHZ to 300KH.
    I use Windows xp for this task. I want to use Matlab software.
    So, for MAtlab software only DAQmx
    driver is needed?
    Best regards
    Naser

  • Real time synchronisation of sap hr employee data with LDAP

    Hi friends,
    I wanted to synchronize sap hr employee data with ldap. I have written a abap program for the same which is using ldap connector interface for creation/modification/deletion of employees. I am planning to put this as a scheduled job.
    But I want to do it  in real time i.e. when the employee is getting created/modified/deleted in sap hr, my program should receive all the values and do the changes in ldap at the same time.
    What all options do i have to do this?
    I am new to sap hr.
    Regards,
    Nilz

    Hi Nilesh
    U can take help of Standard Events in SAP.
    Go to Tcode SWELS.Then Activate Event trace.
    Go and do creation/modification/deletion for employees and Check which allevents are getting triggered in Tcode SWEL.
    This might give U an Initial idea how to go about this.
    ~BiSu

  • Real time interview questions in XI

    Hi guys,
               Can anyone send me Real time interview questions in XI to my mail id [email protected] will be awarded.
    Thanks in advance

    Hi , check some of the FAQS.
    Some of them not answered.
    . Which of the following are Components of XI
    MDM, Adapter Framework, RWB, SLD, IS

    2. What is a XI Pipeline?
    3. Source element occurs once whereas the target element it is mapped to is produced 3 times when the mapping is executed. Why does this happen?
    4. A context object is used in place of what?
    5. what is UDF? What are the mandatory functions that you use in a Java based UDF
    a. Init() , Execute(), Destroy(), Run(), SetParameter()
    6. ABAP mapping is implemented using what?
    7. When you don’t find the ABAP mapping option in IR what do u do?
    8. Any of the of different Mapping types (Java, MM, XSLT, ABAP) can be called in any order for Interface mapping ? True of False
    9. Is true case sensitive in case of a Boolean function and can 1 be interpreted a Boolean TRUE?
    10. what is Context Changes ?
    11. What are the protocols that the Mail adapter supports
    12. Why is a SAP BC used?
    13. WSDL representation of a Message Interface is used to generate what kind of proxies?
    a. ABAP Proxies
    b. Java Proxies
    c. Neither ABAP nor Java
    d. Both ABAP and Java proxies
    14. Would you configure a Sender IDOC communication channel?
    15. You are required to upload additional libraries for the JMS adapter. How would you do it?
    16. QoS that a Sender JDBC communication channel supports
    17. What are the transport protocols a JMS adapter supports?
    18. Would you configure the Integration Server as a Logical system in a scenario where IDOCs are being sent from a SAP R/3 system to XI?
    19. Why do we specify the Logical System name in the SLD?
    20. The pre-requisites for sending IDOCs to an XI system
    a. Connection parameters must be maintained in SWCV
    b. User must have administration rights in XI
    c. The IDOC metadata must be imported into IR
    21. You need to post a transaction using a RFC. How would you accomplish this?
    a. Use a async BAPI call with implicit Commit?
    b. Use a async BAPI call with explicit Commit?
    22. what is PCK? What is the necessity for a PCK?
    23. In a company the Central Adapter Engine is installed close to the business partner site. Why do you this this is done?
    24. The flow of a message entering the Adapter Engine from Integration Server is--
    a. It is queued, processed using module processors and then posted to the backend application
    b. It is processed using module processors, queued and then posted to the backend application
    25. Is the persistence layer used by the Adapter Engine and the Integration Engine (Integration Server) same?
    26. Is the Message ID specified in the Integration Engine same as the Message ID used during the Message transformation in the Adapter engine?
    27. Would you configure a Sender HTTP adapter?
    28. QoS in case of a RFC Receiver adapter
    29. Sync-Async bridge is used for?
    30. A Business Process is
    a. Executable cross component
    b. Can send and receive messages
    31. What is the purpose of a deadline branch
    32. What is SXI_CACHE used for?
    33. Container elements can be typed to what ?
    34. Why is a Wait step used?
    35. A block can have which of the following?
    a. Multiple Exception branches
    b. Multiple Condition branches
    36. For what all step types can you use a Corelation?
    37. Which of the following is true?
    a. Blocks can be Nested
    b. Blocks can be Overlapped
    38. You need to collect and club messages in a container element coming from different steps. How would you do this?
    39. In case of a Block, which of the following is true?
    Elements of a super container are visible in sub-containers
    Elements of a subordinate container are not visible in all blocks
    Elements defined in the process container are visible in all blocks
    40. what is Co relation & Local Co-relation
    41. Where can you use N: M transformation?
    42. Alert framework uses/leverages CCMS?
    43. If you want to cancel a process and set its status to ‘Logically Deleted’ when a Deadline is reached, do you need to use a Control Step having its Action as ‘CancelProcess’ or is it automatically done?
    44. What are the ways an Exception can be triggered?
    45. What would be the best architecture after implementing SAP XI? Implementing EDI adapter(s).
    46. How to run the Adapter engine as a service?
    47. How SAP Netweaver supports a holistic approach to BPM (Business Process Management)?
    48. What is the role of SAP XI?
    49. How can we differentiate SAP XI from Business Connector (BC)?
    50. How to send mail from SAP XI?
    51. What are the migration steps from XI 2.0 to XI 3.0?
    52. XI will support synchronous communication and asynchronous communication?
    A. Yes
    B. No
    53. Integration server contains the following components?
    A. Additional integration services
    B. Integration Engine
    C. Business Process Engine
    D. Integration Repository
    54. Integration Repository provides the following components?
    A. Business processes
    B. Mapping Objects
    C. Components at design time
    D. Imported objects
    55. What is the usage of Web Application server in XI?
    56. What is the use of RFC and IDOC Adapters in XI?
    57. How to convert WSDL (Web Services Descriptive Language) to target language?
    58. What is the component to generate Jave classes?
    59. What is ESA (Enterprise Service Architecture)?
    60. What are the key elements of ESA?
    61. How to transport SLD, Integration Directory & Integration Repository objects to the Production system?
    62. Can we import XSD Schemas into XI 2.0?
    63. which api you use for java mapping.
    64. You use context object in place of what?
    65. To make non mandatory node mandatory which you should to?
    66. In case of RFC communication sender system sends a rfc call but target system does not receive it. What you think went wrong?
    67 Difference between Xi business process and workflow ?
    68. When you use transaction SXMB_MONI for process monitoring, which field tells you that the entry is for business process.
    69. What are different Xi components?
    70. In which all places you can use receive process?
    71 In which all steps you can activate correlation?
    1. How many interfaces are u developed in u r project.
    2,What is land accepted.?
    3.What is Your team size ?
    4.The work assignment procedure in your organization?
    5.What is your complete company object.?
    6.What is the nesicity of developing that scenario.?
    7.What is the advantage over other integration tools.?
    8.What is Sender agreement?
    9.What is Receiver agreement?
    10.Tell me the steps for Multiple Idoc to File.(BPM Scenarios)
    11.Tell me the steps for file to Multiple Idoc (BPM)
    12.How to Create Alerts in BPM?
    13.How to Use Third Party Adaptors in u r project.?
    14.How to Use External Objects?
    15.What is the Use of Node Fictions in XI?(example)
    16 Examples on RFC lookups?
    regards,
    Brahmaji.

  • OIM AD connector- Groups added natively in AD getting deleted

    We are facing this issue with the OIM Ad connector- 11.1.1.5.0. The scenario is :
    1. OIM user get created
    2. OIM provisions user to AD and adds user to 2 groups ( 1 and 2)
    3. AD Administrator logs into the AD directly and adds 3 groups to the user ( Group3,Group4 and Group5)
    4. OIM admin goes to the resources tab and adds Group6 to the user from within OIM AD resource
    Shouldn't we see that the user account on AD be a member of group1,group2,group3,group4,group5 and group6. This is the expected behavior
    What we are seeing on the account is that only group1,group2 and group6 are visible.
    I understand the the groups - Group3,Group4 and Group5 will not be visible on the resource form unless we do a recon but OIM should not be DELETING groups added natively on AD
    Any help on this issue will be appreciated

    Thanks everyone. I do agree that the behavior should be such that all 6 groups should be visible on the user on the target (AD) system. However, we are seeing that the groups added natively within AD are getting deleted and OIM is "truing up" the user account with the groups that are added within the process form , i.e. the scenario described above. OIM is actually deleting the groups that were added manually on AD.
    If I do trigger a target recon, then I can see that all the groups are reflected on the user within OIM. However running this task every hour or rather every time I need to add an entitlement on a user is not a feasible solution,would you agree?. Also this is a limitation that cannot be placed on a helpdesk person. Rather , if this is the only solution , it should be a functionality of the connector.
    Please note that the connector deployed is v11.1.1.5.0 and NOT the 9.1.1.7. The 9.x connector did behave as expected , i.e it did not delete any groups. However the new ICF based connector is deleting groups. Is there a setting within the connector configuration to turn on/off this functionality?
    This is what I see in the connector server logs
    <VERBOSE>: Class-> ActiveDirectoryUtils, Method -> GetDnFromPath, Message -> Exiting the method. Returning the value = CN=TEST6,CN=Users,DC=OIM,DC=Test,DC=com
    <VERBOSE>: Class-> CustomAttributeHandlers, Method -> UpdateDeFromCa_OpAtt_Groups, Message -> DirectoryEntry path = LDAP://xx.xx.xx.xxx/CN=Print,DC=OIM,DC=Test,DC=com. Removing: CN=TEST6,CN=Users,DC=OIM,DC=Test,DC=com from the property: member
    "PRINT" is the group that was added natively on AD.

  • Trouble getting a subvi to update a graph in real-time on the front panel

    Hi All,
    First post here, so play nice =). I am trying to update a graph on the front panel from within one of my subvis, however it does not update it in real-time. It will only show the completed graph after the subvi finishes running. I have tried to use references/property nodes and I have also tried using my chart as a global variable, but neither of those methods have worked (I am probably doing it wrong). Can anyone provide a detailed walk-through of how to do this using either one of those methods? Or perhaps even a different method?

    ModusPwnens wrote:
    This is how you do it, right?:
    Try this for a quick demo of the reference method:
    Create a VI as shown in the image.
    Select only the while loop and do "edit...create subVI" (as shown). (you will get a subVI that contains the needed connectors and is alread wired to the reference)
    Run the main VI, and the chart will update every 200ms.
    Note that this is only a draft and many things are missing. (For example, the subVI cannot be stopped at the moment. Also, you want a graph, and not a chart.)
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    updateViaSub.PNG ‏32 KB

  • Oracle Real Time Decisions (RTD)

    Hi,
    We r trying to setup an Oracle Real Time Decisions (RTD) environment.
    Can any one pls let me know how to integrate Oracle Real Time Decisions (RTD) with Siebel CRM & Oracle BI EE.
    Any document would be of great help.
    Your kind response will be appreciated.
    Thanks.

    Hi,
    Try Mark Rittman's blog:
    http://www.rittmanmead.com/category/real-time-decisions/
    Good Luck,
    Daan Bakboord

  • Real Time Matching of UCM-OEDQ

    Hi,
    How does Real time matching process is executed in UCM-OEDQ?
    Query is: when we're trying to search the record, how exactly this is done?   When We have a record which is to be searched (driving record), is that driving record stored anywhere in UCM in intermediate stage? How that is sent to OEDQ and how the matching record retrieval is done?
    it will be a great help if anyone can throw some light on this query.
    Thank you.
    Regards,
    Zankrut.

    Hi,
    This is covered in the documentation. See in particular:
    The EDQ-CDS Siebel Integration Guide: Contents
    The EDQ-CDS Business Services Guide: http://docs.oracle.com/cd/E48549_01/doc.11117/e40733/toc.htm
    Mike

  • Enable real-time indexing

    Hello,
    I have just created a new index (template and connector) for some of my custom tables.
    Additionally I have implemented
         IF_BADI_ESH_IF_OBJECT_DATA~GET_DATA
         IF_BADI_ESH_IF_OBJECT_DATA~NEXT
    for the index in my own class.
    The index is build up fine when starting the indexing process manually.
    I have flagged the template for real-time indexing and I have also made sure that real-time indexing is setup (ESH real-time indexing deamon is running). I checked that at least everything is working for the standard MATERIAL connector.
    My question is: How can I enable real-time indexing for my new connector?
    Regards,
    Alexander

    Hello Harit,
    thanks for your reply. Actually I already did the steps you described but that didn't work as expected.
    Solution to our issue was to update our systems to a newer patch level.
    Regards,
    Alexander

Maybe you are looking for

  • Report Generation Toolkit, Error 1706

    I'm trying to run some report generation toolkit examples, typically those that plot data in various charts in Excel. However I'm consistently receiving the attached error, seemingly saying that I require Microsoft Project -- something that seems str

  • Installing Snow Leopard on 10.5.8 macbook.

    I was trying to install snow leopard on 10.5.8 white macbook. It would not let me. I found a thread that said boot from disc - partition drive setting aside 5GB to install snow leopard- and it will work to install to the other ~75GB, or whatever. I'v

  • Disable the pasting of data in textfield

    Hi all, The scenario is that i am having a dialog wherein i can create new users. It has Two textfields for username and the password.Now the problem is that i donot want the user to paste the name specifically japnese characters. Can this be done if

  • Sun cluster upgrade

    Any one did an upgrade from Sun cluster 3.0 07/01 release to 12/01 release was there any problem in the upgrade and what was the approach any suggestion

  • I get  a "Server error" when initializing my iphone

    iPhone 4S stoeln, trying to set up old 3GS.  When going through the initialization sequence after doing a hard reset, at the prompt for my iclouduserid and password, the result is "Could Not Sign In: Server Error"  The same id/password works on icoul