How to migrate existing OID user to new OID

Hi all,
How do i migrate all existing OID username to new OID server?
Do i also need to migrate their password?
Assume i'm using oracle database version 10.2.0.2.0 and how to i know which Oracle Application Server and OID version are certify to Oracle Database version 10.2.0.2.0. Please also let's me know where i can find more detail about this.
Thanks in advance,
Kevin

Kevin,
export/import can be done using ldifwrite/bulkload see Backup and Restoration of a Directory (http://download-west.oracle.com/docs/cd/B28196_01/idmanage.1014/b15991/backup_restore.htm#i1006559)
or use ldapsearch/ldapadd
It's up to you to export/import the userpassword. If you want to force them to create a new password using the new server don't import the password.
w.r.t. certification you'll need to check the certification matrix found at the bottom of the download section of respective product. e.g. Oracle Application Server 10g R3 (10.1.4) contains OID 10.1.4 here you'll find the link to the certification matrix.
http://www.oracle.com/technology/software/products/ias/files/idm_certification_101401.html
or you search for certification and the product version number
Using a pre-existing DB with OID requires to use RepCA to create the metadata repository into this existing DB before you can point the Oracle Installer during installation to use the then existing MetaData Repository.
RepCA has dependencies on the DB version to be used. See Oracle Application Server Metadata Repository Creation Assistant Documentation
http://download-west.oracle.com/docs/cd/B28196_01/getstart.htm
regards,
--Olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • How to get existing library imported to new itunes install, old library was  not backed up or exported

    How to get existing library imported to new itunes install, old library was not backed up or exported.  This occured due to Win 7 user profile was corrupt.

    I know that in Mac OS X one can pick which library to use by holding down the option key while starting iTunes. What's the Windows equivalent?
    Press the Shift key.
    WIll the fact that the music is now on another physical drive make a difference
    No.
    I know the previous install is at least 7.0, but I have no idea about which point release.
    Try checking the content of the iTunes Music Library.xml file.
    Finally, what's the expected behaviour (or required procedure) with respect to reauthorization of this computer to use the same ITMS-purchased files?
    You will be asked to reauthorize the computer.
    (28446)

  • How to migrate PowerBook G4 Tiger to new MacBook Pro 15" Lion via ethernet cable? Migration Assistant to old to update, apparently.

    How to migrate PowerBook G4 Tiger to new MacBook Pro 15" Lion via ethernet cable? Migration Assistant to old to update, apparently.

    Ah, a Powerbook. I miss that.  Anyways, I believe that the Powerbook G4 has an Firewire 400/800 port.  Why don't you do that?  It's fast, and you don't have to set up one of those funky reverse wire ethernet cables.  I wouldn't use Migration Assistant, but that's just me.  Too many issues.  I'd start up your brand new MacBook Pro and during the setup assistant, it'll ask you to transfer data from an older Mac.  Using firewire with a Target Disk Mode, it's pretty fast.
    If you have already opened up your new Mac and are using it, then use Migration assistant, but also with the Firewire (preferably 800).

  • How to copy existing query report into new query report in SQ00

    Hi Experts,
    Hi Experts,
    I want to add fields "company code" "'region" to existing  query report AQZZ/SAPQUERY/FKF1============
    (list of vendor address) for this i done as following:
    1.In SQ01  go to "EDIT->other user group" and i selected user group as /SAPQUERY/FK
    2.I typed F1 in query field and click change button
    3.I clicked next screen button and entered into "change query f1: select fields screen".here i clicked "basic list" button and searched company code checkbox and saved it as result company code is appearing in the standard report"AQZZ/SAPQUERY/FKF1============"
    but unfortunately there is no region field(LFA1-REGIO) for this i think i should copy the existing  query report  into new query report(Ex:Z_LIST_OF_VEND) which should be 14 characters.please tell me briefly how to do this because this is first time i am using SQ00.
    one more issue is when i selected "edit-otheruser group" and choosing /SAPQUERY/FK  i  am getting only infoset "/SAPQUERY/FIKD" but i should need Info set: "/SAPQUERY/FIDD" please tell me how to add the previous one into user group.i think if i got /SAPQUERY/FIDD into usergroup  /SAPQUERY/FK i can add region also into Query report as i mentioned above by going SQ01 ...............................
    please help regarding this which should be very beneficiary to my carrier.
    Regards,
    naresh

    Hi Experts ,
    I solved issue by changing infoset in SQ02 by means of assigning field to field group and changed the query in SQ00.
    Regards,
    naresh.

  • Migrating existing portable homes to new server

    aside from moving the homedir data from the old server to the new, there seem to be at least a few issues with migrating existing portable home accounts to a new server:
    1. some of users' account details, like GeneratedUID, authentication authority, kerberos principals, OriginalNFSHomeDirectory, are different, while others (name, shortname, UID, GID, etc.) remain the same.
    2. home directory (OriginalNFSHomeDirectory, etc.) point to the old server.
    3. there's data on local machines that we don't sync back to the server, so we can't just blow away the existing local accounts and start fresh.
    the quickest way to migrate these users to the new server (with all the same shortnames and UIDs, etc.) seems to be to remove the local cached accounts (leaving the home folders) and have them recreate new PHDs on login, syncing things back down to the original home folder. i'm guess this won't involve much syncing, it's all the same data, essentially.
    the other way i can see resolving this is to replace the account attributes for each client to match what they should be when pointed to the new server. this would involve scripting the process for reliability and not moving any data or deleting accounts, but it will take more testing on my part.
    what do you think? can you think of better ways to accomplish this task?
    summary: what's the best way to move existing portable home accounts bound to "Server A" to "Server B," while maintaining data and portable homes pointed to the new server and storage?
    thanks.

    that createmobileaccount syntax was wrong. i guess you don't need the -t option and can instead specify the whole path to the user's home. it seems to work well enough, creating a portable home with no default sync settings -- basically manual. for my needs that's fine. the sync settings are managed via mcx anyway.
    here's an updated version of the standalone script. i realized just now the script assumes the diradmin usernames and passwords are the same between servers. if that's not the case, you can hard code it or add a couple of variables. since they're just taken in order on stdin, add them in order. i should also add a function to interactively ask for the passwords with stty -echo to avoid having the passes logged in command history or allowing the script to curl the pass from another file on a web server or something. for now, this seems to work for my purposes. edit as you see fit.
    #!/bin/bash
    # nate@tsp, 3/4/10: initial version
    # 3/5/10: added prettier heredoc usage statement, variables, further tested
    # todo: add function to add user to local admin group, as needed. this shouldn't be required in most environments.
    # todo: convert some of these one-liners to functions for better modular use; make it "smarter"
    # todo: convert the whole thing to ruby for practice
    # automates the process of unbinding from the old OD server, binding to the new, removing the existing local user, adding it back, and other bits
    # there are no "smarts" in this script, so use carefully
    # variables
    diradminpass=$1
    account=$2
    password=$3
    oldserver=$4
    newserver=$5
    mkdadmin=$6 # not used in this version
    # if no parameters are passed, display usage, exit
    if [ ! -n "$5" ] ; then
    cat<<endofnote
    usage: you must include at least 5 arguments (6th isn't used right now)
    run with `basename $0`
    1. [directory admin password]
    2. [shortname of account to change]
    3. [account password, which should be the default 'xxxxxxxx' on the new server]
    4. [name of old server]
    5. [name of new server]
    6. [yes or no to make this account a local admin - optional and not used now]
    ex: `basename $0` diradminpass jbrown password oldserver newserver yes
    endofnote
    exit 1
    fi
    # if you're running this as root or with sudo, proceed; otherwise, quit it!
    if [ $(whoami) = "root" ]; then
    echo "you're root. let's proceed..."
    # delete the user in question from the local directory store
    echo "deleting local account: $account"
    dscl . -delete /users/$account
    # remove the old od config
    echo "removing the old OD bind..."
    dsconfigldap -v -r $oldserver -c $HOSTNAME -u diradmin -p $diradminpass
    # remove the old server from the search and contacts paths
    echo "removing the old search paths..."
    dscl /Search -delete / CSPSearchPath /LDAPv3/$oldserver
    dscl /Search/Contacts -delete / CSPSearchPath /LDAPv3/$oldserver
    # add the new one
    echo "adding the new OD bind..."
    dsconfigldap -v -f -a $newserver -n $newserver -c $HOSTNAME -u diradmin -p $diradminpass
    # create and add the new ldap node to the search policy
    echo "adding the new search paths..."
    dscl -q localhost -create /Search SearchPolicy dsAttrTypeStandard:CSPSearchPath
    dscl -q localhost -merge /Search CSPSearchPath /LDAPv3/$newserver
    # create and add the new ldap node for contacts lookups
    dscl -q localhost -create /Contact SearchPolicy dsAttrTypeStandard:CSPSearchPath
    dscl -q localhost -merge /Contact CSPSearchPath /LDAPv3/$newserver
    # give directoryservice a kick to point it to the new server
    echo "killing directoryservice and waiting for 20 seconds..."
    killall DirectoryService
    # rest a bit to ensure everything settled down
    sleep 20
    # optional: lookup the $account you deleted as the first step to ensure it exists in the new directory
    echo "this id lookup should return details because it exists in the new OD:"
    id odtestor
    echo "this id lookup should fail because it doesn't exist in the old OD:"
    id odtestor
    # check the search path to ensure it looks like you need
    echo "verify the new OD server is in the search path:"
    dscl /Search -read / CSPSearchPath
    # optional: create a mobile account on the local machine with various options set.
    echo "creating a portable home for the user..."
    /System/Library/CoreServices/ManagedClient.app/Contents/Resources/createmobileaccount -n $account -v -p $password -h /Users/$account -S -u afp://$newserver/homes/$account
    killall DirectoryService
    cat<<endofnote
    you should be ready to login with this account now.
    if you have trouble, revert the process by re-running with the old and new server names
    (and diradmin passwords, if they're different) reversed.
    endofnote
    else
    echo "you're not root or an admin. please re-run the script as an admin or via sudo."
    exit
    fi
    exit 0

  • How to migrate ADE content to a new computer

    At some point, everybody needs to upgrade to a new computer.
    After reading a great many postings in this forum, it seems obvious to me that many of us would greatly benefit from some specific guidance on how to install Adobe Digital Editions and Sony Reader Library Software (and reader device) or some other e-book application on the new computer, and then move the previously purchased e-book content from the old to new computer in a way that will ensure that the e-books can still be read.
    Specifically, I think that some/better guidance needs to be provided on the sequence of steps that must be taken, and the options that should (or should not) be selected to accomplish these actions.  For example, does ADE software get installed on the new PC first, or after installing the Sony reader library (or other reader) software?  Should we authorize the new computer?  How about the portable reader devices (Sony P600), do we leave the content on these or will we need to reload it?  Is there a way to ensure the Adobe ID for both SW applications (ADE & Sony Library) are the same so we don't get new or different ID assigned? Will a reader device (which may already contain ebook content) be recognized and automatically resynch with the new computer? and can it move its content from reader to PC, or must the purchased content first be loaded onto the new PC from the old PC, and then be moved (again) to the reader device?
    I can't help but think that answers to these (and many other) questions could be far more easily communicated by proactively publishing some basic (if general) procedures for accomplishing common actions like these, rather than repeatedly providing help to each of us after we have already done the wrong thing.  While technical help is always greatly appreciated, and it may be easier to address a specific problem, it is more effective to provide information that will help us avoid the problem in the first place, and thus reduce the case load and improve response time.
    If I were sufficiently knowledgable to be capable of providing this general guidance myself, I would certainly do so, but count me among the ignorant masses that are simply trying to buy, download, and read their e-books without rendering all their purchased content inaccesible.  I certainly wouldn't want to inadvertently provide misinformation that might cause even greater problems.
    In short, I think that all of us (forum readers) would greatly like to have some simple instructions presented on what to do, (or not to do), to initially set up our computers and to accomplish other basic functions once this has been done.
    Won't somebody with the needed expertise undertake to provide some instructions in this forum?
    Thanks (in advance) for you support.
    P.S. - Keeping purchased content on original (old) and new computers is NOT an option.

    How to migrate ADE from one computer to another:
    1.)  Ensure that your current content is authorized to an AdobeID
         In ADE select "Authorize Computer" from the "Library" menu  if it shows you your AdobeID you are good to go.
    2.) Copy files  - the files are the .epub and .pdf files in your Digital Editions folder in your Documents directory.   Alternatively you can simply copy the whole  Digital Editions folder.  If you copy the whole folder make sure you place it into your Documents directory.
    Note:  on Windows the folder names are "My Digital Editions" and "My Documents"
    3.) Install ADE on the new computer, make sure you enter in the AdobeID from step 1 and the password when asked
    The AdobeID that registred and shown (in step1) above is the same for ADE as it is for Sony EBL (the Sony desktop software) - they both pull from the same place.
    Unfortunately I don't know the steps for migrating Sony EBL.
    For the content on the reader device, you can leave them alone.

  • How to use existing leaderboard in a new app version?

    I have a live game in App Store, with a leaderboard.
    Now I'm releasing a new version. I have a new version set up in iTunes Connect, but I'm not able to select the existing leaderboard for this new version.
    How to do that? I assume it must be possible, as players should not lose any data or progress in the game when a new version is released.

    Here's a screen shot of how iTunes Connect's UI looks like. As said, the existing leaderboard can not be selected from it. (Normally I see a small "Edit" button next to "Leaderboards" header from which the leaderboards can be selected.)

  • How to Migrate the 12 Hives to new server in new farm

    Dear All,
    How could I migrate the 12 hives to new folder ??
    Are there specific folder I just copy/past or I just copy everything and override the original ?
    Thank you

    My first question would be why? Any customizations, hopefully, should be in .wsp format.
    Assuming you have manually copied files into the hive folder and are looking to get them to the new server, copying the whole hive across is a really bad idea. What I have done in this situation (more than once) is to use a differencing app such as Notepad++
    (with plugins) or WinMerge (my personal fave).
    1) Copy the hive from the source server to a temp folder on the destination server
    2) Use one of the apps above to compare the two directory structures
    3) Copy across just the missing files from the source folder to the destination hive
    By doing it this way you ensure you don't damage your fresh clean hive on the new server, and you should be able to get across the manual customizations you need.
    Good luck!
    -Corey

  • How to migrate cc from old to new computer

    how to migrate cc from present iMAC to new iMAC?

    Just install the same way you did originally.  Download/install the desktop application, sign in, install the subscription application(s).  You are allowed to have two working installations so you can keep the original intact if you like.  If you prefer not to then you should sign out of the old installation as a minimum.
    Creative Cloud for desktop
    https://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html
    Sign out, Sign in | Creative Cloud desktop app
    http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    Activation & deactivation help
    https://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html#a ctivate-how-to
    Install, update, or uninstall apps
    http://helpx.adobe.com/creative-cloud/help/install-apps.html
    Installing Creative Cloud Apps
    http://tv.adobe.com/watch/cs6-creative-cloud-feature-tour-for-video/installing-desktop-app s-from-creative-cloud/

  • How to migrate os x server to new hardware

    I am looking for the quickest easiest way to migrate OS X server to new hardware that I purchased. I currently have both DHCP and DNS services actively running.  I have VPN services running when needed.

    Reid,
    Thanks for your response.  I actually migrated everything that I needed over about an hour after I posted.  For DNS I simply copied all of the zone files in /Library/Server/named and restarted the DNS service.  DHCP took a little more investigation as I had to find where the configuration file was being stored.  I eventually found the configuration in /etc/bootpd.plist file that contains all of the DHCP info and copied it over to the new system.  Once I restarted all services everything was working fine.
    I took this approach rather than a direct cloning as I wanted a clean install of everything on the target system.  Also, as I mentioned before, I didn't have many services running that I needed to have running on the new configuration.  The VPN services that I was running had only one test user so recreating it from scratch was a non-issue.
    Regards,
    André

  • How to copy  existing  row  value into new row  with a trigger. Same table

    Oracle guru,
    I am looking for a before or after trigger statement that will copy existing values inserted in the previous row into columns A & B. Then insert those values in a new row into column A & B if null? Same table. Hopefully my question is clear enough.
    -Oracle 10g express
    -I have an existing " before insert trigger" that insert id and timestamps when a new row is created.
    -Table is composed of column like id,timestamps,A,B and more.
    Thanks in advance
    Pierre

    957911 wrote:
    Oracle guru,
    I am looking for a before or after trigger statement that will copy existing values inserted in the previous row into columns A & B. Then insert those values in a new row into column A & B if null? Same table. Hopefully my question is clear enough.
    -Oracle 10g express
    -I have an existing " before insert trigger" that insert id and timestamps when a new row is created.
    -Table is composed of column like id,timestamps,A,B and more.
    Thanks in advance
    PierreI will call it a very Wrong design.
    It is a wrong Table Design. You are duplicating the data in table and not complying with the Database Normalization rules.
    How about Verifying if Column A & B are NULL before inserting and inserting another row and avoiding it in Triggers?
    If you are bent to achieve this, below code might be helpful. However, I would never go with this approach. If you would care about explaining the reason for going ahead with such a data model, people could suggest better alternative that might conform with Normalization rules.
    create or replace trigger trg_test_table
    after insert on test_table
    for each row
    declare
      pragma autonomous_transaction;
    begin
      if :new.col_a is null and :new.col_b is null then
        insert into test_table
        select 2, systimestamp, col_a, col_b
          from test_table
         where pk_col = (select max(pk_col) from test_table b where b.pk_col < :new.pk_col);
      end if;
      commit;
    end trg_test_table;Read SQL and PL/SQL FAQ and post the mentioned details.
    Do not forget to mention output from
    select * from v$version;

  • How to migrate Pre-install Apps to new microSD car...

    Just bought a new 4GB MicroSD card for my new N82, would appreciate any advise as to how can I migrate my pre-installed Panoman and Hotsite apps from the supplied 2GB MircoSD card. Thanks.

    Hi clementlim
    Enable "Show hidden and System files" on your PC and copy contents of 2Gb card to New Folder on desktop, then transfer contents to your 4Gb one. This has always worked for me moving TomTom installation to larger cards.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Migrating existing cloud users into teams?

    I have a company with a bunch of employees already maintaining individual cloud accounts (which is annoying from a billing and license management standpoint).
    I just discovered that you introduced cloud for teams - is it possible to get you to migrate all our existing individual accounts into our now-existing team?
    We still have a 1 year binding period on all of the individual cloud accounts, so we can't just create new ones.

    Please contact Customer Support. They will be able to switch things over.
    Looks like you are in Denmark so use the Danish support site:  http://www.adobe.com/dk/support/contact/index.html

  • How to add existing LDAP users to SMS

    Hi,
    I have an existing Sun Directory server with users that are synced with Sun ISW.
    I have now installed the messaging server and want to add all of my existing users into the messaging server.
    What is the best way to do this? Would it be to create some script of all the users and then use commadmin modify?
    Seems like there would be an easier way..
    TIA,
    Daren

    daren-s wrote:
    I have an existing Sun Directory server with users that are synced with Sun ISW.
    I have now installed the messaging server and want to add all of my existing users into the messaging server.Providing user-level access and accounts on messaging server requires that you have all the necessary objectclass and user directory attributes set correctly.
    The easiest way to determine what you need is to use commadmin to create a user afresh and reverse engineer the attributes/objectclasses. The schema reference guide goes through what each objectclass/attribute does:
    http://docs.sun.com/app/docs/doc/819-4437
    You also need to provision domains so that email can be routed to these users.
    What schema are you planning on using (schema 1/1.5/2)?
    What is the best way to do this? Would it be to create some script of all the users and then use commadmin modify?That's pretty much what you are going to need to do.
    At some juncture you need to configure the user accounts to set the users mailhost: etc. which is going to require scripting/modification of directory attributes. What method you use to update the directory (commadmin/ldapmodify/some perl module etc.) is up to you.
    Seems like there would be an easier way..Any 'easier' approach was pretty much counted out when you sync'd the users across rather then provisioning them using Sun tools (delegated administrator/IDM etc.).
    Regards,
    Shane.

  • How to convert existing url to  a new url for crystal reports on server

    Post Author: Ashton Kutcher
    CA Forum: General
    Hi folks,
              I have crystal reports  on the webserver and it has a url  http://myserver/legal/viewreport.csp?website=legal_website&report=Budget%20Group%20Costs&toolbar=110101&@Year=" + Year "&@BudgetGroup=" BudgetGroup, 'newwindow', config='toolbar=no, menubar=no, scrollbars=no, resizable=yes,location=no, directories=no, status=no')
    I need to convert it to a new url like this  http://myserver/businessobjects/enterprise115/InfoView/scripts/openDocument.aspx?sDocname= Budget%20Group%20Costs&sPath=legal_website&toolbar=110101&lsS@Year=" + Year "&@BudgetGroup=" BudgetGroup, 'newwindow', config='toolbar=no, menubar=no, scrollbars=no, resizable=yes,location=no, directories=no, status=no')
    please help me out how should I convert the old exisiting url to a new url??

    Hi,
    You can try using "goLiink" and then use the property targetFrame set to "_blank"; below are some for ur references:
    targetFrame          
    _blank: The link opens the document in a new window.
    _parent: The link opens the document in the window of the parent. For example, if the link appeared in a dialog window, the resulting page would render in the parent window.
    _self: The link opens the document in the same page or region.
    _top: The link opens the document in a full window, replacing the entire page.
    Thanks,
    Pandu

Maybe you are looking for

  • GRWR value is not capturing calue

    Hi My client"s business requirement is that after creation of Stock transfer order PO(Document type UB) they do the outbound delivery and after that proforma invoice.Now in STO PO PI01 lets say  taking 150 and GRWR which is 100% taking 150 as well it

  • A language question, didn't find answer in spec.

    The question is, if I have a class defined as a private static member of another class, and it extends the outside class at the same time, can it access another private static member in the same class? The sample follows: public abstract class Main {

  • ORA-01144: File size (4194304 blocks) exceeds maximum of 4194303 blocks

    Hello all, Wen i try to add new datafile(32GB) to tablespace i found the below error. I have space available in my disk, why i am not able to add new datafile to tablespace? ERROR at line 1: ORA-01144: File size (4194304 blocks) exceeds maximum of 41

  • Query regarding Form Object

    Dear All, In my Add On, I have many forms and I am using only one form object for all the forms. Is it permissible or I have to use different form objects for each form. When I am navigating from One form to other I am getting error as Invalid Form.

  • Database instance is moved under other system ID

    Hello Experts, I have installed ECC 6.4(ABAP+JAVA) but due to frequent restarts,database instance of java is shown under the ABAP instance system ID. Can anybody help me to take it back state? Thanks, Abha