STS load hierarchy with responsible users

Hi,
I want to load the organizational hierarchy in STS with relative responsible user. Sap says that this is possible with a BADI UPS_NAME_RESOLVE; if someone have implemented this Badi, could send me the relative code?
Thanks in advance.

data: is_hierarchy type upc_ys_hie_str,
        is_resolve   type ups_ys_resolve,
        it_chasel    type table of UPC_YS_API_CHASEL,
        "type UPC_Yt_API_CHASEL,
        is_chasel    type upc_ys_api_chasel,
        it_atrval    type table of UPC_Ys_API_ATRVL,
        is_atrval    type upc_ys_api_atrvl,
        is_to_chadep type UPC_YS_CHADEP.
  loop at it_hierarchy into is_hierarchy.
    if is_hierarchy-chanm = '0FUNDS_CTR'.
      clear is_chasel.
      is_chasel-chanm = is_hierarchy-chanm.
      is_chasel-sign = 'I'.
      is_chasel-option = 'EQ'.
      is_chasel-low = is_hierarchy-NODENAME.
      insert is_chasel into table it_chasel.
      loop at is_hierarchy-to_chadep into is_to_chadep.
        clear is_chasel.
        is_chasel-chanm = is_to_chadep-chanm.
        is_chasel-sign = 'I'.
        is_chasel-option = 'EQ'.
        is_chasel-low = is_to_chadep-chavlint.
        insert is_chasel into table it_chasel.
      endloop.
    endif.
  endloop.
  sort it_chasel.
  delete adjacent duplicates from it_chasel.
  CALL FUNCTION 'API_SEMBPS_CHA_VALUES_GET'
    EXPORTING
      I_AREA            = i_area
      I_CHANM           = '0FUNDS_CTR'
      I_READ_ATTR       = 'X'
   IMPORTING
    E_SUBRC           =
    ES_RETURN         =
    TABLES
      ITK_CHASEL        = it_chasel
    ETK_CHAVL         =
      ETK_ATRVL         = it_atrval.
  sort it_atrval.
  loop at it_hierarchy into is_hierarchy.
    if is_hierarchy-chanm = '0FUNDS_CTR'.
      clear is_resolve.
      is_resolve-nodeid = is_hierarchy-nodeid.
    read table it_atrval with key chavlext = is_hierarchy-nodename
                              atrnm        = '0FMRESPO'
                         into is_atrval binary search.
      if sy-subrc = 0.
        is_resolve-name = is_atrval-atrvlext.
        insert is_resolve into table et_resolve.
      endif.
    endif.
  endloop.

Similar Messages

  • Load testing with concurrent users on HTTP Web

    Hello,
    I am trying to do load testing my PHP Web Application.
    I record (with Firefox) and developed the testing script with OpenScript,
    but I found that I could only test with "Iteration" feature.
    Is there any way to do load testing with concurrent users ( multi users login at the same time ) which defined in databank?
    Thanks for help.

    Hi
    You need to load the script into OLT (Oracle Load Testing) you can download it from here you need the first link Oracle Application Testing Suite and run the OATSxxx.exe to install OLT.
    Regards
    Alex

  • Load Testing with different users

    I have scripts that require certain roles to run. I also have a bank of users all grouped for which scripts they can run.  I have the user names in which I want to run the script under in my db. How do I set the load test to launch the test under an
    "instance" of a browser with a specific user (impersonation)?
    In other words, I have a script that looks at the next row in the db, gets that user name, launches a browser as that user and runs the load test script selected.
    Any ideas?

    Hi Countrysideflair,
    Based on my understanding, you have multiple tests in your load test scenario, the first test may launch a browser with users, and then you expect a way that specific tests will be executed based on the specific user.
    If I understand correctly, there is no built-in feature in load test to meet your requirement. My suggestion is that you make a test to launch browser with a specific user and add the test and the specific tests which the user
    can run into one load test scenario, then add a new load test scenario, add the test which launch a browser with another specific user and another set of specific tests which this user can run into the second scenario.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • FMS Load Balancing With RTMP User Pairing

    Hey All,
    I'm running into an issue with scaling an FMS environment to what we need.
    We need to create an RTMP environment that can support up to 1 Million
    simultaneous connections. Just so you get an idea of the scale I'm talking
    about.
    I'm looking to have multiple FMS servers running behind a switch that interprets
    the incoming RTMP request and redirects to the appropriate server.
    My current test environment has one switch with three FMS servers behind it.
    I'm sending the switch a URL like "rtmp://111.111.111.111/s1/". The "s1" is
    passed by the RTMP call to the switch, but the switch doesn't see the variable
    to determine the redirect path.
    There are two reasons we are using variables for a switch to interpret:
    1. Without the switch interpreting the variable, it can only do a round robin
        approach and we need to be able to precisely target FMS servers since we
        are pairing users over RTMP for conferencing.
    2. We don't want to make the FMS server IPs public.
    When testing, I've noticed that the RTMP variable "s1" isn't in the inital
    handshake header that is sent by the client and that this may be why the "s1"
    isn't interpreted by the switch.
    Any and all input would be greatly appreciated.
    Thanks,
    Robert

    Hello,
    First time logon request :
    When a new login request comes, it comes to message server. message server pass this request to best available application server dispatcher.
    then dispatcher distributes the requests one after the other to the available work processes. Data is actually processed in the work process, whereby the user who created the request using the SAP GUI is not always assigned the same work
    process. There is no fixed assignment of work processes to users.
    Once user is already logged in :
    Now, new transaction request for already logged on user will be always processed by same application server where he logged in first time. His transaction request from GUI comes to Dispatcher of the application server then dispatcher distributes the requests one after the other to the available free work processes(may be different). (means already logged on user may get different work process but from same application server)
    also read this :
    http://help.sap.com/saphelp_46c/helpdata/en/fc/eb2e8a358411d1829f0000e829fbfe/content.htm
    How dispatcher works
    thanks
    ashish
    Edited by: ashish vikas on Aug 22, 2011 12:06 AM

  • How to load hierarchy from file into InfoObject with compounding Attr & LN

    Hi,
    I have created an InfoObject called YCOSTC0 which has a compounding attribute 0CO_AREA. and Text is Lanugage dependent, hence the key is YCOSTC0, 0CO_AREA and LANGUAGE, now when i load hierarchy from flat file as mentioned below, it creates duplicate blank rows in master data table, becuase the flat file contains only the YCOSTC0 Info Object and this data gets loaded into 0CO_AREA column in master data table which is the first column. how can i load hierarchies from flat file into an InfoObject that has a compounding attribute and Language dependent. please provide me a sample file structure with data.
    NodeID     InfoObject     Node Name     Link Name     Parent ID     Language     Short Text     Medium Text     Long Text
    1     0HIER_NODE     CC_HIER               EN     Cost Center Heirarchy     Cost Center Heirarchy     Cost Center Heirarchy
    2     YCOSTC0     C001          1     EN     CC 1     Cost Center 1     Cost Center 1
    3     YCOSTC0     C002          2     EN     CC 2     Cost Center 2     Cost Center 2
    4     YCOSTC0     C003          2     EN     CC 3     Cost Center 3     Cost Center 3
    5     YCOSTC0     C004          3     EN     CC 4     Cost Center 4     Cost Center 4
    6     YCOSTC0     C005          3     EN     CC 7     Cost Center 7     Cost Center 7
    7     YCOSTC0     C006          4     EN     CC 5     Cost Center 5     Cost Center 5
    8     YCOSTC0     C007          4     EN     CC 8     Cost Center 8     Cost Center 8
    9     YCOSTC0     C008          4     EN     CC 10     Cost Center 10     Cost Center 10
    10     YCOSTC0     C009          7     EN     CC 6     Cost Center 6     Cost Center 6
    11     YCOSTC0     C010          6     EN     CC 9     Cost Center 9     Cost Center 9
    Thanks
    Akila R

    Hi -
        Check the following link.
    Hierarchy Upload from Flat files
    Anesh B

  • OHS restarts automatically with a load test of 1500 users

    Hi All,
    We have performance issue with OAM 11.1.1.5.
    We have integrated with peoplesoft with OAM. When we test the users with a load of 1800 concurrent users, OHS gets restart Automatically.
    Can anyone let me know are there any performance tuning parameters for OHS that needs to be performed either from OHA or OAM end.
    Below are the env details
    OAM 11.1.1.5
    OHS11.1.1.5
    DB11.2.0.1
    Hardware Architecture: Linux x86-64

    Hello NM. It sounds like you are trying to do a 'fix and continue' type operation but Websphere is restarting with the new code instead of just continuing with it.
    This forum is about the underlying JDK technologies that are used by debuggers such as Websphere. Your problem is probably with Websphere itself. You said you cross-posted to devworks. I presume that means you posted here:
    http://www.ibm.com/developerworks/forums/wsdd_forums.jspa
    I hope someone there can help you. You might verify that you are using the same JDK and Websphere as is your freind on whose machine it works ok.
    - jjh

  • Adobe Reader becomes unresponsive when loading a PDF on a network with redirected user data.

    I have a client with redirected user data, including application data, that is experiencing poor performance of Adobe Reader when trying to view PDF's. They are not using roaming profiles but do have redirected user data and documents on a server. One of the client's sites has direct file access to the domain with a small network pipe of 20MB. I expect the slow load of the PDF's but not the actual "application is unresponsive" behavior. If you wait for 10-15 minutes, then it seems to behave okay.
    I know that previous versions of adobe reader had problems with redirected data. Here are a couple of the threads I found talking about this issue.
    http://forums.adobe.com/thread/754379
    http://forums.adobe.com/thread/391738
    Does anyone know the official adobe word on their minimum recommended bandwidth requirements for redirected data? Do they not support redirection at all? I have tested Adobe 9,10 and 11 with the same problems.  Local files still have problems with redirected user data but local users with local files have no problem. Alternate PDF programs still take time to load the file over the network but do not seem to have the application hang problems. Any ideas or suggestions?

    in AS2, use getURL("data/pdf/nameoffile.pdf",
    "_blank");

  • Loaded Firefox to Windows XP with 4 users. One account works ok , the other 3 accounts doesn't boot email or Firefox correctly

    3 of 4 user accounts malfunction after upload of Firefox. The accounts won't load their email correctly. What is the resolution to a smooth function of my Dell Desktop computer running Windows XP with
    4 user accounts ?? Als. it appears that I lost the place icon on desktop screen .

    When you install Firefox 4, choose the custom installation option and change the location where Firefox is installed. You will then have 2 versions of Firefox installed.
    As you have different user accounts, each user will have their own Firefox profile (location where bookmarks, passwords, etc are stored). You should not switch between different versions of Firefox with the same user profile. For those that want to use Firefox 4, just make sure you use a Firefox shortcut that opens Firefox 4, likewise for the person who wants to stay with Firefox 3, just keep their original Firefox shortcut and it should open the old version.

  • Loading iPod songs on new computer with previous users

    I recently purchased a new iPod Nano and I am attempting to load my songs from a previous iPod onto a new computer (Mac) that is being used by another user (with their songs). My previous songs were loaded from an old computer that does not work anymore. I would simply like to load my songs on a new computer (which has a previous user) without syncing to their songs. I would then like to load my new iPod Nano with my songs from the old iPod.
    Any help is much appreciated!

    If you are going to be sharing the computer it would probably be simpler to set up a second Mac UserID on the computer and transfer your iPod music to iTunes within that ID rather than copy it into someone else's iTunes library. Different accounts by definition would give you completely separate libraries. Each account has it's own iTunes folder, Library and iTunes Music folder and you load it with CDs etc just as you did with your original one.
    There are a number of third party utilities that you can use to retrieve music files and playlists from your iPod. I use Senuti but have a look at the web pages and documentation for the others too, you'll find that they have varying degrees of functionality and some will transfer movies, videos, photos and games as well. This is just a small selection of what's available, you can read reviews and comparisons of some of them here:
    Wired News - Rescue Your Stranded Tunes
    Comparison of iPod managers
    Senuti Mac Only (iPod Touch & iPhone compatible)
    PodView Mac Only
    PodWorks Mac Only
    iPodDisk PPC Mac Only (experimental version available for Intel Macs)
    TuneAid Mac only (iPhone and iPod Touch compatible)
    iPodRip Mac & Windows
    YamiPod Mac & Windows
    iPod Music Liberator Mac & Windows
    iGadget Mac & Windows (iPhone and iPod Touch compatible)
    Floola Mac & Windows
    Music Rescue Mac & Windows (iPhone and iPod Touch compatible)
    iRepo Mac & Windows (iPhone and iPod Touch compatible)
    iPod Access Mac & Windows (iPhone and iPod Touch compatible)
    TouchCopy Mac & Windows (iPhone and iPod Touch compatible)
    If you have any iTunes Music Store purchases the transfer of purchased content only from the iPod to authorised computers was introduced with iTunes 7. You'll find details in this article: Copying iTunes Store purchases from your iPod or iPhone to a computer
    There's also a manual method of copying songs from your iPod to a Mac or PC. The procedure is a bit involved and won't recover playlists but if you're interested it's available on page 2 at this link: Copying Content from your iPod to your Computer - The Definitive Guide
    I would also advise that you get yourself an external hard drive and back your stuff up, relying on an iPod as your sole backup is not a good idea and external drives are comparatively inexpensive these days, you can get loads of storage for a reasonable outlay: Back up your iTunes library by copying to an external hard drive

  • Class Loader Hierarchy in Weblogic 7.0

    I have read the BEA documentation on the class loader hierarchy in Weblogic Server,
    and I have some questions regarding some behavior I am seeing.
    I am running Weblogic Server 7.0.
    I have an ear file that contains 3 web apps (wars) and several utility jars. The
    web apps' manifests contain the Class-Path entry for the utility jars. My understanding
    of this is that each web app SHOULD have its own class loader. Also, the utility
    jars will be scoped in a separate class loader and WILL NOT have visibility to
    the web app classes. The web app classes should have visibility to the utility
    jars.
    Is this correct????
    I added a static segment of code in each web app and printed the class loader
    for each servlet when it was loaded. I also printed the class loader from a class
    that is DEFINITELY contained in one of the utility jars. Here is the result:
    Utility Class ClassLoader: sun.misc.Launcher$AppClassLoader@b9d04 Utility Class
    Parent ClassLoader: sun.misc.Launcher$ExtClassLoader@71732b
    Servlet 1 ClassLoader: sun.misc.Launcher$AppClassLoader@b9d04 Servlet 1 Parent
    ClassLoader: sun.misc.Launcher$ExtClassLoader@71732b
    Servlet 2 ClassLoader: sun.misc.Launcher$AppClassLoader@b9d04 Servlet 2 Parent
    ClassLoader: sun.misc.Launcher$ExtClassLoader@71732b
    I'm a little confused.... I expected to see 3 different class loaders (i.e. one
    for each class above). I believe the above printout says that all 3 classes are
    being loaded by the SAME class loader instance (Launcher$AppClassLoader@b9d04).
    Am I interpreting this correctly? If so, what's going on?

    I rechecked the classpath for the user that starts Weblogic, and in the classpath
    I found the project "src" directory (must have missed it earlier). When we did
    our build, the classes are placed in the src structure then copied to the build
    area. That's the reason I was not seeing the appropriate class loader hierarchy.
    Thanks for all of the comments.
    "Sanjeev Chopra" <[email protected]> wrote:
    >
    "Mark Cotherman" <[email protected]> wrote in message
    news:[email protected]...
    Thanks for your comments again Mark. I'm just trying to get a goodhandle
    on how
    this is working.
    I'll assume that somehow my web app classes are being loaded into theroot
    classloader.
    The next question is... why??Just to be sure - is there any way these classes are sneaking into the
    system classpath ?
    My ear file contains the following:
    a.war
    b.war
    c.war
    lib/util1.jar
    lib/util2.jar
    lib/util3.jar
    lib/util4.jar
    The manifest in all three wars reference all util jars. This ear deployssuccessfully
    on Weblogic with no errors.
    How could these separate servlets (one in each war) not have seperateclass loaders
    seperate from the root where the utils should reside. I don't thinkthat
    I have
    any control over where Weblogic loads the war classes, or do I?
    See comments below....
    Mark Spotswood <[email protected]> wrote:
    Mark Cotherman wrote:
    Thanks for the follow-up.
    I want to make sure I follow what you are saying. All classes in
    the
    manifest
    Class-Path of WARs are exported to the parent classloader.That's right.
    To me this is the correct behavior since the manifest Class-Path
    is
    meant to provide
    a way to share common utility classes among several web apps. AllEJB jars and
    manifest Class-Path entries should be loaded by the same class loader.Its a way to share class definitions, but not necessarilly class
    instances. I don't think that a web application should be extending
    the classpath of its parent's classloader. This leads to namespace
    problems as well as reloadability issues.
    Ok, you lost me here. Shouldn't delegation handle the namespacecollisions??
    If the web app class loader has a class definition (webapp:com.xyz.ClassA) with
    exactly the same name in the same package as the root class loader(rootloader:
    com.xyz.ClassA), I thought the web app would use (delegate loading)the
    class
    definition from the root class loader when PreferWebInf is set to false.
    Isn't this why the PreferWebInf attribute, when set to true, can causeClassCastExceptions??
    The web app when creating an instance of (webapp: com.xyz.ClassA)from
    the web
    app class loader can potentially pass a reference to this instanceto a
    class
    instance loaded from the root loader. The root class loader has adifferent class
    definition for ClassA.
    REALLY what makes since is that all common jar files be defined
    in
    the manifest
    Class-Path OF THE ear FILE (if the WAR(s) are in an ear). These
    jar
    files should
    then be loaded by the same class loader as the EJB jars. There shouldbe no need
    for the WARs to have any reference to the utility jars since the
    EJB
    class loader
    is the parent of the WAR class loaders.The ear file doesn't have a manifest classpath, but what you are getting
    at makes sense. If you add a manifest to any EJBs in your app, theall
    webapps (as well as all other EJBs) will be able to see it, sincewith
    our structure, EJBs are loaded into the application's root classloader.
    My problem is that the ACTUAL SERVLET classes are NOT being loadedby a separate
    class loader from the EJB and common jar class loader. This is
    completely
    against
    what is being said in the Weblogic documentation. The Manifest
    Class-Path
    should
    have nothing to do with where the classes that reside in
    WEB-INF/classes
    of my
    servlet are loaded.Classloaders will ask their parent for the class first before loading
    it
    themselves. So if the parent classloader somehow has visibility to
    classes that your webpapp references, then it will get loaded by the
    parent classloader.
    I am in the middle of migrating an app from an older version of
    Weblogic,
    and
    it would be helpful to have the ACTUAL class loading hierarchy welldocumented.
    The basic hierarchy is all EJBs are in a root shared classloader and
    each web application is loaded by a classloader that is a child of
    that root.
    Again, am I missing something here???My suspicion is that somehow these servlets are in the classpath ofthe
    root classloader, so when the webapp classloaders delegate to thatone,
    it will come up with the class.
    mark
    Mark Spotswood <[email protected]> wrote:
    I believe what you are seeing is a bug in the servlet container.
    The classloader organization is what you expect, but each webapp
    is exporting the classpath information from its manifest to the
    classloader above its classloader (which is common to all
    three webapps) rather than to its own classloader. So because
    of the delegation that happens with classloading, the common
    parent classloader is the one that loads the class.
    I believe that this behavior exists as an attempt to avoid
    ClassCastExceptions, but I don't think that it is the right
    solution to this problem. In our 8.1 release, this behavior
    has been changed. That is, web applications no longer export
    manifest classpath information to the parent of their classloader.
    This change has not been ported back to the 7.x line, but a bug
    report has been created (CR099889). You should be able to follow
    up with support with this CR number.
    mark
    Mark Cotherman wrote:
    I have read the BEA documentation on the class loader hierarchy
    in
    Weblogic Server,
    and I have some questions regarding some behavior I am seeing.
    I am running Weblogic Server 7.0.
    I have an ear file that contains 3 web apps (wars) and several
    utility
    jars. The
    web apps' manifests contain the Class-Path entry for the utility
    jars.
    My understanding
    of this is that each web app SHOULD have its own class loader.
    Also,
    the utility
    jars will be scoped in a separate class loader and WILL NOT have
    visibility
    to
    the web app classes. The web app classes should have visibility
    to
    the utility
    jars.
    Is this correct????
    I added a static segment of code in each web app and printed the
    class
    loader
    for each servlet when it was loaded. I also printed the class loaderfrom a class
    that is DEFINITELY contained in one of the utility jars. Here is
    the
    result:
    Utility Class ClassLoader: sun.misc.Launcher$AppClassLoader@b9d04
    Utility
    Class
    Parent ClassLoader: sun.misc.Launcher$ExtClassLoader@71732b
    Servlet 1 ClassLoader: sun.misc.Launcher$AppClassLoader@b9d04 Servlet1 Parent
    ClassLoader: sun.misc.Launcher$ExtClassLoader@71732b
    Servlet 2 ClassLoader: sun.misc.Launcher$AppClassLoader@b9d04 Servlet2 Parent
    ClassLoader: sun.misc.Launcher$ExtClassLoader@71732b
    I'm a little confused.... I expected to see 3 different class loaders(i.e. one
    for each class above). I believe the above printout says that all
    3
    classes are
    being loaded by the SAME class loader instance
    (Launcher$AppClassLoader@b9d04).
    Am I interpreting this correctly? If so, what's going on?

  • WF-Batch id needs to be changed on runtime with the user email id.

    Hi All,
    I have a requirement where i have to send an email through workflow, but in the from i have to pass the employee responsible email id. I got the email id in a container. Now how can i replace WF-Batch ( i.e. by default) with the user email id in the from to send email to approver.
    Anykind of help will be appreciated in this context.
    I try to search on SDN, but didn't get enough information.
    Regards,
    Raman Khurana.

    Hi Pavan,
    I didn't get your point of "BCS communication services", where to do that ? and is it dynamic ?
    Kindly explain it a bit.
    Approach that i am following is "i created a ZFM to send email with parameters (from, to, message, subject), this FM reference can be check on the below mention link. I created a method in BO to call that FM and then call that BO's method in activity step. I think this is the only approach that can be followed. I may be wrong. If anyone knows any other approach then please reply, or i will mark this thread as answered.
    http://wiki.sdn.sap.com/wiki/display/EmTech/PublishWeberviceinABAP,ConsumeWebserviceinABAPandAdobeFlex.
    Regards,
    Raman.

  • ITunes Shared library with all users on one computer

    I am trying to share my iTunes (version 8.2) library with all the users on my computer. So far, this is what I have done:
    1) I have moved the music folder into the shared folder.
    2) I have selected "Add to Library" in all three accounts.
    3) I have tried checking and unchecking the "Copy files to iTunes Music folder when adding to library."
    Since then, I have added some CDs that had some songs that I already had. When I loaded these CDs, I deleted the duplicates that had the worse sound. Since then, everything is unwinding. The additions on one user account are not being added to the others. When I delete a track, iTunes (obviously) says that it can't find the song anymore. What's odd is that I then delete the one that is missing, and both are missing now: the one that I deleted on the original account and the one that I did not delete on the original account.
    I am starting to think that I need to start from scratch. So, to make a long story short (too late), how can I share my iTunes library with all users on one computer, where I can make a change in one account that will update automatically on the other accounts. If it can't be updated automatically, how can I add/delete files without causing the headaches I am currently having?
    Brian

    I actually followed this, but I still had problems that I listed above. Is there any way that when you make changes to one account (even if there is only one main account where changes are made), the changes are automatically (or at least easily) applied to the other user accounts?

  • 1 Apple TV 2nd Gen, Windows 7 Computer with multiple user accounts

    The issue that I am having is I have 1 Apple TV 2nd Gen and Windows 7 Computer with multiple user accounts.
    When I log onto my Windows user account, open up Itunes and turn on home sharing my Apple TV work perfect but if another family member switches to their Windows user account without logging me out, the home share shows up on Apple TV but it just says "Loading ... Library" and never loads.
    If we switch back to my user account, restart iTunes, everything is fine. Is there a way to keep my home share active in ATV2 across multiple user accounts? All of my video is under my account.

    You can home-share multiple libraries but only use one account at a time.

  • Sharing photos with multiple users on single iMac

    I want to share all my iphotos with all users. I purchased an external hard drive (Rock Mobile) that automatically synced up to the Time Machine. I have loaded the iPhoto data base onto the Time Machine. I would like other users to have access via their screen saver - how can I do this?

    Welcome to the Apple Discussions.
    You'll need to partition that external if you want to share it with TM.
    For iPhoto 09 (version 8.0.2) and later:
    What you mean by 'share'.
    If you want the other user to be able to see the pics, but not add to, change or alter your library, then enable Sharing in your iPhoto (Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other account. In that account, enable 'Look For Shared Libraries'. Your Library will appear in the other source pane.
    Any user can drag a pic from the Shared Library to their own in the iPhoto Window.
    Remember iPhoto must be running in both accounts for this to work.
    If you want the other user to have the same access to the library as you: to be able to add, edit, organise, keyword etc.
    Quit iPhoto in both accounts. Move the Library to the Users / Shared Folder
    (You can also use an external HD set to ignore permissions, a Disk Image or even partition your Hard Disk.)
    In each account in turn: Double click on the Library to open it. (You may be asked to repair the Library Permissions.) From that point on, this will be the default library location. Both accounts will have full access to the library, in fact, both accounts will 'own' it.
    However, there is a catch with this system and it is a significant one. iPhoto is not a multi-user app., it does not have the code to negotiate two users simultaneously writing to the database, and trying will cause db corruption. So only one user at a time, and back up, back up back up.
    Regards
    TD

  • Sql@loader-704  and ORA-12154: error messages when trying to load data with SQL Loader

    I have a data base with two tables that is used by Apex 4.2. One table has 800,000 records . The other has 7 million records
    The client recently upgraded from Apex 3.2 to Apex 4.2 . We exported/imported the data to the new location with no problems
    The source of the data is an old mainframe system; I needed to make changes to the source data and then load the tables.
    The first time I loaded the data i did it from a command line with SQL loader
    Now when I try to load the data I get this message:
    sql@loader-704 Internal error: ulconnect OCISERVERATTACH
    ORA-12154: tns:could not resolve the connect identifier specified
    I've searched for postings on these error message and they all seem to say that SQL Ldr can't find my TNSNAMES file.
    I am able to  connect and load data with SQL Developer; so SQL developer is able to find the TNSNAMES file
    However SQL Developer will not let me load a file this big
    I have also tried to load the file within Apex  (SQL Workshop/ Utilities) but again, the file is too big.
    So it seems like SQL Loader is the only option
    I did find one post online that said to set an environment variable with the path to the TNSNAMES file, but that didn't work..
    Not sure what else to try or where to look
    thanks

    Hi,
    You must have more than one tnsnames file or multiple installations of oracle. What i suggest you do (as I'm sure will be mentioned in ed's link that you were already pointed at) is the following (* i assume you are on windows?)
    open a command prompt
    set TNS_ADMIN=PATH_TO_DIRECTOT_THAT_CONTAINS_CORRECT_TNSNAMES_FILE (i.e. something like set TNS_ADMIN=c:\oracle\network\admin)
    This will tell oracle use the config files you find here and no others
    then try sqlldr user/pass@db (in the same dos window)
    see if that connects and let us know.
    Cheers,
    Harry
    http://dbaharrison.blogspot.com

Maybe you are looking for

  • Open Hyperlink in New Window

    I have created an interactive pdf in Indesign.  It contains hyperlinks to destinations in a second pdf file.  I would like the hyperlinks to open the second pdf file in a new window.  Is there a way to do this either in Indesign or Adobe Professional

  • Upgraded to iTunes 11.0.5 and now Airport Express doesn't work

    Just installed the iTunes 11.0.5 update and now I can't get my Airport Express to work.  iTunes won't play and says it can't recognize the Airport Express device.  Even when re-booted at both the iMac and the Airport Express - the link is broken.  iT

  • Can anybody tell me the program behind Tcode S_ALR_87012078

    Hi, can anybody tell me the program behind Tcode S_ALR_87012078 The program I find is GP1M8IJ5LO18YK19QBZLF70R92P. when I copied to another report and executing it . I find a slight different input screen what I get from the standard Tcode. Regards M

  • How to load DTD structure runtime in Mapping

    Dear All, I have Interface, used DTD as external definition and did mapping. Customer said, there is one tag, that Tag name will be changed dynamically based on Ship type. How to handle this in XI Mapping to not to fail mapping Regards

  • Getting problem with reusable workflow

    I have one reusable workflow. it having more conditions and statements, it is associated to Case Library(Library name-- which holds all case details) .  Based on workflow outcome status cases are forwarding to next level. Case library  have case star