I want to store my EP users in LDAP

Hello:
     Everyone!
     I want to store my EP users in LDAP
     I know the main two steps:
        1 Configuring EP UME to Use an LDAP Server as Data Source
         2 keep the consistent with users in R3 and LDAP
Pleast someone give me a good idea!

Hi Le Xian
The user management engine (UME) can use an LDAP directory as its data source for user management data. You can connect the LDAP directory as a read-only data source or as a writeable data source.
Check out this Thread..
[Re: What is Portal Ldap Directory]
Also Start from Basics....
[http://help.sap.com/saphelp_nw70/helpdata/en/48/d1d13f7fb44c21e10000000a1550b0/frameset.htm]
& [http://help.sap.com/saphelp_nw70/helpdata/en/63/14f5b51a6eff429f2d8b2063400e82/frameset.htm]
Thanks....

Similar Messages

  • Want to store and retrived  images  in the BFILE format using inter media

    I want to store and retrived images in the BFILE format using inter media.I found a article in the oracle site that Oracle interMedia image supports BFILEs.But this article is not demonstrating the use of BFILEs.Please help me to findout the solution.
    Thanks in advance.
    null

    The advantage to using BFILE storage for your is that it's an easy way for Oracle
    Multimedia to access your images without importing them into the database.
    The disadvantages are that the images are read-only. If you want to scale an image or
    convert to a different format, you will need to create a destination image to hold the result. This
    will necessarily be a BLOB based image.
    Adding images is difficult to do from within an application program. Generally you would add new images to a file system that is accessible to the Oracle Database, then insert new rows in your table with appropriate BFILE pointers to the new images.
    BFILE images require separate backup from the database. Also there is not way to transactionally coordinate your BFILE data with your relational data.
    If you are using Oracle 11g, you can use the SecureFile option for BLOB storage. This is much faster then the previous BLOB storage (now called BasicFile) and much faster then BFILE also.
    That said, below is a code snippet that shows how to insert a BFILE based image, set it's properties, show it's properties and select the BFILE locator to access the content. You would need to use the DBMS_LOB package (in PL/SQL) to read the content. From other APIs, (e.g., Java) you would need to use the proper interfaces to access the BFILE.
    Note that you need change the USER, PASSWORD fields in the code. Also you should change the directory location and image name for your use.
    -- create a directory object indicating where the images are stored;
    create or replace directory imgdir as '/tmp';
    -- and grant permission to read to a user;
    grant read on directory imgdir to <USER>;
    conn <USER>/<PASSWORD>;
    -- create the images table
    create table images(id integer primary key, image ordsys.ordimage);
    set serveroutput on
    declare
    obj ordsys.ordimage;
    begin
    -- use the init('FILE', <SRC_LOCATION>, <SRC_FILE>) function
    -- to create an ORDIMAGE object with a BFILE source
    insert into images(id, image)
    values(1, ordimage.init('FILE', 'IMGDIR', 'wizard.jpg'))
    returning image into obj;
    -- lets see if the image source is local or not
    if(obj.isLocal()) then
    dbms_output.put_line('image source is local');
    else
    dbms_output.put_line('image source is NOT local');
    end if;
    -- set the properties of the image object
    obj.setProperties();
    -- and update the row
    update images set image=obj where id=1;
    commit;
    end;
    column height format 99999
    column width format 99999
    column mimetype format a30
    column length format 999999
    -- let's see what we have
    select t.image.getHeight() as "height"
    , t.image.getWidth() as "width"
    , t.image.getMimetype() as "mimetype"
    , t.image.getContentLength() as "length"
    from images t
    -- fetch a BFILE handle to the content
    declare
    bf BFILE;
    length number;
    begin
    select t.image.getBfile() into bf
    from images t
    where t.id=1;
    -- use the DBMS_LOB interface to find out size of image
    length := dbms_lob.getLength(bf);
    dbms_output.put_line('length of BFILE is ' || length);
    end;
    ---What we get when we run the code
    Connected.
    Directory created.
    Connected.
    Table created.
    image source is NOT local
    PL/SQL procedure successfully completed.
    height     width mimetype               length
    399     485 image/jpeg          92552
    length of BFILE is 92552
    PL/SQL procedure successfully completed.
    SQL>

  • New to Mac OSX and I want to be a power user

    I hope this doesn't sound wrong but I'm a lifetime Windows user and I got my y. Mac Book about a month ago and I'm still learning but I feel like I'm doing the long way for certain actions and I'm sure there are shortcuts. I used to know Windows backwards and forwards and I feel like I'm doing everything the slow idiot way. Like for example switching windows in Chrome I hit F3 and select the Window. There's gotta be a faster way. and is there a redo and undo for numbers? a shortcut. I want to be a power user for mac and I can't find anything. I mean do I have to buy a book and learn that way?

    I suspect you are going to get in trouble using Windows Network share to backup your Mac data.
    The two main options for backing up your data on the Mac is to use Time Machine and a clone backup. Just like a seat belt and an air bag protect you in different ways when driving, you need both Time Machine and a clone for full protection.
    Format the external drive as Mac OS Extended (Journaled) - Partition Map Scheme: GUID
    If a drive is not GUID, it's not bootable.
    Both of these applications can be used to create a clone.
    SuperDuper! http://www.shirt-pocket.com/
    CCC http://www.bombich.com/download.html
    DropBox is a good option to share files on both Macs and PCs.
    To get you started, be careful about how a drive is formatted.
    Format that drive with Mac Extended (Journaled) with a Partition Table of GUID or format it exFAT.
    exFAT if you plan on using that external on both Mac and Windows computers. Mac Extended (Journaled) if it will only be used on Mac computers.
    If you format it exFAT do that on a Windows computer as Mac screws up the formatting and it then can't be read on Windows computers. Doing it on a Windows computer it can be read and written to on both Win and Mac.
    A FAT32 formatted drive you can't store any file that is larger then 4GB (actually you can't store/save any file that is 4GBs. It has to be Slightly smaller then 4GB).

  • I have a new MAcBook Air and my photos don't fit on the internal hard drive.  I want to store my photos on an external hard drive which I will connect to my Air when using Iphoto.  How do I set an external hard drive as the default drive?

    I have a new MAcBook Air and my photos don't fit on the internal hard drive.  I want to store my photos on an external hard drive which I will connect to my Air when using Iphoto.  How do I set an external hard drive as the default drive in Iphoto?

    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • My question is in regard to pc to mac migration. How do I migrate information from my pc with specific user account to an existing user account on my mac? I do not want to use multiple mac user accounts.

    My question is in regard to pc to mac migration. How do I migrate information from my pc with specific user account to an existing user account on my mac? I do not want to use multiple mac user accounts.

    https://discussions.apple.com/message/16371308#16371308

  • I want to store/play music from a NAS drive is this possible?

    I have iTunes 10.3.1 on my iMac and can broadcast around the house over my Airport Extreme to my two Airport Expresses.  Remote app works great.  Now I want to store music on a NAS drive in the hope I can use that as a server to avoid having to keep my iMac running.  Is this possible?  Hard drive is connected via USB to Airport Extreme.  NAS drive hold both CD's as WAV files and a copy of iTunes 10.3.1.  Remote app simply doesn't see the NAS.
    Any ideas?
    Regards,
    Andy

    Andy Faizey wrote:
    Remote app simply doesn't see the NAS.
    check out NetPortal for iPhone/iPod Touch or FileBrowser for iPad.

  • Error in running a query in XSJS - column store error: [2950] user is not authorized :  at ptime/session/dist/RemoteQueryExecution.cc:1354]

    Hi All,
    I get the below error when i load my xsjs file in browser,
    Error while executing query: [dberror(PreparedStatement.executeQuery): 2048 - column store error: column store error: [2950] user is not authorized : at ptime/session/dist/RemoteQueryExecution.cc:1354]
    I am able to execute the same query in  HANA SQL editor
    Please note that ,No Analytical privileges are applied to the view.
    Could you please help solving this issue.
    Regards,
    Logesh Kumar.

    Hay,
    are you using the same Database user for both SQL Editor and XSJS ?
    try the following.
    Before executing the query , display it and copy the same from browser and execute in SQL editor.
    Put the statement in  a try catch block and analyse the exception .
    Sreehari

  • How do i setup Mail account on my mac book like in mobile phone? I.e. Don't want to store the mails/attachments on pc, however need the latest emails for given number of days?

    How do i setup Mail account on my mac book like in mobile phone? I.e. Don't want to store the mails/attachments on pc, however need the latest emails for given number of days?
    This helps the storage and purpose of email as well. I could always log into online email account to find history of emails.
    Thanks
    Chai

    How do i setup Mail account on my mac book like in mobile phone? I.e. Don't want to store the mails/attachments on pc, however need the latest emails for given number of days?
    This helps the storage and purpose of email as well. I could always log into online email account to find history of emails.
    Thanks
    Chai

  • How do I change my flash settings? I said I wanted to be prompted about flash wanting to store things on my computer but the prompts are too frequent and annoying!

    How do I change my flash settings? I said I wanted to be prompted about flash wanting to store things on my computer but the prompts are too frequent and annoying!

    New versions of Flash have a panel installed on your system for control of settings.
    In Windows XP, Windows Start > Settings > Control Panel > Flash Player, click on each tab and change the "Ask..." setting. Most likely your prompts are coming from the "Storage" tab. Using any of the "Block..." settings may make Flash inoperative on some sites.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • Want to add a prepopulated User defined field in create user form

    Hi,
    I have an entity adapter which will perform a pre-insert check on the user group of the user logged in to the oim.
    If the logged in user belongs to a group say "IT ADMIN", another validation check will be imposed on the create user action performed by him.
    If not from "IT ADMIN" group then create user action will be handled normally.
    Now the catch is, how would I determine the group name of the user logged in from the adapter code I have written?
    I decided to keep an User defined field "Created by" in the create user form which will be non-editable and auto-prepopulated with the group name of the logged in user. This way I will be able to map the variable field from the User definition drop down list while mapping the adapter variables.
    May you please guide me how I can achieve this?
    Would highly appreciate suggestion/inputs.

    Thanks for all your replies!
    However I am still in dark.
    I tried to retrieve the groupname using tcUSerOperationsIntf. But iit tries to retrieve the group name of the user getting created.
    Please note, the group name I want is not of the user yet to get created, but that of the user creating it i.e., the logged in user.
    My requirement is to have this created_by field in the create user form already prepopulated with the group name of the logged in user.
    So that I can put a check based on this field value in the netity adapter.
    If the group is IT ADMIN then proceed with the validation.
    Else no validation required.
    In short, I want to know,how can I auto-prepopulate a UDF in Create USer form?

  • Ok here goes.  I have so much music I don't want to store it all on my computer and would like to store on an external hard drive.  So if all my music is on the external hard drive, how will iTunes see it in order to play the music.  Thanks

    ok here goes.  I have so much music I don't want to store it all on my computer and would like to store on an external hard drive.  So if all my music is on the external hard drive, how will iTunes see it in order to play the music.  Thanks

    This article might help you moving/relocating your library :
    http://support.apple.com/kb/ht1449
    Cheers AF

  • I want to store an image in R3 table and retrive it

    Hi,
    i want to store an image in R3 table and retrive it from my function module.
    Can any one tell me what is the step by step procedure to do that.
    I am new to ABAP.
    Regards,
    H.V.Swathi

    Dear Swethi,
    You can move images to SAP using SE78. then u can use them where ever u you require them.
    SE78->GRAPHICS->BMAP here give ur image name and click on save
    Rgds,
    Kiran
    Edited by: Kiran on Jun 11, 2009 7:15 AM

  • I want to store my mac before I go south for the winter. I don't want to lose my info. Can I remove battery and not lose anything?

    I want to store my mac before I go south for the winter. I don't want to lose my info. Can I remove battery and not lose anything?

    Yes. Your data are stored in your hard drive, and the battery is not required for the hard drive to keep its data.
    However, you may want to google for information about how to store a battery for an extended period - "winter" is a long time, and batteries do run down when left sitting on a shelf.

  • Want to store the text of most recently executed query in a table

    Hi,
    I know that there is a data dictionary table or view (i forget the name, if someone can tell, i will appreciate) which can show me the most recently executed query. If i am using some web based front end and want to store the most recently executed query (not only select but also updates, inserts and deletes statments)
    into a table, is it possible that i can do this through some sort of triggers. I want to use this for auditing inert, update or delete. Your help in this matter will be highly appreciated.
    Thanks
    Muhammad Ejaz

    Hi,
    I am not sure how to get result but the tables from which you can get the sql statements are v$sqltext, v$session
    Hari

  • New to the Apple and I want to set up a user account that will not delete the guest users files and allow and preserve their personal settings after log out. Is this possible?

    New to the Apple and I want to set up a user account that will not delete the guest users files and allow and preserve their personal settings after log out. Is this possible?

    The built-in guest user account will not do this. Simply create a new standard account and call it "Guest" or "Guest Users" or whatever you like.
    Go to System Preferences > Users& Groups, click "+" to make a new account.

Maybe you are looking for

  • How can I scan multiple pages to one file with MG 7120

    My printer does not have ADF. How can I scan multiple pages to one file on my MG 7120?

  • How to print all the same color events together?

    I am wanting to print off a chore schedule and have all of the blue tasks print off together, all of the green tasks printed together, ectra. It all looks good on the screen with all like colored events grouped together, but when I print it off the e

  • Balance carry forward - Problem

    Dear Freinds, We have not done balance carry forward in our company code yet. our FY is Jan to Dec. IN FAGLB03, I noticed that some figures are sitting as balance carry forward which is not correct figure. Please advise the reason for this. Thanks. S

  • Creating load for performance testing on SSAS and Power View on SharePoint 2013

    We have SQL Server DW, SSAS OLAP Cube and Sharepoint 2013 on dedicated virtual machines. We would like to create load simulating use of 500 end-users. What are best tools? What are best methods? Kenny_I

  • Call a DLL in background

    Hello fellows, Is that possible to call a DLL ActiveX using OLE Automotion, but in background? It is really important that is in background, because the calls will be through JOBs. Thanks a lot, Marcos Ferreira