Integration of configuration object__urgent!!!

I need to integrate a configuration object in SIM 5.0 but I am not getting any head or tail of it of how to do it.
I need it urgently to integrate it.
Any suggestions in this matter will be really welcome.
Thanks in advance
resh

This configuration object will be called from a rule which updates a mysql table , which uses the configuration object to get the connection parameters from the configuration object.
After connecting to the table, it updates the table with the values passed from the workflow.
I can pass the values from the workflow to the rule and update the table by hardcoding the connection parameters.
But according to the req. I have to get the connection parameters from the configuration obj. as we will be using the same connection parameters for many rules and if there is any change to be done then I will have to go to all rules and change it.
This is the code in rule.
<code> <block>
<defvar name='connVariable'>
<invoke name='getExtension'>
<invoke name='getObject'>
<ref>theSession</ref>
<invoke name='findType' class='com.waveset.object.Type'>
<s>Configuration</s>
</invoke>
<s>PCMSCONN</s>
<!-------This the config. obj. name->
</invoke>
</invoke>
</defvar>
<defvar name='decryptor'>
<new class='com.waveset.util.EncryptedData'/>
</defvar>
<!--Here we get the values for connection from the obj. and load to variables in the rule->
<invoke name='fromString'>
<ref>decryptor</ref>
<get>
<ref>connVariable</ref>
<s>password</s>
</get>
</invoke>
<defvar name='passtext'>
<invoke name='decryptToString'>
<ref>decryptor</ref>
</invoke>
</defvar>
<defvar name='strDriverClass'>
<get>
<ref>connVariable</ref>
<s>driverClass</s>
</get>
</defvar>
<defvar name='strUser'>
<get>
<ref>connVariable</ref>
<s>user</s>
</get>
</defvar>
<defvar name='strURL'>
<get>
<ref>connVariable</ref>
<s>url</s>
</get>
</defvar>
<invoke name='sql' class='com.waveset.util.JdbcUtil'>
<map>
<s>type</s>
<s>thin</s>
<s>driverClass</s>
<ref>strDriverClass</ref>
<s>driverPrefix</s>
<s></s>
<s>url</s>
<ref>strURL</ref>
<s>user</s>
<ref>strUser</ref>
<s>password</s>
<ref>passtext</ref>
<s>sql</s>
<s>INSERT into test Values('uname1')</s>
</map>
</invoke>
</block>
</code>
------------------This is the config obj.
<code>
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Configuration PUBLIC 'waveset.dtd' 'waveset.dtd'>
<Configuration name='PCMSCONN'>
<Extension>
<Map>
          <MapEntry key='driverClass' value='org.gjt.mm.mysql.Driver'/>
          <MapEntry key='url' value='jdbc:mysql://localhost:3306/test'/>
          <MapEntry key='user' value='root'/>
          <MapEntry key='root' value='password'/>
</Map>
</Extension>
<MemberObjectGroups>
<ObjectRef type='ObjectGroup' id='#ID#All' name='All'/>
</MemberObjectGroups>
</Configuration>
</code>
Thanks in advance,
Resh

Similar Messages

  • Integration Directory(Configuration) Problem

    Hi All,
    I am facing one Probelm. I am working one the client through Citrix. I am not able to open Integration Directory(Configuration Problem) . In onsite it's working fine. Reming all other applications(Integartion Repository and SLD and Runtime work bench) are working fine.
    if I open Integration Directory i am getting this messge.
    <jnlp spec="1.0+" codebase="http://filp55.group.upm-kymmene.com:50100/dir">
        <information>
            <title>Integration Builder</title>
            <vendor>SAP AG</vendor>
            <homepage href="http://www.sap.com" />
            <description type="one-line">Directory</description>
            <description type="short">Directory</description>
            <description type="tooltip">Directory</description>
            <icon hight="64" href="start/graphics/sap6464.gif" type="splash" width="64" />
            <icon hight="32" href="start/graphics/SAP3232.gif" width="32" />
        </information>
        <security>
            <all-permissions />
        </security>
        <resources>
            <j2se version="1.4+" initial-heap-size="32m" max-heap-size="1024m" />
            <jar href="directory/aii_ibdir_client.jar" />
            <jar href="directory/aii_ibdir_core.jar" />
            <jar href="directory/aii_ibdir_sbeans.jar" />
            <jar href="directory/aii_ibdir_rb.jar" />
            <jar href="directory/aii_ib_client.jar" />
            <jar href="directory/aii_ib_core.jar" />
            <jar href="directory/aii_ib_sbeans.jar" />
            <jar href="directory/aii_ib_rb.jar" />
            <jar href="directory/aii_util_icons.jar" />
            <jar href="directory/aii_util_swing.jar" />
            <jar href="directory/aii_util_xml.jar" />
            <jar href="directory/aii_util_xsd.jar" />
            <jar href="directory/aii_utilxi_misc.jar" />
            <jar href="directory/aii_util_rb.jar" />
            <jar href="directory/clientaii_ib_sbeans.jar" />
            <jar href="directory/clientaii_ibdir_sbeans.jar" />
            <jar href="directory/frog.jar" />
            <jar href="directory/focus14.jar" />
            <jar href="directory/sapxmltoolkit.jar" />
            <jar href="directory/jta.jar" />
            <jar href="directory/ejb20.jar" />
            <jar href="directory/exception.jar" />
            <jar href="directory/logging.jar" />
            <jar href="directory/guidgenerator.jar" />
            <jar href="directory/jperflib.jar" />
            <jar href="directory/sapni.jar" />
            <jar href="directory/sapj2eeclient.jar" />
            <property name="sap.theme" value="Streamline" />
            <property name="jnlp.log.initialConfiguration" value="FILE, SIMPLE" />
        <property name="jnlp.com.sap.aii.ib.client.properties" value="com.sap.aii.ib.client., com.sap.aii.ib.core., com.sap.aii.util.xml., com.sap.aii.connect., com.sap.aii.repository.mapping.additionaltypes, com.sap.aii.docu., com.sap.aii.ibrep.core., com.sap.aii.ibdir.core.*" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.sysnr" value="01" /><property name="jnlp.com.sap.aii.connect.landscape.contextroot" value="sld" /><property name="jnlp.com.sap.aii.connect.cr.name" value="filp40.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.ib.client.content.languages" value="EN,DE" /><property name="jnlp.com.sap.aii.connect.repository.contextroot" value="rep" /><property name="jnlp.com.sap.aii.ib.client.login.languages" value="EN,DE" /><property name="jnlp.com.sap.aii.connect.directory.rmiport" value="50104" /><property name="jnlp.com.sap.aii.connect.cr.contextroot" value="sld" /><property name="jnlp.com.sap.aii.connect.rwb.r3.client" value="790" /><property name="jnlp.com.sap.aii.connect.directory.contextroot" value="dir" /><property name="jnlp.com.sap.aii.connect.rwb.contextroot" value="rwb" /><property name="jnlp.com.sap.aii.connect.landscape.httpsport" value="@com.sap.aii.server.httpsport.lcr@" /><property name="jnlp.com.sap.aii.connect.repository.rmiport" value="50104" /><property name="jnlp.com.sap.aii.connect.repository.httpport" value="50100" /><property name="jnlp.com.sap.aii.connect.directory.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.cr.httpsport" value="@com.sap.aii.server.httpsport.cr@" /><property name="jnlp.com.sap.aii.connect.repository.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.integrationserver.contextroot" value="run" /><property name="jnlp.com.sap.aii.connect.integrationserver.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.rwb.httpsport" value="@com.sap.aii.connect.rwb.httpsport@" /><property name="jnlp.com.sap.aii.connect.landscape.httpport" value="50000" /><property name="jnlp.com.sap.aii.docu.languages" value="null" /><property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.initialheapsize" value="32m" /><property name="jnlp.com.sap.aii.util.xml.parserFactory" value="com.sap.engine.lib.jaxp.SAXParserFactoryImpl" /><property name="jnlp.com.sap.aii.connect.directory.httpport" value="50100" /><property name="jnlp.com.sap.aii.connect.directory.httpsport" value="@com.sap.aii.server.httpsport.directory@" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpport" value="8001" /><property name="jnlp.com.sap.aii.connect.rwb.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.client" value="790" /><property name="jnlp.com.sap.aii.connect.cr.httpport" value="50000" /><property name="jnlp.com.sap.aii.connect.landscape.name" value="filp40.group.upm-kymmene.com" /><property name="jnlp.SAPMYNAME" value="filp55_GTX_01" /><property name="jnlp.com.sap.aii.connect.rwb.httpport" value="50100" /><property name="jnlp.com.sap.aii.docu.url" value="null" /><property name="jnlp.com.sap.aii.ib.client.applicationname.directory" value="sap.com/com.sap.xi.directory/" /><property name="jnlp.com.sap.aii.util.xml.transformerFactory" value="com.sap.engine.lib.jaxp.TransformerFactoryImpl" /><property name="jnlp.com.sap.aii.ib.client.applicationname.repository" value="sap.com/com.sap.xi.repository/" /><property name="jnlp.com.sap.aii.ib.client.login.InitialContextFactory" value="com.sap.engine.services.jndi.InitialContextFactoryImpl" /><property name="jnlp.com.sap.aii.connect.integrationserver.httpport" value="50100" /><property name="jnlp.client" value="true" /><property name="jnlp.com.sap.aii.connect.repository.httpsport" value="@com.sap.aii.server.httpsport.repository@" /><property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.maxheapsize" value="1024m" /><property name="jnlp.com.sap.aii.connect.integrationserver.httpsport" value="@com.sap.aii.connect.integrationserver.httpsport@" /><property name="jnlp.com.sap.aii.connect.integrationbuilder.startpage.url" value="rep/start/index.jsp" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpsport" value="@com.sap.aii.connect.integrationserver.r3.httpsport@" /><property name="jnlp.com.sap.aii.connect.rwb.r3.sysnr" value="01" /><property name="jnlp.com.sap.aii.util.xml.schemaValidator" value="com.sap.engine.lib.schema.validator.SchemaValidator" /><property name="jnlp.rc.release" value="7_00" /><property name="jnlp.rc.applname" value="DIRECTORY" /><property name="jnlp.rc.supportpackage" value="09" /><property name="jnlp.rc.synctime" value="${sync.time}" /></resources>
        <application-desc main-class="com.sap.aii.ibdir.gui.appl.ApplicationImpl">
            <argument>webstart</argument>
        </application-desc>
    </jnlp>
    Please help me on this..........
    Thanks in Advacne.
    Regards,
    Chandra

    Hello,
    1)
    May be the problem is a network connectivity issue. Do one thing copy the "cahce" folder from some other client PC(which has successfully opened IR and ID) to your client PC. The folder resides in "C:Documents and Settings<yourUserProfile>Application DataSunJavaDeploymentjavaws".
    Copy "cache" folder to your client PC under the above path.
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1688 [original link is broken] [original link is broken] [original link is broken]
    2) Go to http://filp55.group.upm-kymmene.com:50100/rep/
    Click on Administration -> Java™ Web Start -> Java™ Web Start Administration ->
    Try
    1. Re-initialization (then try logging)
    2. Re-initialization and force-signing (then try logging)
    3. Delete lock (then try logging)
    Do this for IR and ID tabs.
    3) Check can be a firewall issue.
    4) Check wether sufficient roles have been assigned -> Tcode -> SU01 -> roles tab. These roles need to be assigned to your username
    SAP_BC_AI_LANDSCAPE_DB_RFC
    SAP_SLD_CONFIGURATOR
    SAP_SLD_DEVELOPER
    SAP_XI_BPE_CONFIGURATOR_ABAP
    SAP_XI_BPE_MONITOR_ABAP
    SAP_XI_DEVELOPER
    SAP_XI_DEVELOPER_ABAP
    SAP_XI_DEVELOPER_J2EE
    SAP_XI_MONITOR
    SAP_XI_MONITOR_ABAP
    SAP_XI_MONITOR_J2EE
    <b>*******************Reward,if found useful</b>
    Edited by: BVS on May 7, 2008 3:01 PM

  • [Integration Engine Configuration Data] Error: No access to system landscap

    Hi all,
    When configuring Integration Engine Data (To go to 'Integration Engine Configuration Data' screen: Tcode: SXMB_ADM -> Choose: Integration Engine Configuration -> F8), we want to load Configuration from System Lanscape by choose F6, an error occur with message as below:
    No access to system landscap
    So that we can't load configuration from our System Landscape.
    We have correctly configured other below:
         - We use http port for corresponding Integration Server.
         - Business System with role 'Integration Server' created correctly in SLD.
         - T-code SLDCHECK is all OK.
         - T-code SXI_CACHE is all OK.
    Anyone can please help me correct this error ?
    Point will be reward for any valuable answer,
    Thanks a lot,
    Vinh Vo

    Please can you check if your RFC destination SAPSLDAPI and LCRSAPRFC are working both ABAP and Java stack.
    just check the reply from Udo and jai's reply
    R3 Connecte XI 3.0  Problem
    also check page no 18
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bd5950ff-0701-0010-a5bc-86d45fd52283

  • INTEGRATION ENGINE CONFIGURATION ERROR

    Hi all,
    I configured integration server through SXMB_ADM,but i'm getting error..
    Current Configuration (local):
    Role of Business System: Integration Server
    Client 000 is Integration Server
    Corresponding Integration Server: http://xxx:yyy/sap/xi/engine?type=entry
    System Landscape:
    Errors No access to system landscape at present
    Comparison of Current Configuration with System Landscape
    regds,
    vasanth.

    Hi Vasanth,
    You are getting this error because the Pipeline URL parameter defined for the XI Business System in SLD is either empty or different than the one defined in "Integration Engine Configuration" in the TCode: SXMB_ADM.
    Check the same.  I hope this provides you a solution.
    Regards.
    Praveen

  • ERROR Integration Engine configuration

    hi all, i have an error. en sxmb_adm -->Integration Engine configuration y configured next parameters:
    rol:Integration Server
    corresponding Int. Server: http://<server>:<port>/sap/xi/engine?type=entry
    When press in SL buttom, and error occure: No Access to SLD at present.
    What should i Do?
    Rgds
    Message was edited by:
            Rodrigo Pertierra
    Message was edited by:
            Rodrigo Pertierra

    all RFC ping fine.. when execute TC SLDCHECK i get this:
    Properties of RFC destination SAPSLDAPI
      RFC host:
    %%RFCSERVER%%
      program id:      SAPSLDAPI_XD0
      gateway host:
      gateway service:
    Testing the RFC connection to the SLD java client...
    RFC ping was successful
    SLD server access settings:
      host name:   <server>
      port number: <port>
      user       : sldduser
    Use transaction SLDAPICUST if you wish to maintain the SLD server access dat
    Launching the SLD GUI in a separate browser window...
    => Verify in the browser GUI that the SLD is in a healthy running state!
    Calling function LCR_LIST_BUSINESS_SYSTEMS
    Retrieving data from the SLD server...
    Function call returned exception code     4
    => Check whether the SLD is running!
    Summary: Connection to SLD does not work
    => Check SLD function and configurations
    Now checking access to the XI Profile
    Properties of RFC destination LCRSAPRFC
      RFC host:
    %%RFCSERVER%%
      program id:      LCRSAPRFC_XD0
      gateway host:
    <server>
      gateway service: sapgw01
    Testing the RFC connection to the SLD java client...
    RFC ping was successful
    Calling function EXCHANGE_PROFILE_GET_PARAMETER
    Retrieving data from the XI Profile...
    Function call terminated sucessfully
    Retrieved value of
    section   = Connections
    parameter = com.sap.aii.ib.server.connect.webas.r3.ashost
    -> value  =
    Summary: Connection to the XI Profile works correctly
    In transaction SXMB_ADM-->Integration engine configuration , when i do a check get this
    Current Configuration (local):
    @5F@     Role of Business System: Integration Server
    @5F@     Client 200 is Integration Server
    @8S\QURL@     Corresponding Integration Server: http://<HOST>:<PORT>/sap/xi/engine?type=sender
    System Landscape:
    @5C\QErrors@     No access to system landscape at present
    r
         Comparison of Current Configuration with System Landscape
    @5B\QOK@     Role of Business System: Current Configuration = System Landscape
    Message was edited by:
            Rodrigo Pertierra
    Message was edited by:
            Rodrigo Pertierra

  • Integration Builder: Configuration Integration Directory not start.

    Hello,
    After we patch PI from sp14 to sp 23 while we starting the Integration Directory, it result in the error "Unable to launch the application"while verifying the application:
    com.sun.deploy.net.JARSigningException: Could not verify signing in resource: http://<hostname>:port/dir/directory/aii_ibdir_sbeans.jar.
    we have jre 1.6.0_24.
    I get this error:
    com.sun.deploy.net.JARSigningException: Could not verify signing in resource: http://pint1.dlg.dk:50000/dir/directory/aii_ibdir_sbeans.jar
         at com.sun.deploy.cache.CacheEntry.writeManifest(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.access$2000(Unknown Source)
         at com.sun.deploy.cache.CacheEntry$9.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
         at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
    Regards

    Hi,
    When I start Internet Explorer with this url http://port:50000/rep/start/Main.jsp
    I get this massage: on Additional Information   
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Mon, 28 Mar 2011 09:20:36 UTC
    Message: 'parent.InnerFr' is null or not an object
    Line: 61
    Char: 15
    Code: 0
    URI: http://port:50000/rep/start/XI.js
    Can it be reason I can not start * Integration Builder: Configuration Integration Directory*. And get this massages:
    com.sun.deploy.net.JARSigningException: Could not verify signing in resource: http://port:50000/dir/directory/aii_ibdir_sbeans.jar
    Any Help
    Regards

  • Integration Server configuration error

    Hi all,
    I have an issue with the XI Integration server configuration.
    When I have tested the configuration I have detected that there is an error in the Integration server (transaction SXMB_ADM)
    The value was:
    http://xxx:xxxx:/sap_xi/engine?type=entry
    instead of
    http://xxx:xxxx/sap_xi/engine?type=entry
    note that the fisrt value have : after the port number.
    I have tested the SLD Bussines System configuration and had the same issue, I have solved too.
    But when I execute the test for integration server in transaction SXMB_ADM i have the next message:
    Corresponding Integration Server: Current Configuration <> System Landscape
    For the SLD Role of Bussines System the value in this test is the old value, not the new.
    Could somebody tell me if i forget something?
    Thanks in advance,
    RP

    HI,
    This is somthing related to Cache . Try to refresh Cache.
    see below links regarding cache
    XI Runtime cache error: Cache contents are obsolete
    Cache Refresh - SAI_CACHE_REFRESH
    /people/sravya.talanki2/blog/2005/11/03/cache-refresh-errors--new-phenomena
    /people/sravya.talanki2/blog/2005/12/02/sxicache--ripped-off
    Regards
    Chilla

  • Integration Scenario Configurator

    Hello!
    I want to generate the receiver determination for an integration process on XI 3.0 SP10 with the Integration Scenario Configurator.
    I have created an Integration Scenario in the Integration Repository, there are no errors when checking with F7.
    If I open it in the Integration Directory and go to Integration Scenario Configurator -> Check Configurability I get the following error message:
    "Component View /Role <my Integration Process>: Only connections with interfaces that belong to the integration process interface are permitted"
    What does the error message mean? What do I need to change to eliminate this error message?
    The connections point to interfaces I have defined in the same software component as the integration scenario and process. For the integration process I have created abstract interfaces.
    Regards, Tanja

    Hi Simon!
    I was able to solve this problem some weeks ago but thanks for your hint anyway.
    As you have mentioned the problem was that in the Integration Repository the integration scenario was not consistent with the used integration process as it  contained a wrong interface.
    After I have corrected the integration process in the Integration Repository and updated the changes in the Integration Directory the generation with the Integration Scenario Configurator worked without any problems and the status of the process changed to 0 in SXI_CACHE.
    Regards, Tanja

  • Could not start Configuration wizard in Integration Builder - Configuration

    Hi SDN,
    I am New to XI,
    I have gone through 4 scenarios of XI in a system where Xi is up and running sucessfully.
    Now one of my colleague Installed ECC5 with XI in our local server.
    I need to do a File 2 File Scenario, for which I could create Product, component, Technical System and Business System in SLD.
    I could Create a Name space, Message types and Interfaces in Integration Builder - Design
    But When I open Configuration Wizard, Internal Communication in Integration Builder- configuration, it is giving a exception : java.lang.NullPointerException.
    Can any one help me in resolving this.
    Thanks in advance,
    Regards,
    Sai.k.k
    Message was edited by:
            Konchada Sai Krishna

    Hi,
    In Exchange profile chack the SLD , http port for Integration Bulder properties.like IR,ID , i hope it will try to check for the SLD info , if it is the first time of XI using , you need to check in Exhcnge profile .
    if it is not the first time then refresh the SLD cache..
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI
    for cache refresh
    /people/sravya.talanki2/blog/2005/12/02/sxicache--ripped-off - SXI_CACHE - Ripped Off
    XI Runtime cache error: Cache contents are obsolete
    Cache Refresh - SAI_CACHE_REFRESH
    /people/sravya.talanki2/blog/2005/11/03/cache-refresh-errors--new-phenomena
    Regards
    Chilla

  • Directory Integration Platform Configuration Assistant - Invalid Credential

    O/S: SuSE Enterprise 9
    Situation: During the installer for Oracle Application Server 10g Basic Installation/Portal, I see the following error:
    "Directory Integration Platform Configuration failed. Please see lofile file: /home/oracle/product/10.1.2/OracleAS/infra/ldap/log/dipca.log"
    A review of dipca.log shows the following:
    "oracle.ldap.oidinstall.backend.OIDCAException: Invalid Credentials at oracle.ldap.oidinstall.backend.OIDConfiguration.sslbind(OIDConfiguration.java:787"
    The user authentication method set up on the server was local (/etc/passwd). Could this be my issue? If so, how do I correct it? Any thoughts as to what the issue is?

    You can have the BI, J2EE and webcache in a single midtier. That should not be an issue.
    The password for b2b stored in OID may be out of sync with the password you have set. Please find out what is the password in OID and then reset your b2b schema password with the password stored in OID. The way to locate the b2b password in OID is as follows:
    Login to OID and traverse through the following nodes:
    Entry Management | cn=OracleContext | Products | IAS | IAS
    Infrastructure Database | orclReferenceName | orclResourceName=B2B
    Hope this will resolve your problem,
    Eng

  • Sap fi-sd integration and configuration part

    Hi guru,
    Please tell me fi-sd integration and configuration part.
    every one knows the t.code - vkoa, apart from this, is there any other related configurations..?
    Please tell me any other configurations part.
    With regards,
    Manas

    Hi,
    It generally depends on your integration scenario
    ..so surprisingly variety of scenario exists in the world
    Please check CR configuration guide in 'SAP Service Marketplace'.
    (Latest version is for SAP Enhancement Package 6, ECC 6.0)
    System Connections- page 13
    Process Integration with SAP Systems- page 57
    Best regards,
    TED

  • Not able to deploy Integration Library COnfiguration for ORM

    I'm trying to install OIM-ORM integration library 10.1.4.2.
    I'm following the integration guide and trying to perform the steps in
    section 5 Configuring Oracle Role Manager > 5.1 Deploying the Integration Library Configuration.
    But getting following error and getting stuck :(
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.bizlogic.impl.BusinessLogicCDM validate
    +INFO: [bizLogicCDM] validate complete. Validation error count = 2+
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.authentication.impl.AuthenticationCDM validate
    +INFO: [autheCDM] validate complete. Validation error count = 2+
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.deployment.DefaultStatusMonitor onProgress
    INFO: Deployment 26% complete.
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.event.impl.IncomingEventCDM validate
    +INFO: [incomingEventCDM] validate complete. Validation error count = 2+
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.deployment.DefaultStatusMonitor onProgress
    INFO: Deployment 27% complete.
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.deployment.DefaultStatusMonitor onProgress
    INFO: Deployment 28% complete.
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.deployment.DefaultStatusMonitor onProgress
    INFO: Deployment 31% complete.
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.deployment.DefaultStatusMonitor onProgress
    INFO: Deployment 35% complete.
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.deployment.DefaultStatusMonitor onFailure
    SEVERE: Deprecated failure management
    Validation failures:
    +[+
    Subsystem: BusinessLogicCDM Config: bizlogic.oim_integration - Transaction Operation 'reconcileAccessPolicy': Plugin 'reconcile_ITRole' in pack 'oracle.iam.rm.bizlogic.plugin.standard_ext' not found.
    Subsystem: BusinessLogicCDM Config: bizlogic.oim_integration - Transaction Operation 'reconcileUserGroups': Plugin 'reconcile_BusinessRole' in pack 'oracle.iam.rm.bizlogic.plugin.standard_ext' not found.
    +]+
    at oracle.iam.rm.deployment.impl.AbstractDeployManager.deploy(AbstractDeployManager.java:390)
    at oracle.iam.rm.deployment.DeploymentTool.deploy(DeploymentTool.java:178)
    at oracle.iam.rm.deployment.DeploymentTool.invoke(DeploymentTool.java:133)
    at oracle.iam.rm.util.cmd.CmdLineApp.invoke(CmdLineApp.java:129)
    at oracle.iam.rm.deployment.DeploymentTool.main(DeploymentTool.java:32)
    Jul 20, 2009 4:58:29 PM org.springframework.context.support.AbstractApplicationContext doClose
    +INFO: Closing application context [org.springframework.context.support.GenericApplicationContext;hashCode=18450577]+
    Jul 20, 2009 4:58:29 PM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons
    +INFO: Destroying singletons in {org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [deploymentFactory,oracle.iam.rm.deployment.DeploymentManager,oracle.iam.rm.approval.ApprovalCDM,oracle.iam.rm.authentication.AuthenticationCDM,oracle.iam.rm.bizlogic.BusinessLogicCDM,oracle.iam.rm.bootstrap.BootstrapCDM,oracle.iam.rm.cache.CacheCDM,oracle.iam.rm.config.ConfigurationRDM,oracle.iam.rm.event.IncomingEventCDM,oracle.iam.rm.event.OutgoingEventCDM,oracle.iam.rm.i18n.InternationalizationRDM,oracle.iam.rm.i18n.InternationalizationCDM,oracle.iam.rm.loader.LoaderCDM,oracl+
    +e.iam.rm.plugin.PluginRDM,oracle.iam.rm.temporal.TemporalEngineCDM,oracle.iam.rm.timer.TimerCDM,oracle.iam.rm.hierarchy.HierarchyIndexManagerCDM]; root of BeanFactory hierarchy}+
    Deployment Failed: correct the errors or ensure that the server is down, and then re run.
    Please help.
    Thanks,
    Amruta

    I'm doing it manually.
    No customization (I'm doing it the first time).
    As per your error it is showing that*
    bizlogic.oim_integration file is not correct. Just open the oim_integration.car file. You'll find 6-7 folders there.*
    there will be one file oim_integration.xml in oracle.iam.rm.bizlogic.def folder. Just check the file, is it correct.*
    *+<business-transaction id="reconcileAccessPolicy" related-object-type="itRole" permission="manage">+*
    *+<snapshot-logic-definition plugin-pack-id="oracle.iam.rm.bizlogic.plugin.standard_ext" plugin-id="reconcile_ITRole">+*
    Are above information is present there or not , if yes are they correct?*
    Yes all this information is present in this file. How do I know if it is correct?
    I'm copying this information here.
    +<business-transaction id="reconcileAccessPolicy" related-object-type="itRole" permission="manage">+
    +<title>Reconcile IT Role</title>+
    +<audit-event>+
    +<argument-mappings>+
    +<input-argument-mapping argument-id="0" input-argument-id="displayName" dereference="false"/>+
    +<input-argument-mapping argument-id="1" input-argument-id="oimAccessPolicyId" dereference="false"/>+
    +</argument-mappings>+
    +<message>+
    +<i18n:message>IT Role ''{0}'' with OIM Access Policy key {1} was created as a result of integration with OIM.</i18n:message>+
    +<i18n:arguments>+
    +<i18n:argument type="string">+
    +<i18n:description>Name of the IT Role.</i18n:description>+
    +</i18n:argument>+
    +</i18n:arguments>+
    +</message>+
    +</audit-event>+
    +<arguments>+
    +<argument id="oimAccessPolicyId">+
    +<title>OIM Identifier</title>+
    +<related-object-type>itRole</related-object-type>+
    +<related-object-attribute>oimAccessPolicyId</related-object-attribute>+
    +</argument>+
    +<argument id="displayName">+
    +<title>Display Name</title>+
    +<related-object-type>itRole</related-object-type>+
    +<related-object-attribute>displayName</related-object-attribute>+
    +</argument>+
    +          <argument id="entitlements">+
    +<title>Comma separated values of mapped OIM entitlements Keys</title>+
    +<t:string>+
    +<t:length id="csvLength" max-length="2147483647">+
    +<t:violation-message>Entitlements csv must be a string of valid length.</t:violation-message>+
    +</t:length>+
    +</t:string>+
    +</argument>+
    +</arguments>+
    +<snapshot-logic-definition plugin-pack-id="oracle.iam.rm.bizlogic.plugin.standard_ext" plugin-id="reconcile_ITRole">+
    +<ext config-version="1.0">+
    +<config>+
    +<![CDATA[+
    +<reconcile-entity-with-mappings xmlns="http://xmlns.oracle.com/iam/rm/bizlogic/plugin/standard_ext/1_0" entity-type="itRole" identifying-attribute="oimAccessPolicyId">+
    +<mappings>+
    +<mappings-config related-entity-type="itPrivilege" related-entity-source-identifying-attribute="oimEntitlementId" related-entity-identifying-attribute="itPrivilege_id" relationship-entity-type="itRolePrivilegeMapping" identifying-attribute="itRole_id" />+
    +</mappings>+
    +<attributes>+
    +<attribute attribute-id="oimAccessPolicyId" argument-id="oimAccessPolicyId"/>+
    +     <attribute attribute-id="displayName" argument-id="displayName"/>+
    +     <attribute attribute-id="oimEntitlementId" argument-id="entitlements"/>+
    +</attributes>+
    +</reconcile-entity-with-mappings> ]]>+
    +</config>+
    +</ext>+
    +</snapshot-logic-definition>+
    +</business-transaction>+
    +<business-transaction id="reconcileUserGroups" related-object-type="businessRole" permission="manage">+
    +<title>Reconcile Business Role</title>+
    +<audit-event>+
    +<argument-mappings>+
    +<input-argument-mapping argument-id="0" input-argument-id="displayName" dereference="false"/>+
    +<input-argument-mapping argument-id="1" input-argument-id="oimUserGroupId" dereference="false"/>+
    +</argument-mappings>+
    +<message>+
    +<i18n:message> Business Role ''{0}'' with OIM User Group key {1} was created as a result of integration with OIM.</i18n:message>+
    +<i18n:arguments>+
    +<i18n:argument type="string">+
    +<i18n:description>Name of the Business Role.</i18n:description>+
    +</i18n:argument>+
    +</i18n:arguments>+
    +</message>+
    +</audit-event>+
    +<arguments>+
    +<argument id="oimUserGroupId">+
    +<title>OIM User Group Key</title>+
    +<related-object-type>businessRole</related-object-type>+
    +<related-object-attribute>oimUserGroupId</related-object-attribute>+
    +</argument>+
    +<argument id="displayName">+
    +<title>Display Name</title>+
    +<related-object-type>businessRole</related-object-type>+
    +<related-object-attribute>displayName</related-object-attribute>+
    +</argument>+
    +<argument id="rule">+
    +<title>Membership Rule of Dynamic Business Role</title>+
    +<related-object-type>businessRole</related-object-type>+
    +<related-object-attribute>membershipRule</related-object-attribute>+
    +</argument>+
    +<argument id="accessPoliciesMapping">+
    +<title>Business Role to IT Role Mapping</title>+
    +<t:string>+
    +<t:length id="csvLength" max-length="2147483647">+
    +<t:violation-message>Access policies csv must be a string of valid length.</t:violation-message>+
    +</t:length>+
    +</t:string>+
    +</argument>+
    +<argument id="members">+
    +<title>Members of Business Role</title>+
    +<t:string>+
    +<t:length id="csvLength" max-length="2147483647">+
    +<t:violation-message>Members csv must be a string of valid length.</t:violation-message>+
    +</t:length>+
    +</t:string>+
    +</argument>+
    +</arguments>+
    +<snapshot-logic-definition plugin-pack-id="oracle.iam.rm.bizlogic.plugin.standard_ext" plugin-id="reconcile_BusinessRole">+
    +<ext config-version="1.0">+
    +<config>+
    +<![CDATA[+
    +<reconcile-entity-with-mappings xmlns="http://xmlns.oracle.com/iam/rm/bizlogic/plugin/standard_ext/1_0" entity-type="businessRole" identifying-attribute="oimUserGroupId" >+
    +<mappings>+
    +<mappings-config related-entity-type="itRole" related-entity-identifying-attribute="itRole_id" related-entity-source-identifying-attribute="oimAccessPolicyId" relationship-entity-type="roleMapping" identifying-attribute="businessRole_id"/>+
    +     <mappings-config related-entity-type="person" related-entity-identifying-attribute="grantee_id" related-entity-source-identifying-attribute="oimId" relationship-entity-type="roleGrant" identifying-attribute="role_id"/>+
    +</mappings>+
    +<attributes>+
    +<attribute attribute-id="oimUserGroupId" argument-id="oimUserGroupId"/>+
    +<attribute attribute-id="displayName" argument-id="displayName"/>+
    +<attribute attribute-id="membershipRule" argument-id="rule"/>+
    +<attribute attribute-id="oimAccessPolicyId" argument-id="accessPoliciesMapping"/>+
    +<attribute attribute-id="oimId" argument-id="members"/>+
    +</attributes>+
    +</reconcile-entity-with-mappings>+
    +]]>+
    +</config>+
    +</ext>+
    +</snapshot-logic-definition>+
    +</business-transaction>+

  • MDT integrated with Configuration manager

    Hi Team,
    Just wondering if it is suggested not to open or use MDT console workbench once its been integrated with configuration manager?
    I been using it for a while and never faced any issues. I believe it should be fine to use the MDT and configuration manager both even after they been integrated. I generally use MDT workbench for building image and then use Configuration
    manager MDT based TS to deploy it.  I don't see any technical risk. Any advice\best practice? Thanks.
    Regards,

    There should be no problem opening up the MDT console on a machine with ConfigMgr installed, they are separate programs.
    Keith Garner - keithga.wordpress.com

  • ADI(Active Desktop Integrator) Installation & Configuration.

    Hi All,
    How can I ADI(Active Desktop Integrator) Installation & Configuration. I have Server Unix AIX 5.1.
    Please help me.
    Thanks in Advance

    Sorry for by written wrong spelling of
    Active Desktop Integrator

  • Integration Directory configurations for IDOC - XI - File

    Hi all,
    I have a scenario as above: IDOC-XI-FILE
    The IDOCs come from an R/3 system - NHGDDBS01.
    I've configured 2 BS:
    1) BS_NHGDDBS01
    -> TS: NHGDDBS01, type: WebAS ABAP
    -> SWCV: BASIS 6.20
    2) BS_DEV1_NAUTICUS_OOTS
    -> TS: TS_DEV1_NAUTICUS_OOTS, type:Third Party.
    -> SWCV: SWCV_DEV1_NAUTICUS_OOTS, type: Third Party
    -> PDT: PDT_NAUTICUS_OOTS
    With this setup, can someone help me by showing me how to configure the Integration Directory in order to receive IDoc from R/3 (nhgddbs01)?
    Please help.
    Thanks.
    Ron

    > This is known issue.....Check the below
    > steps.............
    >
    > Go to XI system ->and IDX1 transaction.. And check
    > the port number + RFC destination is given correctly.
    > this should point to SAP system ..
    > Check thsi RFC destination is having all the entires
    > and test connection success
    >
    > And the port should have the naming convention
    > SAP<System Id>.
    >
    > ........................Check this SAP Note -940313
    Hi,
    I followed the SAP Note.
    The SAP System ID is DV1.
    I've configured IDX1 with the following port:
    Port: SAPDV1
    Client:108
    Description: <blank>
    RFC_Destination: PI_001 (This RFC destination points to DV1, despite the naming. Connection test is successful)
    I recreated metadata on IDX2:
    IDoc Types: ZPATINFO
    Source Port: SAPDV1
    IDoc Types: ZADMINFO
    Source Port: SAPDV1
    However, when I test the message from R/3 using WE17, <b>SM58 on R/3 </b>it's still showing the error:
    Transaction IDX1: Port SAPDV1_108, client 108, RFC Destination error.
    May I know where did this error occur and how to rectify this?
    Please advise.
    Thanks.
    Ron

Maybe you are looking for

  • Import / Export of MAC Address Filters (wrt610n to wrt1900ac)

    Is there an easy way to transfer my large MAC address filter list between these two Linksys routers?

  • Invalid results with SDO_RELATE

    I am getting what appears to be invalid results when using the ANYINTERACT mask for the SDO_RELATE operator on our 8.1.7 system. The following query counts 85 linear geometries interacting with the "DC" polygon while the same spatial selection in ESR

  • Leading zeros and editing figures

    Hello, Just need the following on a query: To get rid of 0unit or 0currency: Quatity 14ST -> 14 Import 145,320US -> 145,320 To print leading zeros: Item  10 -> 000010 Item 480 -> 000480 Item 10289 -> 010289 To print editing on figures and percentages

  • Setting fixed size screen resolution in Arch VirtualBox guests...

    Hello everyone., I've installed an Arch Linux 64-bit guest os in Windows 7 64-bit host. And i've also installed guest additions succesfully. Now I need to restrict X to 720x1280 (720p) screen size for screen capturing. I've already tried few methods

  • Does material status control MRP running?

    Hi experts May I just check if material status could conrol the MRP running?  LIke we setup some parts as Y0- obsolete. but we found it still could generate Pr or Plan order.... So does material status control the MRP running? Could we let obsolete p