AD Integration with UCM 11g - Selecting users from multiple OU

Hi All,
I have integrated AD with UCM 11g and able to login with AD username/password to UCM application.
The one problem I face, the users of this application are scattered in different OUs in AD. Like OUs are created for different locations and users are present in that OU. I'm unable to select all the users of this application from different OU's.
Like the users are present in below OUs.
OU=Users,OU=America,DC=compnay,DC=net
OU=Users,OU=Canada,DC=compnay,DC=net
In User Base DN - What should i give? When i give any one of the above I get the users properly.
Also is it possible to select users by querying a security group in AD and getting all the members (Users) of it. Because in our application we have only three roles (mapped to the corresponding three security group in AD), and all users of this application are assigned one of that role. So, I could get all the users by querying the security group. But I do not know if that is possible.
Please advise.
Kind Regards,
Selvam S

Hi Selvam,
Just put User Base DN: DC=compnay,DC=net
This will pull all users from both OU, along with some unwanted entries like computers on the domain. Another, possibly silly proposal, would be to create two Ldap authenticators with different User Base DN. Both should be on the top of authenticators list with Sufficient flags.
Regards,
Boris

Similar Messages

  • Select user from dual with oid + oss ?

    Implementing a solution for global user administration, authentication and application schema mapping, will it break the simple but efficient possibility to do a 'select user from dual' ?
    If it is possible which value will we get, a global user identifier from the directory or something else ?
    Thanks in advance for your help

    Actually we authenticate user using internal database users. Each user depending on his enterprise role will have a set of synonyms deployed to map the application schema. It is complex to handle a large set of users schema. With OSS it seem to be possible to authenticate user using an external LDAP directory (OID) and to map this user to an application schema switch user's enterprise role.
    But I want to evaluate the impact of deployeing such solution, because our application use some 'select user from dual' single query to track user activity in some manner (this can be done using triggers or pl/sql api that do this job). If it is possible to have an unique user identifier in the database session context, even using external authentication and schema mapping of OSS we'll have less impact on the application. Else we'll have to change some API signatures to handle this user identifier.
    Context is :
    - use LDAP external functionalities provided with OSS to increase user management at an enterprise level ... single sign-on is our goal ,-)
    - use schema mapping to reduce our complexity of schema management. One schema foreach role rather than one schema per user.
    So, will we be able to individually know which user have the session in the database, rather than the shared schema name. If it is possible, the impact on our application will be really minor ...
    Thanks in advance for your help. If someone who read this lines have such system deployed and can try the 'select user from dual', I'll be glad on the answer that the database will give ,-)

  • Oracle Life science Data Hub integrated with OBIEE 11g

    Hi all,
    I have couple of questions from my end,
         1. How Oracle Life Science Data Hub can be  Integrated with OBIEE 11g.
         2. Whether Oracle LSH is a separate software ?  if it so kindly provide the link to download the LSH.
    Many thanks in advance.
    Regards,
    Murali

    Hi Murali,
    I do not know whether obiee can use Oracle LSH as a source or not but please refer below link. It says that
    1) Users can then launch the Oracle Business Intelligence Dashboard
    either through Oracle LSH or through a URL to see data visualizations.
    2)
    Oracle LSH Release 2.2 supports using OBIEE 10.1.3.4.1 for both programs and
    visualizations and OBIEE 11.1.1.5.0 for visualizations only.
    Please check with you administrator.
    Thanks,
    Amol
    (Please mark this answer, if you find correct)

  • Get error while Integrating with Oracle's Enterprise User Security

    Hi,
    I am trying to create an Oracle Enterprise User integrating with OVD and MS Active Directory.
    I am following all the steps in Integrating with Oracle's Enterprise User Security.
    In the documentation section: "Configuring Oracle Virtual Directory for the Integration"
    I have applied the steps successfully until:
    Update and load the entries into the Local Store Adapters by performing the following steps:
    I have successfully extended the Oracle Virtual Directory schema with the loadOVD.ldif
    However I am getting errors in the next step: Update realmRoot.ldif to use your namespaces
    The next step states the following:
    Update realmRoot.ldif to use your namespaces, including the dn, dc, o, orclsubscriberfullname,
    and memberurl attributes in the file. If you have a DN mapping between Active Directory and
    Oracle Virtual Directory, use the DN that you see from Oracle Virtual Directory.
    The realmRoot.ldif file is located in ORACLE_VIRTUAL_DIRECTORY_HOME/eus,
    where ORACLE_VIRTUAL_DIRECTORY_HOME represents the location where Oracle Virtual Directory is installed.
    The realmRoot.ldif file contains core entries in the directory namespace that Enterprise User Security queries. The realmRoot.ldif file also contains the dynamic group that contains the registered Enterprise User Security databases to allow secured access to sensitive Enterprise User Security related attributes, like the user's Enterprise User Security hashed password attribute.
    Load your domain root information in the realmRoot.ldif file into Oracle Virtual Directory using the following command:
    ldapmodify -h Oracle_Virtual_Directory_Host –p OVD_Port -D cn=admin -w Admin_Password -v -a –f realmRoot.ldif
    When I run the ldapmodify command I get the following error:
    add dc:
    testldap
    add objectclass:
    top
    domain
    domainDNS
    adding new entry DC=testldap,DC=local
    ldap_add: Operations error
    ldap_add: additional info: LDAP Error 1 : null
    The actual realmRoot.ldif looks like this:
    # Please uncomment the following one line if you are importing this
    # LDIF file via OVD Manager or OVD Server's ldapmodify tool.
    #version: 1
    #dn: dc=com
    #dc: com
    #objectclass: domain
    dn: DC=testldap,DC=local
    changetype: add
    dc: testldap
    #o: subarashii
    objectclass: top
    objectclass: domain
    objectclass: domainDNS
    #objectclass: orclSubscriber
    #orclsubscriberfullname: subarashii
    #orclVersion: 90400
    # If your domain structure has more layers than dc=subarashii,dc=com,
    # for example, it's dc=us,dc=subarashii,dc=com, you will need to load
    # the following ldif entry/entries too.
    # Uncomment out the following, if required.
    #dn: dc=us,dc=subarashii,dc=com
    #orclversion: 90400
    #orclsubscriberfullname: us
    #objectclass: domain
    #objectclass: top
    #objectclass: orclSubscriber
    #dc: us
    # Adding EUSDBGroup entry
    # Modify the memberurl attribute and replace it with your own domain name
    #dn: cn=EUSDBGROUP,dc=subarashii,dc=com
    #cn: EUSDBGROUP
    #memberurl:ldap:///dc=subarashii,dc=com??sub?(&(objectclass=orclService)(objectclass=orclDBServer))
    #objectclass:groupofuniquenames
    #objectclass:groupofurls
    #objectclass:top

    Did you ever get your questions answered about the realmRoot.ldif file? Did you manage to configure a successful integration of OVD with EUS? I am battling with trying to get Oracle Virtual Directory integrated with Enterprise User Security, but every step I take in Chapter 7 of the OVD manual fails in some way, and the instructions are often vague. I am not sure how to modify the realmRoot.ldif file. Is there any improved documentation on this? I have logged a Service Request, but not getting any help. Any resources or documentation you know of that provides better guidance would be much appreciated. I am way behind my schedule now and this is a very frustrating exercise.
    Thanks.

  • Select user from dual

    Hi Experts,
    The "select user from dual" causes "library cache: mutex X" contention. Is this normal behaviour? Any bug?
    Thanks for sharing your thoughts.
    Regards,
    Richard

    Hi Gokhan,
    Thanks for your quick reply. We are using Oracle 11g Release 1.
    Thanks in advance.
    Regards,
    Richard
    Additional information:
    SQL
    INST_ID ADDRESS HASH_VALUE SQL_ID COMMAND_TYPE PIECE SQL_TEXT
    1 070000007DD06B78 225524178 d6vwqbw6r2ffk 3 0 SELECT USER FROM DUAL
    wait event:
    P1 P1TEXT P2 P2TEXT P3 P3TEXT SPID PROCESS EVENT WAIT_CLASS
    225524178 idn 0 value 57 where 18772088 819426 library cache: mutex X Concurrency
    225524178 idn 0 value 57 where 17711190 823330 library cache: mutex X Concurrency
    225524178 idn 4.0802E+12 value 57 where 16851142 1237006 library cache: mutex X Concurrency
    mutex_sleep_history ( based on P1-idn)
    BLOCKING
    INST_ID MUTEX_IDENTIFIER SLEEP_TIMESTAMP MUTEX_TYPE GETS SLEEPS REQUESTING_SESSION SID LOCATION MUTEX_VALUE P1 P1RAW P2 P3 P4 P5
    1 225524178 30-APR-11 06.25.28.323644 PM Cursor Pin 895106 38 981 950 kkslce [KKSCHLPIN2] 000003B600000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.05.143394 PM Cursor Pin 861746 45 969 981 kkslce [KKSCHLPIN2] 000003D500000000 0 00 0 0 0
    1 225524178 30-APR-11 05.26.44.973728 PM Cursor Pin 839251 33 950 980 kkslce [KKSCHLPIN2] 000003D400000001 0 00 0 0 0
    1 225524178 30-APR-11 04.50.46.454100 AM Cursor Pin 135508 4 988 971 kkslce [KKSCHLPIN2] 000003CB00000000 0 00 0 0 0
    1 225524178 30-APR-11 06.20.57.143668 PM Cursor Pin 864272 52 969 970 kkslce [KKSCHLPIN2] 000003CA00000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.51.204080 PM Cursor Pin 863854 39 950 969 kkslce [KKSCHLPIN2] 000003C900000000 0 00 0 0 0
    1 225524178 30-APR-11 04.54.08.571772 PM Cursor Pin 809666 22 950 928 kkslce [KKSCHLPIN2] 000003A000000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.49.394176 PM Cursor Pin 864774 29 969 950 kkslce [KKSCHLPIN2] 000003B600000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.21.093950 PM Cursor Pin 869850 39 950 981 kkslce [KKSCHLPIN2] 000003D500000000 0 00 0 0 0
    1 225524178 30-APR-11 05.27.24.592958 PM Cursor Pin 810896 35 969 980 kkslce [KKSCHLPIN2] 000003D400000000 0 00 0 0 0
    1 225524178 30-APR-11 04.50.01.705574 AM Cursor Pin 116153 12 969 971 kksLockDelete [KKSCHLPIN6] 0000000000000001 0 00 0 0 0
    1 225524178 30-APR-11 06.20.58.644283 PM Cursor Pin 866494 94 981 970 kkslce [KKSCHLPIN2] 00 0 00 0 0 0
    1 225524178 30-APR-11 06.25.23.269811 PM Cursor Pin 892968 28 981 969 kkslce [KKSCHLPIN2] 000003C900000000 0 00 0 0 0
    1 225524178 30-APR-11 04.54.29.441458 PM Cursor Pin 807424 29 950 928 kkslce [KKSCHLPIN2] 000003A000000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.49.421368 PM Cursor Pin 869598 39 969 950 kkslce [KKSCHLPIN2] 000003B600000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.33.891107 PM Cursor Pin 891374 36 969 981 kkslce [KKSCHLPIN2] 000003D500000000 0 00 0 0 0
    1 225524178 30-APR-11 05.26.01.979042 PM Cursor Pin 837950 25 970 980 kkslce [KKSCHLPIN2] 000003D400000000 0 00 0 0 0
    2 225524178 29-APR-11 11.30.24.124146 PM Cursor Pin 18857 134 1027 1002 kkslce [KKSCHLPIN2] 000003EA00000000 0 00 0 0 0
    2 225524178 29-APR-11 11.36.33.932762 PM Cursor Pin 2128672 3562 959 1010 kkslce [KKSCHLPIN2] 000003F200000001 0 00 0 0 0
    2 225524178 29-APR-11 11.35.30.576728 PM Cursor Pin 2161583 5145 1010 994 kkslce [KKSCHLPIN2] 000003E200000001 0 00 0 0 0
    2 225524178 29-APR-11 11.30.17.443374 PM Cursor Pin 37186 3 944 946 kkslce [KKSCHLPIN2] 000003B200000000 0 00 0 0 0
    1 225524178 30-APR-11 06.21.09.475763 PM Cursor Pin 864712 29 950 970 kkslce [KKSCHLPIN2] 000003CA00000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.25.829483 PM Cursor Pin 895066 38 950 969 kkslce [KKSCHLPIN2] 000003C900000000 0 00 0 0 0
    1 225524178 30-APR-11 05.47.15.303972 PM Cursor Pin 858702 34 950 0 kkslce [KKSCHLPIN2] 00 0 00 0 0 0
    1 225524178 30-APR-11 06.25.55.444597 PM Cursor Pin 865178 32 981 950 kkslce [KKSCHLPIN2] 000003B600000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.51.559740 PM Cursor Pin 864136 39 969 981 kkslce [KKSCHLPIN2] 00 0 00 0 0 0
    1 225524178 30-APR-11 05.27.34.686745 PM Cursor Pin 829040 41 969 980 kkslce [KKSCHLPIN2] 000003D400000000 0 00 0 0 0
    1 225524178 30-APR-11 04.50.18.400633 AM Cursor Pin 145131 9 981 971 kkslce [KKSCHLPIN2] 000003CB00000001 0 00 0 0 0
    1 225524178 30-APR-11 06.19.32.917632 PM Cursor Pin 890128 26 969 970 kkslce [KKSCHLPIN2] 000003CA00000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.37.957065 PM Cursor Pin 895320 31 950 969 kkslce [KKSCHLPIN2] 000003C900000000 0 00 0 0 0
    1 225524178 30-APR-11 04.54.50.437123 PM Cursor Pin 811647 29 980 928 kksLockDelete [KKSCHLPIN6] 000003A000000002 0 00 0 0 0
    1 225524178 30-APR-11 06.25.55.273357 PM Cursor Pin 895588 31 981 950 kkslce [KKSCHLPIN2] 000003B600000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.44.996870 PM Cursor Pin 895490 21 950 981 kkslce [KKSCHLPIN2] 000003D500000000 0 00 0 0 0
    1 225524178 30-APR-11 05.26.37.849250 PM Cursor Pin 806046 54 969 980 kkslce [KKSCHLPIN2] 000003D400000000 0 00 0 0 0
    1 225524178 30-APR-11 04.50.44.632959 AM Cursor Pin 131970 8 1026 971 kksLockDelete [KKSCHLPIN6] 000003CB00000002 0 00 0 0 0
    1 225524178 30-APR-11 06.21.09.033790 PM Cursor Pin 863064 82 969 970 kkslce [KKSCHLPIN2] 000003CA00000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.52.360874 PM Cursor Pin 892624 30 981 969 kkslce [KKSCHLPIN2] 000003C900000000 0 00 0 0 0
    1 225524178 30-APR-11 04.54.42.089257 PM Cursor Pin 810719 33 950 928 kkslce [KKSCHLPIN2] 000003A000000001 0 00 0 0 0
    1 225524178 30-APR-11 06.25.49.124653 PM Cursor Pin 880220 41 969 950 kkslce [KKSCHLPIN2] 000003B600000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.55.200082 PM Cursor Pin 892892 25 950 981 kkslce [KKSCHLPIN2] 000003D500000000 0 00 0 0 0
    1 225524178 30-APR-11 05.26.12.258306 PM Cursor Pin 807380 46 969 980 kkslce [KKSCHLPIN2] 000003D400000000 0 00 0 0 0
    1 225524178 30-APR-11 04.50.35.378955 AM Cursor Pin 148328 5 1026 971 kkslce [KKSCHLPIN2] 000003CB00000000 0 00 0 0 0
    1 225524178 30-APR-11 06.21.02.330949 PM Cursor Pin 890826 22 969 970 kkslce [KKSCHLPIN2] 000003CA00000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.54.174086 PM Cursor Pin 894814 40 981 969 kkslce [KKSCHLPIN2] 000003C900000000 0 00 0 0 0
    1 225524178 30-APR-11 05.04.04.939530 PM Cursor Pin 815446 39 970 0 kkslce [KKSCHLPIN2] 00 0 00 0 0 0
    1 225524178 30-APR-11 06.25.44.907603 PM Cursor Pin 880618 30 981 950 kkslce [KKSCHLPIN2] 00 0 00 0 0 0
    1 225524178 30-APR-11 06.25.55.372206 PM Cursor Pin 895540 29 969 981 kksLockDelete [KKSCHLPIN6] 000003D500000002 0 00 0 0 0
    1 225524178 30-APR-11 05.25.55.586330 PM Cursor Pin 835508 34 950 980 kkslce [KKSCHLPIN2] 000003D400000000 0 00 0 0 0
    1 225524178 30-APR-11 06.20.30.675408 PM Cursor Pin 891070 34 950 970 kkslce [KKSCHLPIN2] 000003CA00000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.38.179841 PM Cursor Pin 871418 22 981 969 kkslce [KKSCHLPIN2] 000003C900000000 0 00 0 0 0
    1 225524178 30-APR-11 04.54.49.932627 PM Cursor Pin 810910 37 950 928 kkslce [KKSCHLPIN2] 000003A000000000 0 00 0 0 0
    1 225524178 30-APR-11 08.37.35.814288 AM Cursor Pin 321836 18 980 935 kkslce [KKSCHLPIN2] 000003A700000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.55.064435 PM Cursor Pin 862588 39 969 950 kkslce [KKSCHLPIN2] 000003B600000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.47.679395 PM Cursor Pin 869738 24 969 981 kkslce [KKSCHLPIN2] 000003D500000000 0 00 0 0 0
    1 225524178 30-APR-11 06.19.38.696734 PM Cursor Pin 863078 62 950 970 kkslce [KKSCHLPIN2] 00 0 00 0 0 0
    1 225524178 30-APR-11 06.25.53.295681 PM Cursor Pin 862882 39 981 969 kkslce [KKSCHLPIN2] 000003C900000000 0 00 0 0 0
    1 225524178 30-APR-11 04.54.53.425947 PM Cursor Pin 810954 40 980 928 kkslce [KKSCHLPIN2] 000003A000000000 0 00 0 0 0
    1 225524178 30-APR-11 06.25.35.785176 PM Cursor Pin 879221 35 981 950 kkslce [KKSCHLPIN2] 000003B600000001 0 00 0 0 0
    1 225524178 30-APR-11 06.25.02.448874 PM Cursor Pin 869070 29 969 981 kkslce [KKSCHLPIN2] 000003D500000000 0 00 0 0 0
    1 225524178 30-APR-11 05.25.45.707055 PM Cursor Pin 838490 24 970 980 kksl
    ..

  • How to use RelatedContent component with UCM 11g without Records Management

    As the subject really...
    I have been playing around with UCM 11g and want to use the RelatedContent component in isolation of URM / Records management.
    Can I still do this, and is it supported.
    I have had a look at advanced component manager and also the RMFC page but if I select a custom install with only related content I get a whole bunch of RM related stuff in the interface that I do not need.
    Any suggestions? Is the old RelatedContent component supported directly on 11g?
    Thanks
    Tim
    Edited by: Tim Snell on 24-Aug-2010 08:16

    Hi,
    First this post is really helpful as I was looking around for enabling related content component in ucm11g.
    Now i am able to see it in my enabled component lists.
    However , i have one doubt. I have enabled the component and restarted the server. After that if i got the checkin page, i can see only 'wwxRelatedContentTriggerDate' metadata for the related content. My assumption was when I enable the component, i will get a metadata on the content check in page to link to the other content items.
    So can you please help me
    1) to help whether my understanding is correct?
    2) if yes, why am i not getting the metadata to specify the other contents is not shown? what I need to do for the same?
    Thanks a lot in advance
    Regards
    Poornima

  • Weblogic portal Integration with UCM by weblogic virtual repository

    Anyone has experience with Weblogic portal Integration with UCM by weblogic virtual repository? Thanks.

    Since only folders_g can be used for integrating with Webcenter Spaces/Portal we are not sure of what our strategy should be. Is there plan to use framework folders with Webenter in the future?Certainly there are. Unfortunately, no exact date/release has been communicated so far. If you need a quick implementation (following few next months) I'm afraid you will have to go with folder_g

  • How integrate ODC with UCM 11g

    Hi i need conect ODC with UCM 11g.
    Somebody knows as I can connect ODC with UCM 11g what is the form to make the connection or that connectors and of I can download where them, I have made the connection of ODC with UCM 10g and it has worked to me but profit not to do it with UCM 11g somebody can help me?

    See the answer to your other post: Configure a commit profile in ODC to UCM 11g
    If you know the technique how to create File Cabinets - UCM Commit Profile for 10g, it is almost the same. You may have to upgrade your ODC, though (I have noticed there is a new tab available)

  • Selecting data from Multiple Partitions in a single select stmt.

    Hi all,
    My Database is very large & my tables are partitioned.
    My question is:
    1) If my data is spread across multiple partitions, is there any way to select data from multiple partitions in a single query?
    If we dont mention partition name also it works fine, but perofmance wise it will be very slow. (Using EXPLAIN PLAN)
    (Note:I dont want to make use of Union concept, i want to do it in a single select statement)
    For ex:
    qry1.sql:
    select empno from emp_trans partition (P012000)
    This above query(qry1.sql) will work fine.
    qry2.sql:
    select empno from emp_trans partition (P012000,P022000)
    The above query(qry2.sql) will return will return the following error:
    ORA-00933: SQL command not properly ended
    If anybody has any solution for this, pls mail me immediately.
    Thanks in advance
    bye
    null

    All my queries are dynamically generated. All my tables are also indexed partition wise based on date field. My question is, if i want to mention multiple partition names at the time of generating my query(select), then with parformance will be good. I have refered some books, inthat what they say is to use UNION concept, i dont want to use that, instead i want in a single select statement.
    Thaks for ur reply
    Bye
    null

  • ** Is it possible to give select command from multiple tables in JDBC

    Hi Friends,
    Is it possible to give the select command to select data from multiple tables directly in the 'Query SQL statement' in JDBC sender communication channel ? (Instead of Stored Procedure)
    Thanking you.
    Kind Regards,
    Jeg P.

    Hi,
    here is a sample:
    Table #1
    Header
    Name EmpId Status
    Jai 5601 0
    Karthik 5579 0
    Table #2
    Name Contactnumber
    Jai 9894268913
    Jai 04312432431
    Karthik 98984110335
    Karthik 04222643993
    select Header.Name, Header.EmpId, Item.Contactnumber from Header,Item where Header.Name = (select min(Header.Name) from Header where Header.Status = 0) and Header.Name = Item.Name
    Regards Mario

  • Want to install Siebel CRM in my PC for integrating with UCM.

    I am very familiar with Oracle UCM and trying to integrate with Siebel CRM. I have UCM 11g installed in my PC with Oracle 11g DB and also I know the configuration process or steps from siebel end as well as UCM end. Now I want to install Siebel CRM for this integration.
    I searched in orcale and found that I need the below softawres and also I downloaded it from e-delivery:
    Oracle Base Application (V26510-01_1of2 and V26510-01_2of2)
    Oracle Siebel Image creator(V26511-01)
    Oracle DB11g: OracleXEUniv
    RCU
    What should I do now?
    1. Is the above softwares enough for installation of Siebel ? If yes then can anyone please tell me the installation guide docs.
    2. Should I require more softawre ?
    3. I have also V26699-01_1of6 to V26699-01_6of6 setup files for siebel but I do not know whether I should install from these because I do not have any idea regarding this setup files.
    Regards,
    Santanu

    I think you also need V14496-01 Part 1 of 2 and V14496-01 Part 2 of 2 (English Language Extension Packs).
    Installation is explained in the Bookshelf: V29095-01

  • Problem invoking UCM 11g Web services from ODI 11g

    We have a running UCM 11g instance with its web services (GenericRequest) properly configurated.
    The wsdl is published in the url http://ucmt:16200/idcws/GenericSoapPort?WSDL and reacheble from any web browser.
    The service can be easily invoked from external applications such as soapUI 4.5.1 returning the correct SOAP response. Here is a sample request returning correct results:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ucm="http://www.oracle.com/UCM">
    <soapenv:Header/>
    <soapenv:Body>
    <ucm:GenericRequest webKey="cs">
    <ucm:Service IdcService="DOC_INFO">
    <ucm:User></ucm:User>
    <ucm:Document><ucm:Field name="dID">27099</ucm:Field></ucm:Document>
    </ucm:Service>
    </ucm:GenericRequest>
    </soapenv:Body>
    </soapenv:Envelope>
    The problem occurs when we invoke it from the ODI assistant, when we type the WSDL URL and click in "Connect to WSDL" button,
    we get the following error in the middle pane : Invalid Request : java.lang.NullPointerException+
    The port combo and the operation pane are correctly populated
    UCM version is: 11gR1-11.1.1.6.0-idcprod1-121115T130554 (Versión Interna:7.3.3.183)
    ODI version is: 11.1.1.6.0
    Java(TM) Platform     1.6.0_30

    I would suggest contacting support channel to analyze such NPE if there is a product bug causing it.

  • BI Publisher Performance integrated with OBIEE 11g

    Has anyone seen issues around the performance of rendering the BI Publisher frame when it is integrated with an OBIEE dashboard (11g)?
    If I create a simple BI Publisher off a simple data model (Select 1 from dual). I open the BIP report within the BI Publisher environment (XmlpServer) and it opens in seconds.
    When I open this same report within the OBIEE Web Catalog or place it on a dashboard page I have seen it take upwards of 40-50 seconds to render the frame then the report. The time seems to me more around rendering the frame.
    Usually when you initiate your first session you see the longest rendering time, subsequent runs of the report are lower but still higher then the few seconds it takes in the BIP environment.
    Has anyone else seen this issue, we opened a ticket with Oracle and it seems they are leaning toward creating a BUG around this. Just wanted to see what others were experiencing and if they identified the source of the issue. Thanks.

    Hi Dustin,
    The FMW security model in BI Publisher means it is integrated into OBIEE - I believe it's the default. If you're using authenticating and authorising via weblogic then I can't think of a good reason to use BI Server authentication in publisher, you should be using FMW security.
    In answer to your question tThere was no bug raised. The work around for us was using document 1338007.1. In your case that doesn't seem necessary since you're using OVD already.
    Edit - should just add that if your OVD authentication is set up in the repository then you need to shift that to the weblogic server security model and remove any authentication logic from the repository. After that the FMW security model for publisher should work.
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10543/privileges.htm
    Regards,
    Robert
    Edited by: Robert Tooker on Nov 3, 2011 2:07 AM

  • UCM 11g File missing from search result although file is accessable

    When I do search without any criteria in UCM 11g, some files missing from search result although I know the files were checked into UCM already since I'm able to see these files using url similar to:
    http://ucm/cs/idcplg?idcService=GET_FILE&dID=12345
    or use following url to get document information:
    http://ucm/cs/idcplg?idcService=DOC_INFO&dID=12345
    the file is not in the search resule even search by ID.
    also, the seach result say "displaying 1-20" but only display few files (e.g. 2 files, less than 20)
    Is this a known problem? the same search was working in UCM 10 perfectly.
    Thanks

    The query seems able to retrieve the missing document. for example, I search by content ID, in the audit log (eanbled as you mentioned) give th efollowing information:
    fusionappsattachments/6     09.13 06:22:03.878     IdcServer-3474     --- @ResultSet SearchResults ---
    fusionappsattachments/6     09.13 06:22:03.878     IdcServer-3474     numFields=66,*numRows=1*,currentRow=0
    also, the infomation following above give the deteail field information which match with the missing document.
    I looks like UCM just did not bring it to UI as part of search result.
    This seems match with my another finding as I mentioned earlier: the seach result say "displaying 1-20" but only display few files (e.g. 2 files, less than 20)
    it seems query did find the documents but UI did not show it.
    Not sure if this is a known bug.

  • Oracle CC&B integration with UCM

    Hi,
    I have to do the integration of cc&b(oracle customer care and billing) with ucm(universal content management).could any one please suggest me how to approach for this?
    Thanks.

    Hi ,
    Oracle CCB can be access outside by XAI services , as well UCM also provides Webservices.
    So both the system can communicate through
    1. Web services.
    2. You can access UCM from CCB using RIDC if you are accessing from change handler or page maintenance or Algorthims or batch (Basically from Java Program.)
    Thanks & Regards,
    Karai

Maybe you are looking for

  • How to change the size of redo file

    Deal all, I finish installed the db,and the size of redo file is 50m by default. I found many "checkpoint not complete" events in alert.log file. Now i want to change it to 100M and try to avoid the event appear again ,how can i do?

  • Best practice for jib and positions

    Hi all I am looking for the best practice of defining these 2 important KFF's. Advantage and disandvantage of both's. Thanks in advance

  • How can I know the purchase date of my notebook?

    Hello guys I bought a Toshiba notebook from Extra Company @ Jeddah, Saudia Arabia & I want to know how can I know the Purchase Date Of it because I missed the payment bill & when I register my notebook Toshiba web site it asks me about the Purchase D

  • SSIS Expression to Server Name from a Connection String

    Hi, I have an SSIS variable which contains a connection string as follows; - User::strD​YNconnecti​on {Data Source=myServer;Init​ial Catalog=myDatabase;Provider​=SQLNCLI10​.1;Integra​ted Security=XXXX} String I need to get the server name from the ab

  • Transportable tablespace /imp problem

    Dear all , please i need to correct me if i am wrong transportable tablespace can you done of different version of oracle database (means can do that task from lower to upper ex:10g.2 to 11g.2) take in your consideration the limitation of this taks.?