Server path to photos

I am using LR 2.7. We recently upgraded from Mac OS 10.4 to 10.6. Now  when mounting the server that holds all my photos, I get an extra layer  in the server path. So the path that used to be /photolibrary/photos1  is not /servername/photolibrary/photos1. So of course now LR cant find  all the photos. Is there a way to redirect LR to the new location  without rebuilding the catalog? 60K+ photos in the catalog so hate to  rebuild.
Thanks
Chas

Hmm... I just clicked on my top-level folder, and there was an option to "Update folder location"...
wait, do you mean DreamWeaver?  Sorry, thought you were still in LR...
Good luck!
Jason

Similar Messages

  • How do I stop iCal from changing the server path of CalDAV accounts?

    I'm using Davical as a calendar server for our family. Some may wonder why I use Davical and not iCloud. I do for one reason...there is no way to disable getting other users' alarms on the iPhone. I want to be able to view my wife's calendar but not get her alarms and have her be able to view my calendar and not get my alarms.
    So, now onto the issue with server path setting changing in iCal. We each have our own calendar set up within our own accounts on our Davical server. We each have read access to the other's calendar. Within iCal account settings I have her account set up on my Mac with my username/password (jason/****) and, under server settings, the server path points to her calendar /caldav.php/juiper/). After a few days, sometimes just a few hours, suddenly I will have duplicate events throughout my calandar in iCal. Going to preferences I will see that the server path for her calendar will have been changed to the location of my calendar (/caldav.php/jason/). I'll correct the server path, restart iCal and then the calander will be correct for a while unitl the server path is automatically and incorrectly changed again and I must manually correct it again.
    Thanks!

    My coworkers and I use DavMail to share access to a shared Exchange calendar, authenticating with our own ADS credentials. We also see the behavior where iCal will reset the CalDav calendar path to the username (our own) that is authenticating to the CalDav service. In Lion this wasn't a deal breaker for us. While very annoying, the work around was simple. Update the path via preferences, and restart iCal. However in Mountain Lion, the issue has become a lot more difficult to fix. It's no longer a matter of updating the path via preferences and restarting.
    In Mountain Lion the solution to change the CalDav path back to the original path requires you to edit the file ~/Library/Calendars/<somehash>.caldav/Info.plist
    Contained within this file is a value "CalendarHomePath", simply update the string to your desired path, clear out the 'Calendar Cache' file for good measure, then restart iCal.

  • Server path not drive CL_GUI_FRONTEND_SERVICES= FILE_OPEN_DIALOG

    Hi folks
    When using the CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG or WS_FILENAME_GET we some times have the server path returned.
    And sometimes the drive letter returned.
    See two examples:
    1: \\blrx1\os390out\id1\test.txt
    2: R:\os390out\id1\test.txt
    What to do when we ALWAYS want the server path returned??
    Best regards
    Carsten

    I have used this several times in my own coding and I always get the \\
    in my end result
    method import_the_file_locn.
      data:
        lv_wintitle type string value 'Select Upload File',
        lv_deffile type string value 'asset_data',
        lv_dir type string value 'c\:',
        ls_file type line of filetable,
        lv_rc type i,
        lv_user_action type i.
      free gv_sdir.
      call method cl_gui_frontend_services=>file_open_dialog
        exporting
          window_title            = lv_wintitle
          default_filename        = lv_deffile
          initial_directory       = lv_dir
        changing
          file_table              = gt_file
          rc                      = lv_rc
          user_action             = lv_user_action
        exceptions
          file_open_dialog_failed = 1
          cntl_error              = 2
          error_no_gui            = 3
          others                  = 4.
      check lv_user_action is initial.
      read table gt_file into ls_file index 1.
      translate ls_file to lower case.
      gv_sdir = ls_file.
    endmethod.
    I don't know whether it is perhaps a mapping issue / windows setting that results in the path returned with the mapped drive?
    I just debugged one of methods above and I cant recreate the same issue when I pick up a file in a mapped directory, sorry.
    I guess there is also the option for you to do some substring manipulation and path mapping in a look up table - but if you have hundreds of servers rather than a few maybe not the best workaround.

  • I have AOL as my mail-server and any photo I am trying to attach and send will not open no matter what I try.It say that the format the attachment is not recognised.d.

    I have AOL as my mail-server and any photo that I am trying to attach will not open.The photos are in iPhoto and the message say that the format is not being recognized.AOL delivers the photos but they cant be open.

    Where exactly did you buy the "new iPhone "
    A country might help as well .This is a WW forum
    Are Direct Mobiles an Approved Apple iPhone reseller if not it may well be a fake

  • FM for F4 help for presentation server path

    hi Experts,
    FM  for F4 help for presentation server path .
    and also for download to the presentation server.
    Regards,
    Amit

    Amit,
    PARAMETER: pfile LIKE rlgrap-filename OBLIGATORY.
    CALL FUNCTION 'F4_FILENAME'
       EXPORTING
         program_name        = syst-cprog
         dynpro_number       = syst-dynnr
    *   FIELD_NAME          = ' '
       IMPORTING
         file_name           = pfile.
    and use gui_download for download to presentation server:
    CALL FUNCTION 'GUI_DOWNLOAD'
            EXPORTING
              filename              = _filename
              filetype              = 'ASC'
              append                = l_append
              trunc_trailing_blanks = space
              write_lf              = l_write_lf
    ** here we know that we are working with GUI (not batch process) so we can ask user,
    ** if he is really sure to overwrite file in case of overwriting
    *          confirm_overwrite     = l_confirm_overwrite
              confirm_overwrite     = space
            TABLES
              data_tab              = lt_header
            EXCEPTIONS
              error_message         = 98
              OTHERS                = 99.
    Amit.

  • Server path in onMessage method

    Hi,
    getServletContext().getRealPath("./") in Servlet will give the server path of the current web application.
    Similarly how to get the server path in onMessage method of Message Driven Bean ?
    I have a xml from database. Need to access a xsl in WL server and create a html and then write this html to a flat file. I need to do all this in onMessage method. So, now to access the xsl file i need the server path.
    Your help is greatly appreciated.
    Thanks in Advance,
    Anitha

    Hey Anitha,
    Here is a sample that maybe useful.
    URL url = (new TestClass()).getClass().getResource(name);
    String absPath = url.getFile()Where new TestClass() is the classname where this code goes and fits. The name is a relative path to retrive the xsl file or any other stuff u like.

  • Regarding finding of word in a string of Application Server Path

    Hi All,
    I have issue related to finding a certain <b>file name(S)</b> from given <b>Application Server Path</b>.
    Here is the actual issue:
    In my Selection-Screen i have one field by the name of <b>Application Server Path</b> - /pw/data/erp/D5S/pp/down/eppi0720.txt
    Like wise he might enter diffrent file name(s) (or) diffrent pat(s) as per requirement.
    Here my requirement is i need to find file discarding path in to one variable - Remember path might also differ also file name might also differ.
    Is there any <b>Keyword/Command</b> by which we can findout only <b>filename</b> from the <b>path</b>!
    I think with <b>'/'</b> operator we can solve this issue.
    If any body knows solution please post.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    Hi,
    use fm EPS_GET_DIRECTORY_LISTING'
    example:
    CALL FUNCTION 'EPS_GET_DIRECTORY_LISTING'
           DESTINATION                   q
           EXPORTING
                dir_name               = folder
                file_mask              = mask
           IMPORTING
                file_counter           = cnt_file
                error_counter          = err_file
           TABLES
                dir_list               = dir_list
    Andreas

  • FM for MatchCode to get Server path-file ?

    Hi
    I have used a FM  (F4_FILENAME) for make a match code
    to set for file names, and this FM shows the computer directories and files to select one.
    I need some FM like that, but for the Server (not the PC).
    Does somebody knows a FM wich allows me to navigate in Server paths and Files and select one file ?
    Thanks
    Frank

    Hi Frank
      I dont think any special authorizations are required for executing this FM.
      Can you let us know the OS of the other system.
      Also check if FM: <b>F4_FILENAME_SERVER</b> can help you on both.
    Kind Regards
    Eswar

  • Server Path for iCal users

    I hope this doesn't come off as a dumb question... and I'm not really sure how to ask it.
    The server path for users in iCal are found at /principals/_uids_/really long string of random characters. Is this correct? Shouldn't they be found at /principals/_uids_/username
    Is something miss-configured on the server? Or am I missing something?

    If you're using a Snow Leopard client, you should not need to enter a path, only the credentials and server name (if you specify the calDAV service).
    For 10.5 clients, I had to use:
    http://server.domain.com:8008/prinicpals/users/usershortname
    or for secure:
    https://server.domain.com:8443/prinicpals/users/usershortname
    If you have to use the <uid> to make it work, you're in a world of hurt. As I understand it, that directory tracks individual events for the calDAV service, not the complete calendar.
    Good luck.
    J

  • CS6 - Export to HTML & link to server path

    I've got an InDesign document which has some linked EPS and JPG images. I've added all of the links and text into the articles panel, and then exported to HTML with these settings:
    GeneralContent order - same as articles panel
    Image
    Copy images - link to server path
    Path on server - "assets/images/"
    File extension - "jpg" (note, not ".jpg" as this would result in "..jpg" being added as the image extension...)
    AdvancedCSS - embedded CSS, including style definitions and local overrides (which InDesign seems to ignore and generates an external style sheet anyway...)
    The result - the EPS images have been converted to PNGs, renamed and the HTML now links to those. The images I want to use in the website have the same name as the EPS files - so I have to go in and change the src attributes before it all works as I had planned.
    I have not set any custom rasterisation for the images.
    Any ideas on how to fix this?

    I am having the same problem!  I also cannot use the 'original' option for image export.  It will convert and rename the original files and put them in a folder.  It does not appear to be working as advertised.  Did you find a solution?  I am using CS6 v.8.0.

  • Getting Web Server Path

    I am trying to get web server path (currently it has been hard coded)
    in ASP we have something like,
    Server.Mappath()
    do we have any command in Java to do that?
    Thanks in advance

    thanks.
    but getRealPath() will work only with servlets.
    i have a case where i shud get the path in applets,
    and individual classes.
    i know, we can pass params from Servlet to this individual classes, but
    is there any other way to get the server path directly?

  • Name Server Path

    Hi All,
    I've installed Sneak preview and installed JDI on it. By default the name server path is set to http://localhost:50000/sld/cimom
    now i want to replace the "localhost" with the actual hostname.
    can anybody tell me were can i change this?
    Thanks in advance
    Karthik

    Hi Pascal,
    Thanks for ur reply.
    I found it, changed it and restarted the J2EE Engine but the changes did not take effect.
    pascal, i have one more issue while importing the ESS WebDynpro Applications in NWDS. I installed JDI and made the configuration I'm able to see the tracks in the NWDS DC Perspective, when i select the Dev Track for ESS and choose finish i'm getting the following error:
    Import configuration failed:Could not create mountpoint for SC in compartment sap.com_SAP_ESS_1: Could not create remote path /dtr/ws/ESSTrack/sap.com_SAP_ESS/dev/inactive/SCs/sap.com/SAP_ESS/_comp/TopLevelDCs/ (Internal Server Error).
    it says that "cannot create the folder in the remote system" and u can find this issue as a seperate posing.
    Import Development Configuration Failed: Internal Server Error
    can u throw some light on this.
    Thanks in advance
    Karthik

  • Mail does not retain correct external server path for Exchange Server '07 even when "automatically detect and maintain account settings" is unchecked. Advice?

    Mail keeps resetting the external server path for an Exchange server '07 account when the program is closed and reopened. This happens even though "automatically detect and maintain account settings" is unchecked. To reset to the correct setting I need to disable the account, make the change and save with the account disabled, close Mail, reopen Mail, and enable the account. Then the settings are maintained and Mail works great... until Mail is closed and reopened again. At that point the server path reverts to an incorrect setting. Anyone else experiencing this? Advice? I don't think this is a problem with the Exchange server because this problem did not happen with OS X Mavericks.

    This this to fix repeated password requests....
    Open Keychain Access in Applications/Utilities
    Search for your Dreamhost accounts. There should be two entries (incoming, outgoing) for each account.
    It's not uncommon to find old entries. You might want to delete all and start clean.The Keychain isn't smart and will keep all old entries when you add/change a password.
    While you are in the Keychain run Keychain First Aid, Under Keychain Access in the Menu bar.
    Open Mail
    Open Connection Doctor.
    If you see red for the account, enter the password again.
    If you continue to have problems, delete the account then add it back.

  • Getting Subrc = 8 when trying to open Appln server path..

    Hi Friends,
    In my requirement, I have to post the output of a report to an application server path.
    In my selection screen I am doing the validation as follows:
      TRY.
        Catch the message
      OPEN DATASET lv_path FOR OUTPUT MESSAGE lv_message
                                  IN LEGACY TEXT MODE." ENCODING DEFAULT.
        CATCH cx_sy_file_authority.
          MESSAGE e204 WITH p_file.                             "#EC *
        CATCH cx_sy_file_open .
          MESSAGE e205 WITH lv_path.                            "#EC *
      ENDTRY.
      IF sy-subrc eq 0.
      All is well - close dataset and delete
        CLOSE DATASET lv_path.
        DELETE DATASET lv_path.
      ELSE.
        MESSAGE e206 WITH p_file lv_message.                    "#EC *
      ENDIF.
    Basis guys have created the directory, I can see this in AL11.
    I am entering the path correctly ( I mean considering case sensitive ) in the selection screen. But, When i am trying to open the directory I am getting sy-subrc value as '8' and generating an error message every time. Please help asap.
    Thanks,
    Phani.

    TRY.
    * Catch the message
    OPEN DATASET lv_path FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    CATCH cx_sy_file_authority.
    MESSAGE e204 WITH p_file. "#EC *
    CATCH cx_sy_file_open .
    MESSAGE e205 WITH lv_path. "#EC *
    ENDTRY.
    IF sy-subrc eq 0.
    * All is well - close dataset and delete
    CLOSE DATASET lv_path.
    DELETE DATASET lv_path.
    ELSE.
    MESSAGE e206 WITH p_file lv_message. "#EC *
    ENDIF
    I have modified the OPEN DATASET statment. Please check.

  • How to give the unix server path while uploading a file

    Hi All,
    Am very new to this file operations in Oracle.
    here i have a requirement like we need to upload table to unix server using oracle. I have read about File operations in Oracle but in that i did not understand one point like how and where to give the unix server path .. like username@servername and Path where that file needs to be stored.
    I have googled for file operations in oracle.. in that there are asking me to create one object like as follows
    Create or replace directory rtvms2 as 'MYDIR:'
    The MYDIR: i need to use while uploading the file .
    UTL_FILE.FOPEN('MYDIR:','Report.txt','W');
    My Question is how and where should i give my unix server information .?
    and how and in which step oracle connect to unix server and upload the file.?
    Can any one please help me.
    Thanks
    Sree

    you're close...
    (this example shows it for a windows server, but you just replace the windows directory path with a unix server path)
    CREATE OR REPLACE DIRECTORY mydir AS 'c:\myfiles';Note: This does not create the directory on the file system. You have to do that yourself and ensure that oracle has permission to read/write to that file system directory.
    Then, grant permission to the users who require access e.g....
    GRANT READ,WRITE ON DIRECTORY mydir TO myuser;Then use that directory object inside your FOPEN statement e.g.
    fh := UTL_FILE.FOPEN('MYDIR', 'myfile.txt', 'r');Note: You MUST specify the directory object name in quotes and in UPPER case for this to work as it is a string that is referring to a database object name which will have been stored in uppercase by default.
    For security reasons, Oracle requires a directory object and it is that object that points to the actual path (it's up to you to make sure that path is valid and exists on the operating system). Then the object can have read and write permissions given to relevant database users as appropriate i.e. you may want one user to only be able to read files from that location whilst another user can read and write. You still need to ensure operating system level permissions exist for that path for the operating system user under which oracle was installed (on unix that's likely to be an "oracle" user).

Maybe you are looking for