How to migrate External users

Hi Guru's
Hyperion version 11.1.2.2,Hyperion Planning
we have Nativedirectory and 2 more external directories..We are planning to migrate the application from Testing to Production..
I have a doubt that How to Migrate the External users..By using LCM  or any otherway..Please help me with this.
Thanks In Advance,
Krishna

I think you dont have to worry on migration of external users as they reside in the User directory configured in shared services.
You will have to configure those user directories in target shared services & can use LCM to import the provisioning.
Regards,
Santy.

Similar Messages

  • How to migrate Apex users with existing passwords.

    Hi Guys,
    Our apex env finally getting a upgrade from 3.1.1 to 4.1.1 (I know, it's been overdue for years)
    Some of our apps use 'Application Express' authentication, and have few hundreds users in Apex (and users belong to diff user groups).
    The issue is, the 4.1.1 env is set up on a brand new server and DB, we want to migrate these users with their existing passwords from the 3.1.1 env.
    I tried exporting the workspace, and the users are exported as below,
         begin
         wwv_flow_fnd_user_api.create_fnd_user (
         p_user_id => '10592934818556549584',
         p_user_name => 'TEST',
         p_first_name => 'a',
         p_last_name => 'b',
         p_description => '',
         p_email_address=> '[email protected]',
         p_web_password => 'E92903DEAD135E6E86BD6B64544D2BD9',
         p_web_password_format => 'HEX_ENCODED_DIGEST_V2',
         p_group_ids => '10592435401495787816:',
         p_developer_privs=> '',
         p_default_schema=> 'TEST',
         p_account_locked=> 'N',
         p_account_expiry=> to_date('201212040000','YYYYMMDDHH24MI'),
         p_failed_access_attempts=> 0,
         p_change_password_on_first_use=> 'Y',
         p_first_password_use_occurred=> 'N',
         p_allow_access_to_schemas => '');
         end;
    when I run this in 4.1.1 I had to modify it to the new format as below,
    also changed the p_group_ids to new user group but kept the password the same
         begin
         wwv_flow_fnd_user_api.create_fnd_user (
         p_user_id => '',
         p_user_name => 'TEST',
         p_first_name => 'a',
         p_last_name => 'b',
         p_description => '',
         p_email_address=> '[email protected]',
         p_web_password => 'E92903DEAD135E6E86BD6B64544D2BD9',
         p_web_password_format => 'HEX_ENCODED_DIGEST_V2',
         p_group_ids => '1399416797653068:',
         p_developer_privs=> '',
         p_default_schema=> 'TEST',
         p_account_locked=> 'N',
         p_account_expiry=> to_date('201209041006','YYYYMMDDHH24MI'),
         p_failed_access_attempts=> 0,
         p_change_password_on_first_use=> 'Y',
         p_first_password_use_occurred=> 'N',
    p_allow_app_building_yn=> 'N',
    p_allow_sql_workshop_yn=> 'N',
    p_allow_websheet_dev_yn=> 'N',
    p_allow_team_development_yn=> 'N',     
    p_allow_access_to_schemas => '');
         end;
    the result was that the user is created fine, but the password is not valid.
    Anyone knows how to export apex users with existing password to a new server?
    Thanks.
    Edited by: Danny on 3/12/2012 20:51

    Hi,
    Not sure why you say
    when I run this in 4.1.1 I had to modify it to the new format as below, If you just run the workspace export sql it should create the Workspace, Groups and Users
    The signature of the procedure is below. See the highlighted lines.
    procedure create_fnd_user (-- Description:
    -- This procedure allows for programatic and bulk creation of users.
    -- Example:
    -- From sqlplus logged in as the privileged flows user, first
    -- ensure that the security group id is set properly, then create
    -- your users.
    <b> -- begin wwv_flow_security.g_security_group_id := 20; end;</b>
    -- begin
    -- for i in 1..10 loop
    -- wwv_flow_fnd_user_api.create_fnd_user(
    -- p_user_name => 'USER_'||i,
    -- p_email_address => 'user_'||i||'@mycompany.com',
    -- p_web_password => 'user_'||i) ;
    -- end loop;
    -- commit;
    -- end;
    -- Arguments:
    -- p_user_id numeric primary key of user
    -- p_user_name the username the user uses to login
    -- p_first_name informational only
    -- p_last_name informational only
    <b> -- p_web_password the unencrypted password for the new user</b>
    -- p_group_ids A colon delimited list of group IDs from the table wwv_flow_fnd_user_groups
    -- p_developer_privs A colon delmited list of developer privs, privs include:
    -- ADMIN:BROWSE:CREATE:DATA_LOADER:DB_MONITOR:EDIT:HELP:MONITOR:SQL:USER_MANAGER
    -- p_default_schema A valid oracle schema that is the default schema for use in browsing and
    -- creating flows
    -- p_allow_access_to_schemas A colon delimited list of oracle schemas that the user is allowed to
    -- parse as. If null the user can parse as any schema available to the company.
    -- This does not provide privilege it only resticts privilege, so listing a schema
    -- does not provide the privilege to parse as a schema, it only restricts that user
    -- to that list of schemas.
    -- p_attributes_XX These attributes allow you to store arbitary information about a given user.
    -- They are for use by flow developers who want to extend user information.
    <b> -- p_web_password_format Identifies the format of the web password.
    -- The range of values is CLEAR_TEXT, HEX_ENCODED_DIGEST, DIGEST </b>
    -- p_person_type "E" marks the user as external
    -->
    Note there is no HEX_ENCODED_DIGEST, DIGEST_V2 listed. It may work, but not obvious from the signature.
    Cheers,

  • How to create external users in SAP EP as authenticated users

    I am able to create portal users  . I would like to know how to acccess automatically login as external users (stored in Cutomized table in CRM).

    Rakesh,
    acccess automatically login as external users (stored in Cutomized table in CRM).
    Firstly, your question is a little unclear.
    Where is your UME pointing to?
    Go to http://<FQDN>:<Port>/irj/useradmin/index.jsp, click on configuration and check the datasource.
    1. If it is for external users you could use anonymous logon
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/cd/1aad4abcb98c4597f9e395a6b62f43/frameset.htm
    2. If you want to use the users exisiting in the CRM system to logon to the portal, then you might have to point your UME to it.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/7e/a2d475e5384335a2b1b2d80e1a3a20/content.htm
    3. If you intend to use the users exisitng in a custom table in the CRM system, then I guess you would have to customize the UME Data Source .
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/b7/14d43f2dd44821e10000000a1550b0/content.htm
    Hope this helps.
    Cheers!
    Sandeep Tudumu

  • How to add external users?

    Hi, I have a sharepoint 2013 site and I got the users from an active directory, now I have to add external users but I can't add these to the active directory, how can I do it? I have imagined two ways:
    1. create a local active directory in my machine, add users and import them from central administration (I don't know if this is possible)
    2. add form web authentication and create the users in it.
    there is any other way? what do you recommend?
    luis molina

    Hi Luis Molina,
    Second option is the correct approach to address your concern,
    You can find the ready solution here
    SharePoint 2013 FBA - Configuration
    If you want to implement on your own, please follow this document provided my MS.
    SharePoint
    2013 FBA - Configuration Resource Document
    Murugesa Pandian., SharePoint 2010 | MCPD | MCTS -Configure

  • How to add external user in sharepoint using infopath web part

    hi,
    what i am trying to achieve is,
    1. Create an infopath web part which will take email id of external user as input(ex: [email protected]).
    2. Take an email id of that user into infopath form and add that to sharepoint group.
    3. Now that newly added user must be able to login in to sharepoint using his email id.
    How could i achieve this? 
    If redirect me to example or screen shots then it will be better to understand.

    Out of the box you can not use email address and passwords to authenticate, for this you would need to create a custom authentication mechanism
    http://code.msdn.microsoft.com/office/Claims-Walkthrough-51beedc5
    or just google it:
    https://www.google.be/search?hl=en&q=sharepoint+custom+authentication+provider&btnG=Search&meta=&aq=f&aqi=g10&aql=&oq=&gs_rfai=
    Once this is implemented, you need to create custom code in you form, to call this new API and register the user, but 2nd step depends on how you do first.
    Follow me on Twitter <<<
    levalencia Blog <<<

  • How to add external user to the group programmatically in SharePoint?

    Hi all,
    I want add an external user to a sharepoint group:
    When I run the below code in ConsoleApplication the user will be added to the DemoGroup,
    but when I add my code to User Control and run the code on SharePoint it doesnt work and I get an error:
    The user does not exist or is not unique.<nativehr>0x81020054</nativehr><nativestack></nativestack>
    Now I change the code:
    SPUser user = spWeb.EnsureUser(userName);
    I get again an error:
    The Specified user i:0#.f|IT2S|Doe, John was not found.
    string extName = "Doe, John";
    string domainName = System.Environment.UserDomainName;
    // in sp this is way how we get the domain:
    //string domainName = System.Environment.GetEnvironmentVariables()["USERDOMAIN"].ToString();
    web.AllowUnsafeUpdates = true;
    string userName = string.Format("i:0#.f|{0}|{1}", domainName, extName);
    web.SiteUsers.Add(userName,"[email protected]", extName, "0222");
    SPUser user = web.SiteUsers[userName];
    if (user != null)
    web.Groups["DemoGroup"].AddUser(user);
    web.Update();
    web.AllowUnsafeUpdates = false;
    can anyone please help me and say why that not work? Or if someone have an idea?
    thank you in advance
    Ahmad
    SP 2013 & SPD 2013 & VS 2013 & MSSQL 2012

    Hi Linda Li,
    yes I solve the issue with FBA:
    http://chrisbarba.com/2013/07/16/sharepoint-2013-forms-based-authentication-fba/
    and
    http://sharepointsolutions.blogspot.de/2012/08/configuring-forms-based-authentication.html
    with above links I solved the task.
    Best Regards
    Ahmad
    SP 2013 & SPD 2013 & VS 2013 & MSSQL 2012

  • How to migrate network users to new home directory

    Want to migrate network user accounts from current directories on an internal drives on a Mac Pro  to a newly connected XRAID box.
    Before the XRAID was attached, network users were able to use their home directories to log into the system, but space was limited and we had them use Network Attached Storage (NAS) devices to store their data and media files.   The XRAID now provides 7TB or protected storage and we'd like to move their accounts to the arrays in the XRAID box.
    Have not been able to find details on how best to handle this.  Don't know if the current info needs to be exported, user ID's delete/recreated - or modified to point to new home directories, and then imported, etc.   I have most of the Apple 10.6 Server manuals, but have not run across info for this type of change/migration.
    Thanks for any leads to this information, or how-to's.
    Tom

    Did some trials with some bogus users I set up on the original share device.
    Did the unshare as mentioned. Created new share directory on the Xraid.  Ran CP to copy users in the old share directory to the new.  Shared the new Xraid directory and set auto-mount.
    While the share directories were on two completely separate volumes and their paths were fine.  Workgroup Manager shows the shares by servername/sharename.   So I now had sharename and sharename-1 showing up in WM.  The old share directory had been Unshared, but as long as any users in WM point to the old directory - it shows up on the list.
    Seeing this, I deleted the newly copied users and deleted the Xraid share directory.  Then created newsharename on the Xraid, ran the CP to this new name.  Used WM to change the Home directory for each user.  User logon failed because the path names had changed.  Deleted the new users and the new Xraid directory and retried first method with same sharename and resulting sharename-1 in WM.
    Updated the user's home directories to sharename-1 in WM.  Once all were changed, the old sharename dropped out of the WM list, but I was left with the sharename-1.  User Logon was spotty - some were OK, others had issues, some earlier OK logons failed later.  Was not rock solid.
    Before I move any real user accounts and all their data, need to be certain there will be no issues.  This naming issue of the share appears to be the bug in the process.  Ideas to overcome this naming issue?
    What I didn't try (thought of later, after testing) was to unshare the sharename-1 and go back and select the sharename again.  Thinking is the "-1" due to the duplicate should not be an issue.  But now the Home Directory info will have the "-1" - this caused Logon issues.  Possibly WM will show these as sharename-1 as old Home location and allow me to select plain sharename and all be settled.
    No where near the clean process I thought Apple Server would provide for moving user Home and Data.
    Open to any and all ideas.  Thx!
    Tom

  • How to migrate custom user attributes (UDF) from test environment to production when a sandbox is published

    Hi all,
    I like to migrate custom attributes from test environment to my production environment. I read OIM documentation and i tried to fallow these steps but I cannot export sandbox and import it because all sandboxes are published in the test environment.
    I exported and imported users metadata by deployment manager only. Now, all migrated attributes are in the OIM DB but I do not see these attributes in Administration Console.
    How can i solve this issue? Is it possible to export published sandbox and import it in the other environment?
    Thank you.
    Milan

    In OIM 11g R2 you need to export sandbox before publishing sandbox for custom user fields from DEV or TEST environment.
    Then import exported sandbox in the another environment.
    If you didn't exported custom user fields sandbox from your TEST or DEV in that case you need to create those again in another environment manually. There is no other option for this in OIM 11g R2.

  • How to configur external user to bi publisher

    hi all obiee gurus
    how to assign we are maintaining all the users in external table
    problem is ,i could not able to login into bi publisher with other user except Administrator
    can any one help me out from this issue
    Thanks
    Sreedhar

    hi kishore
    what ever you mentioned, everything is there in bi-publisher security configuration
    select Security Model as: Oracle BI Server
    Connection String:jdbc:oraclebi://xxxx.xxxxx.xxxx.com:9703/
    then user name and password for Administrator
    Database Driver Class : oracle.bi.jdbc.AnaJdbcDriver
    even though i could not able to login with users which are in table
    any configuration i have to do apart from this
    Error
    The server can not be used due to a configuration error, please contact the administrator. If you are the administrator, please consult BI Publisher user guide for proper configuration.
    Error Detail
    this error i am getting wen i was logining with users
    Thanks
    Sreedhar
    Edited by: 791907 on Oct 11, 2010 6:17 AM

  • How to migrate  workflow user to upgrade oracle database

    hello all,
    we are running oracle 8.1.7 on sun solaris machine
    and workflow builder 2.5.0.16.4,now we want to upgrade the
    database with 9i,can some body please guide me how can we
    migrate the workflow user 'owf_mgr' data from 8.1.7 to 9i.
    i mean i want to have all the runtime data avaialable to me on
    9i as well.
    thanks in advance.
    Zeeshan Ahmad

    The first thing you need to be aware of is that Oracle Workflow
    2.5 is not certified on 9i. You have 2 options:
    1) Upgrade to Oracle Workflow 2.6 on 8.1.7 (Workflow 2.6 is a
    separate CD in the 8.1.7 CD pack), and then upgrade the database
    to 9i.
    2) Upgrade the Database to 9i, and then upgrade to Oracle
    Workflow 2.6.1 which is included on the 9i Database CD.
    When you upgrade the database, all the data in the owf_mgr schema
    should be upgraded as well. As always, you would perform a couple
    of test database/workflow upgrades before upgrading on your
    production box.
    hello all,
    we are running oracle 8.1.7 on sun solaris machine
    and workflow builder 2.5.0.16.4,now we want to upgrade the
    database with 9i,can some body please guide me how can we
    migrate the workflow user 'owf_mgr' data from 8.1.7 to 9i.
    i mean i want to have all the runtime data avaialable to me on
    9i as well.
    thanks in advance.
    Zeeshan Ahmad

  • How to migrate AD users with two different Domain.

    Hi 
    I want to test in LAB.I have installed win 2008 server on Comp1 and domain name xyz.com & IP 192.168.1.1.and i have installed win 2008 on comp2 and domain name abc.com.ip is 192.168.1.100,and i have created trust relationship between.
    Now i want to migrate Ad uesr Account from xyz.com to abc.ocm.
    How will we do???
    Pls help...
    Thanks
    Anil

    Hi Anil,
    After configuring trust, you can use ADMT to migrate users, computers etc between domains.
    To export the password of AD User Accounts from xyz.com to abc.ocm, you need to install Password Export Server(PES) on the source domain (xyz.com).
    Checkou the below link on ADMT and PES installation,
    http://social.technet.microsoft.com/wiki/contents/articles/16208.interforest-migration-with-admt-3-2-part-2.aspx
    Checkou the below link on AD user account migration,
    http://social.technet.microsoft.com/wiki/contents/articles/16621.interforest-migration-with-admt-3-2-part-3.aspx
    Regards,
    Gopi
    www.jijitechnologies.com

  • How to Migrate Exchange2k Users to OCS904 on SUN?

    Hello Everyone,
    I've been looking lately for some documents on the migration of Exchange users and I found some, but most of them, even the OCS904 ones are mentioned clearly for Exchange5.5, it has nothing for Exchange2k.
    Anyhow, I'm very confused on how and where should I install this tool! Let's say I have one Exchange2k server with some users and I want to migrate them to OCS 9.0.4.1 running on SUN Solaris. Can any one lead me to exactly what to do first!, should I first install the migration tool on the SUN Box or where to start with.
    All your inputs will be very much appreciated.
    Sincerely,
    YAR

    Dears,
    Will the same procedure for Exchange 5.5 work with Exchange2K? can I use any of the (MBOX or IMAP) methods? or is there a different procedure for Exchange2K?.
    I also noticed that it says you have to have at least one Oracle Component running, is this applicable on the Exchange server as well?, let's say I want to install the Migration tool on the Exhange Server where I have all my existing users that I wish to migrate, should I install anything on top of it rather than the MS Outlook? Do I have to have any Oracle Component on that machine?.
    Sincerely,
    YAR

  • How to Migrate Su05 users to Su01 users

    Dear Experts,
    We have recently upgraded our R/3 System to ECC 6.0 where SU05 transaction is not working. We have many SU05 IDs,
    Please help how to convert those existing IDs to SU01 IDs, Please provide me detailed steps.
    I tried to serach in the forum could not get detailed steps.
    Please help
    Thank you,
    Vijay

    Hi Vijay,
    We kindly suggest you to take a look at the following document:
      http://service.sap.com/utilities
        -> SAP for Utilities - Product Information
           -> IS-U/CCS
              -> General
                 -> Cookbooks&Guidelines
                    -> User Conversion for the IS-U-B2C-Scenarios
    In the document above you can find the instructions to convert internet
    users (SU05) to standard users (SU01).
    Regards,
    Aidan

  • How to Upload/Migrate EP5 Users To EP6 of Netweaver Componet

    I want to migrate my EP5 Application into EP6 of Netweaver Componet, Can any one guide me How To Migrater/Upload Users in EP6 of Netweaver. First of All I want to Know How To Take the Users Content whcich is in EP5 and in whcih format how to take. I really dont know where my Users are saved in EP5 and how to take those Users and upload in EP6 of Netweaver
    Thanks and Regards
    Prasad.Y

    OSS 827768 Comparison between Migration and Transport
    732458 Migration Enterprise Portal 6.0 SP2 to NW '04 - Central Note
    732461 Central Note - Migration of EP & KM from 5.0 to NW '04 
    Look under /instguidesNW04 -> Documentation -> How-To guides for the current docs on EP5 and EP6 migration.
    Also, NW04 is able to take in users through a plain text upload file.
    Nick

  • Excel Services Connectivity on Sharepoint 2013 for external user

    Currently , external user is able to refresh the data on sharepoint site through browser. the data connection is pointing the one of the external data source. But how can an external user (Internet user which accessing sharepoint through internet) download
    a copy of excel in sharepoint library and open the excel workbook with data refresh ability at client machine ?
    Do we need client machine to be able to access / ping the external data source? 
    Thanks.

    Thanks for the response.
    They want to perform data analysis and design their own report with own template , for example : to remove subtotal from the powerpivot tables which we cannot change the formatting at the excel services at browser level.
    So if i understand correctly, we need to get the client machine to be able to access to the database server directly to get the access to the cube for data analysis although we had this odc file connection setup, am i right?
    For internal user, network team should open port / access for them to access database server directly.
    For external user, either to open public access to the database server directly or setup a VPN connection for the external user to access the database server in their secure network.
    Let me know if i understand this correctly.
    Thanks.

Maybe you are looking for