Repository attributes

I need to have all of my 15 attributes from a resource moved to the mysql repository.
I read at some place that we can have only 5 attributes stored in the repository.
Can some one explain this... and where should i specify these attribute names...or mapping other than the resource mapping.
is it done by changing the create waveset table script, or should i make any additions to the UI attributes or extended attributes.

You can add more attributes to the mysql repository by adding them as user extended attributes. I always modify the xml directly in the debug page. The User Extended Attributes is a Configuration object. As a clarification, when you say add attributes to the repository, you are adding to the user's virtual identity. This is typically done for the following reasons.
1) If you have an attribute that is required from the Authoritative Source that cannot be stored in any of the managed resources. (Eg. LastFourOfSSN)
2) If you have an attribute that is stored in the managed resources but needs to be in the IDM for searching purposes and faster access (Eg. employeeID).
Now you can add as much user extended attributes as you need, but flip side is, that will make the system more inefficient. Because you are effectively causing the User xml to increase in size. So the recommended approach (At least mine) is to add as few User Extended attributes as possible. If you have a lot of attributes to be managed, then create a single table and add that as a managed resource using the Database adapter.
The 5 attributes restriction you have heard is true for searching on the user extended attributes. Infact 2 of them are already taken (accountId and lastname). So effectively you have 3 other user defined attributes to be assigned as searchable . [They may have changed in 6.0, I am not sure ] To make a user extended attribute searchable, you have to add them to QueryableAttrNames tag in UserUIConfig of the Configuration object
Eg of the default searchable attributes.
<QueryableAttrNames>
      <List>
        <String>correlationKey</String>
        <String>role</String>
        <String>email</String>
        <String>name</String>
        <String>firstname</String>
        <String>lastname</String>
        <String>prov</String>
        <String>dis</String>
        <String>locked</String>
        <String>user_resources</String>
        <String>idmManager</String>
      </List>
    </QueryableAttrNames>Hope this clarifies

Similar Messages

  • Mapping with warnings

    Hello all,
    i have created mapping but when i am trying to validate it i am getting warnings
    MAP_CUST     WarMsgKey     VLD-1005: Column precision of CUST_MST.INOUTGRP1.CT_BR_CODE is greater than the target column precision.
    MAP_CUST     WarMsgKey     VLD-1005: Column precision of CUST_MST.INOUTGRP1.CT_CUST_ID is greater than the target column precision.
    MAP_CUST     WarMsgKey     VLD-1012: Mapping attribute CUST_DIM.INOUTGRP1.BR_CODE_DESCRIPTION does not match with the repository attribute BR_CODE_DESCRIPTION.
    MAP_CUST     WarMsgKey     VLD-1012: Mapping attribute CUST_DIM.INOUTGRP1.BR_CODE_NAME does not match with the repository attribute BR_CODE_NAME.
    MAP_CUST     WarMsgKey     VLD-1012: Mapping attribute CUST_DIM.INOUTGRP1.CUST_ID_DESCRIPTION does not match with the repository attribute CUST_ID_DESCRIPTION.
    MAP_CUST     WarMsgKey     VLD-1012: Mapping attribute CUST_DIM.INOUTGRP1.CUST_ID_NAME does not match with the repository attribute CUST_ID_NAME.
    actually i am new to the concept of OWN 10gR2 can any one help how to create a perfect mapping using oracle tables and dimensions
    Thanks & Regards
    Pratik Lakhpatwala
    Jr Oracle DBA

    Hi Pratik,
    there are two types of warnings. The first says that the precision of the data to be loaded is greater than the precision of the target column. Therefore you may loose some accuracy (e.g. 0.12 instead 0f 0.123).
    The second warning says that the attributes of the table operators in the mapping differ from the attributes of the table. If you change a table, the changes are not propagated automatically to all mappings where the tables is used. You have to synchronize the table operators in the mapping manually with the underlying table (there is a synchronzie button in the mapping editor, select the table operator first).
    Regards,
    Carsten.

  • ORA-0094 Table or view does not exists in the target modul

    Hi all,
    I have created a source module and on target modul. I try to make mapping between 2 tables, using Joiner. I will get the message: VLD-1012: attribute in inoutgrp1 does not match with the repository attribute. That is the first problm.
    But looking in the table, which i get from mapping, will get the above message.
    Which privileges must the source schem give to the target schem to be able to look at the table.

    I have granted the tables from sourec schm to target schema, but i got the same problem.
    If i loggin als target user i can select all he table from source user, but as target user cannot see tha tables whcih i will used from source schma.
    I there any other problem, which i dont know about it. The laocation is lso properly defined.
    Thanks

  • Cannot create new domain

    In the console, I'm trying to create a new domain to deploy our system in. Is anyone else seeing this one? See below for error. TIA.
    JohnH
    An unexpected error was encountered in processing your request.
    Exception
    weblogic.management.MBeanCreationException: - with nested exception:
    [javax.management.InstanceAlreadyExistsException: MyDomain:Type=Domain,Name=MyDomain]
         at weblogic.management.internal.Helper.createMBean(Helper.java:258)
         at weblogic.management.internal.Helper.createAdminMBean(Helper.java:169)
         at weblogic.management.internal.RemoteMBeanServerImpl.createAdminMBean(RemoteMBeanServerImpl.java:151)
         at weblogic.management.internal.MBeanHomeImpl.createAdminMBean(MBeanHomeImpl.java:480)
         at weblogic.management.internal.MBeanHomeImpl.createAdminMBean(MBeanHomeImpl.java:467)
         at weblogic.management.internal.AdminMBeanHomeImpl.createAdminMBean(AdminMBeanHomeImpl.java:257)
         at weblogic.management.internal.xml.XmlFileRepository.createDomain(XmlFileRepository.java:106)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:536)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:522)
         at java.lang.reflect.Method.invoke(Native Method)
         at javax.management.MBeanServer.invoke(MBeanServer.java:1543)
         at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:386)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:168)
         at $Proxy1.createDomain(Unknown Source)
         at weblogic.management.configuration.XmlFileRepositoryMBean_CachingStub.createDomain(XmlFileRepositoryMBean_CachingStub.java:430)
         at weblogic.management.console.pages._panels._mbean._domain._jspService(_domain.java:178)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:209)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1114)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1388)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
    Current Date
    Thu Oct 19 11:47:38 EDT 2000
    Product Version
    WebLogic Build: 6.0.0b1 10/06/2000 22:34:17 #86762
    Request Info
    Protocol: HTTP/1.1
    ServerName: innobiz-1.meetu.com
    ServerPort: 80
    Secure: false
    ContextPath: /console
    ServletPath: /common/error.jsp
    QueryString: null
    PathInfo: null
    PathTranslated: null
    RequestURI: /console/common/error.jsp
    AuthType: Basic
    ContentType: application/x-www-form-urlencoded
    CharacterEncoding: Cp1252
    Locale: en_US
    Method: POST
    Session: weblogic.servlet.internal.session.MemorySession@3ffcc0
    RequestedSessionId: Oe8Ww78A13MWzgqPG2a6W6H5v3Zy7jmnLd5CkChQAFOW8FmLYgGD
    RequestedSessionIdFromCookie: true
    RequestedSessionIdFromURL: false
    UserPrincipal: system
    RemoteUser: system
    RemoteAddr: 192.168.0.25
    RemoteHost: innobiz-1.meetu.com
    Parameters
    CreateButton = Create
    control_Name = MyDomain
    dirty_LastModificationTime = true
    dirty_Name = true
    mbean = weblogic:Name=Default,Type=Repository
    Attributes
    console.original./console/common/error.jsp.ContextPath = /console
    console.original./console/common/error.jsp.Method = POST
    console.original./console/common/error.jsp.RemoteUser = system
    console.original./console/common/error.jsp.RequestURI = /console/common/error.jsp
    console.original./console/common/error.jsp.ServletPath = /common/error.jsp
    console.original./console/panels/mbean/Domain.jsp.ContextPath = /console
    console.original./console/panels/mbean/Domain.jsp.Method = POST
    console.original./console/panels/mbean/Domain.jsp.QueryString = mbean=weblogic%3AName%3DDefault%2CType%3DRepository
    console.original./console/panels/mbean/Domain.jsp.RemoteUser = system
    console.original./console/panels/mbean/Domain.jsp.RequestURI = /console/panels/mbean/Domain.jsp
    console.original./console/panels/mbean/Domain.jsp.ServletPath = /panels/mbean/Domain.jsp
    console.preferences.ContextKey = /panels/mbean/Domain.jsp
    javax.servlet.include.context_path = /console
    javax.servlet.include.request_uri = /console/common/requestinfo.jsp
    javax.servlet.include.servlet_path = /common/requestinfo.jsp
    javax.servlet.jsp.jspException = weblogic.management.MBeanCreationException: - with nested exception:
    [javax.management.InstanceAlreadyExistsException: MyDomain:Type=Domain,Name=MyDomain]
    weblogic.httpd.user = system
    weblogic.management.console.tags.HeaderTag = java.lang.Object@6adf2f
    Headers
    Accept = image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, */*
    Accept-Encoding = gzip, deflate
    Accept-Language = en-us
    Authorization = Basic c3lzdGVtOnNwaWtlMDAx
    Connection = Keep-Alive
    Content-Length = 95
    Content-Type = application/x-www-form-urlencoded
    Cookie = WebLogicSession=/console|Oe8Ww78A13MWzgqPG2a6W6H5v3Zy7jmnLd5CkChQAFOW8FmLYgGD
    Host = innobiz-1.meetu.com
    Referer = http://innobiz-1.meetu.com/console/panels/mbean/Domain.jsp?mbean=weblogic%3AName%3DDefault%2CType%3DRepository
    User-Agent = Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
    BrowserInfo
    User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
    IE: true
    Netscape: false
    Supported: true
    JavscriptHrefs: false
    TableCellClick: true
    DocumentReloadedOnResize: false
    DropdownStretchable: true
    CellSpacingBlank: false
    EmptyCellBlank: false
    ImgOnclickSupported: true
    TableBorderFancy: true
    PartialToWideTables: false
    Server System Properties
    awt.toolkit = sun.awt.windows.WToolkit
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.fonts =
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path = .;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;d:\bea
    java.class.version = 47.0
    java.ext.dirs = d:\bea\weblogic600\jdk130\jre\lib\ext
    java.home = d:\bea\weblogic600\jdk130\jre
    java.io.tmpdir = C:\DOCUME~1\johnh\LOCALS~1\Temp\
    java.library.path = d:\bea\weblogic600\jdk130\bin;.;C:\WINNT\System32;C:\WINNT;.\bin;d:\bea\weblogic600\bin;d:\bea\weblogic600\jdk130\bin;d:\bea\weblogic600\bin;d:\bea\weblogic600\jdk130\bin;d:\bea\weblogic600\bin;d:\bea\weblogic600\jdk130\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;d:\MSSQL7\BINN;C:\Program Files\Symantec\pcAnywhere\;d:\JavaMessageQueue1.1\bin;d:\JavaMessageQueue1.1EA\bin;d:\jdk1.3\bin;d:\weblogic\bin
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories
    java.protocol.handler.pkgs = weblogic.utils|weblogic.utils|weblogic.management|weblogic.net|weblogic.utils
    java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version = 1.3.0-C
    java.security.policy = =d:\bea\weblogic600/lib/weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.3
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
    java.version = 1.3.0
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) Client VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.3.0-C
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    javax.xml.parsers.DocumentBuilderFactory = weblogic.xml.jaxp.RegistryDocumentBuilderFactory
    javax.xml.parsers.SAXParserFactory = weblogic.xml.jaxp.RegistrySAXParserFactory
    line.separator =
    os.arch = x86
    os.name = Windows 2000
    os.version = 5.0
    path.separator = ;
    sun.boot.class.path = d:\bea\weblogic600\jdk130\jre\lib\rt.jar;d:\bea\weblogic600\jdk130\jre\lib\i18n.jar;d:\bea\weblogic600\jdk130\jre\lib\sunrsasign.jar;d:\bea\weblogic600\jdk130\jre\classes
    sun.boot.library.path = d:\bea\weblogic600\jdk130\jre\bin
    sun.cpu.endian = little
    sun.cpu.isalist = pentium i486 i386
    sun.io.unicode.encoding = UnicodeLittle
    user.dir = D:\bea\weblogic600
    user.home = C:\Documents and Settings\johnh
    user.language = en
    user.name = johnh
    user.region = US
    user.timezone = America/New_York
    weblogic.Domain = adminDomain
    weblogic.Name = myserver
    weblogic.security.jaas.Configuration = weblogic.security.internal.ServerConfig
    weblogic.security.jaas.Policy = ./lib/Server.policy

    Hi John,
    This is a known bug and will be addressed in the Beta refresh.
    Cheers,
    -- Benjamin Renaud
    BEA Systems
    WebLogic Management Lead
    "John Hogan" <[email protected]> wrote in message
    news:[email protected]...
    >
    Here's some additional data to the new domain creation problem. This isthe weblogic console output from the incident.
    >
    JohnH
    D:\bea\weblogic600>setPATH=.\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\W
    bem;d:\MSSQL7\BINN;C:\ProgramFiles\Symantec\pcAnywhere\;d:\JavaMessageQueue1.1\
    bin;d:\JavaMessageQueue1.1EA\bin
    D:\bea\weblogic600>setCLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;d:\b
    ea
    D:\bea\weblogic600>if "" NEQ "" setCLASSPATH=;.;.\lib\weblogic_sp.jar;.\lib\web
    logic.jar;d:\bea
    D:\bea\weblogic600>if "" NEQ "" setCLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\webl
    ogic.jar;d:\bea;
    D:\bea\weblogic600>d:\bea\weblogic600\jdk130\bin\java -ms64m -mx64m -classpa
    th .
    >
    ;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;d:\bea -Dweblogic.Domain=mydomain
    -Dwe
    >
    blogic.Name=myserver -Djava.security.policy==d:\bea\weblogic600/lib/weblogic
    .pol
    icy weblogic.Server
    Starting WebLogic Server ....
    <Thu Oct 19 14:30:43 EDT 2000> <Info> <Management> <Loading configurationfile .
    \config\mydomain\config.xml...>
    <Thu Oct 19 14:30:46 EDT 2000> <Warning> <Security> <Principalpool_creator does
    not exist thus cannot be added to ACLweblogic.jdbc.connectionPoolcreate.>
    <Thu Oct 19 14:30:48 EDT 2000> <Critical> <WebLogicServer> <Running lowstrength
    (exportable) WebLogic Server build and full strength (domestic) SSLlicense.
    Only low strength (exportable) SSL connections will be accepted.>
    <Thu Oct 19 14:30:52 EDT 2000> <Notice> <WebLogicServer> <WebLogic Serverstarte
    d>
    <Thu Oct 19 14:30:52 EDT 2000> <Notice> <WebLogicServer> <Listening onport 80>
    >
    <Thu Oct 19 14:30:52 EDT 2000> <Notice> <WebLogicServer> <Listening onport 7002
    >>
    >
    <NT Performance Pack> NATIVE: created IoCompletionPort successfully.IoPort=0x00
    000478
    <Thu Oct 19 14:30:53 EDT 2000> <Error> <HTTP> <[WebAppServletContextpublic_html
    _DefaultWebServer] Cannot find resource: "console" in document root:"D:\bea\web
    logic600\config\mydomain\applications\public_html_DefaultWebServer">
    <Thu Oct 19 14:31:14 EDT 2000> <Error> <HTTP> <[WebAppServletContextconsole] ex
    ception raised on '/console/panels/mbean/Domain.jsp'
    weblogic.management.configuration.ConfigurationException: error saving outMyDom
    ain-1 - with nested exception:
    [weblogic.management.configuration.ConfigurationException: MyDomain-1 not
    found
    atweblogic.management.internal.xml.XmlFileRepository.saveDomain(XmlFile
    Repository.java:141)
    atweblogic.management.internal.xml.XmlFileRepository.createDomain(XmlFi
    leRepository.java:114)
    at java.lang.reflect.Method.invoke(Native Method)
    atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:536)
    atweblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:522)
    at java.lang.reflect.Method.invoke(Native Method)
    at javax.management.MBeanServer.invoke(MBeanServer.java:1543)
    at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:386)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:168)
    at $Proxy1.createDomain(Unknown Source)
    atweblogic.management.configuration.XmlFileRepositoryMBean_CachingStub.
    createDomain(XmlFileRepositoryMBean_CachingStub.java:430)
    atweblogic.management.console.pages._panels._mbean._domain._jspService(
    _domain.java:178) [no source]
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:209)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:1114)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:1388)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
    >
    //////////////////////////////// reply message ends here
    "John Hogan" <[email protected]> wrote:
    In the console, I'm trying to create a new domain to deploy our system
    in. Is anyone else seeing this one? See below for error. TIA.
    >>
    JohnH
    An unexpected error was encountered in processing your request.
    Exception
    weblogic.management.MBeanCreationException: - with nested exception:
    [javax.management.InstanceAlreadyExistsException:MyDomain:Type=Domain,Name=MyDomain]
    at weblogic.management.internal.Helper.createMBean(Helper.java:258)
    at weblogic.management.internal.Helper.createAdminMBean(Helper.java:169)
    atweblogic.management.internal.RemoteMBeanServerImpl.createAdminMBean(RemoteMB
    eanServerImpl.java:151)
    atweblogic.management.internal.MBeanHomeImpl.createAdminMBean(MBeanHomeImpl.ja
    va:480)
    atweblogic.management.internal.MBeanHomeImpl.createAdminMBean(MBeanHomeImpl.ja
    va:467)
    atweblogic.management.internal.AdminMBeanHomeImpl.createAdminMBean(AdminMBeanH
    omeImpl.java:257)
    atweblogic.management.internal.xml.XmlFileRepository.createDomain(XmlFileRepos
    itory.java:106)
    at java.lang.reflect.Method.invoke(Native Method)
    atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    .java:536)
    atweblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
    22)
    at java.lang.reflect.Method.invoke(Native Method)
    at javax.management.MBeanServer.invoke(MBeanServer.java:1543)
    at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:386)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:168)
    at $Proxy1.createDomain(Unknown Source)
    atweblogic.management.configuration.XmlFileRepositoryMBean_CachingStub.createD
    omain(XmlFileRepositoryMBean_CachingStub.java:430)
    atweblogic.management.console.pages._panels._mbean._domain._jspService(_domain
    .java:178)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :209)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:1114)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :1388)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
    Current Date
    Thu Oct 19 11:47:38 EDT 2000
    Product Version
    WebLogic Build: 6.0.0b1 10/06/2000 22:34:17 #86762
    Request Info
    Protocol: HTTP/1.1
    ServerName: innobiz-1.meetu.com
    ServerPort: 80
    Secure: false
    ContextPath: /console
    ServletPath: /common/error.jsp
    QueryString: null
    PathInfo: null
    PathTranslated: null
    RequestURI: /console/common/error.jsp
    AuthType: Basic
    ContentType: application/x-www-form-urlencoded
    CharacterEncoding: Cp1252
    Locale: en_US
    Method: POST
    Session:weblogic.servlet.internal.session.MemorySession@3ffcc0
    RequestedSessionId:Oe8Ww78A13MWzgqPG2a6W6H5v3Zy7jmnLd5CkChQAFOW8FmLYgGD
    RequestedSessionIdFromCookie: true
    RequestedSessionIdFromURL: false
    UserPrincipal: system
    RemoteUser: system
    RemoteAddr: 192.168.0.25
    RemoteHost: innobiz-1.meetu.com
    Parameters
    CreateButton = Create
    control_Name = MyDomain
    dirty_LastModificationTime = true
    dirty_Name = true
    mbean = weblogic:Name=Default,Type=Repository
    Attributes
    console.original./console/common/error.jsp.ContextPath = /console
    console.original./console/common/error.jsp.Method = POST
    console.original./console/common/error.jsp.RemoteUser = system
    console.original./console/common/error.jsp.RequestURI =/console/common/error.jsp
    console.original./console/common/error.jsp.ServletPath =/common/error.jsp
    console.original./console/panels/mbean/Domain.jsp.ContextPath = /console
    console.original./console/panels/mbean/Domain.jsp.Method = POST
    console.original./console/panels/mbean/Domain.jsp.QueryString =mbean=weblogic%3AName%3DDefault%2CType%3DRepository
    console.original./console/panels/mbean/Domain.jsp.RemoteUser = system
    console.original./console/panels/mbean/Domain.jsp.RequestURI =/console/panels/mbean/Domain.jsp
    console.original./console/panels/mbean/Domain.jsp.ServletPath =/panels/mbean/Domain.jsp
    console.preferences.ContextKey =/panels/mbean/Domain.jsp
    javax.servlet.include.context_path = /console
    javax.servlet.include.request_uri =/console/common/requestinfo.jsp
    javax.servlet.include.servlet_path =/common/requestinfo.jsp
    javax.servlet.jsp.jspException =weblogic.management.MBeanCreationException: - with nested exception:
    [javax.management.InstanceAlreadyExistsException:MyDomain:Type=Domain,Name=MyDomain]
    weblogic.httpd.user = system
    weblogic.management.console.tags.HeaderTag =java.lang.Object@6adf2f
    >>
    Headers
    Accept = image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword,
    Accept-Encoding = gzip, deflate
    Accept-Language = en-us
    Authorization = Basic c3lzdGVtOnNwaWtlMDAx
    Connection = Keep-Alive
    Content-Length = 95
    Content-Type = application/x-www-form-urlencoded
    Cookie =WebLogicSession=/console|Oe8Ww78A13MWzgqPG2a6W6H5v3Zy7jmnLd5CkChQAFOW8FmLYgG
    D
    Host = innobiz-1.meetu.com
    Referer =http://innobiz-1.meetu.com/console/panels/mbean/Domain.jsp?mbean=weblogic%3A
    Name%3DDefault%2CType%3DRepository
    User-Agent = Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
    BrowserInfo
    User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT5.0)
    IE: true
    Netscape: false
    Supported: true
    JavscriptHrefs: false
    TableCellClick: true
    DocumentReloadedOnResize: false
    DropdownStretchable: true
    CellSpacingBlank: false
    EmptyCellBlank: false
    ImgOnclickSupported: true
    TableBorderFancy: true
    PartialToWideTables: false
    Server System Properties
    awt.toolkit = sun.awt.windows.WToolkit
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.fonts =
    java.awt.graphicsenv =sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path =.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;d:\bea
    java.class.version = 47.0
    java.ext.dirs =d:\bea\weblogic600\jdk130\jre\lib\ext
    java.home = d:\bea\weblogic600\jdk130\jre
    java.io.tmpdir =C:\DOCUME~1\johnh\LOCALS~1\Temp\
    java.library.path =d:\bea\weblogic600\jdk130\bin;.;C:\WINNT\System32;C:\WINNT;.\bin;d:\bea\webl
    ogic600\bin;d:\bea\weblogic600\jdk130\bin;d:\bea\weblogic600\bin;d:\bea\webl
    ogic600\jdk130\bin;d:\bea\weblogic600\bin;d:\bea\weblogic600\jdk130\bin;C:\W
    INNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;d:\MSSQL7\BINN;C:\Program
    Files\Symantec\pcAnywhere\;d:\JavaMessageQueue1.1\bin;d:\JavaMessageQueue1.1
    EA\bin;d:\jdk1.3\bin;d:\weblogic\bin
    java.naming.factory.initial =weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories
    java.protocol.handler.pkgs =weblogic.utils|weblogic.utils|weblogic.management|weblogic.net|weblogic.util
    s
    java.runtime.name = Java(TM) 2 RuntimeEnvironment, Standard Edition
    java.runtime.version = 1.3.0-C
    java.security.policy ==d:\bea\weblogic600/lib/weblogic.policy
    java.specification.name = Java Platform APISpecification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.3
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.vendor.url.bug =http://java.sun.com/cgi-bin/bugreport.cgi
    java.version = 1.3.0
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) Client VM
    java.vm.specification.name = Java Virtual MachineSpecification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.3.0-C
    javax.rmi.CORBA.PortableRemoteObjectClass =weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass =weblogic.iiop.UtilDelegateImpl
    javax.xml.parsers.DocumentBuilderFactory =weblogic.xml.jaxp.RegistryDocumentBuilderFactory
    javax.xml.parsers.SAXParserFactory =weblogic.xml.jaxp.RegistrySAXParserFactory
    line.separator =
    os.arch = x86
    os.name = Windows 2000
    os.version = 5.0
    path.separator = ;
    sun.boot.class.path =d:\bea\weblogic600\jdk130\jre\lib\rt.jar;d:\bea\weblogic600\jdk130\jre\lib\i
    18n.jar;d:\bea\weblogic600\jdk130\jre\lib\sunrsasign.jar;d:\bea\weblogic600\
    jdk130\jre\classes
    sun.boot.library.path =d:\bea\weblogic600\jdk130\jre\bin
    sun.cpu.endian = little
    sun.cpu.isalist = pentium i486 i386
    sun.io.unicode.encoding = UnicodeLittle
    user.dir = D:\bea\weblogic600
    user.home = C:\Documents andSettings\johnh
    user.language = en
    user.name = johnh
    user.region = US
    user.timezone = America/New_York
    weblogic.Domain = adminDomain
    weblogic.Name = myserver
    weblogic.security.jaas.Configuration =weblogic.security.internal.ServerConfig
    weblogic.security.jaas.Policy = ./lib/Server.policy

  • SAP Connectivity in Netweaver developer studio...

    Hi everyone,
    I am trying to use the feature of "SAP connectivity" in the NDS.
    I created a proxy for a simple RFC.
    What I am trying to do is to call the RFC from a Java code.
    Here is what I wrote :
              try {
              Z_Rfc_Ws_Test2_Input input = new Z_Rfc_Ws_Test2_Input();
              input.setInput("Salut la compagnie");
              SAPProxy_PortType proxy = new SAPProxy_PortType();
              Z_Rfc_Ws_Test2_Output output = proxy.z_Rfc_Ws_Test2(input);
              } catch (Exception e) {
                   e.printStackTrace();
    I get an exception because I didn't specify the username and its credentials. Of course, I have to specify the server and the client number.
    Here is the exception :
    com.sap.aii.proxy.framework.core.BaseProxyException: JCoClient connection missing
         at com.sap.aii.proxy.framework.core.AbstractProxy.send$(AbstractProxy.java:150)
         at com.proxy.SAPProxy_PortType.z_Rfc_Ws_Test2(SAPProxy_PortType.java:16)
         at Client.main(Client.java:45)
    Can someone help with this issue ?
    Thanks in advance.

    Hi David,
             In your below code the JCO configurations is missing I mean ur JCO client. Try some thing like this which is self explanatory.
    (ur package name here if u have any)
    import com.sap.mw.jco.*;
    public class Jco {
         public static void main(String[] args) {
              // Necessary fields for Connection
              JCO.Client myConnection = null;
              JCO.Repository myRepository = null;
              JCO.Function myFunction = null;
              JCO.Field myHostName = null;
              // Establishing a connection
              try{
                   // Defining the connection parameters
                   myConnection = JCO.createClient("Client","User","Password","Lang","ServerIP","Sys Number");
                   myConnection.connect();
                   // Creating a repository
                   myRepository = new JCO.Repository(attribute,myConnection);
              }catch(Exception e){
                   System.out.println(e.toString());
                   System.exit(1);
                        // Finally closing the connection
              finally{
                   myConnection.disconnect();

  • Account does not get locked in all Repositories

    Hello all,
    i have have a strange behavior in an IDM 7.2 SP9 system. When i check the 'Account is disabled' box in standard UI task 'Change Identity' the user is only locked in one ABAP system, in all other ABAP systems it keeps unlocked. Other tasks such as role provisioning are working for all repositories. There are no pending tasks in the provisioning queue.
    I already reimported the provisioning framework, without success.
    Can anyone help me to find a solution for this?
    Regards
    Christian

    Hello Tero,
    There is no error in the Job Log, the jobs are executed without error, but only for two of five repositories. I thought it could maybe depend on the user, but also with a newly created one i have the same behavior.
    It seems as if the IDM does not recognize all repositories the user is existing in. The user has the ACCOUNT<REPOSITORY> Attribute set for all five repositories.
    I have checked all tasks on all repositories, they seem to be correct.
    Also with changes for telephone, room, ... are not provisioned all repositories. Privileges are provisioned correct.
    So the question is what is the trigger for the execution of the provisioning on a repository?
    Regards
    Christian

  • Required steps or method for implementing Self-Registration

    Hello Experts,
    Could one of you please tell me the steps or methodology required to implement self-registration functionality or refer me to some documents that explain it.
    Any and all help will be greatly appreciated !!!
    Thanks,
    AndyDev

    Very roughly:
    1. Write a self registration workflow
    2. Set the repository attributes for the workflow to have Organization=All and Authroization Type = EndUserTask
    3. Add the workflow to the 'Anonymous User Tasks' Configuration Object
    4. Invoke the workflow using something like http://localhost/idm/user/anonProcessLaunch.jsp?id=YourWorkflowName
    As for step 1, you need to know how to write the workflow in the first place.

  • Re-label of field name -very urgent

    Hi
    How to re-label SAP standard field name.
    example:Infotype organizational assignment (IT0001) and field name "Contract" to "substantive grades".
    Thanks
    Archana

    Hi
    For any change WRT standard text, it will refer the repository attributes. changeswill made with help of access key.
    Ex:
    You can change the Field text with help of Abaper KEY ie.. Go to SE11 --> in table fiels"PA0001" --> change mode ( it will popup access key) --> it will display all the field ---> select your field and double click --> Then you can short text descrption --> you can change  there.
    Good luck
    Pavan
    Reward points if it useful
    Edited by: Pavan Tatavarthy on May 28, 2008 3:21 PM

  • Issue to check in parent-child closure table attributes to OBIEE repository

    I use OBIEE 11.1.1.5 Administration Tool to open repository in online mode and set up parent-child hierarchy. There are no issues but after I check in changes to server, close repository and open it back from server, closure table attributes are missing.
    On the other hand when I save repository file locally, close it and then open offline, all mentioned attributes are there. Also all other modifications (except hierarchy) are properly checked in to remote repository.
    When I compare UDML from remote and local copy of repository here is part missing in remote:
    CLOSURE TABLE ATTRIBUTES( "xxx".."yy"."ORG_STRUCTURE_CLOSURE"."MEMBER_KEY",
              "xxx".."yy"."ORG_STRUCTURE_CLOSURE"."ANCESTOR_KEY",
              "xxx".."yy"."ORG_STRUCTURE_CLOSURE"."DISTANCE",
              "xxx".."yy"."ORG_STRUCTURE_CLOSURE"."IS_LEAF")
    When trying to build web report I get "[nQSError: 38107] Not all four columns are defined for closure table" (which is actually not surprising).
    Unfortunately I need to do this change in online mode without restarting obiee services.
    Any ideas how to force admin tool to check in all changes to remote repository?

    Finally I applied workaround:
    - modified hierarchy in offline mode
    - deployed repository
    Now when importing repo in online mode closure table parameters are in place.

  • Source Attributes in a Repository

    Hi,
    I have two different application systems in v6. In the first (AS1), I have a 'logical' model (more a Business Information model) which is essentially for peoples' information - no code will be generated from the entities/ attributes in this model.
    The second (AS2) is an existing application system which contains the physical tables. Some of the entities from the AS1 will become new tables in AS2. My problem is that I want to list the source attributes from AS1 to link to the columns in the new tables in AS2, but obviously they can't be picked up. (I can't see how to do this apart from creating the attributes in AS2, or sharing them from AS1.)
    Any suggestions?
    Thanks, Antony

    There are two type of attributes - display and navigational.
    Display - as the name implies can only be displayed in the query but cannot do selections on them  (passing a value - variable)
    Navigational - yesh sure you can select these in the query. But the only prereq being that these attribute have to be checked as navigational in the dataprovider too (not only in the IO maintenance). Once checked as navigational in both the places, you can use this as a normal char that is available in the cube, eventhough the value is read from the masterdata table

  • Local attributes - global attributes tradeoff

    Hi, MDM experts.
    Can you, please, share your experience on business partners repository modeling.
    I build custom business partners repository. While creating it I came to a question - whether local system attributes of business partner should be modelled in that repository?
    Intrinsic attributes like Full Name, State Identity Number and so on should be definitely modeled. Attributes specific to our organization but those that span many of our systems should also be modeled I think.
    But what's about some specific attributes that are relevant only for one of the systems being integrated? To be concrete, imagine we have SAP ERP system as one of the systems in landscape and such attribute of our business partner as 'Purchasing organization'. In our case this table is SAP ERP specific and none of our other systems have such entity in their data model.
    <b>The question is - is it reasonable to have local system attributes and lookup tables implemented in central MDM repository?</b>
    If yes then isn't our repository going to be overloaded with all that local attributes and lookup tables of every client system?
    If no, then how should process of central creation of business partner look like? The problem is in this case Creator won't be be able to assign all attributes he would like to and he will have to login to each of local system and assign these values after central creation. Moreover, client systems can refuse to create new record automatically in case some of attributes are missing. For example such situation is typical for Idoc inbound processing .
    Have you any suggestions on streamlining the data model and BP central creation process ?
    Regards,
    Vadim Kalabin

    Hi vadim,
    These are my thoughts on your issue.
    I feel both the attributes should find place in the same repository.
    This is not going to overload the system. In some typical MDM Implementation the volume of Main table records will very huge and the Local and global attributes will only occupy a less share only on the total records.
    Also the practice is that MDM DB Server and the core server runs separately.
    Pl find if this Article is use for you.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0d8aa53-b11d-2a10-aca2-ff2bd42a8692">MDM Data modelling do's and dont's</a>
    Regards,
    Vijay

  • Can not find product , sku attributes data in database table

    Hi there,
    I find it really strange to find data in database related to product and sku. I set up the commerce reference store and store is up and running fine. Catalog is fine too. I am not able to find data related to sku attributes in database.
    I have a product_id xprod2511 which has 11 child skus such as xsku2511_1, xsku2511_2 and so on. sku xsku2511_1 is blue color and size 4. When I search for this two sku attributes (color and size) information in dcs_sku_attr table with sku_id as xsku2511_1, no rows returned. In fact, I looked into few other sku tables but I am not able to find the information about color and size of a sku in any database table.
    this is the query I am running:
    select * from dcs_sku_attr where sku_id = 'xsku2511_1'
    Can someone please let me know the table name where this information regarding color and size resides in?
    Thanks a lot.

    In dyn/admin If you try and view the definition file of ProductCatalog repository, then under sku item descriptor you would see the color and size property which would be under some table tag, that table tag table name should be the table holding these values.
    the other question(may be silly) is that I hope that you are executing sql in correct schema, that is cata or catb schema (select * from catA.dcs_sku_attr) where the actual product catalog data resides.

  • How to use Remote key for linking two repository

    Hi,
    I have a challenge like not to repeate common tables like Company_code,Currency,Vendor name,customer name across all repositories.
    Is there any way I can use 'Remote key' to link different repository.
    I can create a Main table with all common attributes required across the repository but want to know how I can connect it to different repository.
    For example to get company-code in Vendor table , how can I link Company-code main table(customized) in another repository may be thru 'Remote key'.
    Going thru java api route is not prefffered for the sake of simple solution.
    Appreciate your help in providing any idea and detail steps for the process.
    -regards, Reo

    could you confirm the name and the existence of this file "IOMM_20121213_060736.csv" ?
    same error like:
    http://www.oracle-base.com/articles/9i/external-tables-9i.php
    if the load files have not been saved in the appropriate directory the following result will be displayed.
    SQL> SELECT *
      2  FROM   countries_ext
      3  ORDER BY country_name;
    SELECT *
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file Countries1.txt in EXT_TABLES not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 14
    ORA-06512: at line 1Edited by: Fran on 10-ene-2013 23:32

  • Oim-config.xml was not found in MDS Repository.

    Hi there,
    I'm trying to install Oracle Fusion Application (last version .5) but I can't go ahead becuase I got an error during the OIM Server installation.
    $ uname -a
    Linux server02 2.6.39-200.24.1.el6uek.x86_64 #1 SMP Sat Jun 23 02:39:07 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
    $ cd /repository/fusion/fmw/iam/bin/
    $ ./config.sh &
    Select only “OIM Server” [...] everything is going fine without error. I've re-started the AdminServer and started the OIM.
    If I try to open the browser http://<server>:14000 I got an Error 404
    Take a look at the log, there is an Error on oim-config.xml
    I was trying to find something on Google but all the forum talked about the missing security files.
    I tried to install again OIM but nothing happened.
    Someone could help me please?
    Thanks and best regards,
    Lain
    $ tail -f /repository/fusion/fmw//admin/IDMDomain/mserver/IDMDomain/servers/wls_oim1/logs/wls_oim1.log
    ####<Jan 30, 2013 1:24:15 AM CET> <Error> <Deployer> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66
    ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455419> <BEA-149205> <Failed to initialize the application 'oim [Version=11.1.1.3.0]' due to error oracle.iam.platform.uti
    ls.OIMAppInitializationException:
    OIM application intialization failed because of the following reasons:
    oim-config.xml was not found in MDS Repository.
    oracle.iam.platform.utils.OIMAppInitializationException:
    OIM application intialization failed because of the following reasons:
    oim-config.xml was not found in MDS Repository.
            at oracle.iam.platform.utils.OIMAppInitializationListener.preStart(OIMAppInitializationListener.java:145)
            at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
            at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:62)
            at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:284)
            at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:649)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
            at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
            at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
            at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
            at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
            at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
            at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:22)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
            at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:166)
            at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
            at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
            at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: oracle.iam.platform.utils.OIMAppInitializationException:
    OIM application intialization failed because of the following reasons:
    oim-config.xml was not found in MDS Repository.
           at oracle.iam.platform.utils.OIMAppInitializationListener.preStart(OIMAppInitializationListener.java:145)
            at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
            at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:62)
            at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:284)
            at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:649)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
            at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
            at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
            at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
            at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
            at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
            at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:22)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
            at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:166)
            at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
            at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
            at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    ####<Jan 30, 2013 1:24:15 AM CET> <Warning> <Munger> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455586> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in /repository/fusion/fmw/iam/server/apps/spml-xsd.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    ####<Jan 30, 2013 1:24:15 AM CET> <Warning> <Munger> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455702> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in /repository/fusion/fmw/admin/IDMDomain/mserver/IDMDomain/servers/wls_oim1/tmp/_WL_user/spml-xsd/ahejq0/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    ####<Jan 30, 2013 1:24:15 AM CET> <Info> <WorkManager> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455706> <BEA-002903> <Creating WorkManager from "OIMUIWorkManager" WorkManagerMBean for application "spml-xsd">
    ####<Jan 30, 2013 1:24:15 AM CET> <Info> <WorkManager> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455706> <BEA-002903> <Creating WorkManager from "OIMMDBWorkManager" WorkManagerMBean for application "spml-xsd">
    ####<Jan 30, 2013 1:24:15 AM CET> <Info> <Deployer> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455718> <BEA-149059> <Module spml-xsd of application spml-xsd is transitioning from STATE_NEW to STATE_PREPARED on server wls_oim1.>

    Thanks for your support Rajiv Dewan and idamGod,
    I've just followed this metalink ID: “Easy step for Oracle Identity Manager 11g (OIM 11g) installation on Windows [ID 1234357.1]”
    In my case I don’t have this error:
    Unable to find keystore "default-keystore.jks" in <DOMAIN_HOME>/config/fmwconfig/.
    Unable to find keystore ".xldatabasekey" in <DOMAIN_HOME>/config/fmwconfig/.
    […]Maybe it’s the same root causes but I installed again the OIM without success. I can’t login to the OIM because I just back 404.
    I’m sorry but I didn’t understand what I can do.
    Thanks,
    Lain

  • Creating a file in KM with attributes or metada

    Hi friends,
    I would like to create a document/file in KM but whith some attributes or metadata attached like time, date, contact person, telefon, department....
    I'm using the following code to upload a file, but I haven't found any Thread in this Forum about how to attach some metadata or context attributes.
         IPrivateRegistreEntradaView.IFileNodeElement fileelement = wdContext.currentFileNodeElement();
         wdContext.nodeFileNode().bind(fileelement);
         /*Make a simple type of that type*/
         IWDAttributeInfo attInfo = wdContext.nodeFileNode().getNodeInfo().getAttribute("filedata");
         ISimpleTypeModifiable type = attInfo.getModifiableSimpleType();
         /**Following is the code for uploading files**/
         /*Get an object of current Portal user */
         IWDClientUser wdClientUser = WDClientUser.getCurrentUser();
         com.sap.security.api.IUser sapUser = wdClientUser.getSAPUser();
         /*create an ep5 user from the retrieved user*/
          IUser ep5User = WPUMFactory.getUserFactory().getEP5User(sapUser);
          ResourceContext context = new ResourceContext(ep5User);
         /*Give the path to KM in the variable path */
         RID rid = RID.getRID("/documents");
         IResourceFactory factory = ResourceFactory.getInstance();
         ICollection folder = (ICollection) factory.getResource(rid,context);
          /***Using the upload element we can upload the files to a location in the server drive***/
         /*temperory location for writing */
          String location = "give the location here";
          String fileName = location + fileelement.getFilename();
          File file = new File(fileName);
         /*Create an output stream for writing to the temperory location*/
          FileOutputStream out = new FileOutputStream(file);
          out.write(fileelement.getFiledata());
          out.close();
         /*From the temporary location read the file using an input stream*/
          FileInputStream fin = new FileInputStream(fileName);
          fin.read();
         /*Using this input stream we can write to the repository*/
          //Content content = new Content(fileelement.getFiledata(),fileelement.get)
          Content content = new Content(fin,"byte", -1);
          IResource newResource = folder.createResource(fileelement.getFilename(), null, content);
    I think the solution could be by modifying the second argument of
    IResource newResource = folder.createResource(fileelement.getFilename(), null, content);
    This argument is a "IPropertyMap" type and now takes de value "null", but I'm not sure.
    Any ideas?
    Thanks very much in advance,

    Hello Lohitha,
    Thanks your interest but that link did not help a lot.
    Roberto,
    Thanks a lot for the links, the second one really gives a guide for setting up properties in the portal.
    But I found it quite more extended that my requirements, eventhought it helps a lot, since i just would like to attach some " attributes o some simple data" to the uploding file.
    I've found an option usint IPropertyMap
    Map myMap = new HashMap();
    String DEPARTAMENT = null;
    mapeo.put(DEPARTAMENTO, "HH.RR"); //this is just a example
    IPropertyMap myProperties = new PropertyMap(myMap) {
                   public int size() {
                        // TODO Auto-generated method stub
                        return 0;
                   public boolean isEmpty() {
                        // TODO Auto-generated method stub
                        return false;
    //Here we must implement all the metodes of the interface
    //then finally call
    IResource newResource = folder.createResource(fileelement.getFilename(), myProperties , content);
    But I'm not sure it could work, I'm having technical dificulties,
    Anybody could tell us any other simple option for creating a file in KM attaching some simple attributes??
    Thanks to all.
    Ivan,

Maybe you are looking for

  • How To Handle Error Message In TCD Recording?

    Hi All,   I tried recording a transaction (my own transaction) by not enterring value in an obligatory field. the error message came. but when i executed the script, it showed an error. but actualy, the error message was expected right? how to handle

  • Download error -5000

    I purchased music but receive repeated download errors (-5000).  I've checked and updated all "permissions" but still cannot download the music for which I've already been charged!  Help please!

  • More Crazy pdf problems.

    Help! I'm running InDesign CS6 (version 8.0.1 on Mac OS 10.8.2) and having problems with re-exporting pdfs.  First time around is no problem, but if I need to update a pdf (ie, save over the original pdf) I'm left staring at the Multicoloured Beachba

  • Switch over between iphones

    Hi, A month back i was using iphone 5 with my own apple ID . Very recently i swapped my handset with my friend's handset. Both are Iphone5 and we both of us configured our own apple ID's. But my friend is saying me that, he can see whatever applicati

  • SAP STARTUP FAILED: TIMEOUT

    HI, I have SAP ECC6 EHP6 ON SYBASE ( it is High Availability system on RedHad Linux) when I try to start SAP  with startsap <VHOSTNAME>, i get the error /home/SIDADM/startsap_ERS10 log I had tried with other possible options like > startsap <INSTANCE