Copy users with their Org assignments

Hi,
I'm working in a SAP system in which SAP Users are directly linked to Positions (for indirect role assignment need).
Is it possible to copy users with all assignments ?
All tests done using SU01 only copy User's data without their assignments.
Thanks and regards.

Srihari Rao wrote:>
> > When I create a user copy, in the popup window I can choose to copy or not user's reference but I do not see how to include Organizational Assignment links
>
> Hi,
>
> When the roles are copied from the user, the org levels are copied too (if maintained in the roles of the user).
>
> ex: user1 has roles assigned to him which have Org levels maintained for it.Now when you copy the user1 data, say for user2, and you select "Roles" from the copy options... the user2 will get the same org levels that are available / restricted for user1.
>
> Hope am clear.
Clear yes, relation with the original question, no.
Gaetan  is talking about the position in the organization to which the USERID is linked. I personally think there's no way to copy that along with the user.
You can link the copied user to the same position the original user had/has. But that would always be an extra action as far as I know. (This is another one were I'd love to be proven wrong....)
If you have to copy a lot of users maybe you can ask in the HR forum(s) about automating the organizational assignment with ecatt.

Similar Messages

  • E-Recruiting Users and their Service Assignments

    Hello all,
    I am running EREC 604 SP11 (Ehp4), with ECC 6.0 SPS5, TREX 7.1rev39, Portal 7.01.
    My scenario is EREC+ECC one box, Portal seperate and TREX seperate. I've got everything set up for WebDynpro (as required with this release) and am having some trouble accessing certain web dynpro links, I think my problem is an early eRecruiting step of defining service users and their assignments to eRecruiting /  web dynpro services in SICF.
    Can anyone provide me with a list/table of service/reference users that need to be created, their attached roles, and which services they each need to be assigned to? I've looked all over and cannot glean this type of simple documentation.
    Thank you very much for your time!

    Hello,
    The reference users and the respective roles would be;
    Reference User / Standard SAP E-Rec Role /      Role name
    RCF_ADMIN               /         SAP_RCF_BUSINESS_ADMINISTRATOR      /  Administrator
    RCF_CAND_EXT / SAP_RCF_EXTERNAL_CANDIDATE      /  External Candidate
    RCF_CAND_INT /      SAP_RCF_INTERNAL_CANDIDATE      /  Internal Candidate
    RCF_DATA_TYP /      SAP_RCF_DATA_TYPIST                           /  Data Entry Clerk
    RCF_DECISION /      SAP_RCF_DECISION_MAKER      /  Decision Maker
    RCF_MANAGER /      SAP_RCF_MANAGER                           /  Manager
    RCF_MGRASS /      SAP_RCF_MANAGER_ASSISTANT      /  Manager's Assistant
    RCF_RECRUIT /      SAP_RCF_RECRUITER                           /  Recruiter
    RCF_REQUEST /      SAP_RCF_REQUISITION_REQUESTER      / Requester
    RCF_RES_REC /      SAP_RCF_RESTRICTED_RECRUITER      / Restricted Recruiter
    RCF_RES_SUCC /      SAP_RCF_REST_SUCCESSIONPLANNER / Restricted Succession Planner
    RCF_SUCC_PL /      SAP_RCF_SUCCESSION_PLANNER     / Succession Planner
    RCF_TC /                           SAP_RCF_TALENT_CONSULTANT      / Talent Consultant
    The service user with the role and relevant services would be
    Service user / Std. E-rec Role  / Role name
    RCF_UREG_CAND(*)      / SAP_RCF_UNREGISTERED_CANDIDATE /      UnRegistered Candidate
    (*) - The naming convention as required
    Required services;
    hrrcf_a_unreg_job_search
    hrrcf_a_candidate_registration
    HRRCF_A_POSTING_APPLY
    Service user is key for Un-registered candidates till the registration process is complete. I'm not sure if i had missed out any specific services with respect to Unregistered candidates. If so, probably some one else can add to the list.
    Best Regards
    G Raj

  • Does time capsule backup two separate users with their individual passwords or how do you set that up?

    I Have two separate users on my computer and want the backups to reflect that. I don't want one user to have access to my stuff and vice versa.  Does time capsule do this automatically or do you set this up somehow?

    TM does the whole computer.. it is designed for home setup.. where people not that worried about security.
    It is always possible for any user to access any other users account.. given enough time and skill. TM backups make it easier in a way.. I have tested it myself and I can recover TM backups from unknown user in a Time Capsule with an unknown password. It was tricky but anyone with brains can read the net.
    There are solutions.. as I said.. if you are worried you should be using Encryption. Never depend on passwords in a shared computer to prevent access.
    If your files are encrypted then even if a person recovers them they cannot read them without the key.
    It may need for your files to be on a separate partition.
    See Pondini's info on file vault and interaction with Time Machine.
    http://pondini.org/TM/25.html
    Of course for a person to hack in.. they have to want to do it.. in most people's home situation that is not a hassle.
    For a business setup you would be using superior security.. proper active directory server etc.

  • Little help for a novice - Need a ps script to list user with their email only.

    Hi,
    I need to extract every month the user list which have their email information on it, so i don't need to extract the user services etc from the AD.
    Today, i'm using this script i made :
    clear-host
    Import-Module activedirectory
    $CurrentDate = Get-Date
    $CurrentDate = $CurrentDate.ToString('dd-MM-yyyy')
    Get-ADUser -Filter * -server ad.test -SearchBase "dc=ad,dc=test" -Properties DisplayName,sn,givenname,Company,Description,EmailAddress | select DisplayName,sn,givenname,Company,Description,EmailAddress | export-clixml "C:\users_$CurrentDate.xml"
    But like this i have every user of the ad even the ones without email.
    Is there any filter to only extract theses one ?
    Thanks for your help.

    Hi,
    Try this:
    $CurrentDate = (Get-Date).ToString('dd-MM-yyyy')
    Get-ADUser -Filter "mail -like '*'" -Server ad.test -SearchBase "dc=ad,dc=test" -Properties DisplayName,sn,givenname,Company,Description,EmailAddress |
    Select DisplayName,sn,givenname,Company,Description,EmailAddress |
    Export-Csv "C:\users_$CurrentDate.csv" -NoTypeInformation
    Don't retire TechNet! -
    (Don't give up yet - 12,420+ strong and growing)

  • Copying tables along with their indexes between databases

    I use sql server management studio express.  I have a database that has some questionable schemas, roles, etc, so I decided to create a new database, with just tables, stored procedures, and user-functions.
    So I used the "import data" feature, which allowed me to select several tables, that were copied along with their data.
    Then, I scripted out all the user-functions and stored procedures from the original database, and pasted them into a query window for the new database, and executed the create statements for each.
    Then I got a message that I was lacking a full-text index.
    I then started examining some tables, and even regular tables with an integer primary key that is supposed to be an identity' field were not identity fields any more, and lacked the auto-increment.
    I tried to change that, and make them auto-increment, and then sql server told me that I can't do that.  I guess if there is already data inside an integer field, you can't make it auto-increment.
    So how do I solve all this?
    Thanks

    You cant modify a column to be of type identity. For that you need to do the below
    http://www.mssqltips.com/sqlservertip/1397/add-or-drop-identity-property-for-an-existing-sql-server-column/
    But in your case what works best would be to script out the table along with identity and then use it to create the table in the new database.
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Display users and their resposibilites

    Dear all,
    I need a query to display all the application users with their responsibility assigned and the request group (ids).
    Atlease let me know from which tables I can fetch those details.....
    Thanks
    Yusuf

    Yusuf,
    You may try the following:
    SQL> SELECT distinct u.user_id, u.user_name, r.responsibility_name
    FROM fnd_user u,
    fnd_user_resp_groups g,
    fnd_application_tl a,
    fnd_responsibility_tl r
    WHERE g.user_id(+) = u.user_id
    AND g.responsibility_application_id = a.application_id
    AND a.application_id = r.application_id
    AND g.responsibility_id = r.responsibility_id
    ORDER BY 2;

  • Report of Users and their groups

    Hi Experts,
    Is there a way to extract all the Hyperion Planning Users and the groups they belong in Hyperion 11.1.2.1 version? I need an excel file having the users and groups.
    Thanks
    Kannan.

    Hello Kannan,
    Yes, a clean list of Users with their Groups...
    Nothing standard. Strange...
    You might see if this export has something you can use. I do not recall it from the vast amount of detail exported here. The file will be generated on the server, so you might need somebody to pick it up and give it to you.
    MaxL command
    export security_file to data_file "essbase_security_file.txt";
    The alternative is to query the Planning repository. Maybe somebody has experience with this?
    Regards,
    Philip

  • Retrieve all users with attributes from AD

    hi,
    i'd like to retrieve all users with their attributes from AD. I can connect to AD and i 'm able to retrieve entries from a group with the member class given in this forum.
    But my problem is i would like to retrieve users directly from the Users container
    thanx for help

    i solved one part of my problem.
    But, now i have to get all attributes for each users and i couldn't find them. The getattributes method doesn't return anything (i 'd like to retrieve the first name, last name, adress ...)
    thanx for help

  • 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,

  • Powershell script or command to Import AD USers with GUID

    I need to import few users with their GUID's from our Training domain to Production domain. Our requirement is Users need to login their existing pc's local profile, once they move to
    Production environment.
    Our setup;<o:p></o:p>
    Training domian:melbourne.com<o:p></o:p>
    Domin controller: Training<o:p></o:p>
    Production domain: melbourne.com<o:p></o:p>
    Domin controller:
    Production
    Note:
    I tried ADMT but it is not allowed to do for source and target as same domain name.
    It is really appreciate any one’s expertise on this scenario to import AD users and computers.

    You're not going to be able to force creation of an object with any specific guid.  That's not relevant to what you're trying to do any way.   You also won't be able to clone the SID, since a, it's not supported, and b, the sid contains the
    unique domain identifier which will be different for each domain even though the names are the same.
    You could use sidhistory to help fix the permissions (add the sid from the account in test to the sidhistory of the account in production).  But you'd need a trust relationship between the domains, and I'm not sure if that is supported when the domains
    have the same name. You might need to add a different UPN suffix and set accounts to migrate to have that suffix to get around that.  I've never actually looked into that situation.
    ADMT won't do it though.  You might have a command prompt utility that can do it in ADMT. But you should be able to do it with powershell by calling an api. You can probably use Ashley McGlone's sidhistory module for most of this.
    https://gallery.technet.microsoft.com/scriptcenter/PowerShell-Module-for-08769c67
    You will want to review the details and requirements relating to modifying sidhistory:
    http://msdn.microsoft.com/en-us/library/ms677982(v=vs.85).aspx
    Okay looking closer, you'll need to do this from C++.  The easiest way is probably to use the sidcloner binaries (https://code.msdn.microsoft.com/windowsdesktop/SIDCloner-add-sIDHistory-831ae24b#content
    ) and call them on demand.
    Honestly the best thing is probably get a consultant to come spend a few hours to do it for you.  Messing with sidhistory can be a huge time sink.

  • How can I provision users to SAP CUA with their passwords Disabled?

    I need to provision users to SAP CUA with their passwords disabled. How can I configure this if at all?
    Thanks!

    Thanks for the quick response. I am confirming with SAP team if its permission issue.
    Following is the snippet from JBOSS log:
    2009-04-14 11:06:26,659 INFO [STDOUT] Running SAP CUA Create User
    2009-04-14 11:06:26,659 INFO [XL_INTG.SAPCUA] createUser(): Create User Request
    2009-04-14 11:06:26,659 INFO [XL_INTG.SAPCUA] createUser(): userId :00000209, userGroup:,lastName:Employee 209,firstName:Last Name - 209,userTitle:0003,langComm:,department:,langLogIn:,timeZone:,telephone:,extension:,Fax:,email:,dateFormat:,decimalNotation:,function:,roomNo:,floor:,building:,code:,commType:,alias:,startMenu:,userType:,RoleProfile:,RoleProfileOption:Role
    2009-04-14 11:06:26,659 INFO [XL_INTG.SAPCUA] SAP CUA Create Connection Request
    2009-04-14 11:06:26,659 INFO [XL_INTG.SAPCUA] createCUAConnection(): START SAP Connection creation.
    2009-04-14 11:06:26,659 INFO [XL_INTG.SAPCUA] createCUAConnection(): SAP Connection creation successfull.
    2009-04-14 11:06:26,690 INFO [XL_INTG.SAPCUA] getStatus() :returnStructure:User 00000209 does not exist
    2009-04-14 11:06:26,690 INFO [XL_INTG.SAPCUA] getStatus() :Type:I
    2009-04-14 11:06:26,690 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:124
    2009-04-14 11:06:26,690 INFO [XL_INTG.SAPCUA] findUser(): User not exist in SAP CUA
    2009-04-14 11:06:26,690 INFO [XL_INTG.SAPCUA] createUser(): Create User Start
    2009-04-14 11:06:29,487 INFO [XL_INTG.SAPCUA] getStatus() :Mesage :User 00000209 created
    2009-04-14 11:06:29,487 INFO [XL_INTG.SAPCUA] getStatus() :Mesage Type:S
    2009-04-14 11:06:29,487 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:102
    2009-04-14 11:06:29,487 INFO [XL_INTG.SAPCUA] addRoleToUser():Add Role to User
    2009-04-14 11:06:29,753 INFO [XL_INTG.SAPCUA] getChildData() :getUserRoles method is Started
    2009-04-14 11:06:29,800 INFO [XL_INTG.SAPCUA] getUserRoles() :getUserRoles method End
    2009-04-14 11:06:30,128 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-04-14 11:06:30,128 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-04-14 11:06:30,128 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1239725190128, maxLifeAfterPassivation=1200000
    2009-04-14 11:06:30,128 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
    2009-04-14 11:06:30,362 INFO [XL_INTG.SAPCUA] getStatus() :Mesage :Role assignment to user 00000209 changed
    2009-04-14 11:06:30,362 INFO [XL_INTG.SAPCUA] getStatus() :Mesage Type:S
    2009-04-14 11:06:30,362 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:048
    2009-04-14 11:06:30,362 INFO [XL_INTG.SAPCUA] Role added successfully to the user.
    2009-04-14 11:06:30,362 INFO [XL_INTG.SAPCUA] changePassword(): Change Password Start
    2009-04-14 11:06:31,284 INFO [XL_INTG.SAPCUA] getStatus() :Mesage :Password Not Allowed
    2009-04-14 11:06:31,284 INFO [XL_INTG.SAPCUA] getStatus() :Mesage Type:E
    2009-04-14 11:06:31,284 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:001
    2009-04-14 11:06:31,284 DEBUG [XL_INTG.SAPCUA] changePassword(): chanegPassword eventPassword Not Allowed
    2009-04-14 11:06:31,284 ERROR [XL_INTG.SAPCUA] changePassword():Change Password Error:Password Not Allowed
    2009-04-14 11:06:31,284 ERROR [XL_INTG.SAPCUA] createUser():ChangePassword error after user creation:SAP.PASSWORD_CHANGE_ERROR
    2009-04-14 11:06:31,284 ERROR [XL_INTG.SAPCUA] createUser():Deleting the User
    2009-04-14 11:06:31,284 INFO [XL_INTG.SAPCUA] deleteUser(): Delete User Start
    2009-04-14 11:06:32,222 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-04-14 11:06:32,222 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-04-14 11:06:32,222 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1239725192222, maxLifeAfterPassivation=1200000
    2009-04-14 11:06:32,222 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
    2009-04-14 11:06:34,769 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-04-14 11:06:34,769 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-04-14 11:06:34,769 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1239725194769, maxLifeAfterPassivation=1200000
    2009-04-14 11:06:34,769 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage :Role assignment to user 00000209 deleted
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage Type:S
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:090
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage :Role assignment to user 00000209 deleted
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage Type:S
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:090
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage :Role assignment to user 00000209 deleted
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage Type:S
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:090
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] deleteUser(): User deleted SUCCESSFUL
    2009-04-14 11:06:43,863 DEBUG [XL_INTG.SAPCUA] createUser(): 00000209:SAP.USER_CREATION_FAILED
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] closeCUAConnection(): START SAP Connection Close.
    2009-04-14 11:06:43,878 INFO [XL_INTG.SAPCUA] closeCUAConnection(): SAP Connection Close successfull.
    2009-04-14 11:06:43,925 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-04-14 11:06:43,925 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-04-14 11:06:43,925 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1239725203925, maxLifeAfterPassivation=1200000
    2009-04-14 11:06:43,925 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
    2009-04-14 11:06:44,878 INFO [STDOUT] Running SAP CUA ADD ROLE
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] addRoleToUser() :Add Role
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] SAP CUA Create Connection Request
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] createCUAConnection(): START SAP Connection creation.
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] createCUAConnection(): SAP Connection creation successfull.
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] getStatus() :returnStructure:User 00000209 does not exist
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] getStatus() :Type:I
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:124
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] findUser(): User not exist in SAP CUA
    2009-04-14 11:06:44,878 ERROR [XL_INTG.SAPCUA] addRoleToUser() :User Id :00000209 not exist in target SAP system.
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] closeCUAConnection(): START SAP Connection Close.
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] closeCUAConnection(): SAP Connection Close successfull.

  • Help, please -  I need a box to pop-up when user hovers over a field with their mouse??

    I created a form with several drop-down fields / questions.  I would  like to create a box that pops up when the person who is filling out the  form hovers over the question/ field with his or her mouse.  The box  would contain additional information about the question that the person  might consider before they select the answer.  I don't want to clutter  the form (and not all form-filler-outers will want or need to see the  additional information) so I want it to pop up when the person hovers  over the question with their mouse.
    Can someone provide some help with how I can do this?
    I'm still new to this.
    Thank you!!!

    Hi,
    To follow on from radzmar, here is a summary of the features that are available/restricted depending on how you deploy your form.
    There are two ways to apply Reader rights, one is using Acrobat Standard (v9) or Acrobat Professional (v8). The other is using an Adobe server product called LiveCycle Reader Extensions ES2.
    You don't need script to apply the Reader rights to your form. Once you have applied the rights, users with Reader will be able to save the data in the form, however there may still be other restrictions in place, like attaching documents to the form or exporting XML data.
    There summary is also available in PDF, with screen shots, here: http://assurehsc.ie/blog/index.php/2010/05/using-livecycle-forms-in-acrobat-and-reader/
    Hope that helps,
    Niall

  • Two computers and two users with the same name. Can't copy files anymore...

    Hi all, after a user migration to my new iMac I had to make a change of the shortname. I knew it was not a good idea but had no choice otherwise I had to wait other 3 hours to migrate data again...
    Anyway, I managed to change my shortname with success, but one strange thing happened afterwards... I have two macs networked, both have an admin user with the same shortname/real name, 'gillo' (I followed the procedure in one of these two, the Intel iMac. The other, a Powerbook, was not modified).
    While previously I had no problems in copying files from the user 'gillo' on the Powerbook TO the user 'gillo' on the iMac, after the shortname change I'm not anymore able to do it. The error I get is:
    "The operation cannot be completed because you do not have sufficient privileges for some of the items"
    Doesn't matter where I put the files, Desktop, Documents, even the Drop Box, I always get the same error.
    I went through some checks and this is the 'log':
    - The files/folders in the iMac 'gillo' directory are not locked.
    - The files can be copied without troubles to the dirs of another admin user
    - Permissions are the same as the other admin user and owner/group are the correct ones.
    - Both Macs have 10.4.6
    - The 'gillo' user on the iMac can copy files FROM the user 'gillo' on the Powerbook.
    - I repaired permissions and the hard disk booting from the install DVD.
    - I tried to change permissions of the directories (such as Desktop) on the iMac 'gillo' user allowing everybody to read/write. Also a no go.
    Anybody went through this already? Or maybe something similar not directly related to the short name change?

    Actually, everyone missed one point, when a device is priced, the cost of icloud storage space for that device is also included in it that is why they are able to give you 5gb each for each user ID, in nutshell there is nothing free coming with apple device purchase, it is paid for.  What they are trying by giving only 5gb per user ID irrespective of the number of devices used is pure broadlight looting, they take money from you when you buy each device and give you nothing, This is a case of goods and services bought but not fully deliverd ie apple can be suied for discreminatory treatment towards it's users. I wonder why no one tried this yet in America where everyone sue everyone for petty things..... there is no one to take up this issue? . if tim got any love for the guys who shell out money for the devices his company makes, he should be implimenting this as priority before someone wake up from sleep and sue him.

  • Accessing a shared mailbox for users that do not have a mailbox associated with their AD account.

    is it possible to give just AD users access to a shared mailbox via webmail in an exchange 2010 environment when those users do not have mailboxes associated with their AD account? They do have full access rights to the shared mailbox.

    Hi Shmaxolin,
    According to my experience and research, we can use AD account access to shared mailbox, as long as set properly permission.
    We can use IMAP application to access it, please try following steps:
    1. Make sure you have enabled IMAP and POP3 protocol.
    2. Change IMAP4’s authentication to “Plain test logon (Basic authentication). No…..”(open EMC--->Server Configuration--->Client Access, switch to POP3 and IMAP4, right-click IMAP4 and select Properties, then switch to Authentication)
    3. Use the following user format DomainName\Username\MailboxAlias (e.g. DOMAIN\John.Doe\Shared.Mailbox1) to log into the shared mailbox.
    More details about Access shared/delegate mailbox of Exchange Server, please refer to:
    http://www.limilabs.com/blog/access-shared-delegate-mailbox-exchange-server
    Best Regards,
    Allen Wang

  • Was I supposed to get a hard copy user manual with my new phone??

    Was I supposed to get a hard copy user manual with my new phone??
    I did not get one - but would like one

    http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf
    There you go!
    Enjoy

Maybe you are looking for

  • Goods Receipt with serial numbers

    Hello everyone I'm having problems when i try to add a goods receipt with serial numbers Code:         OReceipt = oCompany.GetBusinessObject(BoObjectTypes.oInventoryGenEntry)         OReceipt.Series = 18         OReceipt.DocDate = Date.Now         OR

  • Can't get past the Terms of Use???

    I can't get to the end of the terms of use - can't get past 24.9 to continue with the download. I'm no whizz but I'm pretty sure it's not me. Help please

  • When I am prompted to choose a folder to save downloaded files to, why does 7.0 start the download browser in a random folder rather than the last folder saved to?

    When prompted to choose a destination folder for files that I am saving, I have found that 7.0 doesn't always open the file browser with the last folder I saved to. In previous versions, if I saved a jpg to a specific folder, it would open still dire

  • Socket with different ports

    hello everyone! i have a java.net.ServerSocket listening on port 5000. "normal" users can connect to it, but those who sit behind a school/office/etc LAN can't use port 5000, only port 80 (and sometimes 443), so they can't connect. is there a way to

  • ALV - output to file

    Hello, I am trying to save the ALV displayed data as a text file and I would like to keep the headings from be outputted to the text file. I would appreciate any help you may have.