Problem in importing calendar data

Hi, I have a problem in importing calendar data, i.e. no national holidays are imported in the calendar (neither when I create the calendar nor later on using the settings). After waiting quite a while on the window "importing calendar data" I always get the message:
"Unable to access calendar data - There was an error attempting to access a shared calendar using your internet connection. Check your connection settings and try again".
That happens whatever the national holidays I choose.
My internet connection works fine, so I don't understand where the problem is. Would anyone have useful hints?
Thanks.

Log into another account on you Mac and see if you can add holidays there. If not then a reinstall of iPhoto is indicated. To do so you'll have to delete the current application and all files with "iPhoto" in the file name that reside in the HD/Library/Receipts folder.
If you can import OK in the other account then the problem is with your primary account. It could be a preference file other than iPhoto's. Here's how to determine if that's the case:
Trouble Shooting Preferences in Leopard
1 - Create a folder titled "Preferences A" on the Desktop.
2 - Open the working Preferences folder, HD/Users/your_name/Library/Preferences, and move the contents to the Preferences A folder on the Desktop.
3 - Make a duplicate copy of the Preferences A folder on the Desktop as a precautionary backup.
4 - With the working Preferences folder empty run the application again and determine if the problems is fixed.
NOTE: you may have to drag the contents of the working folder to the trash and empty if moving the contents to the A folder only copies them instead of moving.
5 - If the problem is fixed:
A - open the working Preferences folder (HD/Users/your_name/Library/Preferences).
B - Open the Preferences A folder on the Desktop, select all of the contents and drag them into the working Preferences folder.
C - When the Copy window pops up check the "Apply to All" check box and then click on the Don't Replace button as seen here.
6 - If the problem is NOT fixed, empty the working Preferencess folder and move the contents of the Preferences folder on the desktop back into it.
TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

Similar Messages

  • Importing calendar data from another [dead] computer

    My G5 recently died on me, and I'm currently using an older computer (eMac) that's still running 10.4. But I still have access to my G5's hard drive through a FireWire connection. What I'm trying to find a way to do is to reload all my G5 iCal data into my eMac's iCal app. Obviously, I didn't know my computer was going to die on me, so I didn't export an iCal file beforehand. So, assuming all my old calendar data is still on my G5 hard drive, what files will I need to copy over to my eMac? And will there be any complications bringing iCal info from 10.5 over to 10.4?
    Thanks a lot for any help.

    firebane08 wrote:
    > Is there a way I can import XML data from another
    website say for example a web
    > api and convert the date for use in Dreamweaver. I have
    tried coding this in
    > several possible ways but have failed in getting the
    data to display. Are
    > there any extensions that will allow me to do this? Any
    help would be
    > appreciated. Thanks.
    It was my understanding that browsers prevented this from
    happening.
    Dooza
    Posting Guidelines
    http://www.adobe.com/support/forums/guidelines.html
    How To Ask Smart Questions
    http://www.catb.org/esr/faqs/smart-questions.html

  • Problem while importing same data dump in 2 databases

    Hi,
    Oracle Version : 11G r2
    I have installed oracle 11g and created a database db1. I created tablespace tbl1, user usr1, granted required permissions and imported oracle data dump into it using the impdp command.
    Now, i want to import the same dump into another database. I created a fresh database db2. But the dump requires tablespace name as tbl1 and user name as usr1.
    How do i import the dump into this new db2.
    FYI - I tried a few things. I created db2. Logged into it using sqlplus system/pwd@db2 command. Created a new tablespace tbl1 and user usr1. I was able to create them successfully without errors like 'already existing'. But when i issue the impdp command, i get 'table already exists' for all tables in the dump. :(
    Please tell me how to do this.
    Thanks,
    Anandhi

    Hi,
    When you import second fresh database, it means there haven't tbl1 tablespace. 1. you can create this tablespace in second database.
    2. If you don't need create again same table space then you must use REMAP_TABLESPACE and REMAP_SCHEMA option of impdp
    for example :
      inpdp REMAP_TABLESPACE=TBL1:USERS REMAP_SCHEMA=USR1:USR2  DUMPFILE=DATA_PUMP_DIR:DUMP.DMPRegards
    Mahir M. Quluzade

  • Problem in importing XML Data In Acrobat - X

    Hello All,
    I have a LiveCycle form where I am embedding a sample XML into it. (No data connection and no binding). After filling the form when the user clicks the submit button before submitting the XML it removes all the nodes of the sample XML that's embedded to it so that the exported data is encapsulated within the field tag/attribute.
    We can again import the submitted XML back into the form to do some  manual editing.It works fine in Acrobat - 9 Pro. But when I try to  import the submitted XML data back into the form in the Acrobat - X it  shows the error : "Could not load data from Text file".It does not give  any error while importing the sample XML into the form. I am totally  confused. What could be the problem here ?
    LiveCycle version - ES 8.2
    Thanks.
    Bibhu.

    declare @x xml='<?xml version="1.0" encoding="UTF-8"?>
    <Flussi xmlns="http://indennitario.acquirenteunico.it/Semplificato/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Flusso xsi:type="FlussoSI1.1150Type" COD_FLUSSO="1150" COD_SERVIZIO="SI1">
    <IdentificativiRichiesta>
    <CodPratGestore>688628</CodPratGestore>
    </IdentificativiRichiesta>
    </Flusso>
    </Flussi>'
    ;WITH XMLNAMESPACES(default 'http://indennitario.acquirenteunico.it/Semplificato/1.0')
    select p.q.value('@COD_FLUSSO','int'),
    p.q.value('@xsi:type[1]','varchar(100)'),
    p.q.value('@COD_SERVIZIO','varchar(10)'),
    p.q.value('(IdentificativiRichiesta/CodPratGestore)[1]','int')
    from @x.nodes('/Flussi/Flusso')p(q)
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Problem when import reference data Regions for Vendor

    Import status is:
    Action items:  Map 'Name_English <Split Hierarchy> <Regions>' field value(s)
    In Map fields/values tab
    I don't know how to do there.
    Thanks

    Thanks for you guys' reply.
    Yes I'm working on SAP business content.(standdard)
    Here's screen shot.
    [mdm|http://0dlsqa.blu.livefilestore.com/y1p1DZhGrGx5EsTtxsqNZNm-L0x4Cr0z3Wm2BXkelhWs20sIzFTRsRF1Y3qHM1l-TMs8sN6TE7YrfVcT855M9bqXSNlFTJNAQfs/maps.jpg]
    you can see that 'map' button is gray.

  • Importing BusinessPartners Data via XML

    Greetings,
    I've got a problem on importing BusinessPartners data via XML. I exported an BusinessPartners object by using the GetBusinessObject and SaveXML methods and I now want to use this XML file to create a new BusinessPartners object.
    <i>Dim vCmp As SAPbobsCOM.Company
    'settings & connect...
    vCmp.XmlExportType = BoXmlExportTypes.xet_ValidNodesOnly
    'or  vCmp.XmlExportType = BoXmlExportTypes.xet_ExportImportMode
    Dim vBPSave As SAPbobsCOM.BusinessPartners
    vBPSave = vCmp.GetBusinessObjectFromXML("C:\object.xml", 0)
    ...</i>
    Error is like this:
    <i>Exception Details: System.Runtime.InteropServices.COMException: <ErrorList><Error>System Id = 361754288, Line Number = 1, Column Number = 79, Description = The namespace of element 'schema' must be from the schema namespace.</Error><Error>System Id = 361754288, Line Number = 1, Column Number = 99, ...</i>
    Can anyone tell me what the problem is? Is there any other propertis I need to set?

    I found where the problem was.
    This line should be used before create the XML file:
    <i>vCmp.XmlExportType = BoXmlExportTypes.xet_ExportImportMode</i>

  • Can't import ical dates into iphoto calendar

    Hi all,
    I'm trying to make an iphoto calendar for a friend and I'm running into a frustrating problelm. My friend emailed me an ical birthday calendar which he would like to have included in the iphoto calendar. I imported the ical calendar into my own ical as a new calendar. I have created my calendar in iphoto but I cannot import these dates into it. When I go to settings and click the calendar tab I am given the option of which ical calendars I would like to import to my calendar. I see two, one is my own normal calendar and the other is the birthday calendar sent to me by my friend. I check the birthday calendar and then click ok and ical appears to be importing the dates but when I look at my calendar the dates have not imported. If I try importing my normal calendar I have no problem. What's going on here??? Please help I am getting really frustrated.

    There are many video formats. iPhoto can't read all of them; in fact, it can't read most of them. Here's something that can:
    VideoLAN - Download official VLC media player for Mac OS X
    On the other hand, the videos are just files. You can copy them anywhere you want in the Finder.

  • HT1296 I have a problem synching calendar data between my iPhone 3GS iOS 5.1 & Outlook 2007 on MS7.  The basic calendar is OK but the birthdays (little box icon) are a day early & cannot be changed to the correct date. How can I fix this?

    I have a problem synching calendar data between my iPhone 3GS iOS 5.1 & Outlook 2007 on MS7.  The basic calendar data transfer is OK but the birthdays (little box icon) are a day early & cannot be changed to the correct date. The birthday entries in my Outlook contacts have correct dates.How can I fix this?

    The following peocess corrects the calendar entry:
    edit the contact & change the birthday, save the change; edit the contact & change the birthday to the correct value, save the change again. The calendar entry then displays on the correct date.  Alternatively as a temp solution I can just de-select the "birthdays" calendar which stops the icon being displayed.
    Thanks for your advice, I think that it's n going to be a slow process to fix all the entries for not much return.

  • IPod Nano 3rd Gen. Problems [Rebooting, Won't Sync Contact/Calendar Data]

    I have noticed that my iPod nano will reboot itself after it has been syncing/charging. It reboots when I go to the last playlist that was playing before I began to sync/charge it. Also, it would randomly reboots when I am selection a playlist.
    Then, it won't sync my contact/calendar data if it nearly full. But I can sync them when it is nearly empty.
    What is causing the problem and how can I fix it?

    if you have done restores then possibly it is a firmware issue... i would take it to the apple store if you can to get it looked at...

  • Problem in importing data in oracle 10g from 9i backup

    Hi ,
    Am trying to import data in oracle 10g..but it does not importing constraints, and stop doing anything by the msg.
    About to enable constraints.....
    after this msg it does not work.
    plz help,
    Regards,
    Neha

    Hi Neha,
    You have a lot of options. I'll supose you can test first, and you're using an export file.
    First forget about the data, think in your database structure. So you can do this:
    exp userid=... file=exp_norows.dmp full=y rows=n statistics=none
    Now you have the structure of your database. Create the database, in 10g, empty, check you have all filesystem, etc. for you new datafiles. And do the import with parameter ignore=y, you'll see a lot off errors on SYSTEM schema, don't worry about it.
    Now you have the structure of you database in 10g. You can take a look in the import log file, looking for some possible errors come from your schemas. so check the objects, and check the schemas.
    Bear in mind things like CONNECT role in 9i it's different in 10g, you can't create db_links in 10g with "IDENTIFIED BY VALUES" because you'll get an ORA-00600, etc.
    Well, fix all problems on source database (9i) and repeate this procedure until you don't recieve any more errors (not a SYSTEM schema errors).
    When you have everything solved, you can try to import the data.
    I hope, this method can help you. If you have any problem do not hesitate to ask me.
    John Ospino Rivas

  • Calendar Data Picker bug or problem

    Hi all i am having a problem with the calendar component.
    here the context:
    tool: Sun Java Studio Creator 2
    framework: Java Server Faces
    i put several components, on the page, and several buttons.
    i insert code in the button action of every button on the page, i test the applicaction, everyting works. i put a calendar on the page, i test the application withouht even clicking on the calendar, everything work. the moment i click on the calendar to pick a date, it works, but from that moment none of the button action code is even called, because i tested the application in debug mode with code breakpoints and none the breaks stoped. can anyone related to this situation regarding the calendar, and if you do, how did youto solve it. Thank you in advance.
    best regards

    Hi!
    If I've understood You rightly, button actions are not called after You pick a date.
    Put "Message Group" component from Basic section to the page with "Calendar" component and look what system message will appear.
    Probably the reason is that You select date before current and by defauly minDate for Calendar component is current. So probably You just should set minDate.
    Thanks,
    Roman.

  • Problem importing specific data from .csv file

    Hello!
    I'm using JDev 11.1.3.0 with JSF ui and I've been following the excellent example about importing comma separated values from a .csv file, of Mr. Bors, but I have a specific problem...
    1) When i try to import a date value (format dd/mm/yyyy) to a date field of my adf table, the date won't be accepted and it's not shown (I'm using Row.setAttribute("Field", textValue) for that purpose). I guess I have to enter it in a specific format but don't know how!
    2) Same thing with double values. Tried 1.50 and it's showing on the adf table 0.02. Tried 1,50 (with a different text separator) and it's throwing me an error and doesn't show anything on the table (again i'm using Row.setAttribute("Field", textValue) for that one too)...
    Any help would be appreciated!
    Thank you
    Edited by: Nikolas Saridakis on 6 Νοε 2010 11:10 πμ

    I tried your suggestion before I set my question but didn't know if I was looking on the right direction (I tried some things but they didn't work out). After a bit poking everything was fine...
    So I used
    Row.setAttribute("Field_name", oracle.jbo.domain.Date.fromText(value, "dd/mm/yyyy", null));
    and it did the trick...
    Weird thing about numbers was that after that, they were entered properly on the table with a normal Row.setAttribute("Field_name", value); with value being a String... anyway!
    Thank you Timo!

  • Character problem in toad import table data from excel

    Hi everybody,
    I want to import data from an excel file to an Oracle table, so I'm using Toad's "Import Table Data" tool for this purpose.
    The problem is Oracle doesn't import non-english characters properly.
    My database is XE and character set is 'AL32UTF8'.
    I searched web, but didn't find the solution.
    Please help...

    Hi again,
    Thank you for your reply Srini, but it is not about Toad.
    Character encoding of Excel causes the problem.
    I exported an unicode encoded csv file from excel and tried to load data from that file. It worked.
    Thanks.

  • Our exchange server crashed and we lost all contact and calendar data.  We found an app to get the contacts off of people's phone to import but can't find the same for calendar.  How do I get my calendar info off my phone and in to new exchange server?

    Our exchange server crashed and we lost all contact and calendar data.  We found an app to get the contacts off of people's phone to import but can't find the same for calendar.  How do I get my calendar info off my phone and in to new exchange server?

    You'd have to think through this, but it seems like if you are using Outlook, and the items vanished from the Outlook client as well as the server,that you could re-populate Outlook using iTunes. 

  • Importing Contacts and Calendar Data

    Hi there
    I use a 5G 80gb Ipod on my Windows Computer and various Ipod programs to try to import the Contacts and Calendar Data from Microsoft Outlook and then use the data contained on Ipod is there any way that I can do the same from BT Yahoo Mail, Email folders please as I don't use Microsoft Outlook. Many thanks for any information or help you can give me on this.
    Kind regards

    Note: An upcoming release of BlackBerry Link will support full two-way synchronization.
    please to way sync  now

Maybe you are looking for

  • Acrobat 9.0 standard

    looking for a download link for acrobat 9.0 standard and 8.0 standard looking thru the forum the links seem to be outdated

  • How to read from a file

    hello friends i m a newbie in java n as i m self studying java, i got stuck on the input streams.sir could u please help me how to read a file named test.txt from following code. import java.io.*; class ShowFile { public static void main(String args[

  • How to implement a user-defined function in a mathscript node

    I am trying to use a mathscript node that includes self-defined functions, but I always get an error. I tried to run an NI-example: MathScript using Riemann Zeta.vi ,and I got the same error I get when I run my own programmes:MathScript Node'MathScri

  • Problem doing noise analysis

    I would like to discuss on the phone whats going on... trying to do a noise analysis on opmap and Multisim is not giving me what I expected.

  • Database connection timeout

    We have successfully developed reports in CR XI and have been testing these reports on our website. All the tests had been going great until we realized that if the server was down we received a timeout error and then a connection information box ask