Batch OIA User Import

Hi All
I have a standalone installation of OIA 11.1.1.5.0.
I'm new to OIA, and I just recently understood the difference between Global User (into Identity Warehouse) and OIA User (into Access Control).
I understand thai I can import Global Users from files or OIM, but it seems I can't do the same with OIA User.
Is it right?
OIA really doesn't have any functions to bulk load OIA User and their OIA Roles associations?
Also, if working with OIM, can users access their pending requests directly from OIM interface (so that a OIA User is not necessary)?
Hope someone can help me.
Any advice is really appreciated!!!
Regards
                         MC

As far as I know we cannot access the OIA requests in OIM.

Similar Messages

  • OIM to create OIA users in OIA.

    Hi,
    We have a requirement to create OIA users via OIM, to let all global users log in to OIA console. Can you please provide the detailed api documentation or suggest any other approach to achieve the same.

    Preferred method of integration in OIM and OIA supports the feature of importing users and their entitlements to OIA from OIM. If you create user in OIM, the users are imported to OIA using this job. Refer: http://docs.oracle.com/cd/E24179_01/doc.1111/e23377/integratingwithoimpreferred.htm#BABIEACD
    Thanks,
    Krish.

  • Batch adding users to group

    Is it possible to create a LC user group and batch add users to the group?
    Example:  I have ~120,000 users in my domain but I want only 950 of those users to have access to a new form we will be going live with soon.  To do this I want to create a group for this form but I don't want to have to manually add the 950 users to the group.
    ~Josh

    1. Create a DirectoryManagerServiceClient Instance as follows,
        Properties connectionProps = new Properties();
        connectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_EJB_ENDPOINT, "jnp://localhost:1099");
        connectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL,Service ClientFactoryProperties.DSC_EJB_PROTOCOL);
        connectionProps.setProperty(ServiceClientFactoryProperties.DSC_SERVER_TYPE, "JBoss");
        connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_USERNAME, userName);
        connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_PASSWORD, password);
        //Create a ServiceClientFactory object
       ServiceClientFactory scf = ServiceClientFactory.createInstance(connectionProps);
       //Create a DirectoryManagerServiceClient object
       DirectoryManagerServiceClient directoryManager = new DirectoryManagerServiceClient(scf);
    2. Create a local group as follows,
       Group group = UMBaseLibrary.createGroup(groupCanonicalName, domainName, PrincipalTypes.PRINCIPALTYPE_GROUP);
       String groupOid = directoryManager.createLocalGroup(group);
       You can also create the above group by going to User Manager AdminUI. i.e. Home  > Settings > User Management > Users and Groups
    3. Once done with creating a group, now we want to make the 950 users members of this group
       The API to be used is directoryManager.addPrincipalToLocalGroup(String userOid, String groupOid);
    4. You'll have to run the above API for all the 950 users.
       So, fetch the userOid through PrincipalSearchFilter based on some matching critera as follows, let say emailAddress
           PrincipalSearchFilter filter = new PrincipalSearchFilter();
           filter.setPrincipalType(User.PRINCIPALTYPE_USER);
           filter.setRetrieveOnlyActive(true);
           filter.setEmail(Email_address_OfUser_To_be_Searched);
           List principals = (ArrayList)directoryManager.findPrincipals(filter);
           for(Principal principal:principals){
              User user = (User)principal;
              directoryManager.addPrincipalToLocalGroup(user.getOid(), groupOid);

  • How to batch or individual import Canvas .CVX and .CNV files into AI CS6(mac)?

    Is anyone aware how to batch or individually import Canvas .CVX and .CNV files into AI CS6(mac)? I have a large old graphics library representing 10 years of work which would be very nice to convert into Illustrator CS6...
    Thanks a lot for any hint -
    stefan

    JETalmage wrote:
    ...export them as an EPS or another file type that windows will recognize...
    It's not a matter of exporting a file that Windows will recognize; it's a matter of exporting a file format that Illustrator can import or open.
    A Mac OS version of Canvas is under development, by the way.
    JET
    My bad. Typo on my part. I meant one that Adobe will recognize.
    Too early yet. I shouldn't try to type before I get my first morning tea.
    --OB.

  • ORA-00164 Autonomous transaction when creating batch of users

    Hi,
    I ran the script posted earlier in this forum to create a batch of users, I got some errors, support people told me that is appears to be database errors :
    ORA-00164 Autonomous transaction disallowed with distributed transaction.
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30.WWCTX_SSO", line 669 ORA-06502: PL/SQL: numeric or value error.
    We use 8.1.7.2 database, Portal 3.0.9.8.
    Anyone having a solution for that problem, I don't want to create 250 users manually.
    Thank's

    i'm getting the same thing, but i'm using hardcoded input,
    so i have no dblinks or anything of the sort.
    this is my entire exception line:
    ORA-06502: PL/SQL: numeric or value error ORA-06512: at "SYS.OWA_UTIL", line 323 ORA-06512: at "SYS.HTP", line 859 ORA-06512: at "SYS.HTP", line 974 ORA-06512: at "SYS.HTP", line 992 ORA-06512: at "SYS.HTP", line 40 ORA-06512: at "PORTAL30_SSO.WWSEC_UI", line 568 ORA-06512: at "PORTAL30_SSO.WWSSO_APP_USER_MGR", line 576 ORA-06512: at line 1
    any idea what is causing this?

  • Knowledge Center User Import Utility Password Issue

    Hello,
    I have imported some users using an Text File but the users are having trouble logging into their accounts in the Knowledge Center.
    "Login Invalid. Please verify your Username and Password."
    I have already checked the user properties, and it's okay.
    The Text file looks like this:
    USERNAME
    PASSWORD
    FIRSTNAME
    LASTNAME
    MINIT
    EMAIL
    NTINTEGRATED
    USERGROUP
    upkuser
    user01
    Name
    Lastname
    L
    group01
    If I change the password in the user properties, the users can access Knowledge Center.
    Do I need to change the password for every imported user?
    Many thanks.

    Hello Sumeet,
    You are right in saying 'The issue happens when importing from a text file.  The User Import Utlity makes all passwords lower case.'
    Oracle accepted this as a bug and provided me with patch Oracle Knowledge Base with ID 18328709. and the issue is resolved.
    Thanks and Regards,
    Jayraj

  • Knowledge Center User Import Utility

    Hello,
    I have imported some users using an Excel spreadsheet but the users are having trouble logging into their accounts in the Knowledge Center.
    "Login Invalid. Please verify your Username and Password."
    I have already checked the user properties, and it's okay.
    The excel spreadsheet looks like this:
    USERNAME
    PASSWORD
    FIRSTNAME
    LASTNAME
    MINIT
    EMAIL
    NTINTEGRATED
    USERGROUP
    upkuser
    user01
    Name
    Lastname
    L
    group01
    If I change the password in the user properties, the users can access Knowledge Center.
    Do I need to change the password for every imported user?
    Many thanks.

    Hello Sumeet,
    You are right in saying 'The issue happens when importing from a text file.  The User Import Utlity makes all passwords lower case.'
    Oracle accepted this as a bug and provided me with patch Oracle Knowledge Base with ID 18328709. and the issue is resolved.
    Thanks and Regards,
    Jayraj

  • OIA 11gR1 + OIM 9.1.0.2 (BP12) Websphere class not found error user import

    Hi All,
    I am integrating OIA (11gr1) with OIM 9.1.0.2 (BP12) patch and have followed the steps mentioned in the Sys Integration. However when importing users from OIM, the following error is thrown - OIM is on Websphere, OIA is on Tomcat - Thanks for your inputs!!
    rg.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.NoClassDefFoundError: com/ibm/websphere/security/auth/callback/WSCallbackHandlerImpl]
         at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:534)
    Caused by: java.lang.NoClassDefFoundError: com/ibm/websphere/security/auth/callback/WSCallbackHandlerImpl
         at Thor.API.Security.LoginHandler.websphereLoginHandler.login(Unknown Source)
         at Thor.API.Security.ClientLoginUtility.login(Unknown Source)
         at Thor.API.tcUtilityFactory.<init>(Unknown Source)
         at com.vaau.rbacx.iam.oracle.OIMIAMSolution.getUtilityFactory(OIMIAMSolution.java:2542)
         at com.vaau.rbacx.iam.oracle.OIMIAMSolution.readResources(OIMIAMSolution.java:402)
         at com.vaau.rbacx.iam.service.impl.RbacxIAMServiceImpl.importResources(RbacxIAMServiceImpl.java:469)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)

    (Because no1 else has given you a reply I will try and help ;-) )
    Its obvious that you are missing a jar file, check if you have any of the following missing (This is for the 11g product though this could resolve your issue)
    xlAPI.jar
    xlAuthentication.jar
    xlCache.jar
    xlCrypto.jar
    xlDataObjectBeans.jar
    xlDataObjects.jar
    xlLogger.jar
    xlScheduler.jar
    xlUtils.xls
    xLVO.jar -----> All from WebSphere directory into the WEB-INF/lib
    Check the documentation also and see if you were meant to transfer the right .jar files over
    Regards,
    Daniel
    Edited by: Daniel Redfern on Feb 7, 2011 2:28 PM

  • Batch DPS Article Import Breaks Smooth Scrolling Pages

    When will the batch "import" support the ability to import ENTIRE folio's that contain both "snap-to" and "smooth-scrolling" pages?
    Currently one must add stacks indiviually if they wish to have smooth scrolling stacks incorporated into thier folio. 

    Your absolutely right about that!  And that's a great thought.  Don't know why i didn't think of it. 
    On the sidecar.xml note however:
    Besides the third-party web site that generates the sidecar file for folks, is there anything in the works to allow users to simply export the metadata directly from the Producer:Editor in the DPS Dashboard?  Many users are not aware of the third-party website and with the renditions and iPad3 coming into full swing I believe it would help to ensure that any metadata that was entered manually gets matched to the rendition folio.
    For users that are intimidated by xml and are too lazy to find the xml generator web-site.  The ability to get at that metadata would be a nice feature to have for editorial and the like.
    -T

  • Batch Number Details Import Issue

    Dear Expert
    I crated User defined field to Batch Details field
    My All Items are Batch Number wise
    NOw i want to import data fronm Excel to create Backdated Purchase Bill ,So i use
    1)Document Level Template
    2) Document Line Template
    3) BTNT-BatchNubers1 Template
    When i create CSV sheet for Batch number I add user defined  field also
    & when i import through DTW & select the Batch Number Template & Go to the Mapping Rule for User defined field it can't see in Target Field
    So how i import Batch Number details for Userdefiend field
    SAP 8.82 PL 06

    Hi
    Check the below link it may helps you
    How to create a template for a User-Defined Table in Data Transfer Workbench? - Business One - SCN Wiki
    With Regards
    Balaji Sampath

  • Creating Technical Users - Import functionality

    Hi Portal experts - I am trying to create a number of test users that have the Secrutiy Policy set to "Technical User". I am trying to set this property when I create the user through the import functionality.
    I am trying to set the users to Technical user to save us from having to go through all our test users and change their inital passwords.
    Does anyone know what the attirbute is to set the users from default to Technical user?
    [User]
    uid=test20
    password=password1
    last_name=Preformance test user
    accessibility=0
    role=
    group=
    Thanks,

    Sameer,
    Why don't you modify the text file and add the password there itself. There are specific TexPad software also which might help u in padding.
    [User]
    UID=user1
    Password=user1
    First_Name=John
    Last_Name=Smith
    User Password for Batch import
    Regards
    Deb
    Edited by: Debasish Sarkar on Dec 8, 2008 8:40 PM

  • Batch delete users by ID?

    Hi all,
    does anyone know of a tool that lets me:
    1. batch import new users from a csv-file
    2. sync users by id by adding users included in the csv-file and delete those not any longer in the csv-file?
    Background: for our school I need to keep our set of users up-to-date with new students/students leaving school. I can get hold of a csv-file that includes an internal id.
    TIA,
    Michael.

    Hi
    Might not be exactly what you're looking for?
    http://macinmind.com/?pid=2&progid=1&subpid=1
    You could also cross-post here:
    http://discussions.apple.com/forum.jspa?forumID=735
    http://discussions.apple.com/forum.jspa?forumID=724
    Tony

  • ISync palm conduit in 10.5 - won't work under user imported from 10.4?

    My Palm m500 was syncing fine with my PowerBook G4 running Mac OS 10.4
    I recently got a spiffy new MacBook Pro (Penryn) with 10.5, and although the Palm does communicate and sync via Palm Desktop, it no longer syncs via iSync with iCal & Address Book. I keep getting the following in the hotsync log:
    < snip >
    OK Install
    iSync Conduit starting 3/13/08 10:38:34 PM
    iSync Conduit: received NULL message, disconnecting...
    OK iSync Conduit
    </ snip >
    ==========
    Other info:
    I imported the user info for my main user from the old 10.4 installation using Migration Assistant.
    • Deleted old Palm HotSync & Desktop files from the username:Library:Application Support, as palm preference files from username:Library:Preferences
    • Copied the old user folder to an alternate location, and removed the Palm folder from username:Documents:
    • Re-installed Palm Desktop 4.2.1 under main user (authorized as an "administrator" temporarily)
    • Sync worked (no data on Palm Desktop, but everything backed up ok), HotSync even recovers and creates a new user based on the data on the device, and even backs up all the programs.
    • Enabled Palm Os Syncing from within iSync (works fine, so long as the account being used has read/write permissions to HD:Library:Application Support:Palm HotSync:Conduits)
    • "Enable iSync for this palm device" from the iSync conduit within HotSync Manager.
    During a sync, iSync kicks in and "connects", but can't get past AddressBook syncing, and never actually sends info to the Palm device. Presumably, this is where the "NULL message" is received and syncing stops. When I specify "Erase data on device then sync" in iSync (for first syncronization), it does indeed erase address book data on the device, but never sends anything to replace it, but also does not touch the calendar data on the palm device.
    Furthermore, I tried the same procedure when logged in as another administrator account (what is normally the main administrator account on this computer), and synced first without iSync, then enabling "iSync for this Palm device". Under this other account, the syncing works. I can add events to iCal, and contacts to address book, and they are transferred sucessfully and synced with the palm device. But it still does not work when logged in as the main user (even when administrator privileges are enabled, which I normally don't want), which actually has all my iCal and Address book data (which syncs successfully through .Mac with my computer at work).
    There should be plenty of free space on the device for all my calendar & contact data (3MB).
    Given that syncing DOES work for one administrator user (which was never before set-up for this), but not for the user that was imported from 10.4 and was syncing successfully before, I have a suspicion that there's either some leftover files that I missed, or a permissions conflict within the user's home folder that I am missing. Has anyone else been able to resolve this issue, or have any suggestions based on this information?
    Much appreciated.

    Experimentation reveals that:
    • replacing the old addressbook data with blank allows syncing to work without problems.
    • having multiple groups causes the same error: BUT only on the first sync (set to “Erase data on device then sync”, but also if set to “merge”). Adding groups after a successful initial sync did not interfere with further syncs.
    • deleting groups from existing AddressBook data does allow a successful first sync.
    • but adding them back in again breaks the sync.
    Having no groups would seem to allow a successful sync.
    see http://discussions.apple.com/thread.jspa?messageID=6805570&#6805570
    I don’t want to have to limit myself to this. I do use groups rather a lot and it would be frustrating to have to give up using them just so I can sync my Palm in Leopard.
    The following does NOT solve the problem:
    1. Move old Address Book data to a backup location (after exporting AddressBook library)
    2. do a first sync
    3. re-import full Address Book data from archive
    4. continue with regular syncs.
    • only sync one Group still leads to the same error.
    • iSync 2 doesn’t run under Leopard (error message along the lines of “You can’t use this software with this version of Mac OS”).
    • I also tried to use the previous iSync palm conduit (v3.0.2 instead of v3.1.0), but got the same errors.
    For now, I removed all the groups and synced my contacts to my Palm, but I then turned off syncing for contacts within iSync, so I could recover all my Address Book Groups. Fortunately, I need to update Calendar information more often than contact info, and I won’t be able to change contact info on the Palm device. When I do want to do a periodic update to my Palm device, I will have to:
    1. Backup my address book
    2. Delete all groups (but not the contacts within them, which stay in the library itself)
    3. Turn contact syncing on in iSync
    4. Sync the Palm device
    5. Turn contact syncing OFF in iSync
    6. Recover my Address Book Library & groups from backup
    Not as simple as I would expect from Apple software ... I hope this issue gets fixed in iSync 3 (Leopard).

  • "Role not defined for individual users" on user import

    Hello,
    I am trying to import a certain user from one portal to another and I get this warning message:
    "Role <pcd_role_path> not defined for individual users."
    This role is assigned to this user at the 1st portal and exists at the 2nd portal at the same location.
    What does it mean and what do I need to do in this case?

    hi Roy,
    just check one thing ....
    please check wether the user have permissions to those roles.
    please go to the PCD location, where the roles have defined.
    right click on the role and check permissions.
    see if the user you are using is mentioned there. if no, add your user with read/write end user permission.
    i hope this will help you .
    Regards,
    Sujay

  • Batch change of import date of pictures?

    ola experts, i'm fairly new to aperture 3.1.1 .. after weeks of migrating 170 gigs of pix from iphoto '09 (8.1.2) due to iphoto 9.1.1 stuffing up my digital pix life, some of the events have their dates wrong at the then imported date to aperture..
    is there an "easy" way of batch processing the affected project pix to the original dates when created?
    thx francois, and no thanx to apple/aapl

    Have a look at *Metadata->Adjust Date and Time...*

Maybe you are looking for

  • Import Settings not working

    I have been trying to Import all settings from another project: File>Project Settings>Import Settings.. (all boxes) ticked - then navigate to another Logic Song and Open... nothing happens to the original. I want to end up having imported the Midi En

  • Install Second Portal Istance on the same PC.

    Hello people, I've to install the second portal (Rel. 1) istance on the same machine. Have someone tried to do this? Thanks

  • If true servlet to jsp

    Hi.. If the condition is true in servlet i have to forward to new jsp page other other jsp page. Am accessing a parameter from html.the parameter is checked in servlet for verification using ifcondition. If the condition is true i need to forward to

  • Highest amount among children in a BW hierarchy

    Hi All I have a Webi report directly using a BeX query with 0COSTCENTRE hierarchy. My report only displays information about Level 3 cost centers but I want to show the highest [Amount] among Level 4 children of that particular Level 3 cost center. C

  • ESS PZ14 Enrollment error

    EP 6.0, ESS 50.4, ITS 6.20, ERP 4.72 No longer supported by SAP When the Enrollment Detail (PZ14) screen is opened in the portal, the dropdown boxes for Health Plan Option and Dependent Coverage are not in the correct place on the page. I have tried