Force Calendar hh:mm:ss to zero's

Hi,
I just upgraded to CR 2008.  When prompted to enter a date from a calendar in infoview, it uses the system time for hh:mm:ss.  How can I force CRS 2008 to always have hh:mm:ss be 00:00:00?
Thanks in advance,
Zack H.

This has been resolved by exporting the published Crystal Report from Crystal Reports Server 2008, modify data type from date-time to date in Crystal Reports Designer and republish to CRS 2008.  Credit goes to Dominic Hung from SAP Sales.

Similar Messages

  • Force leading zeros

    For some reason I can't remember how to force a number to show leading zeros in a fixed length field, i.e. 80  is 0080, 240 as 0240. I'd blame it on Monday but I couldn't think of it on Friday, either.
    Thanks!
    Robin

    Thanks for your response. I had to change the cstr to totext in order for it to work, but then it was perfect!

  • Error in Calendar.add (almost) evey last Monday of March

    Is the following a known bug? I am running under Windows 2000 and using
    C:\jdk1.4>java -version
    java version "1.4.1"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
    Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)
    * Filename: CalendarBug.java
    * Every last Monday of March (except those with a whole week after it),
    * gives a wrong result when subtracting 24 hours with the Calendar.add function.
    * These specific dates give -25 hours...
    * Selected output:
    * Set date: Mon Mar 26 00:00:00 CEST 2001
    * -->Adjusted 24 hours: Sat Mar 24 23:00:00 CET 2001
    * Set date: Mon Mar 25 00:00:00 CET 2002
    * Adjusted 24 hours: Sun Mar 24 00:00:00 CET 2002
    * Set date: Mon Mar 31 00:00:00 CEST 2003
    * -->Adjusted 24 hours: Sat Mar 29 23:00:00 CET 2003
    * Set date: Mon Mar 29 00:00:00 CEST 2004
    * -->Adjusted 24 hours: Sat Mar 27 23:00:00 CET 2004
    * Does anyone care to explain?
    * The result is the same when substituting seedDate.add(Calendar.HOUR,-24) with
    * - seedDate.add(Calendar.HOUR_OF_DAY,-24)
    * - seedDate.add(Calendar.MINUTE, -24*60)
    * Date Created: 25. september 2003 09:53:20
    * Written by: Skjalg Bjorndal
    import java.util.Calendar;
    import java.util.Date;
    import java.util.GregorianCalendar;
    public class CalendarBug {
        GregorianCalendar seedDate = new GregorianCalendar();
        public void lastMondayInMarch(int year, int month, int date) {
            System.out.println("   ------- Year: " + year + " ----------");
            for (int i = 0; i < 10; i++) {
                System.out.println("   ---------- " + i + " ----------");
                seedDate.set(year, month, date + i);
                seedDate.setTime(zeroTime(seedDate.getTime()));
                System.out.println("   Set date:          " + seedDate.getTime().toString());
                seedDate.add(Calendar.HOUR, -24);
                if (seedDate.get(Calendar.HOUR_OF_DAY) != 0) {
                    System.out.print("-->");
                } else {
                    System.out.print("   ");
                System.out.println("Adjusted 24 hours: " + seedDate.getTime().toString());
            System.out.println("");
        private Date zeroTime(Date date) {
            Calendar cal = Calendar.getInstance();
            cal.setTime(date);
            // Zero out time:
            cal.set(Calendar.HOUR_OF_DAY, 0);
            cal.set(Calendar.MINUTE, 0);
            cal.set(Calendar.SECOND, 0);
            cal.set(Calendar.MILLISECOND, 0);
            return cal.getTime();
        public static void main(String args[]) {
            CalendarBug aBug = new CalendarBug();
            aBug.lastMondayInMarch(2001, 2, 19);
            aBug.lastMondayInMarch(2002, 2, 18);     // OK - hole week after last Monday of month
            aBug.lastMondayInMarch(2003, 2, 24);
            aBug.lastMondayInMarch(2004, 2, 22);

    Thanks for both of your prompt replies!
    The number of hours to be subtracted is configurable in a property file in the program in which the problem arose. I.e. it could be 1, 23, 24, 120 or whatever...
    My solution will be to download 1.4.2, as kurisu1 pointed out would solve the problem.
    Until we tested the rest of the code with 1.4.2, I will reprogram and use the seedDate.add(Calendar.DATE, -1); as a temporary work around.
    Best regards
    __Skjalg

  • Exchange Calendar sync loops, drains, and fails

    It seems I have got the same problem as described here. The symptom is that the Exchange sync never seems to finish. The phone runs hot and probably uses a lot of network traffic. The problem is that the disable/enable of Calendar sync trick fails on my iPhone. It tries for a long time and then it times out. I can't even remove the accounts completely, that fails in the same way.
    It's an iPhone 5S running iOS 7.0.5. I'm syncing three calendars. Two Exchange accounts from different servers and one Gmail.
    This problem happened to me once before and then I ended up doing a Factory Reset. I'd rather not do that again.
    Power assertion timeout: https://dl.dropboxusercontent.com/u/26840/iOS_power_assertion_timeout_DataAccess _Exchange_related.png
    and with https://dl.dropboxusercontent.com/u/26840/iOS_power_assertion_timeout_fetchMobil eSynchronously.png
    MobileCal: https://dl.dropboxusercontent.com/u/26840/iOS_MobileCal_has_active_assertions_be yond_parmitted_time.png
    The preferences timeout:
    https://dl.dropboxusercontent.com/u/26840/iOS_preferences_timeout_turning_off_ca lendar_sync.png
    I would love to find a solution to this! It could be to the root of the problem, how to force calendar sync off, how to force removal of email accounts, or to something that I've missed.
    PS. I've asked the same question here. DS.

    Not sure if this will help, I found it solved a slightly different problem.  the following is a re-post from a different thread.
    I've had similar issues - although my email and contacts were syncing with Exchange without issue, in iOS7 I developed a one-way problem with calendar sync.
    Appointments created on my iPhone were syncing fine to my Exchange server, and were then visible in outlook on my PC.
    However items created in Outlook were not syncing to the iPhone.
    I'm running iOS 7.1 on an iPhone 5; plus Outlook 10 on a Windows 8.1 machine connecting to Exchange on Small Business Server 2003.
    I found a solution here.
    On the PC, go to your calendar and right-click the Calendar folder.  On the Permissions tab, change the default Permissions from "none" to "Reviewer".  Apply changes.
    Then on the iPhone, remove and add back the calendar in Settings.
    I have 3 separate calendars on my exchange server and had to do this for each one.  When I only did it for one calendar at first, this was the only one which appeared on the iPhone.  So, it seems to me that this was definitely the culprit.
    Interesting that this problem only reared it's head since the iOS7 update.  Calendar was working just fine for me in iOS6.

  • Date format for Calendar Prompt  in Oracle BI

    Hi,
    1)
    In Oracle Answers, I need to have this format : dd-MMM-yy in a Calendar Prompt
    I've changed in localedefinitions.xml :
    <property name="dateShortFormat">dd-MMM-yy</property>
    <property name="dateOrder">dmy</property>
    <property name="dateSeparator">-</property>
    <property name="dateFormats">
    <property>dd-MMM-yy</property>
    </property>
    then I've restarted all services, but still, the format is (only in Calendar prompt) : dd-mm-yyyy (ex : 16-01-2007).
    I'm using : Oracle Business Intelligence Product Version      10.1.3.3.3 (Build 080430.1930).
    2)
    related to this, I set the value of a presentation variable with the value of returned by this Calendar Prompt. I need to compute (in a report column) the difference (in days) between some column and that presentation value .
    I've tried :
    TIMESTAMPDIFF(SQL_TSI_DAY, Attributes."Modified Date", TIMESTAMP '@{v}')
    But I get errors related most probably to the way TIMESTAMPS seems to work : getting only 'yyyy-mm-dd hh24:mi:ss' like parameters ? any idea how to convert variable v to timestamp , using a custom mask ?
    Thank you !

    right now, Calendar prompt displays (by default) dates using the format : DD-MM-YYYY, although I tried to configure everything to DD-MMM-YY
    If using folowing formula in a column : TIMESTAMPDIFF(SQL_TSI_DAY, Attributes."Modified Date", CAST('@{v_reference_date}' AS DATE))
    i got errors (State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 1843, message: ORA-01843: not a valid month at OCI call OCIStmtExecute: )
    I got errors for TIMESTAMPDIFF(SQL_TSI_DAY, Attributes."Modified Date", @{v_reference_date})) as well.
    It works for TIMESTAMPDIFF(SQL_TSI_DAY, Attributes."Modified Date", CAST('@{v_reference_date}' AS DATE)) only if I directly type the date (in the Calendar prompt) using a DD-MMM-YY or a DD-MM-YYYY- format .
    so , I will need to force Calendar to use DD-MMM-YY format (don't know if it is possible), or, in the worst case, I should be able to CAST a string to date using a mask provided on the spot (something like to_date('01-13-2010', 'dd-mm-yyyy') )
    Edited by: alex.v on Jun 7, 2010 11:26 AM

  • How to add leading zeros to a characteristic in CT04

    The business is requesting that we change a class characteristic so that it adds leading zeros.  Currently the characteristic is set as numeric with length of 6, no decimals.  Is there any way via template or otherwise to force this characteristic to store leading zeros, as recorded against the characteristic?

    Hi David,
    1. If you are mentioning about the "Characteristics"This is Standard Field name.
    2. You will not be able to influence the same,
    3. Also i doubt if you are talking about the Characteristic Value - Since only in the Char Value we will be able to define the length, etc.
    4. In case of Charvalues if you want leading zeros then create it as character , where you can store with leading zero
    Reg,
    Dsk

  • Calendar Configuration Question

    Calendar Configuration
    Anybody have copies of the Dad information (calapps and calpalm) for setting up Unified Messaging Calendar? Also, looking for what needs to go in the Calendar Server Setup in the http://host:port/um/admin/CalServerSetup.uix screen.
    Nothing seems to be working......
    Thanks,
    Dennis

    Hi:
    I have compiled some things to check regarding calendar setup.
    Let me know if this helps.
    Unified Messaging Calendar configuration tips:
    1.     If you are unable to insert the calendar data from the admin page you first have to check the information in LDAP doing the following:
    Connect to sqlplus as the calendar user i.e es_cal
    -- Check LDAP info
    set serveroutput on
    declare
    a varchar2(255);
    begin
    get_install_params('LDAPHOST', a);
    dbms_output.put_line('LDAPHOST=' || a);
    get_install_params('LDAPPORT', a);
    dbms_output.put_line('LDAPPORT=' || a);
    get_install_params('ORCLADMINDN', a);
    dbms_output.put_line('ORCLADMINDN=' || a);
    get_install_params('ORCLADMINPASSWD', a);
    dbms_output.put_line('ORCLADMINPASSWD=' || a);
    end;
    This should show the right info like for example:
    LDAPHOST=cangre.us.oracle.com
    LDAPPORT=4032
    ORCLADMINDN=cn=umadmin,cn=EMailServerContainer,cn=Products,cn=OracleContext
    ORCLADMINPASSWD=um
    PL/SQL procedure successfully completed.
    Otherwise there is something wrong during the install of UM.
    2.     Now check if the information in the mailstore is right too:
    -- Check Calendar info in the mailstore
    set serveroutput on
    declare
    p_login_url varchar2(100) :=' ';
    p_logout_url varchar2(100) := ' ';
    p_locale varchar2(200) := ' ';
    p_admin_user varchar2(100) := ' ';
    begin
    CalAdmin_Get_Info ( p_login_url, p_logout_url ,
    p_locale ,
    p_admin_user );
    dbms_output.put_line(' login_url'||p_login_url);
    dbms_output.put_line(' logout_url'||p_logout_url);
    dbms_output.put_line(' locale'||p_locale);
    dbms_output.put_line(' user'||p_admin_user);
    end;
    which should show an output of :
    login_urlhttp://cangre.us.oracle.com:7779/um/templates/CalSSOLogin.jsp
    logout_urlhttp://cangre.us.oracle.com:7779/um/templates/CalSSOLogout.jsp
    localeAlaska
    userCN=ESADMINC1
    3.     If you are unable to store the calendar info from the UMAdmin page you can use the following:
    --This will force Calendar Registration the same way as throug UMAdmin
    webpage:
    -- logon as ES_CAL
    set serveroutput on
    declare
    p_login_url varchar2(100)
    :='http://omcdev6.us.oracle.com:7779/um/templates/CalSSOLogin.jsp';
    p_logout_url varchar2(100) :=
    'http://omcdev6.us.oracle.com:7779/um/templates/CalSSOLogout.jsp';
    p_locale varchar2(200) := 'Alaska ';
    p_admin_user varchar2(100) := 'cn=es_sysadmin';
    begin
    CalAdmin_Set_Info ( p_login_url, p_logout_url ,
    p_locale ,
    p_admin_user );
    end;
    4.     The dad for calapps is very important.
    Check in the $ORACLE_HOME/Apache/modplsql/conf for the file dads.conf and you should have at least the following :
    <Location /pls/calapps>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername es_cal
    PlsqlDatabasePassword !Y2Fs
    PlsqlDatabaseConnectString iasdb
    PlsqlAuthenticationMode Basic
    </Location>
    If not you have to create it using :
    Create the Calendar DAD with name as /pls/calapps on the middle tier
    machine.
    ( Login to http://<infra hostname>:1810
    login as ias_admin
    Select middle tier machine -> http server-> )
    Configure generic DAD.
    The name of the dad will need to be /pls/calapps
    5. Follow the instructions on UM Admin guide page 3-3 to setup the
    calendar.
    In the file oc4j.properties in $ORACLE_HOME/j2ee/OC4J_UM/config
    For example:
    calendar.cookie.domain=.oracle.com
    calendar.dad.webserver.port=7779
    calendar.dad.webserver.host=cangre.us.oracle.com
    calendar.mailstoredn=cn=iasdb.cangre.us.oracle.com,cn=MailStores,cn=UM_SYSTEM,cn=EmailServerContainer,cn=Products,cn=oraclecontext
    in toolkit.properties from $ORACLE_HOME/um/client/config
    Calendar Server login and Logout URL should be as follows.
    login URL :
    http://<middletiermachinename>:<port>/um/templates/CalSSOLogin.jsp
    The logout url should be
    http://<middletiermachinename>:<port>/um/templates/CalSSOLogout.jsp
    6. When you create UM users using http://<mid tier host>:<mid tier
    port>/um/traffic_cop
    you need to fill in the calendar dad ( calapps ) name for each user.

  • Error 1550 when syncing Calendar

    Hello MacRumors,
    When I open the Calendar app it does not sync with iCloud. It shows a ! next to the iCloud title.
    When I click on this a popup appears that reads:
    I only get this problem when the Calendar app is syncing. My phone and icloud.com sync properly with eachother. Does anyone know why this is happening.
    Please let me know if you need logs or any other information.
    Thanks!

    Hello popejpg,
    Thank you for using Apple Support Communities!
    There is a great article for troubleshooting the iCloud calendar on your computer, named iCloud: Troubleshooting iCloud Calendar found here http://support.apple.com/kb/TS3999. These steps in particular is what I would recommend:
    General Troubleshooting
    Make sure there are no current issues listed on the System Status that affect iCloud Calendar. The System Status is located on the iCloud Support webpage.
    Make sure you have fully enabled iCloud Calendar for the client you are using (for more setup and troubleshooting information on iOS, OS X, Windows and iCloud.com, see the additional details below).
    Check to see if the issue you are seeing is covered in iCloud Help. To search iCloud Help, visit help.apple.com/icloud.
    Check your settings and preferences as something may not be set up correctly. For example, having incorrect date and time settings can cause issues which are easily resolved by entering the appropriate settings.
    Troubleshooting Calendar on OS X Mountain Lion (iCal on OS X Lion)Note: For instructions on setting up iCloud Calendar with Calendar or iCal on your Mac, see iCloud Setup.If you are having trouble with Calendar or iCal on a Mac and you are using iCloud Calendar, try each of these steps, testing after each to see if the issue is resolved:
    Make sure you are using OS X Lion v10.7.2 or later. Click here for help verifying the version of OS X you are using.
    Make sure your computer is online. Attempt to view www.apple.com and iCloud.com. If you can't connect to the Internet, your iCloud calendars and events will not update in iCal. Click here for more information about troubleshooting your Internet connection.
    Verify that your iCloud member name is entered into the iCloud Preference pane in System Preferences. See iCloud Setup for more information about setting up iCloud on a Mac.
    Make sure you enter and update calendar information in the iCloud section of Calendar or iCal. Only calendars and events in the iCloud section of the Calendar or iCal Calendar list will be pushed to iCloud. Both Calendar and iCal for the Mac support the display of and interaction with multiple accounts and datastores, for example, iCloud, On My Mac, Exchange, Google, and so on. This makes it easy to create or modify events or calendars in a section of  Calendar or iCal that may not be updating iCloud. Learn more about moving local calendars to iCloud.
    In some cases, you may find that you have data duplicated in both the local On My Mac and the iCloud sections of Calendar or iCal. Learn more about resolving this issue.
    You can make the iCloud calendar your default calendar for all new events. In Calendar on OS X Mountain Lion, choose Calendar > Preferences > General, or in OS X Lion, choose iCal > Preferences > Generaland under the Default Calendar heading, select one of the Calendars under the iCloud heading. Close the Preferences window to save this change.
    If recent changes simply don't appear, try forcing Calendar or iCal to refresh by selecting Refresh All from theCalendar menu.
    Make sure your account was successfully created in Calendar on your Mac (or iCal). After upgrading to iCloud Calendar, you may need to quit and reopen Calendar (or iCal). To confirm your account is configured correctly in iCal:
    Open Calendar (or iCal).
    Open Calendar (or iCal) Preferences.
    Click Accounts. You should see an account with your iCloud member name entered.
    Turn iCloud Calendars off and back on
    Quit Calendar (or iCal).
    Choose Apple () menu > System Preferences > iCloud.
    Remove the checkmark in the checkbox next to Calendars.
    Close System Preferences and wait about a minute.
    Open System Preferences and choose iCloud.
    Replace the checkmark next to Calendars.
    Close System Preferences.
    Open Calendar (or iCal) and test to see if the issue has been resolved.
    Restart your computer. This may sound simple, but it does reinitialize your network and application settings and can frequently resolve issues.
    Regards,
    Sterling

  • Ical error message "your calendar couldn't be refreshed" make sure you're connected to the internet and try again

    I've noticed on my Macbook Pro (10.9.3) iCal, iCloud section on left showing error icon after syncing (circling motion to indicate it) ends. When I click the icon, message "your calendar couldn't be refreshed. Make sure you're connected to the internet and then try again later" comes up even though it is connected. iCal no longer syncs with iCloud Calendar ether.
    Could someone know what my problem is here?
    I have no issue with Contacts or Mail. They just sync as usual.
    I have checked my iCloud account and it is correctly set up.
    Please help...

    Hello there, RS.7.
    The following Knowledge Base article offers up some great, in-depth steps for troubleshooting issues with iCloud Calendar on your Mac:
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/TS3999
    Particularly:
    Troubleshooting on OS X
    Server error 507?
    If you're using OS X Mountain Lion or OS X Lion and get the message “The server responded with ‘507’ to operation CalDAVWriteEntityQueueableOperation,” you've exceeded one or more iCloud Calendar limits. Try removing some calendar or reminder data from your iCloud account.
    Confirm that you've turned on iCloud Calendar:
    Choose System Preferences from the Apple menu (), then click iCloud.
    If you're using OS X Mavericks v10.9 or later, make sure that the Calendars checkbox is selected.
    If you're using OS X Mountain Lion or Lion, make sure that the Calendars & Reminders checkbox is selected.
    Try each of these steps, testing after each to see if the issue is resolved:
    Make sure that you are using OS X Lion v10.7.5 or later. Learn how to verify the version of OS X you are using.
    Make sure your computer is online. Attempt to view www.apple.com. If you can't connect to the Internet, your iCloud calendars and events will not update in Calendar or iCal. Learn how to troubleshoot your Internet connection.
    Open a secure website to test if ports 80 and 443 are accessible. Calendar requires port 443 access to iCloud in order to push and fetch updates to and from the iCloud Calendar servers.
    Choose Apple () menu > System Preferences, then click the icon for iCloud. Make sure that you're signed in to the same iCloud account that you're using on your other supported devices.
    Make sure that you enter and update calendar information in the iCloud section of Calendar or iCal. Only calendars and events in the iCloud section of the Calendar or iCal Calendar list are updated in iCloud. Both Calendar and iCal for Mac support the display of and interaction with multiple accounts and datastores, such as iCloud, On My Mac, Exchange, and Google. This makes it easy to create or modify events or calendars in a section of Calendar or iCal that may not be updating iCloud. Learn more about moving local calendars to iCloud.
    In some cases, you may find that you have data duplicated in both the local On My Mac and the iCloud sections of Calendar or iCal. Learn more about resolving this issue.
    You can make the iCloud calendar your default calendar for all new events. In Calendar, choose Calendar > Preferences, then click General. In iCal, choose iCal > Preferences, then click General. Locate the Default Calendar setting and choose one of the Calendars under the iCloud heading. Close the Preferences window to save the change.
    If recent changes don't appear, try forcing Calendar to refresh by selecting Refresh Calendars from the View menu. In iCal, select Refresh or Refresh All from the Calendar menu.
    If you've recently made changes to your contacts' birthdays and are not seeing those changes reflected in your Birthdays Calendar, try to refresh your calendars. If you made the changes in the Contacts app on an iOS device or at iCloud.com, it may take up to an hour for those changes to appear on your other devices. 
    Make sure that your account was successfully created in Calendar (or iCal) on your Mac. After upgrading to iCloud Calendar, you may need to quit and reopen Calendar (or iCal). To confirm that your account is configured correctly in Calendar (or iCal):
    Open Calendar (or iCal).
    Open Calendar (or iCal) Preferences.
    Click Accounts. You should see an account with your iCloud member name in the Apple ID field.
    Turn iCloud Calendars off and back on:
    Quit Calendar (or iCal).
    Choose Apple () menu > System Preferences, then select iCloud.
    Deselect the checkbox next to Calendars (or Calendars & Reminders in Mountain Lion and Lion).
    Close System Preferences and wait about a minute.
    Open System Preferences and select iCloud.
    Replace the checkmark next to Calendars (or Calendars & Reminders in Mountain Lion and Lion).
    Close System Preferences.
    Open Calendar (or iCal) and test to see if the issue is resolved.
    Restart your computer. This may sound simple, but it reinitializes your network and application settings and can frequently resolve issues.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • TS3999 iCloud Calendar Problems

    Im having trouble syncing my Icloud calendar to my computer. It will appear on my iphone and ipad but not my IMAC nor my sisters PC. We are trying to link calendars with work

    Hi Elizablessed24,
    Welcome to the Support Communities!
    The article you've referenced is the correct one for troubleshooting the iCloud Calendar.  Did you try each of the steps in the "Troubleshooting on OS X" section?  I've highlighted a few of the key points below.  When you have iCloud working on your Mac, then proceed to the section of the article for Windows troubleshooting.
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/TS3999?viewlocale=en_US
    Troubleshooting on OS X:
    Confirm that you've turned on iCloud Calendar:
    Choose System Preferences from the Apple menu (), then click iCloud.
    If you're using OS X Mavericks v10.9 or later, make sure that the Calendars checkbox is selected.
    If you're using OS X Mountain Lion or Lion, make sure that the Calendars & Reminders checkbox is selected.
    Try each of these steps, testing after each to see if the issue is resolved:
    Make sure that you are using OS X Lion v10.7.5 or later.
    Make sure your computer is online. Attempt to view www.apple.com. If you can't connect to the Internet, your iCloud calendars and events will not update in Calendar or iCal. Learn how to troubleshoot your Internet connection.
    Open a secure website to test if ports 80 and 443 are accessible. Calendar requires port 443 access to iCloud in order to push and fetch updates to and from the iCloud Calendar servers.
    Choose Apple () menu > System Preferences, then click the icon for iCloud. Make sure that you're signed in to the same iCloud account that you're using on your other supported devices.
    Make sure that you enter and update calendar information in the iCloud section of Calendar or iCal. Only calendars and events in the iCloud section of the Calendar or iCal Calendar list are updated in iCloud.
    If recent changes don't appear, try forcing Calendar to refresh by selecting Refresh Calendars from the View menu. In iCal, select Refresh or Refresh All from the Calendar menu.
    Make sure that your account was successfully created in Calendar (or iCal) on your Mac. After upgrading to iCloud Calendar, you may need to quit and reopen Calendar (or iCal). To confirm that your account is configured correctly in Calendar (or iCal):
    Open Calendar (or iCal).
    Open Calendar (or iCal) Preferences.
    Click Accounts. You should see an account with your iCloud member name in the Apple ID field.
    Turn iCloud Calendars off and back on:
    Quit Calendar (or iCal).
    Choose Apple () menu > System Preferences, then select iCloud.
    Deselect the checkbox next to Calendars (or Calendars & Reminders in Mountain Lion and Lion).
    Close System Preferences and wait about a minute.
    Open System Preferences and select iCloud.
    Replace the checkmark next to Calendars (or Calendars & Reminders in Mountain Lion and Lion).
    Close System Preferences.
    Open Calendar (or iCal) and test to see if the issue is resolved.
    Restart your computer. This may sound simple, but it reinitializes your network and application settings and can frequently resolve issues.
    Cheers,
    - Judy

  • How do I cancel an import into calendar?

    I want to back up my calendars before deleting them. I have quite a few. I did a test run to see if the back up worked and when I tried to reinstall my calendar I got the following message box. I have been clicking ignore, but there will be thousands of these and I can't get it to cancel. Is there a way to cancel the action of importing the backed up calendar?
    I have tried forcing calendar to quit and I have rebooted the computer, but each time I reopen calendar, these boxes appear again. Please help me :-)

    Use force quit from the -menu to quit iPhoto.
    Select the iPhoto Library in the Finder. By default it is in your Pictures folder.
    Ctrl-click or right-click the iPhoto lIbrary. Select "Show package contents" from the panel, that will pop up.
    Look for a folder named "Importing" or "Import". Remove this folder, but don't touch anything else.
    Then launch iPhoto again.
    If iPhoto now is working again, check the folder you removed, if there are any photos that you want to keep and save them.

  • Loops and system timestamp not synchronized

    Running Labview 8.6.1 on Windows 2000, loops and system timestamp (Windows clock) seem to use different time bases; one second in a loop is not exactly as long as a second in system time. If i run a simple VI as in picture, with a 1-second loop which just prints the system time, the printed timestamp goes faster by about 1ms every 4-5 seconds. The same happens using a Timed loop or a While with a Wait until next ms multiple.
    Why is that? Can i set a loop to match the system time?
    Attachments:
    1sec.png ‏3 KB

    johnsold wrote:
    In the eastern U. S. interconnected power grid the accumulated time is held to within a small fraction of a second when averaged over days.  Over a year the accumulated error is less than parts in 10^12 or better.  The instantaneous frequency can deviate from the nominal 60 Hz by less than 0.1 Hz.
    The system basically uses an integral controller referenced to a NIST atomic clock to force the steady state error to zero.
    Lynn 
    So is that a very technical way of saying "Ben, you are full of Sh#% !"*
    I have not measured the frquency of my AC service in the last three decades or so. I do remember seeing it faster in the summer and slower in the winter. Has it really changed? Silly me thinking that the wide freq input spec I read on wall-warts was there just to handle this variation of freq.
    And to think it has gotten smarter "without a brain".
    Ben
    * I am just trying to catch up what I seem to have missed. The above is all in good humor. No offense intended or taken.
    Message Edited by Ben on 08-03-2009 12:56 PM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Cisco Jabber for Windows 9.2.6 (setting registry keys)

    All,
    I would like to be able to set the general option for Cisco Jabber to force the client to, "Start Ciso Jabber when my computer starts" option.  Is this a registry setting I can force?  I'd also like to force calendar intergration with Microsoft Outlook by default as well.  We are using SCCM to push Jabber via RAP.  Are these registry settings HKCU or HKLM?  Thanks Phillip                    

    Hi Phillip,
    you may find more details on Installation and Configuration guide how to set Start_Client_On_Start_OS parameter in jabberConfig file.
    Keep in mind that values set in JabberlocalConfig.xml have presedence over value set in jabberConfig.xml file from TFTP server.
    Regards,
    Nebojsa

  • Create a program for Automatic calculation of Interest on arrears for Custo

    Hello Experts,
    Please Check the below requirement and guide me according ly..
    Upto now our client is preparing the interest manually in excel and later they issue the invoice in Finance module (DR document) and attach the paper with the calculation.
    Now they would like to have an automatic process for all the customers  with the exception of the Intercompany.
    The keys indicator will be:
    Interest term:
    Capital     * Days of delay/ 360     * interest rate(see table)     
                      (Legend days of delay= new duedate agreed - original duedate of invoice)
    -Calculate interest based on line items (open items and items cleared with a payment)
    -Calendar: 360 days
    -Transfer days: zero
    -Tolerance days: zero
    -Interest processing: amount limit  20u20AC
    -Posting;
          Terms of payment: blank (to be define case by case)
          Tax code: VJ NS Art 15 I comma
    The interest will be registered only if we have posted the invoice in the system.
    I confirm that the account number will be  5401000 cost center     C010100238
    Please suggest me how we can develop a programme
    Thanks in advance,
    Satya

    Hi,
    You need to configure INTEREST CALCULATION setup in system in order to automate the posting interest to customers / vendors.
    [Interest Calculation |http://wiki.sdn.sap.com/wiki/display/ERPFI/Interest+Calculation]
    Regards,
    Srinu

  • When I try entering a new event in iCal on my MacBook Air, I get an error message popping up on my screen that says: The request for account "iCloud" failed.  The server responded with "502" to operation CalDAVSetPropertyQueueableOperation. Help!!??

    When I try entering a new event in iCal on my MacBook Air, I get an error message popping up on my screen that says:
    The server responded with “502”
    The request for account “iCloud” failed. 
    The server responded with “502” to operation CalDAVSetPropertyQueueableOperation.
    The request for account “iCloud” failed.
    I am then given the option of staying Online or going Offline.
    Can anyone help me?
    thanks

    Hello b.krushel,
    Thank you for using Apple Support Communities
    Any number of things could cause this issue, so I would recommend this article named iCloud: Troubleshooting iCloud Calendar found here http://support.apple.com/kb/TS3999.
    These sections in particular:
    General Troubleshooting
    Make sure there are no current issues listed on the System Status that affect iCloud Calendar. The System Status is located on the iCloud Support webpage.
    Make sure you have fully enabled iCloud Calendar for the client you are using (for more setup and troubleshooting information on iOS, OS X, Windows and iCloud.com, see the additional details below).
    Check to see if the issue you are seeing is covered in iCloud Help. To search iCloud Help, visit help.apple.com/icloud.
    Check your settings and preferences as something may not be set up correctly. For example, having incorrect date and time settings can cause issues which are easily resolved by entering the appropriate settings.
    Troubleshooting Calendar on OS X Mountain Lion (iCal on OS X Lion)Note: For instructions on setting up iCloud Calendar with Calendar or iCal on your Mac, see iCloud Setup.If you are having trouble with Calendar or iCal on a Mac and you are using iCloud Calendar, try each of these steps, testing after each to see if the issue is resolved:
    Make sure you are using OS X Lion v10.7.2 or later. Click here for help verifying the version of OS X you are using.
    Make sure your computer is online. Attempt to view www.apple.com and iCloud.com. If you can't connect to the Internet, your iCloud calendars and events will not update in iCal. Click here for more information about troubleshooting your Internet connection.
    Verify that your iCloud member name is entered into the iCloud Preference pane in System Preferences. See iCloud Setup for more information about setting up iCloud on a Mac.
    Make sure you enter and update calendar information in the iCloud section of Calendar or iCal. Only calendars and events in the iCloud section of the Calendar or iCal Calendar list will be pushed to iCloud. Both Calendar and iCal for the Mac support the display of and interaction with multiple accounts and datastores, for example, iCloud, On My Mac, Exchange, Google, and so on. This makes it easy to create or modify events or calendars in a section of  Calendar or iCal that may not be updating iCloud. Learn more about moving local calendars to iCloud.
    In some cases, you may find that you have data duplicated in both the local On My Mac and the iCloud sections of Calendar or iCal. Learn more about resolving this issue.
    You can make the iCloud calendar your default calendar for all new events. In Calendar on OS X Mountain Lion, choose Calendar > Preferences > General, or in OS X Lion, choose iCal > Preferences > Generaland under the Default Calendar heading, select one of the Calendars under the iCloud heading. Close the Preferences window to save this change.
    If recent changes simply don't appear, try forcing Calendar or iCal to refresh by selecting Refresh All from theCalendar menu.
    Make sure your account was successfully created in Calendar on your Mac (or iCal). After upgrading to iCloud Calendar, you may need to quit and reopen Calendar (or iCal). To confirm your account is configured correctly in iCal:
    Open Calendar (or iCal).
    Open Calendar (or iCal) Preferences.
    Click Accounts. You should see an account with your iCloud member name entered.
    Turn iCloud Calendars off and back on
    Quit Calendar (or iCal).
    Choose Apple () menu > System Preferences > iCloud.
    Remove the checkmark in the checkbox next to Calendars.
    Close System Preferences and wait about a minute.
    Open System Preferences and choose iCloud.
    Replace the checkmark next to Calendars.
    Close System Preferences.
    Open Calendar (or iCal) and test to see if the issue has been resolved.
    Restart your computer. This may sound simple, but it does reinitialize your network and application settings and can frequently resolve issues.
    Take care,
    Sterling

Maybe you are looking for

  • Problem using namespace of XML docs gerenrated by  XMLForm

    Hi community! I am facing a problem using namespace within a XSL stylsheet. Let me describe my problem: I am using the SAP XMLFormsBuilder within the SAP EnterprisePortal in order to provide a HTML based form for creating and editing specific XML doc

  • Stop Music Auto Update

    I was wondering how I stop iTunes from adding music to my library when it is downloaded from another source? The problem I have with this is my music downloads to a temperary folder. When I move the files they then have a missing link in iTunes. I wo

  • How to add (multiple) cursors programmatically in an XY graph?

     how to add (multiple) cursors programmatically in an XY graph? I am building an XY graph. then I would like to add cursors at certain locations (positioned on x axis) I determine through a program. How can I add cursors programatically? Thank you.

  • Use of  date as a datatype(Jdeveloper) for varchar2(in database)

    hi, i have a column requestdate(DB column) with Varchar2 as datatype, and i am binding this column to MessageText item(Using VoAttribute) in Jdeveloper which is declared as Date datatype, I am getting the following error. I want the dataPicker to be

  • Adapter Message Based Partitioning

    Hi, I'm trying to investigate the use of partitioning without much success. I have set up two publishing AQ adapters with a partition created on both, routing event1 via first partition (on adapter1) and routing event2 via the second partition (on ad