OIM 11g: UserManager.changePassword is a one time use password - why?

I am writing an OIM application to bulk load passwords into OIM from another source. I am using OIMClient to connect to OIM and the UserManager class to set the password on each user. The method I am using is the following:
userMgr.changePassword(AttributeName, AttributeValue, password.toCharArray());
The problem I see now is that every time I call this changePassword() method to change the password on the user, it turns on the must-change-password-at-next-logon flag. I do not want to do this. The password I am setting on these users is their current password, they should not have to change it the next time they log onto OIM.
I have set the system property that says a user must change password at first logon to FALSE. But changing the password using that API still sets the flag on the USR table record.
Is there anything else I need to do to prevent the user from having to change their password again when they next logon?
Thanks for any advice.
-Dave

Use the 10g APIs.
void updateUser(Thor.API.tcResultSet poUserResultSet, java.util.Map phAttributeList, boolean changePassword)poUserResultSet - A result set containing at the minimum the user key and the rowver of the user record to update.
phAttributeList - A map of name-value pairs, each entry holding an attribute-value pair to set/modify for this user. The Attribute names are the String column codes (from the Xellerate metadata). The Attribute Values are the String attributes of the columns to set.
changePassword - Whether this update has been trigerred for a password change
>
-Kevin

Similar Messages

  • Is there a way to transfer the iTunes application to my PC using my iPhone? My PC has no means of connecting to the Internet and I do not wish to pay for Internet tethering for a one time use.

    Is there a way to transfer the iTunes application to my PC using my iPhone? My PC has no means of connecting to the Internet and I do not wish to pay for Internet tethering for a one time use. I don't have the app on my computer and I simply wish to have it on there to actually be able to transfer my files.

    You can transfer the app to your PC to save it, the article below will show you how:
    iTunes Store: Transferring purchases from your iOS device

  • All the time using password it's say "wrong password. It a get a new one on the ipad2 do a new one it's "wrong password" Help me please

    All the time using password it's say "wrong password. It a get a new one on the ipad2 do a new one it's "wrong password" Help me please

    Is this with your iTunes account password ? If so, and if you haven't already done so, then try logging out of your account by tapping on it in Settings > Store and then log back in and see if that fixes it.

  • One time use.

    I very seldom use, if any, acrobat for editing, changing from pdf to word, but there comes a time when I need to edit and change words, correct misplelled words, delete words or pharses. Is there a fee for one time use instead of having to pay for the whole year? If if I do pay for the year can I get the package for 1.99/mo. that covers all of the above?

    Hi serolf industries,
    You can use the trial version of Adobe Acrobat XI that comes with full functionality and is valid for 30 days. However, once the 30 days are over then you need to purchase Adobe Acrobat to use it further. For more information, please refer to the link mentioned below:
    For more information on Acrobat XI: http://www.adobe.com/products/acrobat.html?promoid=JOLIR
    To download Free Trial of Adobe Acrobat XI: https://www.acrobat.com/free-trial-download.html

  • One Time use Promo code

    Hi,
    Does SAP provide a functionality for one time use promo code? Basically the customer should able to login to the web shop and use the promo code only once. If they use it for the second time, then the system should not allow it. Any suggestions are welcome.
    I am not looking for the coupon code functionality.
    Thanks
    Ash

    Thanks for your suggestion. I am trying to avoid custom solutions.
    I was looking for standard SAP Marketing functionality for one time use campaign codes (promo codes). Promo codes are same as campaign ID. Target groups can be assigned to a campaign and consumers in that target group can use the promo code. However once a consumer has used a campaign code, they should not be able to use it again in another order/shopping cart.
    Edited by: Ashish Saxena on Jan 13, 2011 8:53 AM

  • We have two iphones, a ipad 2 and ipad mini  The iphones have no difficulty discovering our air printers.  the ipads cannot find printers unless they are switched off/on and then only one time use

    We have two iphones, an ipad2 and ipad mini.  The iphones have no difficulity discovering the air printers on our network.  However the ipads cannot locate air printers.  If the ipads are switched off/on they can find the printers but only for a one time use.  Then they can no longer find printers.  Any suggestions?

    You are most welcome

  • Are promo codes one-time use?

    I suspect I already know the answer to this, but there's nothing like having the actual facts.  I've searched quite a bit and (unless I'm missing something obvious) no where can I find a statement that says "one promo code = one download."
    Can I provide a single promo code to a group of people so they can all download a free copy of an iBook?

    Thanks for your suggestion. I am trying to avoid custom solutions.
    I was looking for standard SAP Marketing functionality for one time use campaign codes (promo codes). Promo codes are same as campaign ID. Target groups can be assigned to a campaign and consumers in that target group can use the promo code. However once a consumer has used a campaign code, they should not be able to use it again in another order/shopping cart.
    Edited by: Ashish Saxena on Jan 13, 2011 8:53 AM

  • Software "One Time Use"

    Maybe this has already been posted, but I didn't find it. I've got a brand new Nano, but my home computer is broken right now. Can I install the software on a different computer, then transfer it to my home computer? I'm the same user... or does "one time use" mean strictly that? I know I sound naive, but I'm so afraid to waste my installation!!

    you can install it on another one of your machines

  • OIM 11g R2 - Transferring accounts from one user to another user

    Hi,
    In OIM  11g R2,we have a requirement that we need to transfer accounts from one user to anothe user.For example,an user "User1" has AD and Exchange Accounts provisioned.Now we wanted to to transfer these AD and Exchange accounts to another user "User2".May I know how this can be done ?.Thanks

        public void moveAccount(){
            try {
                long newUser = xxxxx;
                long oiuKey = xxxxxx;
                userIntf.changeToServiceAccount(oiuKey);
                userIntf.moveServiceAccount(oiuKey, newUser);
                userIntf.changeFromServiceAccount(oiuKey);
            }catch(Exception e){
                e.printStackTrace();
    -Kevin

  • OIM 11g integration AutoLogin error (first login or forgot password)

    Hi,
    We are currently integrating OAM+OIM 11g (R2). We have used a 10g webgate for this.
    When the user logs in for the first time, and sets his password and answers the challenge questions, he should be "Auto logged in" when he is finished.
    The same scenario should happen, if the user forgot his password, and resets it. He should be "Auto-logged in" when finished.
    This is not happending for us.
    The OIM logs tells us this:
    ERROR: Autologin failed oracle.iam.ui.platform.sso.exception.AutoLoginException: Error occured while retrieving TAP partner key from Credential store
    We have tried to verify everything recommended by this Oracle Support article:
    How to Solve Autologin problems in OIM with OAM? [ID 1475297.1]
    Any ideas what we are missing?
    Thanks & Regards,
    Henrik

    Maybe this is a something?
    Whate should the value of the property OAM_SERVER_VERSION be, when running idmConfigTool.sh and using a 10g webgate for the integration?
    Chapter 7.6 in the integration documentation states this:
    OAM_SERVER_VERSION: 11g (use 10g if Oracle Access Manager 10g is used)
    http://docs.oracle.com/cd/E27559_01/integration.1112/e27123/oim.htm#CACFCJHI
    Under chapter 2.4.5 in the idmConfigTool documentation it's described like this:
    OAM_SERVER_VERSION: Required only when Access Manager server does not support 11g webgate in Oracle Identity Manager-Access Manager integration. In that case, value should be provided as '10g'.
    http://docs.oracle.com/cd/E27559_01/integration.1112/e27123/idmcfgtool.htm#CIHCICHD
    When we ran the script, we had the value set to "11g" (because that's our OAM version)... now I'm wondering if I need to set this value at all..
    Regards,
    Henrik

  • How do I read multiple channels at one time using labview with the Fluke Hydra Data Bucket 2620a using serial port?

    I need to take a reading of 15 channels about once a second. I can read one value at a time using the monitor function on the read values.vi driver, but this takes forever to read all the channels.

    I don't have this instrument but I took a look at the instrument driver and it appears that you can only configure one channel at a time to read from. You might want to take a look at the command set for this instrument and see if it allows for configuration of multiple channels. It could be that the instrument driver just doesn't have that built in.
    J.R. Allen

  • OIM 11g - How to run a schedule task using API

    Hi All,
    May I know how i can run a schedule job in OIM 11g through API.I referred the below link but it is for 9.x version.I need the same functionality in 11g?.
    Schedule Tasks
    Thanks in advance.

    Check this :
    SchedulerService schService = oimClient.getService(SchedulerService.class);
    schService.triggerNow("Second Demo Scheduled Task");
    API Reference :
    void triggerNow(java.lang.String jobName)
    throws SchedulerException,
    SchedulerAccessDeniedException
    Runs the specified job
    Parameters:
    jobName - The job that is to be triggered
    Throws:
    SchedulerException - when an error occurs at the Quartz Engine or scheduler is not running.
    SchedulerAccessDeniedException - This exception will be thrown if access permission for operation is not available to the user

  • Itunes 8 only good for one time use after each installation!

    When I attempt to open itunes I get a pop-up window that says "Please wait while windows configures itunes". This window has a download bar and cancel button in it. Then a second window appears that says "You must restart your system for the configuration changes made to itunes to take effect Click Yes to restart now or No if you plan to manually restart later." Ok, when I click yes my system restarts then when I attempt to click into itunes again after restart I still get the same pop-up windows. I have un-installed and re-installed itunes 3 times. It works fine right after installation. However, when I click out of itunes then try to go back in it the same pop-up windows appear! This happens everytime I re-install! I can only use itunes one time per installation??!! I don't know what to do please help!!

    Thanks for this. I had this same problem and was wondering what was going on. My new issue is that itunes 8 just turns off on its own after like 30 seconds - but I wonder if it's because my work computer may not allow iTunes?

  • Just one time use?

    Can I convert a Word Document into PDF without buying the yearly package.  I just want to do it one time?

    Hi dianna50,
    If you did decide to purchase a subscription to PDF Pack and give it a go, you are able to cancel within 30 days and get your money back. Adobe also offers a free 30-day trial to Acrobat, which not only lets you create PDF files, but edit them as well.
    If you decide to give it a try and need help with anything, please let us know.
    Best,
    Sara

  • I just bought a used XP Home Edition program that has been installed before. Will I be able to install this again on my computer or is it only a one time use software? I have the Product Key and CD.

    I just bought a used XP Home Edition software program that has been installed before. I have the Product Key and installation disc. Will I be able to install it on my own computer? Or, is this software (purchased retail) a one time install? Please advise.

    Depends on many things.
    If your system is Lion, XP can only be installed under VM.  BootCamp in Lion only accepts Windows 7.
    As to "one use only", if you are referring to OEM ...
    A reinstall can trigger the OS to "not register" because "a major component serial number or MAC (the network MAC chip) address" has changed, according to MS databases.
    But you can call MS to get the key reactivated, usually/sometimes.  It is worth a try, at least, before spending money on another Windows 7 package.  But this discussion should end *now* at "maybe" as it treads close to matters that forum Terms-of-Use would prefer we not discuss.

Maybe you are looking for

  • A Starter's question on Reporting security

    I am a newbie on security. We need to restrict users by hierarchy nodes and followed the relevant white paper to set it up. However, the role only works when the hierarchy is used in the query. If no hierarchy is active, it returns saying no authoriz

  • Black screen after login on my Satellite U500-1f5

    After I logged into my laptop, the screen went blank like completely black with just the cursor showing. I can start the task manager but nothing else. I tried safe mode and it worked fine. This only occurred in normal mode. So, I had to do a system

  • How to avoid the dialog box "SAVE, Open, Cancel" When we take a pdf print.

    I have an item entry form. User select different items and then submit the order by pressing submit button. I want that when the user click the submit button he is directet to the print preview page. I have done that and it is running fine but the is

  • Cisco Systems vs "CSIRO" 802.11a and 802.11g infringed upon the '069 patent

    Hi, any news about Cisco Systems and the "CSIRO" 802.11a and 802.11g infringed upon the '069 patent ? http://www.buffalotech.com/products/wireless/ Dear Customer As you may be aware, Commonwealth Scientific and Industrial Research Organisation ("CSIR

  • Does the iPhone support WAP Billing?

    One of our customers asks to integrate WAP Billing into a native iPhone app. As far as we understand the iPhone does support WAP for MMS distribution but not any further. The question here is: Is there any chance to integrate WAP Billing into a nativ