Profile Sync Import problem

I have a problem regarding the import of a custom profile property. I have created a custom "description" property which is mapped to the AD "description" property. But after doing a Fullsync the property remains empty.
I have checked the sync via miisclient.exe. I could see that the property was found that the value was "added" to my custom property. However it remained empty.
Is there a way to see when the value get's lost? Anyone else had this problem before?
Any help is appreciated.
Edit: The mapping is import directed. Also, this isn't the only custom property I have created and mapped to an AD property. It's just the only one that doesn't seem to work.

Hello,
Your mapping has import or export direction?
If it import the account used for sync must have Replicate Directory Changes permission on the AD please check:
http://technet.microsoft.com/en-us/library/hh296982(v=office.15).aspx#RDCdomain
if it export, first attempt a second full sync if not done already
and then grant the sync account Create child object and write permissions as described here:
http://technet.microsoft.com/en-us/library/hh296982(v=office.15).aspx#RDCchild
Hope it helps

Similar Messages

  • İ have just got ios 5.1 for ipad but i have really important problems about charge,how could i get ios 5.0.1 without loosing my items,documents,i can't sync because my computer has problems also,thanks

    İ have just got ios 5.1 for ipad but i have really important problems about charge,how could i get ios 5.0.1 without loosing my items,documents,i can't sync because my computer has problems also,thanks

    Settings>general>reset>reset network settings
    Settings>general>reset>reset all setting

  • User profile sync Sharepoint 2010 photos thumbnail with AD and Lync 2010 - error on Full Synchronization- get events 8311, 6110, 6803 FIMSynchronization Service

    User profile sync Sharepoint 2010 photos thumbnail with AD and Lync 2010 - error on Full Synchronization- get events 8311, 6110, 6803 FIMSynchronization Service
    We're trying to set up sync between Sharepoint and AD so photos are displayed in Lync.
    The certificate referenced in 8311 is not the sharepoint root cert, its the UCC cert with our FQDN of the site. sharepoint.domain.com
    Is this causing the problem with the sync and holding up the photos?
    I have tried several proposed fixes, it hasn't helped.
    tried this as well:
    http://blogs.technet.com/b/praveenh/archive/2011/05/11/event-id-8311-certificate-validation-errors-in-mss-2010.aspx
    Josh

    Try this fix and see if its sync the photos:
    http://blogs.technet.com/b/steve_chen/archive/2010/09/20/user-profile-sync-sharepoint-2010.aspx#Profile Picture Property
    http://blogs.technet.com/b/steve_chen/archive/2010/09/20/user-profile-sync-sharepoint-2010.aspx#SyncPicAD2SPS
    Update-SPProfilePhotoStore -CreateThumbnailsForImportedPhotos 1 -MySiteHostLocation <mySiteHostURL>
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • How can I sync/import/export bookmarks between different users on the same computer

    To save time, I want to sync/import bookmarks between/from another user on the same computer.

    Many thanks twalker for your prompt and simplified explanation for resolving my problem which is much appreciated by this tarnished silver surfer. I will now arrange to download FX4 and follow your instructions.

  • Imovie Mac importing problem or Camcorder problem?

    I run a small business for kids parties. I video the kids dancing along to a track they have recorded (played on a cd player). Then i import the video, turn off the camcorder sound and import the finished mixed track of their singing and sync the picture and audio together. This has been working perfectly for over a year. But unfortunately in the last month when i try to sync up the audio track with the video, it starts off synced up perfectly, but gradually as the video goes on the video and audio become out of sync and by the end the video is either too fast or too slow. this is a huge problem! I thought it may the tapes in the video camera so i changed them and it's still doing it. Is this a video camera problem or computer importing problem. Can anyone help as it's ruining the kids DVDs!

    I am surprised it has ever worked. That can normally only be done with synched professional equipment. Maybe they changed the CD player at the performance and the old one happened to play at the same rate as your Mac when it imports? (There is a slight difference between the playback speed between different players)
    Or perhaps your video camera has become slightly worn, so it pulls the tape slower?
    There are endless possibilities for problems with your setup.
    I think you should take a look at the "add scaled" tip at the bottom here:
    http://danslagle.dvmix.com/mac/iMovie/audio/1001.shtml
    (Instead of adding the extracted audio from iMovie, you should add the CD audio.)

  • Impact of making an attribute optional or required with respect to profile sync

    Hi,
         Is there any dependency for the profile sync between AD and SP on the type of any user profile attribute( Required or Optional). Does it really matter whether any field is required or optional?

    Not to the AD Import/export process. As far as I know those values only matter if a user tries to edit their profile and they are missing when the user tries to save their changes.

  • Profile-sync-daemon and slow boot

    Hi, I write here cause i'm facing a problem with the profile-sync-daemon, that is loaded on boot by systemd.
    Some days ago it started slowing down my system boot: I have silent mode enabled and appears a text line showing "A job is start is running" related to psd that take 8-9 seconds.
    What can be the cause? Some days ago I started syncing my favorites, history and bookmarks on Google Account (I use Chrome in tablet and phone and Chromium on computer), can this issue be related with it?
    Thanks in advance.

    $ psd p
    Profile-sync-daemon v5.45.1 on Arch Linux.
    Systemd service is currently active.
    Systemd resync service is currently active.
    Psd will manage the following per /etc/psd.conf settings:
    browser/psname: chromium/chromium
    owner/group id: mons/100
    sync target: /home/mons/.config/chromium
    tmpfs dir: /tmp/mons-chromium
    profile size: 105M
    $ systemd-analyze blame| grep psd
    10.340s psd.service
    403ms psd-resync.service

  • Request for community help: profile-sync-daemon feature

    Guys - I am attempting to modify profile-sync-daemon so that it parses out a user's $HOME/.mozilla/firefox/profile.ini and then syncs the corresponding profiles therein rather than simply syncing the entire $HOME/.mozilla/firefox directory.  I have taken a stab at it which you can find in the latest commit in the unstable branch on github:  https://github.com/graysky2/profile-syn … e/unstable
    I'd like to ask for assistance.  As you can see, the modified version does indeed parse out each user's $HOME/.mozilla/firefox/profile.ini into an array.  What I can't seem to wrap my mind around is how to get the entire array to get passed down to the subsequent functions should it contain more than one element.  For files that contain more than one, only the last one is passed.
    Input is welcomed and thanks in advance.
    Last edited by graysky (2012-11-26 20:43:30)

    Thanks for the help and suggestions, all.
    @aesiris - I checked out your code but found that it did not handle multiple profiles correctly.  I didn't spend too much time on it since I already invested in the array solution proposed by alain.
    I just now pushed a healthy beta to the unstable branch based on your both of your suggestions (from this thread and from private email).  I have ALL supported browsers installed on my workstation and have been testing for the past 1/2 hour.  I do not see any problems.  I need a break
    Anyway, please test it, bang away on it, let me know what is wrong.
    Note - STOP YOUR EXISTING psd FIRST.
    1) sudo systemctl stop psd.service
    2) Copy the unstable code from github to your /usr/bin and `sudo chmod +x /usr/bin/profile-sync-daemon`
    3) Start the daemon again
    EDIT:
    % profile-sync-daemon debug
    ::DEBUG MODE::
    profile-sync-daemon version: 5.01
    settings in /etc/psd.conf will make profile-sync-daemon manage the following browers/user combos when invoked:
    browser:psname chromium:chromium
    owner/group: facade:users
    sync target: /home/facade/.config/chromium
    backup target: /home/facade/.config/chromium-backup
    tmpfs dir: /tmp/facade-chromium
    browser:psname conkeror.mozdev.org:xulrunner
    owner/group: facade:users
    sync target: /home/facade/.conkeror.mozdev.org
    backup target: /home/facade/.conkeror.mozdev.org-backup
    tmpfs dir: /tmp/facade-conkeror.mozdev.org
    browser:psname firefox:firefox
    owner/group: facade:users
    sync target: /home/facade/.mozilla/firefox/zzvngsqc.default
    backup target: /home/facade/.mozilla/firefox/zzvngsqc.default-backup
    tmpfs dir: /tmp/facade-firefox-zzvngsqc.default
    browser:psname firefox:firefox
    owner/group: facade:users
    sync target: /mnt/profiles/djj43fbr.943
    backup target: /mnt/profiles/djj43fbr.943-backup
    tmpfs dir: /tmp/facade-firefox-djj43fbr.943
    browser:psname google-chrome:chrome
    owner/group: facade:users
    sync target: /home/facade/.config/google-chrome
    backup target: /home/facade/.config/google-chrome-backup
    tmpfs dir: /tmp/facade-google-chrome
    browser:psname heftig-aurora:aurora
    owner/group: facade:users
    sync target: /home/facade/.mozilla/aurora/imxbinbc.default
    backup target: /home/facade/.mozilla/aurora/imxbinbc.default-backup
    tmpfs dir: /tmp/facade-heftig-aurora-imxbinbc.default
    browser:psname heftig-aurora:aurora
    owner/group: facade:users
    sync target: /mnt/profiles/poza1kl4.dv2
    backup target: /mnt/profiles/poza1kl4.dv2-backup
    tmpfs dir: /tmp/facade-heftig-aurora-poza1kl4.dv2
    browser:psname midori:midori
    owner/group: facade:users
    sync target: /home/facade/.config/midori
    backup target: /home/facade/.config/midori-backup
    tmpfs dir: /tmp/facade-midori
    browser:psname opera:opera
    owner/group: facade:users
    sync target: /home/facade/.opera
    backup target: /home/facade/.opera-backup
    tmpfs dir: /tmp/facade-opera
    browser:psname opera-next:opera-next
    owner/group: facade:users
    sync target: /home/facade/.opera-next
    backup target: /home/facade/.opera-next-backup
    tmpfs dir: /tmp/facade-opera-next
    browser:psname qupzilla:qupzilla
    owner/group: facade:users
    sync target: /home/facade/.qupzilla
    backup target: /home/facade/.qupzilla-backup
    tmpfs dir: /tmp/facade-qupzilla
    Last edited by graysky (2012-11-27 21:28:05)

  • Firefox with Profile-sync-daemon creates duplicate cache directory

    I've set up the Profile-sync-daemon https://wiki.archlinux.org/index.php/Pr … ync-daemon (mainly to ease on my old SSD) and it works fine but Firefox keeps creating entries in
    /home/<username>/.cache/mozilla/firefox/<myprofilename>
    It contains 3 directories
    /safebrowsing
    /startupCache
    /thumbnails
    Since I set up psd I've been using
    browser.cache.disk.parent_directory : /home/<myusername>/.mozilla/firefox/<myprofilename>
    What can I do to address this issue? What I tried:
    1. browser.cache.use_new_backend 0 (restore to default)
    Last edited by bbarcher (2014-04-05 18:51:05)

    gedgon wrote:
    1. use your user account
    2.
    $mkdir ~/.mozilla/firefox/<profilename>/0CachesSymlinked
    Same result as in post #7.
    Apparently I suck at symlinking. I wouldn't want to waste anybody's time. I'll revisit the topic once I learn the basics of symlinking. I'll use ASD in the meantime.
    EDIT:
    OK, I got it now. The problem was that at the time I issued
    ln -s /home/<username>/.mozilla/firefox/<profilename>/0CachesSymlinked /home/<username>/.cache/mozilla/firefox/<profilename>
    the
    /home/<username>/.cache/mozilla/firefox/<profilename>
    already existed (I left it out, don't ask)
    Since I'm a symlinking savvy I'm going to symlink my ~/Downloads to my external drive
    graysky wrote:@OP - Yes, since v21 of firefox, it uses ~/.cache for the caching just like chromium.  The simple solution is to mount ~/.cache as tmpfs in your fstab.  I documented this is psd's man page.  Here is a link describing how to do it.
    I'd rather preserve contents of ~/.cache between reboots. Especially because it holds nautilus thumbnails. I'd rather keep my Firefox cache as well.
    Last edited by bbarcher (2014-04-06 18:09:52)

  • Unable to start User Profile Sync Service

    Hi,
    I am currently facing some issues with starting the User Profile Sync Service on my SP2013 farm.. I was wondering if someone could help me out a bit.
    I have successfully installed the SP2013 farm on a environment that has access to our AD etc. and I have also
    restored the database from SP2007 and converted it to Claims authentication etc. The one thing I can’t get to work is to enable the User Profile Sync Service on the server. I have checked quite a bit of TechNet blogs and other sites and tried almost everything
    suggested but it still fails. I’ve also recreated the farm from scratch yesterday again but no luck still
    L.
    The below is what I have done:
    Farm Admin account – spadmin2013 is local admin on all SP Farm servers (2 WFE and 2 APP Servers) and has log on locally rights as well on security policy. On the SQL DB it has dbo permissions on the Sync, Profile and Social DB’s.
    Farm Service account – spservice-s is a managed farm account that is used to run the various services of the farm (used during the config wizard part).
    From within the Admin Control Panel I have verified the managed accounts and it is indeed spadmin2013 which owns the User Profile Sync Service (not the application itself). When I try to start the service it tries to do that for 5-10 minutes and then fails
    and goes back to stop and I do not see any error. I have created a custom service application with new database that runs on spadmin2013/spfarm/ldap accounts etc. I can see from the Windows services – FIM and FIMSync service try to start using the spadmin2013
    and then go back to disabled. I have also tried giving the spadmin2013 rights to replicate the AD as few blogs suggested that. I am not sure where this is going wrong or what is missing. I had successfully got this to work and still can get it to work on my
    first SP2013 server which is a standalone – running SQL, SP app and WFE on the same box.
    In fact I also tried to activate this service first before I joined my 3 other servers to the farm and had no luck. I am kinda lost here as to what is going on! 

    Right. i ran a new log as suggested. I have also cleared the config cache and created a Powershell profile as suggested in this link - http://blogs.msdn.com/b/bryanbolling/archive/2014/01/02/unable-to-start-user-profile-synchronization-service.aspx
    I checked the ULS Logs and i can see the below error -
    ILM Configuration: Validating account.
    ILM Configuration: Validating the system groups
    ILM Configuration: Setting up WMI
    ILM Configuration: Setting required permissions
    ILM Configuration: Create install config file
    ILM Configuration: Update source project
    ILM Configuration: Changing service account credentials
    ILM Configuration: Setting policy for service account
    Updating SPPersistedObject UserProfileApplication Name=User Profile Sync Service. Version: 63903 Ensure: False, HashCode: 55647834, Id: ef1ec55c-aa15-4cb7-a9fe-498382a88b4e, Stack:
    at Microsoft.Office.Server.Administration.UserProfileApplication.Update()
    at Microsoft.Office.Server.Administration.UserProfileApplication.SetupSynchronizationService(ProfileSynchronizationServiceInstance profileSyncInstance)
    at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)
    at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)
    at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)
    SQL connection time: 131.92704 for Data Source=SPSQLAGL;Initial Catalog="Sync DB";Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name="SharePoint[OWSTIMER][1][Sync DB]"
    ILM Configuration: Configuring database
    ILM Configuration: Error 'ERR_CONFIG_DB'
    UserProfileApplication.SynchronizeMIIS: Failed to configure MIIS post database, will attempt during next rerun. Exception: System.Configuration.ConfigurationErrorsException: ERR_CONFIG_DB
    at Microsoft.Office.Server.UserProfiles.Synchronization.ILMPostSetupConfiguration.ValidateConfigurationResult(UInt32 result)
    at Microsoft.Office.Server.UserProfiles.Synchronization.ILMPostSetupConfiguration.ConfigureMiisStage2()
    at Microsoft.Office.Server.Administration.UserProfileApplication.SetupSynchronizationService(ProfileSynchronizationServiceInstance profileSyncInstance).
    UserProfileApplication.SynchronizeMIIS: End setup for 'User Profile Sync Service'.
    Updating SPPersistedObject ProfileSynchronizationSetupJob Name=ProfileSynchronizationSetupJob. Version: 63899 Ensure: False, HashCode: 36296732, Id: 7aeb377f-8bd1-453d-b6be-6a373eaf350d, Stack:
    at Microsoft.SharePoint.Administration.SPJobDefinition.Update()
    at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)
    at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)
    at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)
    Leaving Monitored Scope (Timer Job ProfileSynchronizationSetupJob). Execution Time=6041.65717333333
    Name=Timer Job User Profile Sync Service_ProfileSynchronizationJob
    Updating SPPersistedObject ProfileSynchronizationSetupJob Name=ProfileSynchronizationSetupJob. Version: -1 Ensure: False, HashCode: 13918585, Id: 21e01df1-8772-487d-bd56-f699b3912bda, Stack:
    at Microsoft.SharePoint.Administration.SPJobDefinition.Update()
    at Microsoft.Office.Server.Administration.UserProfileApplication.StartSynchronizationServiceSetupTimer(String strSyncMachineAddress)
    at Microsoft.Office.Server.Administration.UserProfileApplication.SynchronizeMIIS()
    at Microsoft.Office.Server.Administration.ILMProfileSynchronizationJob.Execute()
    at Microsoft.Office.Server.Administration.UserProfileApplicationJob.Execute(SPJobState jobState)
    at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)
    at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)
    Updating SPPersistedObject ProfileSynchronizationSetupJob Name=ProfileSynchronizationSetupJob. Version: 63913 Ensure: False, HashCode: 13918585, Id: 21e01df1-8772-487d-bd56-f699b3912bda, Stack:
    at Microsoft.SharePoint.Administration.SPJobDefinition.Update()
    at Microsoft.Office.Server.Administration.UserProfileApplication.StartSynchronizationServiceSetupTimer(String strSyncMachineAddress)
    at Microsoft.Office.Server.Administration.UserProfileApplication.SynchronizeMIIS()
    at Microsoft.Office.Server.Administration.ILMProfileSynchronizationJob.Execute()
    at Microsoft.Office.Server.Administration.UserProfileApplicationJob.Execute(SPJobState jobState)
    at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)
    at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)
    I have verified the spadmin2013 does have dbo permissions and also is part of security & sysadmin in sql server. I run SQL 2012 with SP1

  • LR3.2 import problem on computer with Windows OS

    LR3.2 import problem on Windows OS
    This is a continuation of a question that I posed on August 22, 2010 in the discussion string "Cannot import CR2".  I have not been able to resolve the issue of importing an image into an existing folder location.  I had not been able to work on this issue for a number of weeks due to other circumstances, until today.   Note that the following people had attempted to provide answers and suggestions already:  ssprengel, JayS In CT.
    I use a laptop with a Windows operating system and a Macintosh desktop with Snow Leopard.  I run Lightroom on both of them.  The Windows laptop has Windows Vista Home service pack 2, version 6.0 [6002].  Around August 12th I upgraded from Lightroom 2 [481478], to Lightroom 3 on the laptop.  I left the LR2 on the laptop as well as LR3.  On September 12th I upgraded the laptop to LR3.2.  No other changes have been to the laptop or its software applications that I know of.
    My current attempts at resolving the issue reveal that when I created a new catalog "Test Catalog" in LR3 and saved that catalog to my desktop new folder labeled "Test Catalog" that I can import an image into LR3.2 to a new folder on the laptop's desktop.  I then deleted the images via LR3.2 Folders Remove function and tried to import the images into an existing folder as presented in the LR3.2 Import dialog, but get the error message "The following files were not imported because they could not be read.".   When I import images into a new folder placed on the desktop, I can use all functions in LR3 e.g. Develop module.  I cannot import images into existing folders on the laptop's hard drive - I have tried importing into the entire existing folders in the following hierarchy:  c:\users\Michael\My Documents\My Pictures\2010  but always get the same error message.
    LR3.2 does correctly backups upon exiting each time I quit the program, so I know that there isn't any issue of writing to that backup folder which is contained in an upper folder that contains the lightroom catalogs.  I have even created a new Word file, saved it into the folder with Lightroom catalogs, opened it up, modified it, saved it, and saw that it works OK, so that tells me there is no problem with a Read-Only folder attribute.
    I cannot recall if upon the upgrade from LR2.6 to LR3 that I chose to upgrade the catalog to LR3 version.  Would that matter, if yes, what do I verify, how do I manual upgrade the catalog.
    History of actions between August 10th that I have taken follows between the [[[[ and ]]]]:  
    [[[[Preference settings for Default Catalog are set to start with a specific catalog that I call "Lightroom master catalog", it is not set to the "Load most recent catalog". 
    All of the following were using my laptop:  Previously I had no problem with LR2 for any functions.  I just purchased an Epson 7000 media storage device, and in early August and practiced importing images into LR2, and those images were pulled in OK. Next, I upgraded to LR3.  I discovered that the Epson's images had been placed into a wrong folder when I opened LR3.  I used the remapping function in LR3 to move the images into the correct folder.  Next, I used a SanDisk card reader to import images into LR3 into an existing folder of images, but the following error message appeared "the following files were not imported because they could not be read" (Import Results said  'some import operations were not performed').  I tried importing a single image, and multiple images, but had the same error.  I tried switching the card reader to each of 4 different USB port on the laptop, with the same error occurring on each USB port used.
    In order to try to isolate the problem.  I took the SanDisk card reader with the memory card and successfully imported the images into LR3 on my Macintosh desktop computer; so to me the problem is not the card reader or the memory card.  I also used the SanDisk recovery disk while using my laptop to look at the files on the memory card and I could see all the images correctly while in the recovery program, but I have not copied the images to the laptop's hard disk, and have not tried an import into the laptop's LR3.  I did not import images directly from my camera to the laptop LR3 since I did not think it would help with the troubleshooting. 
    I then ran the Repair from the Adobe LR3 CD upgrade disk, on my laptop.  Then I tried doing the import using the SanDisk reader and memory card, but the same problem occurred and same error message, that the files could not be imported (I was trying to import into a folder of existing images).  I then used the Laptop's Control Panel function to remove LR3 application.  Then I did a fresh upgrade of LR3 on my laptop, but the same error message and I am unable to do any import of the memory card from the card reader.  I then tried to do an image import from the Epson 7000 into the laptop, and the same error message and I am unable to do any import into a folder with existing images.   I then tried doing an image import into LR2 on the laptop, and got the same problem to occur when trying to import into an existing folder of images.  I have a couple of  Canon EOS SLR digital cameras, and the issue occurs for any of the file types of the cameras.
    Went into LR3 Preferences, General Tab, I now checked the previously unchecked box for Import Options - "Show import dialog when a memory card is detected".
    Connected the Canon XTi directly with a cable to the laptop computer.  Note that Canon's information said that Picture Transfer Protocol is automatically used when the XTi is directly connected to a computer, so I did not need to change anything in the camera's menu for communications choices (there is no communication menu in fact).  I selected one image and copied it to the laptop desktop.  Tried to import it into LR3 into a folder of existing images but got the error message "Could not copy a file to the requested location."  While in LR3, I changed the location of where the file would be copied into - any of my existing folders of images; tried 5 different folders, but kept getting the same error message.
    With the card reader connected via USB port on the laptop, I copied one image file to the desktop, and then tried importing into LR3 into a folder of existing images.  Got the error message "Could not copy a file to the requested location."]]]]

    I am not clear if by 'import' you are trying to copy or move the files from a location to another or if you are adding the files to a catalog.  My comments may not, therefore, be too helpful.
    Firstly, with both LR2 and LR3 installed you will have both catalogs present, but if you try to open the LR2 catalog with LR3 you will be prompted to update the catalog.  You will thus know which catalog you are working on. 
    Secondly, if you are reading direct from the camera, you should connect using the 'PC connection' mode.
    Thirdly, there is an issue with reading .CR2 files directly from the early Canon DSLRs (in Europe named 300D, 350D, 400D).  While they are visible with the Canon software, they can not be seen with Windows explorer nor can they be accessed with Lightroom. 
    I suggest that you take the CF card out of the camera and copy the files using Windows Explorer in to the destination folder.  You are then sure that the files are on the PC.
    If you have the right Codec installed, you can view them with Windows photo gallery; if you don't, you can use one of the Canon software packages to view the files.  You are then sure that the files are not corrupted.
    Then import the files to your LR catalog using the normal import routine selecting 'add without moving'.  I have tried this routine  successfully using my 350D using both LR1.x and LR3.x.  If that doesn't work - I'm lost.
    Frank

  • On windows 8 and itunes I have importing problems the DVD is only reading the music cd from 1.5x to 4.0x for 95% of the time, it does hit speeds of 30x for the other 5% of the time. Is it a driver issue with the DVD or is it  a windows 8 issue?

    on windows 8 and itunes I have importing problems the DVD is only reading the music cd from 1.5x to 4.0x for 95% of the time, it does hit speeds of 30x for the other 5% of the time. Is it a driver issue with the DVD or is it  a windows 8 issue?

    No. You have no alternative but to plug it into a computer running iTunes and restore it.

  • Aperture Video Import Problem - from Lumix GH4: Imported clips have their dates changed to the import date.  The files show up on the hard drive but many are not showing up in Aperture.

    Aperture Video Import Problem - from Lumix GH4: Imported clips have their dates changed to the import date.  The files show up on the hard drive with import date not created date, but many of these same files are not showing up in Aperture. Sometimes the clips actually show up with the current import but take on the video information from a previously imported file.

    It was suggested I move this question to IPhoto or IMovie which I did. 
    Well moving to a different discussion group did not provide an answer to this question either. But what I finally did was import one batch of photos and videos into IPhoto for a given day at a time. Working with these I could change the date and times in order to get them in the original sequench taken. Then I would create an album with that batch. These would all be on the same day (IMove was closed for this phase). Then I would open IMovie, generate the thumbnails for that album, and select the album I had created. This was necessary because the importing process in IPhoto was using incorrect dates for my video so it was a real struggle finding them in IMove until I developed this approach.
    I believe that this whole process was so screwy because I was importing from an external hard drive not a camera. I had these photos on a PC and did not have the original cameras to use to import directly which I am fairly sure would have made this easier!

  • Final Cut Pro/GY-HD111E import problems?

    Final Cut Pro/GY-HD111E import problems?
    With a brand new Mac Pro and very latest Final Cut Studio complete with updates I'm having a little problem trying to import footage directly from a JVC GY-HD111E (yes I'm in PAL land, UK) via FireWire into FCP.
    Footage is 720p/25p and timeline is set up in FCP that way.
    I'm doing a 'capture now'. The first clip I'm trying to import is about 45 minutes long with no cuts/breaks whatsoever.
    What happens is after about 60 seconds or so, it FCP automatically breaks the clip for no reason and starts a new one, trouble is, when it does this I lose about 4 seconds of footage at that point.
    It continues to break clips randomly, sometimes after 40 seconds or so, sometimes after 95 seconds, but usually between 30 seconds and 2 minutes and each time it starts a new clip I lose between 1 and 6 seconds.
    As I say, there are zero breaks or cuts in this clip, I have a 45 minute clip that was shot in one take, not even a pause anywhere.
    Is this a JVC issue or a Final Cut issue?
    It's a pain as it simply means I can't import my 9 hours of footage hence I can't get on with this project.
    Any ideas why this phenomenon is happening?
    Thanks guys.

    I mean I get the same errors.
    Let me explain again.
    There are NO start/stop/pauses in this clip.
    I'm trying to import just ONE clip with no breaks, again, there are NO start/stop/pause, it is one continuous clip of 15 minutes duration.
    The JVC creates some sort of errors at the Firewire output stage, it drops frames or other errors, FCP gets confused and creates a new clip, even though it is the same clip, but due to the GoP structure, it looses a few seconds too hence I can't import the footage as I keep loosing bits here and there mid clip. It is randam, every 30 to 100 seconds or so it will do this.

  • Annoyed with JVC/Final Cut Pro import problem; will they ever fix this?

    Annoyed with Final Cut Pro JVC import problem; will they ever fix this?
    I've shot footage on JVC GY-HD111E in the UK in 720p/25p PAL mode.
    I'm trying to import lots of short clips (average 10 seconds) into Final Cut Pro (latest version with 720p/25p support) with a new Mac Pro maxed out with ram and 3 extra internal HDs.
    Problem is, on a scene-break i.e. pause/stop, Final Cut detects this and creates a new clip, but it takes about 5 seconds to 'searching for media" before it starts the new clip. Because some clips are only very short, this 5 second delay sometimes means I only get the final few frames of a clip, rather than the entire 5 seconds or so of it.
    JVC UK are blaming Apple and are saying it is up to them to fix it as Premiere and Edius does not have this problem.
    However, Symbiosis in the UK (who do HD-Connect box) say that the JVC ProHD cameras do not wrap the shots up properly at the end, they are kind of left open and this creates problems on scene-breaks.
    I've tried turning off the "create new clip on timecode break" etc, but it does not make any difference, when I do this it simply quits capturing on a scene break. Besides I have about 300 cutaways like this and I don't want to spend the rest of the year breaking them up on the timeline as this would be a futile and long workflow.
    I'm importing and working on a native HDV 720p/25p timeline and this is the way I want to work. I've already imported and edited 4 hours of footage, but these 4 hours were easy as all 4 tapes had no start/stop points, they were recorded continuously from beginning to end of tape for 64 minutes each time so importing was no problem; 1 clip per tape.
    But now I've come to my 5 tapes containing hundreds of cutaways I'm kind of screwed and need some advise on how I can import them natively in HDV without losing this 5 seconds off the beginning of each clip whilst FCP searches for the media each time.
    I've been told this issue is definately with FCP, any ideas how I can get around this?

    I haven't heard of this JVC/FCP problem, so I can't comment on it. However, whoever shot the cutaways didn't do you, the editor, any favors.
    I've been doing video since 1984, and I've got to say, anyone who shoots a scene that is only 5 or 6 seconds long on tape is making a huge mistake, and it's been that way since the beginning of computerized editing in the late 70s.
    Shoot at least 5 seconds of pre-roll before the shot begins, then roll tape for at least 5 seconds after you've got the shot. That's the protocol I've followed for 22 years now. Tape is cheap, edit suite time isn't.
    But laying down only 5 to 6 seconds for a scene is wrong, IMO.

Maybe you are looking for

  • Itunes not recognising my ipod touch on Windows 64bit. HELP!

    When I try and connect my shiney new ipod touch to itunes it says please connect this device to a computer running vista/windows 32bit... thus rendering it completely useless! Is there a way to fix this? Please I am desperate, I feel like I have comp

  • ROS - where is questionnaire data saved in SRM?

    Hi all, After the supplier completes the self registration (BSP ROS_SELF_REG), receives a questionnaire in his mail box. Then he fills out this questionnaire and sends back his  response to SRM. In SRM the professional purchaser can view that answer

  • Pluraleyes - sequence in synch in pluraleyes (3.3) but when exported to PPcc NOT in synch!

    Sequence consists of footage from 3 dslr cameras and 3 seperate sound sources. Sent to PEyes3.3 via extentions. Synched perfect when played in PEyes but when exported back to prem pro the 3 sound sources are almost in synch. The video tracks are seem

  • "Click" function on my trackpad (MacBook) no longer working?

    Hi, I turned my computer on and I noticed the "click" function on my trackpad is no longer operational. I went to the nearest apple dealer but unfortunately I am traveling in Bangkok, Thailand and the language barrier made it difficult to communicate

  • Wrt610n losing internet connection every 2 days

    I've just received a wr610n v1 as a warranty replacement for an older linksys router.  It works fine normally, but every day or 2 I lose the internet connection on it.  My cable modem (20Mb/s) shows a few blinks on the 'ethernet' & 'send' lights, but