What happened to su_control.xml?

I have enjoyed playing sudoku on MSNBC for years, now when I try to play I get an error saying a file (su_control.xml) is missing. Also, the crossword puzzle will not load. Both use Adobe Flash Player. DaveZ48

Someone is messing with Firefox,. The game site that shows the "su_control.xml" message on Firefox appears unaltered and playable in Internet Explorer.

Similar Messages

  • E4X: What happens to the root element?

    I'm working with XML using the E4X notation. I'm used to the "old school" XML APIs that use DOM and I'm a bit confused.
    For example, let's consider the following XML
    <mx:XML id="myXML" >
      <top>
        <sub1 id="uno">
          <sub2>hello</sub2>
          <sub3>world</sub3>
        </sub1>
        <sub1 id="duo">
          <sub2>ok</sub2>
          <sub3>ko</sub3>
        </sub1>
      </top>
    </mx:XML>
    In my code I use the following traces. This is done with the De MonsterDebugger, but all others should work the same way. I have casted the traces to String only to make it easier to ask this question (no need post images)
    MonsterDebugger.trace(this, "myXML:" + myXML);
    MonsterDebugger.trace(this, "myXML.sub1: " + myXML.sub1);
    MonsterDebugger.trace(this, "myXML.sub1.sub2: " + myXML.sub1.sub2);
    What I get as output is
    (String) = myXML:<top>
      <sub1 id="uno">
        <sub2>hello</sub2>
        <sub3>world</sub3>
      </sub1>
      <sub1 id="duo">
        <sub2>ok</sub2>
        <sub3>ko</sub3>
      </sub1>
    </top>
    (String) = myXML.sub1: <sub1 id="uno">
      <sub2>hello</sub2>
      <sub3>world</sub3>
    </sub1>
    <sub1 id="duo">
      <sub2>ok</sub2>
      <sub3>ko</sub3>
    </sub1>
    (String) = myXML.sub1.sub2: <sub2>hello</sub2>
    <sub2>ok</sub2>
    All is fine above and this was a bit long abstract for my question. The question is what happens to the root element, in this case <top>? I was trying to access the data with the following notation
    myXML.top.sub1; // etc
    I spent quite a lot of time trying to get it to work, until I discovered that the root element is not used. Can anyone explain this?
    Or, I guess the simple explanation is that the root node is ignored and the sub nodes are created as properties of the object. The question also could be stated as: Why isn't this documented in the Flex API Reference?
    Thanks.
    P.S. I found this article on common E4X pitfalls which also has other interesting topics when working with E4X.

    its gone
    downgrading would kill the phone..

  • What happens to the rendered animated buttons on sub-menus

    I am on a 3GB of memory MacBook Pro using Encore (CS3). Here is a description of how I have produced a working DVD...so far 3 out of 5 DVDs I have tried to render have worked.
    ANYWAY...seems that Encore implodes when I try to render the same project more than one at a time. Encore chokes and I am back in the MAC OS.
    HERE is my main question...every time it blows it seems to blow away the RENDERED ANIMATED BUTTONS on the secondary menu. SO each time I try this again I have to re-render the buttons taking about 1.5 hours. Why do I have to re-render...why aren't the rendered 2nd level menus SAVED.
    To make it clear...after I rendered the menus...previewed...saw the buttons are animated...SAVED...try to write a DVD Disc from the Current Project...succeed...try to burn another DVD...it aborts (why...I have no idea)...I empty trash...bring up Encore again...try to preview the secondary menu...NO ANIMATION there so have to rerender and start all over.
    I have been reading about compatibility of DVD disc, computer players and DVD players...what a PILE...without all the techies our there we can't make a dependable environment to create, burn and play DVDs...these companies should be ashamed...all they are doing is producing a whole bunch of frustrated producers (or lack of producing producers).
    Can anyone shed a light on my problem!?!?
    Thanks, --bill
    p.s. Are there better forums than here at Adobe? Seems I don't get many if any replies to queries.

    Bill,
    A couple of questions, mainly to make sure that I understand what is happening.
    1.) There are two files (an audio and a MOV), that show in the Orphanage, when you Check Project. Do they appear there BEFORE you Check Project, or only AFTER?
    2.) Do they appear BEFORE in your Project Panel, or only AFTER you Check Project?
    3.) Since they are Orphans, I assume that you do not intend to use them in this Project - right? Were they ever in the Project (Imported as Assets, or Timelines)?
    4.) Was this Project started fresh, or did you modify an existing Project, to create it, say using a Save_As, etc.?
    5.) If they were not Imported into this Project, were they Imported into another Project, that is/was being worked on coincidental to this one?
    6.) Can you find these files on your system? Where are they located?
    If 1.) is After and 2.) is After, then your Project might be corrupt. The Assets/Timelines/etc. are linked to the Project by XML. This can become corrupt for many reasons, most are often unknown - power dip, or hardware issue on Save, etc..
    Two ways to check this theory, is to start the Project from scratch, and see what happens. Another is to use a freeware program, XML Wrench, and run the Project file through it. Aside from pointing out broken links, and other problems, it should also allow you to search for these files names in the body. Save a copy of the Project file, so you will have it untouched, and then remove any lines, that reference these files. Save_As (new Project name) and open that in Encore. Being on MAC, doesnt every data file have a finder file, associated with it? Could this finder file be cross-linked, in some way, to your real Assets?
    It could be that there is a hardware issue, and this causes the links to the Rendered files to become broken, and also to link to files, that should not be included. Any other strange things with your system lately? I do not know the MAC folder/file structure, but can you do the equivalent of Windows Check Disk? If so, set it to find lost clusters, or whatever MAC calls them.
    Also, being on PC, I do not know what utilities might be available for your OS, or what other programs might be causing a problem. On PCs, other DVD burning software, especially if their packet-writing applet is installed, can cause havoc with Encore and are discouraged. Anything else installed, and/or running, that you can think of?
    Sorry to play twenty questions, but Id like to be as clear, as I can, on exactly what is happening, before I make too many more guesses.
    Hunt

  • TabNavigator - How to change what happens when a user clicks a tab

    I am using a TabNavigator in my Flex application and I'd like
    to be able to change what happens when a user clicks a tab on the
    TabNavigator. I'd like to be able to handle the click on the tab
    myself and stop Flex from perfoming it's default actions. Anyone
    have a clue how to do this? Any help would be much appreciated!
    Mike

    Yeah, in the following code, the changeHandler has an effect
    but the click effect does not:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:Script>
    <![CDATA[
    private function clickHandler():void{
    accounts.setStyle("fontSize",20);
    stocks.setStyle("fontSize",20);
    futures.setStyle("fontSize",20);
    private function changeHandler():void{
    accounts.setStyle("fontSize",7);
    stocks.setStyle("fontSize",7);
    futures.setStyle("fontSize",7);
    ]]>
    </mx:Script>
    <mx:TabNavigator borderStyle="solid"
    click="clickHandler()" change="changeHandler()">
    <mx:VBox id="accounts" label="Accounts"
    width="300"
    height="150">
    <mx:Label text="Accounts"/>
    </mx:VBox>
    <mx:VBox id="stocks" label="Stocks"
    width="300"
    height="150">
    <mx:Label text="Stocks"/>
    </mx:VBox>
    <mx:VBox id="futures" label="Futures"
    width="300"
    height="150">
    <mx:Label text="Futures"/>
    </mx:VBox>
    </mx:TabNavigator>
    </mx:Application>

  • Registration missed. What happened?

    Hi there,
    We trying to post purchase order request confirmation xml document to XI from SRM system. We created an HTTP destination in SRM to poin to XI, and the test connection works fine.
    But, while sending the purchase order from SRM to XI, we are getting the following following error:
    Registration missed. What happened? The call of the URL http://sapxid:8000/sap/xi/engine was broken off due to incorrect dates of registration. Reference. The registration was implemented in the system XID. Here no dates of registration were made available. What can you do? If you have still no user identification, then you turn to your system administrator. Error code: ICF-LE-http-c:220-l:-T:-C:
    Does anyone know why are we getting this error?
    Thanks,
    Karma

    Hi Karma
    I need to send the PO documento in XML format to my vendors (SRM 4.0).    Im having problems with the SLD, the log says:
    "An SLD system has not been assigned to logical system SRDCLNT120"
    Do you know what's missing ?    In SRM 4.0 I think I should activate the XI checkbox, and put an XI http service for catalog uploads and that is right ?
    Do you know what should I do in order to fix this ?
    Thank you !
    Regards,
    Diego

  • HT1206 what happened to my iTunes library, it disappeared except for the purchased songs?

    What happened to my itunes library it disappeared except  for the purchased songs?

    By being gone do you mean the library is not in your Pictures folder or when you open the library you don't see any photos or thumbnails?  If it's the latter apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • We don't know what happened, but something went wrong. When I try to edit file is ok? - Excel Services Issue

    Hi,
    When I try to view Excel in browser I got error We don't know what happened, but something went wrong. When I try to edit file is ok?
    I try to below thongs but still i have problem:
    http://sureshpydi.blogspot.in/2013/05/sharepoint-2013-excel-services-we-dont.html
    http://spbliss.blogspot.com/2014/07/we-dont-know-what-happened-but.html
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/37fd62ce-9278-491a-92ec-4f27f70c6df4/error-in-communicating-with-excel-calculation-services
    I will very gratefull for help wtih this issue.
    Rega

    Hi,
    Before re-creating I found once more error in ULS logs, maybe it help?
    01/07/2015 10:14:56.22 w3wp.exe (0x27DC)                      
    0x262C
    Excel Services Application     Web Front End                
    ai2u8 Critical
    There was an error in communicating with Excel Calculation Services http://SERVER:32843/38ba6b16a9374cb7a0a44905b6986df3/ExcelService*.asmx exception: We don't know what happened, but something went wrong. [Session: (null) User: ].
    9b5ddd9c-e6db-709f-391c-74bc9b8c087e
    01/07/2015 10:14:56.22 w3wp.exe (0x27DC)                      
    0x262C
    SharePoint Server            
    Logging Correlation Data      
    xmnv Medium  
    Result=Microsoft.Office.Excel.Server.CalculationServer.Proxy.ServerSession+RetryException: RetryException ---> Microsoft.Office.Excel.Server.CalculationServer.Proxy.ServerSessionException: We don't know what happened, but something went wrong.
    ---> System.ServiceModel.CommunicationException: Error in deserializing body of reply message for operation 'OpenWorkbook'. ---> System.InvalidOperationException: There is an error in the XML document. ---> System.InvalidOperationException: Instance
    validation error: 'InteractiveReportRoundtrip' is not a valid value for global::Microsoft.Office.Excel.Server.Host.ExcelServerFeature.     at System.Xml.Serialization.XmlCustomFormatter.ToEnum(String val, Hashtable vals, String typeName, Boolean
    validate)     at Microsoft.Xml.Serialization.GeneratedAssemb
    9b5ddd9c-e6db-709f-391c-74bc9b8c087e
    01/07/2015 10:14:56.22 w3wp.exe (0x27DC)                      
    0x262C
    Excel Services Application     Web Front End                
    abrf Medium  
    ServerSession.HandleRetryException: Caught a retry exception from server http://SERVER:32843/38ba6b16a9374cb7a0a44905b6986df3/ExcelService*.asmx [id: ea4913c4-46fd-42dd-8cb4-d01b04ebc9e3]. EcsSessionId:  RetryCount: 0, WebMethodName: OpenWorkbook,
    HitWrongEcsRedirect: False, LastWrongVersionEx is null: True
    9b5ddd9c-e6db-709f-391c-74bc9b8c087e
    01/07/2015 10:14:56.22 w3wp.exe (0x27DC)                      
    0x262C
    Excel Services Application     Web Front End                
    ajr3x Medium  
    ServerSession.HandleRetryException: Got a retry exception, but the server is not in a state where we're allowing failover. re.InnerException: Microsoft.Office.Excel.Server.CalculationServer.Proxy.ServerSessionException: We don't know what happened, but
    something went wrong. ---> System.ServiceModel.CommunicationException: Error in deserializing body of reply message for operation 'OpenWorkbook'. ---> System.InvalidOperationException: There is an error in the XML document. ---> System.InvalidOperationException:
    Instance validation error: 'InteractiveReportRoundtrip' is not a valid value for global::Microsoft.Office.Excel.Server.Host.ExcelServerFeature.     at System.Xml.Serialization.XmlCustomFormatter.ToEnum(String val, Hashtable vals, String typeName,
    Boolean validate)     at Microsoft.Xm...
    9b5ddd9c-e6db-709f-391c-74bc9b8c087e
    01/07/2015 10:14:56.22* w3wp.exe (0x27DC)                      
    0x262C
    Excel Services Application     Web Front End                
    ajr3x Medium  
    ...l.Serialization.GeneratedAssembly.XmlSerializationReaderIExcelServiceSoap.Read10_ExcelServerFeature(String s)     at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderIExcelServiceSoap.Read17_OpenWorkbookOutParameters(Boolean
    isNullable, Boolean checkType)     at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderIExcelServiceSoap.Read254_OpenWorkbookResponse()     at Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer54.Deserialize(XmlSerializationReader
    reader)     at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)     --- End of inner exception stack trace ---     at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
    xmlReader, String encodingStyl... 9b5ddd9c-e6db-709f-391c-74bc9b8c087e
    01/07/2015 10:14:56.22* w3wp.exe (0x27DC)                      
    0x262C
    Excel Services Application     Web Front End                
    ajr3x Medium  
    ...e, XmlDeserializationEvents events)     at System.ServiceModel.Dispatcher.XmlSerializerOperationFormatter.DeserializeBody(XmlDictionaryReader reader, MessageVersion version, XmlSerializer serializer, MessagePartDescription returnPart, MessagePartDescriptionCollection
    bodyParts, Object[] parameters, Boolean isRequest)     --- End of inner exception stack trace ---    Server stack trace:      at System.ServiceModel.Dispatcher.XmlSerializerOperationFormatter.DeserializeBody(XmlDictionaryReader
    reader, MessageVersion version, XmlSerializer serializer, MessagePartDescription returnPart, MessagePartDescriptionCollection bodyParts, Object[] parameters, Boolean isRequest)     at System.ServiceModel.Dispatcher.XmlSerializerOperationFormatter.DeserializeBody(XmlDictionaryReader
    reader, MessageVersio... 9b5ddd9c-e6db-709f-391c-74bc9b8c087e
    01/07/2015 10:14:56.22* w3wp.exe (0x27DC)                      
    0x262C
    Excel Services Application     Web Front End                
    ajr3x Medium  
    ...n version, String action, MessageDescription messageDescription, Object[] parameters, Boolean isRequest)     at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeBodyContents(Message message, Object[] parameters, Boolean isRequest)
        at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeReply(Message message, Object[] parameters)     at System.ServiceModel.Dispatcher.ProxyOperationRuntime.AfterReply(ProxyRpc& rpc)     at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime
    operation, ProxyRpc& rpc)     at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCall...
    9b5ddd9c-e6db-709f-391c-74bc9b8c087e
    01/07/2015 10:14:56.22* w3wp.exe (0x27DC)                      
    0x262C
    Excel Services Application     Web Front End                
    ajr3x Medium  
    ...Message methodCall, ProxyOperationRuntime operation)     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown at [0]:      at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
    reqMsg, IMessage retMsg)     at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)     at Microsoft.Office.Excel.Server.CalculationServer.Proxy.IExcelServiceSoap.OpenWorkbook(CommandParameter parameter,
    OpenWorkbookInParameters inParameters, String& workbookId, OpenWorkbookOutFlags& outFlags, OpenWorkbookOutParameters& outParameters)     at Microsoft.Office.Excel.Server.CalculationServer.Proxy.ServerSession.<>c__DisplayClass2.<>c__DisplayClass4.<OpenWorkbook>b__1(IExcelServiceSoap
    excelService)     at Microsoft.O...
    9b5ddd9c-e6db-709f-391c-74bc9b8c087e
    01/07/2015 10:14:56.22* w3wp.exe (0x27DC)                      
    0x262C
    Excel Services Application     Web Front End                
    ajr3x Medium  
    ...ffice.Excel.Server.CalculationServer.Proxy.ServerSession.WithExcelService(Func`2 method)     at Microsoft.Office.Excel.Server.CalculationServer.Proxy.ServerSession.<>c__DisplayClass2.<OpenWorkbook>b__0(CommandParameter parameterDelegate)
        at Microsoft.Office.Excel.Server.CalculationServer.Proxy.ServerSession.<>c__DisplayClass1d9.<ExecuteWithSecurityContext>b__1d8()     at Microsoft.Office.Excel.Server.CalculationServer.Proxy.ServerSession.ExecuteWithSecurityContext(Boolean
    forceRevert, CoreWebMethod coreWebMethod, CommandParameter parameter)     at Microsoft.Office.Excel.Server.CalculationServer.Proxy.ServerSession.ExecuteWebMethodCore(WebMethodType webMethodType, WebMethodBehaviorAttribute webMethodBehavior, CommandParameter
    parameter, CoreWebMethod coreWebMethod)     --- End of inner ...
    9b5ddd9c-e6db-709f-391c-74bc9b8c087e
    01/07/2015 10:14:56.22* w3wp.exe (0x27DC)                      
    0x262C
    Excel Services Application     Web Front End                
    ajr3x Medium  
    ...exception stack trace --- 9b5ddd9c-e6db-709f-391c-74bc9b8c087e
    01/07/2015 10:14:56.22 w3wp.exe (0x27DC)                      
    0x262C
    Excel Services Application     Browser                      
    aeh11 Medium  
    EwaState.OpenWorkbookAndUpdateState: errors occurred while trying to open the workbook, [MessageId: InternalError, MessageIdHash: -1100324317]
    9b5ddd9c-e6db-709f-391c-74bc9b8c087e
    01/07/2015 10:14:56.22 w3wp.exe (0x27DC)                      
    0x262C
    Excel Services Application     Excel Calculation Services    
    gwv1 Medium  
    MossHostFileLoader.GetCloseUri: parent folder/list url = /sites/Raporty for file = File.xlsx
    9b5ddd9c-e6db-709f-391c-74bc9b8c087e
    01/07/2015 10:14:56.22 w3wp.exe (0x27DC)                      
    0x262C
    Excel Services Application     Browser                      
    3k9g Medium  
    ExcelWebRendererInternal.RenderControl: Finished rendering internal EWR
    9b5ddd9c-e6db-709f-391c-74bc9b8c087e

  • What happened to Full FM?

    Yesterday, I downloaded FM v12 Trial, upgraded to full version with license/serial number, and used it with some existing .fm files for initial testing.
    Today, using same icon on Start Menu and/or Desktop, I only have XML Author.
    What happened to full install?

    Interesting coincidence is, as the email notice came in that you answered here, I was documenting the answer I discovered a few mins ago. Exactly as you said. Good on ya'!
    I am at a loss, however, as to how that got changed from Structured, since I had used it the previous day and did not change it. I will be watching for this to occur again.
    In any case, thank you for the prompt reply, and the correct/accurate answer!
    Dave

  • What happened to Append to Session!?!

    Hello folks
    Cannot figure this out and its driving me nuts. What happened to (or what replaced) the Append to Session command that was in previous versions of audition (all the way back to Cool edit pro). I use this every day on every song and every session. Hasn't anyone else used?
    I have a ton of recording "shells" I've made that I always use for overdubs and post production. If I want to do some drub overdubs, I could always Append my drumtrack shell to any session, and get my input/output track naming conventions instantly. No bands wants to wait for me to type the names and select the input/output channel of 10 tracks.
    And I have always controlled overdub sessions as a SEPARATE session from the main maix/edit. That way there can be multiple tracks and edits in the dub session, then when those tracks are good to go, I would just append that dub session to the main session. It's silly to run all the effects processing and real time mixing of 40 tracks while trying to record a handful more. Plus, its very inefficient to work that way since there are then so many tracks on the screen/in the session. Who cares about the automation/effects of the bassdrum when you are trying to record a bunch of vocal tracks?
    Appending sessions was key to my workflow, and a reason i've moved back to 1.5 for some projects. It is so crucial I figure this out--I don't have time to manually export as an audio file every tracks to all my overdub sessions for a 16 track album. What would normally just take an 'File->Append to Session' click in previous versions will now take literally 8-10 hours of manually mixing down each track--there's an album worth of songs and about 3-5 sessions for each song. It's my first album with AA3 and I just assumed it could do that, now i'm screwed! (can't open AA3 files in AA2 or 1.5).
    please help anyone. thanks

    I believe the Append to Session feature ended up causing track numbering conflicts galore once the multitrack moved from a fixed 128 track limit to an unlimited number of tracks. I'll add a feature request for version 4.0 that may be more of a "Merge session" rather than the exact Append Session behavior from the older versions.
    That said, it might be possible to write a script of some kind that would take older sessions saved in the XML session format introduced in AA3, and append or merge them together. I have not looked into this at all, and am not sure what it would take, but it seems feasible.
    Durin

  • Oracle buys Toplink .... what happens to BC4J?

    I was surprised to read that Oracle will support Struts in the next release of JDeveloper while they've developed their own Oracle MVC.
    Now I'm equally surprised to read that Oracle buys Toplink ( http://www.theregister.co.uk/content/53/25579.html ) and I wonder whether I should indeed develop on top of BC4J.
    Confused.

    It seems that you are providing loads of options on the "infrastructure" level here. Thanks, choice is good!
    However, when under pressure to deliver a web application fast (eg as fast as generating pages with the >Web Server generator in Designer), it would be nice to be relieved of the choice (and the necessary >learning & testing) and have an Oracle recommended path and full commitment + tool support for it. Yeah, with Oracle you see alot of how to migrate from our old stuff to our new stuff lately. I am not even sure what their full commitment means for the non-core (database, PL/SQL,...) technologies. Although, if Oracle is buying TopLink, I would like to hear their strategy as soon as possible. This would give Oracle a path to support JDO as well. TopLink is great. It's an actually solution to real world problems. Unlike half of J2EE, which is more of a solution for vendors to sell something. BC4J is nice for similar reasons. Although, if it weren't for the cost I'd be using TopLink for O-R and until today I was pretty committed to using BC4J on my upcoming project. Now, I want to see what happens with TopLink. If that were included with JDeveloper or our current Oracle licensing agreement, then that'd change things for me.
    Nobody wants to be in the position of using an abandoned framework. Since UIX-XML and BC4J are not an official standard like EJB or JDO or unofficial standard like Struts, or even just open source that you know you can always enhance fix, it makes me a bit uncomfortable. However, UIX/BC4J is where the IDE is currently focussed. So if you want the RAD that's what you get.
    So best case, Oracle buys TopLink uses for O-R portion of BC4J and a JDO implementation that's included with the appserver and/or JDeveloper, where we could still continue to work with BC4J on one level or use TopLink/JDO alone. Worst case, we end up having to migrate all our apps from UIX/BC4J to Struts/JDO-TopLink.
    So will IBM try to by Cocobase or something?
    And why did BEA let TopLink slip through their fingers? BEA could end the only big heavy without a JDO implementation in their J2EE server.
    Of course, none of this might happen.
    Steve

  • What happened to iTunes 4.9?

    What happened to the iTunes 4.9 download? I don't want to install 5 on this particular boot drive, but the 4.9 link just takes me to iTunes 5. What the heck is up with that? Not giving us a choice is kind of microsofty.

    TP2GO
    With all do respect I have exausted many avenues as you put it. to continue that analagy I have been walking up and down these avenues, and even going down some pretty dark and scary allys too. I am not calling foul before I've exhausted all avenues. to bring you abreast of my specific situation. Wednesday I upgraded to iTunes 5 from 4.9. I also upgraded to Quicktime 7.0.2 via the software updater before I opened iTunes 5. upon opening itunes 5 i am instructed to update my iPod. so I do just that. I download the 9-6-2005 iPod updater and I open iPodUpdater and select "Update" after that is complete I begin to update my iPod through iTunes 5 and it freezes up on me around 280 songs or 1.28 gigs.
    I called apple First.
    the first call the have me reinstall itunes5 and iPod updater 9-6-2005. That did not solve the problme
    Next they had me select my entire library, delete and import my library using the .xml file.
    The last time they had me do an archive and install of my OS X tiger. this also did not change my iTunes freezing during iPod update issues.
    three different calls, three different people, three different attempts, exact same problem.
    Next step I went to the apple website.
    Tried the manually restoreing of my iPod holding play/pause and menu. didn't change.
    Tried to erase my iPod using Disk utility, then restore using iPod updater. still no dice
    Tried to reinstall iTunes 4.9. This of course didn't work and I was still experiencing the same problems as 5 in 4.9
    Went back and restored my iPod to it's original software, then went down the list to each updater and did a "restore" until I had restored my iPod using each updater. No change
    Went back and restored my iPod to original software and selected "Update" for each Updater until I had updated using everyone in the list.
    Went to the link to downgrade from Quicktime 7.0.2 to 7.0.1 and I am still having the same hang/freeze issues while updating my iPod
    I've run disk utilities from my startup disk to repair my HD.
    The only thing I have not yet done, is follow the advise of someone on these boards who is at level 3 is partition my iPod using diskuitility, because I have done research on the internet about it and the majority say not to do it.
    That may not be every avenue, and I addmit I may have missed a step in one or the other attempts to fix my very speciffic problem with iTunes 5/iPod. But apple has, in a round about way addmitted that something is not quite right with iTunes 5 on Cnet.com-
    "Apple acknowledged the problem and said it's working on an update.
    "Apple is aware that a limited number of customers are experiencing issues with installing iTunes 5," the company said in a statement. "We're working to resolve this and expect to have a software update early next week.""
    Cnet Articlel
    You're right. early next week does seem like a long wait to me too. I've had this problem since Wednesday, September the 7th 2005. and for apple to release a statement with anyother newsmedia without making an official statement on their own website, not even on these boards were many and most of the people are reporting their problems and seeking advise is in my opinion very unprofesional, and discredit to the loyalty, and praise that apples customers has shown to the company.
    So please can we just be more productive about this situation and try to solve this mess, on a person to person basis.
    Now having said that, I've been following anything that you (TP2Go) posts because I think you know what you are talking about and I trust your advise. Is there anything in my above that I've tried that you think I should try again, or something else altogether I should try? and what about partitioning my Ipod HardDisk? is this advisable and what are the proper steps I should take if one should attempt to do this?

  • Most of my photo titles have reverted back - what happened?

    Last week I noticed that a very large majority of my photo titles had reverted back to the original (I.e. img-4756.jpg).
    Any idea of what happened and how it can be fixed would be very very much appreciated.
    Much thanks!
    -Sig

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • What happens on iCloud (ex. contacts) when multiple family members use the same Apple ID?

    What happens on iCloud when multiple family members use the same Apple ID?  For example if we all choose to use iCloud for contacts, are they all merged together?  We use the same Apple ID so we can use find my iPhone to keep track of the whole family.

    Of course if you are both connected to the same iCloud account you have the same contacts - what did you expect?. The contacts live on the server and are read from there by the devices; so as you've both managed to sync your contacts up to iCloud they are now inextricably mixed. You can only delete your contacts by deleting individual ones, and doing that will delete them from your phone as well.
    You can only unravel this by
    1. In the iCloud contacts page at http://icloud.com, select all the contacts, click on the cogwheel icon at bottom left and choose 'Export vCard'.
    2. Sign out of System Preferences>iCloud
    3. Create a new Apple ID and open a new iCloud account with it for your own use.
    4. Import the vCard back into the iCloud contacts page.
    5. Go to http://icloud.com and sign in with the original ID. This is now his ID. Work through the contacts individually deleting the ones you don't want him to have. When done sign out and advise him to change his password.
    6. Go to the new iCloud account and delete his contacts individually.
    Of course if you have also been syncing calendars and using the same email address there are problems with doing this.

  • What happens to the open item in bsid table when it is cleared

    hi experts,
                   i have a doubt about open and cleared items of accounting documents. as we know open items of customers are stored in bsid and cleared ones in bsad. For suupose, an open item is closed ina particular period then what happened to the entry in bsid and bsad table. an entry regarding is stored in bsad (cleared),and what happens to the entry in bsid, still it will be there or removed from it.

    Hi,
    When ever we clear the document(Complete payment) that document will be moved to BSAD table. Other wise it will remain in BSID.
    If u are making partial payment then all the partial payment documents along with original document will be stored in BSID till u made the complete payment for that invoice.
    Assumption is u have to give all partial payment documents made for particular invoice item while u are making complete payment in F-28 transaction. So that these partail payment documents will also be cleared while making complete payment and moved to BSAD table.
    This trasaction can be used for both partial and complete payments.
    Irrespective of complete or partial payments made all the documents will remain stored in BKPF and BSEG tables.
    BSID and BSAD are index tables to address performance issues with BKPF and BSEG tables.
    So all open and cleared documents will be there in BKPF and BSEG tables.
    All cleared documents will be there in BSAD table.
    Alll open documents will be there in BSID table.
    Hope it is clear.
    Thanks,
    Vinod.

  • I found My iPhone contacts on my friends Iphone we both have 4s! But we use the same apple ID and ICloud ID! How can undo what happened? all my private stuff is now on his phone!!! help me plz!!?

    I found My iPhone contacts on my friends Iphone we both have 4s! But we use the same apple ID and ICloud ID! How can undo what happened? all my private stuff is now on his phone!!! help me plz!!?

    Of course if you are both connected to the same iCloud account you have the same contacts - what did you expect?. The contacts live on the server and are read from there by the devices; so as you've both managed to sync your contacts up to iCloud they are now inextricably mixed. You can only delete your contacts by deleting individual ones, and doing that will delete them from your phone as well.
    You can only unravel this by
    1. In the iCloud contacts page at http://icloud.com, select all the contacts, click on the cogwheel icon at bottom left and choose 'Export vCard'.
    2. Sign out of System Preferences>iCloud
    3. Create a new Apple ID and open a new iCloud account with it for your own use.
    4. Import the vCard back into the iCloud contacts page.
    5. Go to http://icloud.com and sign in with the original ID. This is now his ID. Work through the contacts individually deleting the ones you don't want him to have. When done sign out and advise him to change his password.
    6. Go to the new iCloud account and delete his contacts individually.
    Of course if you have also been syncing calendars and using the same email address there are problems with doing this.

Maybe you are looking for