Load from resource  and Reconciliation question

Hi Friend,
I am pulling accounts data from LDAP resource to IDM but when I am pulling accounts I want them to copy in XXXX org.
Can some one guide me how to achieve it in both situation.
Thanks
Shashwat

Hi boomers,
I have similer requirement. If you have done it. Please throw some light on it.

Similar Messages

  • Load from Resource in IDM 5.0 SP5

    I have installed IDM 5.0, SP 5, with Sun Java System Application Server 8. I have 2 resources, one LDAP (Sun Directory Server 5.2, SP 3) and one Active Directory.
    I have just completed a 'Load from Resource', and loaded user information from the LDAP resource, which created 43 thousand or so user objects in IDM. I have 2 questions:
    1. The load took a loooong time - 1 day, 4 hours. Is this normal? I am currently loading information for approximately 19 thousand accounts from the AD resource, which looks like it will take a similar amount of time per account (still running at the moment).
    2. Now, when I select the 'Accounts' tab in the admin console when logged in as configurator, the list of accounts never appears. The browser session (mozilla) will die after about 2 minutes. The only way I can view user account information is to select the stop button in the browser immediately after selecting the 'Accounts' tab, and then select the 'Find Users' button on the left hand pane.

    The load of the AD accounts (21,000) has now finished. This took 23 hours!!
    I have analyzed, to some extent, the load process, from the LDAP perspective, and what appears to be happening is:
    1. IDM queries LDAP for the number of account entries defined by the block count (1000 in my case) in the IDM resource definition. I suspect this is being done with an ldapsearch, perhaps with the -x and -S options, as the LDAP log details a query, then a sort on uid EVERY time the 1000 entries are retrieved. This, however, is only a minor part of the issue, as the sort takes about 5 minutes on the LDAP server. This would only account for about 200 minutes of my 1day, 4 hours.
    2. After the block of 1000 is retrieved, IDM seems to go off into limbo for about 1 hour each time, with the appserverDAS process consuming about 30-40% CPU. I have an oracle database for the indexes, and that seems to be pretty relaxed during this time - there is some activity, but not in any real anger like the application server.
    I can't analyze what's going on with the AD load, as I am not the custodian of the AD servers, and prefer to know as little as possible about them ;-)
    I suppose this is not too much of a problem, as I will only performing the 'load from resource' once when we go into production, but I am concerned about the impact of a reconcilliation. I will start one immediately, and respond with itming when it finishes.
    As for the list of users, how can I stop the account list from being the first thing accessed when I select the 'Accounts' tab? I would prefer not to have to import all accounts into a separate org just to facilitate access to the interface.
    BTW - to be consistent with the documentation, shouldn't the references to 'Accounts' within the interface really read 'Users'. As I read the documentation, a 'User' is an IDM object which may (or may not) have resource 'Accounts'. If they are to be referred to as 'Accounts', then the two Users 'Configurator' and 'Administrator' should not appear there, as they do not, by default, have a resource equivalent. Or maybe I'm just a pedant :-)
    Anyway, thanks for any help you can provide.

  • Reconciliation / Load from Resource

    Hey all,
    I have two LDAP resources.
    LDAP1 I can reconcile OK
    LDAP2 reconciles and IDM accounts created but all the users are deleted from the resource, the same is true if use the 'Load from resource' option.
    Both are using identical per-account workflows, userform etc.
    Any ideas out there gratefully received.
    Phil

    Hi boomers,
    I have similer requirement. If you have done it. Please throw some light on it.

  • Load From Resource Issue

    Hi Friend,
    I am loading data from LDAP to my SIM using Load from Resource option. But when ever I get users there first name and last name become accountID. I want user uid should accountID in IDM.
    Can some guru throw some light on it
    Thx

    I mapped accountID to CN. I changed it and mapped it back to uid
    Thank you
    Vivek Shashwat

  • Jasper report on HTML when one image loaded from database and for the other

    How to generate jasper report on HTML when one image loaded from database and for the other we give a image path
    My code
    ByteArrayOutputStream baos = new ByteArrayOutputStream();
              exporter = new JRHtmlExporter();
              exporter.setParameter(JRExporterParameter.JASPER_PRINT, print);
              exporter.setParameter(JRExporterParameter.OUTPUT_STREAM, baos);
              exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI, strImageInputDirectory);
         exporter.setParameter(JRHtmlExporterParameter.IMAGES_DIR_NAME, strImageOutputPath == null ? "." : strImageOutputPath);
         exporter.setParameter(JRHtmlExporterParameter.IS_OUTPUT_IMAGES_TO_DIR, Boolean.TRUE);
         exporter.setParameter(JRHtmlExporterParameter.IS_USING_IMAGES_TO_ALIGN, Boolean.FALSE);
         exporter.setParameter(JRHtmlExporterParameter.IS_WHITE_PAGE_BACKGROUND, Boolean.FALSE);
              exporter.exportReport();
              byte[] bdata = ((ByteArrayOutputStream) baos).toByteArray();
    Can any one help pls
    Message was edited by:
    ameet.au

    hey sorry for posting it in this forum.
    but do u have sample code for making it work.. since i am able to do it on PDF format(image from Database and another stored in the webserver) using
    byte image[] =(byte[]) outData.get("image");
                        ByteArrayInputStream img = new ByteArrayInputStream(image);
                        hmimg.put("P_PARAMV3", img);
    print = JasperFillManager.fillReport(reportFileName, hmimg, jrxmlds);
    bdata= JasperExportManager.exportReportToPdf(print);

  • I have iTunes Match, but some of the music I loaded from CDs and I can see in the iTunes store won't play. It recognizes the album but is playing literally the only 3 songs I don't want to listen to.

    have iTunes Match, but some of the music I loaded from CDs and I can see in the iTunes store won't play. It recognizes the album but is playing literally the only 3 songs I don't want to listen to.
    How do I get to play all of my music that should be stored either on the computer or in the cloud?

    Hi,
    Initially your music should be in your iTunes library on your computer. Once match completes its scan, your music will have been matched or uploaded. I suggest that you add iCloud status column to song view. This will tell you what has been matched, uploaded, purchased, inelligible, duplicate or waiting. What is the status of your tracks that are not playing.
    If space is not an issue, I suggest that you keep the music on the internal hard drive otherwise you can delete the tracks and play from cloud. In both instances, you should maintain a back up of all your music on a separate hard drive.
    Jim

  • Load from resource attributes.

    Hello,
    I want to do a Load from Reasource (IdM7). When I start it I specify my input resource (a db table) and a form which should process all the input records. The form, for each input record, creates a new user ad some accounts on assigned resources.
    I am guessing how should I refer to the input resorce attributes inside the form: should they be referenced as accounts[INPUT-RESOURCE].attribute or something else?
    TIA

    I mapped accountID to CN. I changed it and mapped it back to uid
    Thank you
    Vivek Shashwat

  • How do I get the screensavers to stop loading from iphoto and remove the ones now in screensaver?

    How do I remove photos from screensaver and get them to stop importing from wherever in my computer they are importing from?

    Apple Menu / System Preferences / Desktop & Screen Saver. Select Screen Saver and click on what you want. There probably is a "slide show" selected.
    You can turn it off by setting Start After: Never.

  • My Computer won't load from Globe and Folder

    Another issue has yet arose. When I started my computer this morning I got a Blue Globe and a gray background and then the globe will change to a Mac folder and then to a question mark. I tried taking the hard drive out and checking it and repairing it and it tells me its fine and doesn't need fixed, which I figured because the thing was just working. I tried Command combinations on the keyboard and it won't move it! it won't even boot from the disc! Please Help!

    The blue globe indicates the startup disk (volume) selection in PRAM somehow got set to Network.
    Possible solutions -
    • Reset PRAM. Restart or boot, immediately upon hearing the startup chimes press and hold down the Command-Option-P-R keys until you've heard two additional sets of startup chimes. Then let startup continue.
    • Force OSX. Restart or boot, immediately upon hearing the startup chimes press and hold down the X key, keep it held down until the machine starts to boot to OS X.
    • Try using Startup Manager. Restart or boot, immediately upon hearing the startup chimes press and hold down the Option key. This should bring up a blue screen with some icons in it. Select (use the arrow keys) the one representing your OS X on the hard drive, press Return.
    Startup Manager: How to select a startup volume
    Once you get it up and running, go to System Preferences > Startup Disk and select your internal hard drive as the boot volume.

  • CS3 Not loading from disc and download link not working

    I had to wipe my MacBook Pro hard drive.  I am now running Mavericks.  I bought CS5 as an upgrade to CS3 so CS3 is required to be on my computer before it will let me load the update.I have tried loading CS3 from the disk (I have my original discs) but it won't let me.  It gets stuck about 2/3rds of the way through install.  I've tried 4 times and I'm fed up. Nothing should be this hard. There is nothing wrong with my CD drive either, as I have loaded four other pieces of software that come on CD.
    I tried to download CS3 from the links that Adobe tells me to use but none of the links work.  I have searched for links in general, I have done specific searches in Adobe.  Everything I come across for the CS3 download gives me an error when I click on the Mac version to download (HTTP Error: 404/support/downloads/dlm/main.jsp).  I have switched off the pop up blocker as well and tried more than one browser when downloading.
    Does anyone have a work around?  I've paid over $4,000 for this software, I don't have the money to buy the latest version and I need to get my work done. I'm done with the stupidity of just trying to load this and I shouldn't have to buy the latest version just to be able to load my update.
    Please help if you can.
    SIncere thanks
    Hasmi

    you don't need to install cs3 in order to install your cs5 upgrade.  if you start the cs5 installation you will first be prompted for your cs5 serial number.  the installer will then 'look' for cs3 on your computer and failing to find that will then prompt you for your cs3 serial number thereby establishing that you qualify to install the cs5 upgrade.
    but if you want to install cs3:
    You can download some of the older versions of Adobe software directly from the Adobe website. See the following links for details.
    Accessible from these pages:
    Download and installation help
    Adobe Downloads - other downloads
    Downloads available:
    CS6 | CS5.5 | CS4 | CS3
    Acrobat XI, X | 9,8
    Premiere Elements 11, 10
    Photoshop Elements 11, 10
    or:
    if you follow all 7 steps, you can download a trial via one of the links on this page using a browser that accepts cookies:  http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html
    and activate with your serial number.
    if you have a download problem (eg, you see an error page or you are offered an incorrect version), you probably didn't follow all 7 steps.  typically, failure to meticulously follow steps 1,2 and/or 3 is the problem, but your browser must also allow cookies so that (a restrictive browser setting) is another potential source of problems.

  • Executing sqlldr (sql loader) from java and returning the error code

    I'm wandering do sqlldr return any error code whenever it hit error while running in java.
    For example, if i run in command prompt using the command below,
    C:\ >sqlldr uid/pwd data=abc.dat control=abc.txt
    It might give me some indicator that error occurs such as
    SQL*Loader-601: For INSERT option, table must be empty. Error on table CURRENCY
    or
    SQL*Loader-500: Unable to open file (abc.txt)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: The system cannot find the file specified.
    But when i run in java using the code below,
    Runtime rt = Runtime.getRuntime();
    Process proc = rt.exec("sqlldr uid/pwd data=abc.dat control=abc.txt");
    int exitVal = proc.waitFor();
    System.out.println("Process exitValue: " + exitVal);
    it will only give me the same exitValue of 1(i presume its error) / 0 (i presume no error) instead of the details of the error.
    How can i get the exact error code/message if i were to execute it using java?
    Any solution?

    mg,
    I don't think user576271 wants the exit code, I think [s]he wants the error message.
    But wouldn't error messages from SQL*Loader be sent to the stderr stream, and not the stdout stream?
    In which case user576271 would need method "getErrorStream()" of class java.lang.Process, no?
    Good Luck,
    Avi.

  • I'm having two problems: a) the browser won't load unless I go through profile manager and at time it won't even load from there and b) the search bar won't search it does nothing as does some links like your link to live chat

    This has only started happening after my last firefox update. I tried a reinstall as well with no luck

    Wow that was really quick, thank you so much.  Im not sure at all which version it was because i said it was around 4 years ago he bought it.  I know it isn't under his username, since he's a PC person (ugh) so i know its probably registered to one of our actual names.  isn't there some way to look it up since we did register it, because I'm not even sure where the disks are from when we bought it (we've moved a lot and also have two storage lockers, i know i would have kept it with other disks) but my cd rom drive is actually broken on my computer as well ( i think it got stepped on and is now squished and won't eject or run disks.)
    So is there anyway they can look up that its registered to one of our names since we did register it when we bought and installed it, or do i really have to find the disk with some sort of proof of purchase (i know there would be no receipt after all this time)
    either way, ill do what you suggested to the best of my abilities and thank you so much for answering my questions, i can't even open the program as its incompatible and find out the info from that) so I'm in a bit of a pickle and your response was so thorough and it didn't seem to be posted long enough to even write a well researched response, thanks, all the best,
    sarucia

  • 07 iMac (software loaded), (from erase and install)

    only have the original iMac disk on hand (with older OS) and want to simply redo the OS and bring it to OS9. Ask how to do that.....

    It is a Core2Duo, not Core3Duo.
    That iMac can upgrade to Mac OS X 10.9.  It can't run OS 9.  Those are two beasts that are 12 years apart!
    That said, you need a minimum of 2 GB of RAM in Apple menu -> About This Mac.   If you see 1 GB or 1.5 GB< you'll need to upgrade the RAM from http://www.macsales.com/ or http://www.crucial.com/
    Unless you installed 10.7 or later, a lot of your software is likely to become obsolete before even installing 10.7 or later.   Use this guide to determine if that might be a problem.

  • Help!  FCP X freezes at loading compressor resources

    I purchased compressor 4 and it is installed in my applications folder.  I went to restart FCP X and the splash screen for FCP X stays on the screen saying "loading compressor resources" and won't go away.  I can quit the program via Command-Q, but am unable to do anything else.  I have rebooted, wiped .plist files, but no luck...any ideas?

    I have FCP7 installed.  If that is the problem, then I am stuck with it for now.  I have a huge amount of legacy projects, which I need to keep. 
    It is such a strange error, because everything seems to load, the elements and projects are all showing and just at the end it seems to lose contact with the external hard drive, which is a WD firewire 800.  It actually still has a hold on it, because I can't dismount it at that point, because it says it is in use by FCPX.  I haven't tried to see if I connect it with usb the problem might go away, although I saw that as a suggestion. 
    Actually in its latest reincarnation, FCPX doesn't hang, it just says there are no projects or elements because the hard drive has disappeared from its list.  It sometimes works to then force quit fcpx, and tell it not to save the window settings and then restart it.  It seems almost random as to if it loads properly or not.  Doesn't matter if I am running 10.6.8 or 10.7. whatever.  It is not so uncommon a problem, because there are a lot of posts about it.  I haven't found the definitive post with a fix though.
    I am now thinking of duplicating the project to a differnt external drive and then dismounting the external drive I have been using. 

  • How to erase photos from iphone loaded from computer

    how to erase photos from iphone loaded from computer and how to sync music from laptop to iphone

    If the photos were put onto the phone by using iTunes to sync photos from the computer, the only supported way to remove the photos is to sync again with iTunes but this time remove the check mark beside the "Sync Photos from" question on the Photos tab of iTunes or change the folders of the photos to be synced.

Maybe you are looking for

  • Error while calling a Web Service from a Session Bean

    I am trying to call a Web Service from a Session Bean using an Axis client, but I am getting the next exception: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:      java.rmi.RemoteException: org/apache/axis/

  • Setting up a servlet in iis

    Hello all I am new to servlets and my particular questions deals with setup. I have xp pro (iis 5.o) and I was wondering can I just install jre and put the servlet class on the server. I guess if someone can give a thought on that then I would be rea

  • How can I programaticly edit a panel?

    I have a panel that contains a number of buttons. The number of buttons and the text in the buttons are supposed to change during the program execution. I know how to create the buttons on the fly using NewCtrl, but have problems erasing/modifying ex

  • Flex 4 Air App with SSL Data Endpoint

    Hello everyone.  My company is developing an internal Adobe Air application for data monitoring and user management.  We use a Zend_AMF PHP Data endpoint.  Currently it works over a standart http://www.mysite.com/air/gateway.php URL.  However we need

  • Problems with seeing jukebox in

    When I connect my Creative Zen Touch 20GB to PC USB port system says that it is connected but NOMAD Explorer says that it is "not connected" and i cannot transfer files. What can I do? Thank you in advance.Message Edited by Pacio on 03-26-2005 06:04