Calendar created by name doesn't correspond.

HI,
After checking, I cannot find a response to the following:
My wife creates, on her device, a calendar entry, but it displays that it was created by me.  My wife deletes or amended an entry and it indicates on the notification message on my device that it was deleted by me.
How is this happening and how do I rectify this error?
Any advice welcomed.

I experienced the same problem when trying to run the examples in the Web Services Developer Pack 1.0_01. I found out that there seems to be a bug in the UDDI registry when using a different locale then en_US.
When I use sv_SE as locale I dont get any hits when querying the registry by name, querying by classification works. Also ; if I get a hit the name and description fields are empty (this causes a NullPointerException in the JWSDP portal example)
If I switch to en_US locale both querying by name and retrieving description works fine.
There seems to be two bug-reports regarding this, see http://developer.java.sun.com/developer/bugParade/bugs/4711368.html and http://developer.java.sun.com/developer/bugParade/bugs/4779503.html

Similar Messages

  • How to change the "created by" name in calendar entries

    My iPad calendar events have a typo in the "created by" name field. Does anyone know where this name comes from and how to change it?
    I'm running the latest iOS. I sync with Outlook on a stand-alone Windows 7 PC via iCloud (not using Exchange). It does not seem to matter on which device the events are created.

    This type of question should really be asked in the Feedback on Developer Exchange forum or by email the site administrator directly, I'm sure the people that recieve these messages as part of their newsgroup services don't want read about DE specific problems.
    That being said, click on "My Profile" in the top right corner of all NI web pages. From there click on "Modify Profile". You will see a box containing your information including your "Alias", click on edit and change your alias.
    Brian

  • You can't open Mail, Contacts & Calendars preferences because it doesn't work on an Intel-based Mac.

    I updated my Mac to Mavericks and after that, I can't open the Mail, Contacts and Calendar preferences.
    Every time I try, I get the following message:
    "You can’t open Mail, Contacts & Calendars preferences because it doesn’t work on an Intel-based Mac."
    I tried this workaround from the Mountain Lion thread (https://discussions.apple.com/message/21303574#21303574) but it didn't worked.
    Further I deleted all files in the Library Preferences folder, but it didn't helped also.
    Can anyone help me please?

    Hi Michael,
    I had the same problem. And I found a fix.
    I noticed that on a different system running Mavericks without any problems, the preference pane isn't called 'Mail, Contacts & Calendars' anymore, it's now called 'Internet accounts'. The fact that it's still called by the old name on your system, means it somehow wasn't replaced while updating to Mavericks.
    So the cure is pretty easy:
    On a different Mavericks system, go to /System/Library/PreferencePanes/ and copy the file InternetAccounts.prefPane. Take it to the system you're trying to fix, and paste the prefPane file in the same directory. Reboot, and it should all work fine. At least it did in my case.
    Cheers
    Niels

  • "unable to create *file name*" error

    I imported videos from ipod touch to iphoto. Then i try to export the videos on either desktop or external hard-drive and it gives me the "unable to create *file name*" error in both cases. To export videos i go FIle-Export, choose kind "original". Tried to do it with several different albums, and it doesn't work on any of them. Didn't have an issue for exporting pictures though.
    Please help!
    Nina

    What exactly was selected when you did the test?
    Regards
    TD

  • Dynamically creating variable names in javascript

    Hi.
    I have to create variable names dynamically in JavaScript.
    My JSP file accesses information from Database and forms a String corresponding to the information received.
    This String is passed to a JAvaScript function that should CREATE a variable with that NAME.
    For Ex:
    My database access resulted in a single row...
    id name sal
    34 John Smith 38000
    the resulting VARIABLE NAME should be Menu34. 34 comes from the database result.
    Is there any function to dynamically create a variable name in JavaScript?
    Thanks in advance.

    The JSP is printing the contents of an HTML page, and Javascript code can be part of that output...
    So you would just write out the stuff, something like this....
    <script>
    <% while(rs.hasNext()) { %>
    var Menu<%= rs.getInt("id") %> = '<%= rs.getString("name") %>';
    <% } %>
    </script>
    In the browser, it'll just look like another long list of Javascript variables.

  • Names do not correspond timeline media manager

    Hello,
    I'm trying to use media manager to send a timeline with only the used media to Da Vinci. Something weird happens with the names of clips that come from the same source clip. Normally MM makes a new source clip for every clip in the timeline with the same name but adds a number. For instance, 2011104-1_guate2161_01 would become 2011104-1_guate2161_01 1, 2011104-1_guate2161_01 2 and so on. In this project only the first new source clip in the timeline has the full name. The new source clips that follow are called 2011104-1 2, 2011104-1 2 and so on. These names do not correspond the clip names in the new timeline which is not a problem for FCP. DaVinci however doesn't recognize these names and needs the full names (inc guate_2161_1) based on the xml.
    I tried both naming options in MM but the same problem occurs. Any ideas?
    cheers

    I found the solution,
    After the MM proces, take all clips in the new timeline offline and reconnect them again with the new master clips. The names in the timeline now correspond the names of the new master clips. Next make a new xml and voila!

  • Ttcwadmin -create -dsn name returns error TT48008

    We had a functioning Oracle Clusterware managed Active Standby Pair configuration, but wanted to add an additional application to the cluster.oracle.ini.
    I did: ttcwadmin -stop -dsn <name>
    Then: ttcwadmin -drop -dsn <name>
    I updated the cluster.oracle.ini on both nodes adding the new application.
    Then: ttcwadmin -create -dsn <name>
    (ttCWAdmin:) crsctl.c(23373): TT48008: A cluster for the DSN <name> has already been registered.
    The description for TT48008 says: Stop and deregister the cluster corresponding to the DSN, before you create a new cluster with the same DSN.
    I thought that was what the ttcwadmin -drop did. I have done ttcwadmin -shutdown and the -init, but the error remains.
    The command: crsctl status resource -t
    gives no indication of what resource I should unregister (delete?, crsctl has no unregister option as far as I can tell)
    Edited by: Ed Smith on May 2, 2013 1:42 PM

    We have since determined that there is a bug in 11.2.2.3.0 which does not allow more that 1 application to be defined, but here is the info requested after success:
    ~> ttversion
    TimesTen Release 11.2.2.4.5 (64 bit Linux/x86_64) (linux:17001) 2013-03-30T17:04:57Z
    Instance admin: timesten
    Instance home directory: /opt/TimesTen/linux
    Group owner: timesten
    Daemon home directory: /opt/TimesTen/linux/info
    PL/SQL enabled.
    Oracle Clusterware 11.2.0.2 with patches 9974223, 13696242 and 13923804
    ~> crsctl stat res -t
    NAME TARGET STATE SERVER STATE_DETAILS
    Local Resources
    ora.ASM_NONDATA.dg
    ONLINE ONLINE eqiomsl711
    ONLINE ONLINE eqiomsl712
    ora.LISTENER.lsnr
    ONLINE ONLINE eqiomsl711
    ONLINE OFFLINE eqiomsl712
    ora.asm
    ONLINE ONLINE eqiomsl711
    ONLINE ONLINE eqiomsl712
    ora.gsd
    OFFLINE OFFLINE eqiomsl711
    OFFLINE OFFLINE eqiomsl712
    ora.net1.network
    ONLINE ONLINE eqiomsl711
    ONLINE ONLINE eqiomsl712
    ora.ons
    ONLINE ONLINE eqiomsl711
    ONLINE ONLINE eqiomsl712
    ora.registry.acfs
    ONLINE ONLINE eqiomsl711
    ONLINE ONLINE eqiomsl712
    Cluster Resources
    TT_Activeservice_linux_timesten_TTPFEI1
    1 ONLINE ONLINE eqiomsl711
    TT_Agent_linux_timesten_EQIOMSL711
    1 ONLINE ONLINE eqiomsl711
    TT_Agent_linux_timesten_EQIOMSL712
    1 ONLINE ONLINE eqiomsl712
    TT_App_linux_timesten_TTPFEI1_InsightPFE_0
    1 ONLINE ONLINE eqiomsl711
    TT_App_linux_timesten_TTPFEI1_InsightPFE_1
    1 ONLINE ONLINE eqiomsl712
    TT_Daemon_linux_timesten_EQIOMSL711
    1 ONLINE ONLINE eqiomsl711
    TT_Daemon_linux_timesten_EQIOMSL712
    1 ONLINE ONLINE eqiomsl712
    TT_Master_linux_timesten_TTPFEI1_0
    1 ONLINE ONLINE eqiomsl711
    TT_Master_linux_timesten_TTPFEI1_1
    1 ONLINE ONLINE eqiomsl712
    TT_Subservice_linux_timesten_TTPFEI1
    1 ONLINE ONLINE eqiomsl712
    ora.LISTENER_SCAN1.lsnr
    1 ONLINE ONLINE eqiomsl712
    ora.LISTENER_SCAN2.lsnr
    1 ONLINE ONLINE eqiomsl711
    ora.LISTENER_SCAN3.lsnr
    1 ONLINE ONLINE eqiomsl711
    ora.cvu
    1 ONLINE ONLINE eqiomsl711
    ora.eqiomsl711.vip
    1 ONLINE ONLINE eqiomsl711
    ora.oc4j
    1 ONLINE ONLINE eqiomsl711
    ora.scan1.vip
    1 ONLINE ONLINE eqiomsl712
    ora.scan2.vip
    1 ONLINE ONLINE eqiomsl711
    ora.scan3.vip
    1 ONLINE ONLINE eqiomsl711
    ~> ps -ef |grep ttCRS
    timesten 4930 1 0 May03 ? 00:00:00 /opt/TimesTen/linux/bin/ttCRSAgentCmd start
    timesten 4966 1 0 May03 ? 00:00:00 /opt/TimesTen/linux/bin/ttCRSdaemonCmd start
    timesten 8424 1 0 May03 ? 00:01:25 /opt/TimesTen/linux/bin/ttCRSactiveserviceCmd start
    timesten 8614 1 0 May03 ? 00:00:02 /opt/TimesTen/linux/bin/ttCRSmasterCmd start
    timesten 11077 1 0 May05 ? 00:00:09 /opt/TimesTen/linux/bin/ttCRSappCmd start
    ~> ttcwadmin -status
    TimesTen Cluster status report as of Mon May 6 09:32:30 2013
    ====================================================================
    TimesTen daemon monitors:
    Host:EQIOMSL711 Status: online
    Host:EQIOMSL712 Status: online
    ====================================================================
    ====================================================================
    TimesTen Cluster agents
    Host:EQIOMSL711 Status: online
    Host:EQIOMSL712 Status: online
    ====================================================================
    Status of Cluster related to DSN TTPFEI1:
    ====================================================================
    1. Status of Cluster monitoring components:
    Monitor Process for Active datastore:RUNNING on Host eqiomsl711
    Monitor Process for Standby datastore:RUNNING on Host eqiomsl712
    Monitor Process for Master Datastore 1 on Host eqiomsl711: RUNNING
    Monitor Process for Master Datastore 2 on Host eqiomsl712: RUNNING
    Monitor for Application InsightPFE_0: RUNNING on Host eqiomsl711
    Monitor for Application InsightPFE_1: RUNNING on Host eqiomsl712
    2.Status of Datastores comprising the cluster
    Master Datastore 1:
    Host:eqiomsl711
    Status:AVAILABLE
    State:ACTIVE
    Grid:NO GRID
    Master Datastore 2:
    Host:eqiomsl712
    Status:AVAILABLE
    State:STANDBY
    Grid:NO GRID
    ====================================================================
    The cluster containing the replicated DSN is online
    Edited by: Ed Smith on May 6, 2013 9:34 AM

  • How do I get Calendar to suggest name and address from Contacts on my iPhone 5 in iOS 8?

    How do I get Calendar to suggest name and address from Contacts on my iPhone 5 in iOS 8?

    Restore it from your backup.

  • Find a bapi for Creates a Goods Receipt with correspond to Inbound Delivery

    hi expert!
    exist a bapi for tcode:MIGO_GR ( Goods Receipt with correspond to Inbound Delivery)
    i know one bapI  BAPI_GOODSMVT_CREATE can Creates a Goods Receipt,
      but i can't know to use it to Creates a Goods Receipt with correspond to Inbound Delivery.
    or other bapi exist for MIGO_GR?
    Best Regard!

    Hi Vatcan,
    Chek the Inbound Delivery 1st weather you refer the right PO in it
    You can also chek in  PO i
    1 Me23n Go to confirmation tab here you can see the  Inbound delivery  quantity
    2 Chek  which reference document you recived the goods,  (i.e You recived the goods with reference to PO or  Inbound delivery)
    2 Coz if you refer the inbound delivery then syestem will deafult show the inbound quanity
    And yes the actual quanity will update in inbound delivery if you refer the inbound deivery while reciveing the goods

  • When I send emails, my friends told me my name doesn't appear in the "from" column. How do I solve this problem?

    when I send emails, my friends told me my name doesn't appear in the "from" column. How do I solve this problem?

    Badunit, thanks for your reply. I just went into Mail/Preferences/Accounts, "full name" field is filled correctly with my name. This happens to only certain recipients, and not every emails. Sometimes my name shows and sometime it doesn't show. And this only started to occur recently.

  • In a jsp page one name button that corresponding 5 TextField how to insert

    hi,
    In a jsp page one name button that corresponding 5 TextField how to insert values inthe database that 5 textfield values

    Hi use
    String s=request.getParameter("Text Filed Name");
    do this for all the Text Field..... Then use preparedSatatment for inserting that data inside the database.

  • Calendar sync via cable doesn't work with now I've updated to Maverick and ios7

    Calendar sync via cable doesn't work now I've updated to Maverick and ios7.

    I am sorry you are having this trouble. 
    Here is an article on troubleshooting calendar syncing with iCloud.  See if the suggestions there are of help.
    http://support.apple.com/kb/TS3999

  • How to save the Created by name instead of saving  login user name

    Hi All,
    I done Without log in Jsp page to open one responsibility without login .
    here created one column Created by here user can view list of values in username . it EAM module work request page .
    my issue is while creating the work request Created by name saving in to the database but requirement is user needs to select using created by LOV that username needs to be save on data base .
    once open the application created by name is coming as a login name using controller i removed the created by i set the created by name in PR is lovevent .
    front end its working fine but while saving login user name is saving i need to save the created by name based on the lov .
    can any one help to overcome this issue......
    Thanks in Advance.....
    Kumar

    Hi,
    Thanks For Reply
    It is a Standard Page and created by column Passing in the package while inserting the data FND_GLOBAL.UserID.
    I have One more option i need to pass the created by as perameter in Jsp Page based on that user i need to get the password using (Encrprit ) command .
    Is it Possible to do in Passing the Parameter OAF to JSP page .and how to Encrprit the password to avoid entering the password .
    I hope U understand My Requirement..
    Regards,
    Kumar

  • Creating variable names?

    hi all
    is it possible to dynamically create variable names so you can keep track of them?
    I have to generate the following code a number of times depending on a number the user has input. So ideally Id like to create
    variables whose names i can keep track of for later reuse
    eg horHatch1, horHatch2.... without hardcoding them in. is this possible?? are there any better ways of accomplishing this task?
    this code just draws and adds labels on an x axis.
    thanks
    Line2D.Double horHatch1 = new Line2D.Double(horAxis.getP1().getX() + horInterval,
                                                    horAxis.getP1().getY() - HatchLength/ 2,
                                                    horAxis.getP1().getX() + horInterval,
                                                    horAxis.getP1().getY() + HatchLength/2);
        graphics.draw(horHatch1);

    hi
    i used the following code
    but i need to convert Line"d to Line2d.Double as explained below
    for(int i=1; i<x+1; i++)
    Line2D.Double horHatch1 = new Line2D.Double(horAxis.getP1().getX() + horInterval*i,
                                                    horAxis.getP1().getY() - HatchLength/ 2,
                                                    horAxis.getP1().getX() + horInterval*i,
                                                    horAxis.getP1().getY() + HatchLength/2);
        graphics.draw(horHatch1);
         v.addElement(horHatch1);
    Add text to hatches
        decorateVerticalLine(graphics, horHatch1, "M");
        decorateVerticalLine(graphics, horHatch2, "T");
    decorateVerticalLine(graphics, (Line2D)v.elementAt(i), names.elementAt(nColumn).toString());
    //compiler complains that (Line2D)v.elementAt(i) is not of type java.awt.geom.Line2D.Double  but of   java.awt.geom.Line2Di tried :
    horizontalAxisTicks[i] =((Double)(Line2D)v.elementAt(i)).doubleValue()).getX1();
    but this isnt correct i dont think.
    thanks

  • Windows 2003 - create folder name with yesterday's date

    Hello friends..
    please advise,
    I want to create folder name with yesterday's date and then move yesterday's date files to this folder...so for example;
    if today is 2014_07_17 then create folder as below (2014_07_16)
    d:\test\214_07_16
    then move all files extension .txt from d:\test\*.txt to d:\test\2014_07_17
    thanks in advance...

    These ones may help.
    Use PowerShell to Create a Bunch of Folders Based upon the
    Date
    Using the Move-Item Cmdlet
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

Maybe you are looking for