OutOfMemory from UnitOfWork and strange Merge behavior.

My object model is like this:
Object A has a list of object B(One-to-many mapping, readOnly for this attributes).
Each object B back refers to A(bi-directional, one-to-one mapping).
My application has only one DatabaseSession.
In one thread, I need to go through a loop for about 200 to 500 times.
The code is like this
int n=200;
for (int i=0; i<n; i++)
     UnitOfWork uow=session.acquireUnitOfWork();
     A aclone=(A)uow.registerExistingObject(a);
     B b=....;
     aclone.addB(b); // b's A will set to a inside of this method.
     long startTime=System.currentTimeMillis();
     uow.commit();
     long endTime=System.currentTimeMillis();
     System.out.println(String.valueOf(endTime-startTime));
If n is less than 100, the topLink behaves consistently.
It takes less than 100 milliseconds to add an object B into database.
However if the n is 200 or bigger, the time for each UnitOfWork.commit() is sharply
increased(from 1000 to 8000 milliseconds). Finally it throwed an OutOfMemory exception.
I have a DescriptorEventListener registered for my class. This DescriptorEventListener monitors
the postMerge event. I expected that in each loop, the merge of the clone to
original object should be called for the one new object I inserted. It is indeed called
for the object b. However The merge is called for all existing bs
associated with A. Maybe it is why it takes more and more times to add a new B to A atomically.
Anyone has the same experience or any suggestion to solve this problem.

When I added the Nth b to A, A only has (n-1) b associated to it (the bs I added in the loop).
I tried your suggestion. It did not work.
I got this exception.
EXCEPTION [TOPLINK-6004] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.QueryException
EXCEPTION DESCRIPTION: The object [com.test.A@7c4c51], of class [class com.test.A], with identity hashcode (System.identityHashCode()) [8,146,001],
is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork,
but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly
registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to
help debug where the error occurred. For more information, see the manual or FAQ.
QUERY: WriteObjectQuery(com.test.Parent1@7c4c51)
     at oracle.toplink.exceptions.QueryException.backupCloneIsOriginalFromParent(Unknown Source)
     at oracle.toplink.publicinterface.UnitOfWork.getBackupClone(Unknown Source)
     at oracle.toplink.publicinterface.UnitOfWork.getBackupCloneForCommit(Unknown Source)
     at oracle.toplink.queryframework.ObjectLevelModifyQuery.prepareForExecution(Unknown Source)
     at oracle.toplink.queryframework.WriteObjectQuery.prepareForExecution(Unknown Source)
     at oracle.toplink.queryframework.DatabaseQuery.execute(Unknown Source)
     at oracle.toplink.publicinterface.Session.internalExecuteQuery(Unknown Source)
     at oracle.toplink.publicinterface.UnitOfWork.internalExecuteQuery(Unknown Source)
     at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
     at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
     at oracle.toplink.internal.sessions.CommitManager.commitAllObjects(Unknown Source)
     at oracle.toplink.publicinterface.Session.writeAllObjects(Unknown Source)
     at oracle.toplink.publicinterface.UnitOfWork.commitToDatabase(Unknown Source)
     at oracle.toplink.publicinterface.UnitOfWork.commitRootUnitOfWork(Unknown Source)
     at oracle.toplink.publicinterface.UnitOfWork.commit(Unknown Source)
     at TestAdd.main(TestAdd.java:58)
That means that I have to register the object A. This is really bad feature for UnitOfWork. I just want to add a new Object B. Why does I need the burden from A?
This brings up another question. If I do not want the burden from A, I need to break the association from A and B and maintains the relationship manually. However I really wish my persistence layer can handle the association transparently for me.
I also notice that you suggest all the 200 bs in a UnitOfWork. In my situation, I need 200 UnitOfWork, I need to add each b in a separate UnitOfWork. When I call the UnitOfWork.commit(), the UnitOfWork is released cleanly. Is it right?
Thansk

Similar Messages

  • Separate Audio from video and then merging?

    I must speparate audio from video and at the end merge audio with changed video. Maby someone can tell mi how can i do this
    Thanks for every suggestions

    You need Quicktime 7.6 Pro. Control+J to bring up the property window. In the property window is an extract button. Click on either the video or audio and click to the extract button.
    You'll find Quicktime 7 in your Utilities folder. If Quicktime 7 isn't install in the Utilities folder you need to install it from you OS installation disk, in the optional installations folder.
    If you don't have Quicktime Pro you need to buy it from the Apple store.

  • Nexus 1000V and strange ping behavior

    Hi ,
    I am using a Nexus 1000v a FI 6248 with a Nexus 5K in redundant architecture and I have a strange bevahior with VMs.
    I am using  port-profiles without any problems but in one case I have this issue
    I have 2 VMs assigned to the same port profile
    When the 2 Vms are on the same esx I can ping (from a VM)  the gateway and the other VM, now when I move one of the VM to an other ESX (same chassis or not).
    From both , I can ping the gateway, a remote IP but VMs are unreachable between them.
    and a remote PC are able to ping both Vms.
    I checked the mac table, from N5k it's Ok , from FI 6348 it's Ok , but from N1K I am unable to see the mac address of both VMs.
    Why I tried ( I performed at each step a clear mac table)
        Assign to an other vmnic , it works.
        On UCS I moved it to an other vmnic , it works
        On UCS I Changed the QOS policy , it works.
        I reassigned it , and I had the old behavior
        I checked all trunk links it's ok
    So i didn't understand why I have this strange behavior and how I can troubleshoot it deeper?
    I would like if possible to avoid to do that but the next step will be to create a new vmnic card and assign the same policy and after to suppress the vnmic and to recreate the old one.
    Regards

    From what you mentioned here's my thoughts.
    When the two VMs are on the same host, they can reach each other.  This is because they're locally switching in the VEM so this doesn't tell us much other than the VEM is working as expected.
    When you move one of the VMs to a different UCS ESX host, the path changes.    Let's assume you've moved one VM to a different host, within the UCS system.
    UCS-Blade1(Host-A) - VM1
    UCS-Blade2(Host-B) - VM2
    There are two paths option from VM1 -> VM2
    VM1 -> Blade1 Uplink -> Fabric Interconnect A -> Blade 2 Uplink -> VM2
    or
    VM1-> Blade1 Uplink -> Fabric Interconnect A -> Upstream Switch -> Fabric Interconnect B -> Blade 2 Uplink -> VM2
    For the two options I've seen many instances were the FIRST option works fine, but the second doesn't.  Why?  Well as you can see option 1 has a path from Host A to FI-A and back down to Host B.  In this path there's no northbound switching outside of UCS.  This would require both VMs to be be pinned to the Hosts Uplink going to the same Fabric Interconnect. 
    In the second option if the path involves going from Host-A up to FI-A, then northbound to the upstream switch, then back down eventually to FI-B  and then Host-B. When this path is taken, if the two VMs can't reach each other then you have some problem with your upstream switches.  If both VMs reside in the same subnet, it's a Layer2 problem.  If they're in different subnets, then it's a Layer 2 or 3 problem somewhere north of UCS.
    So knowing this - why did manual pinning on the N1K fix your problem?  What pinning does is forces a VM to a particular uplink.  What likely happened in your case is you pinned both VMs to Host Uplinks that both go to the same UCS Fabric Interconnect (avoiding having to be switched northbound).  Your original problem still exists, so you're not clear out of the woods yet.
    Ask yourself is - Why are just these two VMs affected.   Are they possibly the only VMs using a particular VLAN or subnet?
    An easy test to verify the pinning to to use the command below.  "x" is the module # for the host the VMs are running on.
    module vem x execute vemcmd show port-old
    I explain the command further in another post here -> https://supportforums.cisco.com/message/3717261#3717261.  In your case you'll be looking for the VM1 and VM2 LTL's and finding out which SubGroup ID they use, then which SG_ID belongs to whch VMNIC.
    I bet your find the manual pinning "that works" takes the path from each host to the same FI. If this is the case, look northbound for your L2 problem.
    Regards,
    Robert

  • Mail not getting all messages from server and other strange behavior

    Hello All,
    Mail has been doing some odd things for me of late (at least the last week) and I'm lost for a solution to my problem. As far as I can tell, perhaps my Prefs. have become corrupted, or at least something in relation to Mail has become corrupted. Perhaps someone has a solution to this issue before I have to back it all up and NUKE the whole **** app to get back up and running properly.
    The main issue I appear to be having is that Mail is not getting all of my Mail messages from my server. I can log into my web-mail interface provided by my domain host and can see there that there are many e-mails that don't appear to be coming down the pipe to the Mail.app client. I'm getting some e-mail's but not all....
    *Here are all the things that I've checked:*
    • The missing e-mails are not being picked up as Junk and are not in the Junk folder
    • I have done a search within Mail for the missing e-mail's and nothing turns up anywhere.
    • I have checked on the server end that I'm not maxing out my InBox or that there are any other service issues from my domain host provider.
    • I have been into Prefs and checked my account settings - most (see below) of which appear to be as normal and are fine.
    *Here are the weird things that I've noticed:*
    • When I went into the Prefs. for the account in question, I noticed that my login had changed. For example - it usually it is "[email protected]", however it had seemed to have changed to just "johndoe" - I know this wasn't me as my domain host will not allow me to access any mail unless the login is the full mail address.
    • In RULES, every rule I double click to check on seems mostly fine, apart from the fact that every "Account is:" the pull down menu just appears as blank. Usually it says "Account is: ([email protected])"
    It's there last 2 items that make me think something is corrupted - so I guess my question is, what pref or file has corrupted and how can I fix it without having to give Mail.app a digital enema?
    Any assistance would be most helpful - missing some but not all your incoming e-mail messages is quite annoying, as you can guess...!
    Thanks,
    Boz

    Hello Boz.
    This appears to be a rules issue. Mail is almost certainly downloading those messages, but they’re probably being processed by your rules in an unexpected way — given the information you’ve provided, maybe because there is something wrong with the file where the account settings are stored.
    Do you have any Mail plug-ins? In the Finder, go to each of the following folders (if they exist). What do you see there?
    /Library/InputManagers/
    /Library/Mail/Bundles/
    ~/Library/InputManagers/
    ~/Library/Mail/Bundles/
    To make accurately reporting this information easier, you may open /Applications/Utilities/Terminal, type the following command (you can just copy it here and paste it in Terminal), and press <Return>. You can then copy the output of that command from Terminal and paste it in your reply to this post:
    ls -1 /Library/InputManagers /Library/Mail/Bundles ~/Library/InputManagers ~/Library/Mail/Bundles
    <hr>
    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all the filesystem issues, if any, and ensuring that there’s enough space available on the startup disk (a few GB, plus the space needed to make a backup copy of the Mail folder), try this:
    1. Write down your Mail > Preferences > Accounts settings or take screen shots of them.
    2. If you have a .Mac account and .Mac synchronization of Mail data is enabled either in Mail > Preferences > General or in System Preferences > .Mac, disable it before proceeding.
    3. Quit Mail.
    4. Make a backup copy of the ~/Library/Mail folder, just in case something goes wrong while trying to solve the problem. You can do this in the Finder by dragging the Mail folder to the Desktop while holding the Option (Alt) key down, for example. This is where all your mail is locally stored.
    5. In the Finder, go to ~/Library/Preferences/. Locate com.apple.mail.plist and move it to the Desktop (to be deleted if this solves the problem). If you have a backup of your data that includes a working copy of this file, you may try restoring it from the backup to avoid steps 6-8.
    6. Open Mail. You’ll have to set up your non-.Mac accounts from scratch all over again. If given the option to import existing mailboxes or something like that, don’t. Just enter the account information and Mail will automagically rediscover the data in ~/Library/Mail/ when done.
    7. You’ll have to re-configure some of your Mail > Preferences settings. For spam-related security reasons, the first thing you should do is go to Preferences > Viewing and disable Display remote images in HTML messages if it’s enabled.
    8. As a side effect of re-creating com.apple.mail.plist, Mail might rename Outbox (which is where messages waiting to be sent are stored) to Delivered. The name of that mailbox is actually a misnomer, as it would contain messages (if any) that couldn’t be delivered for some reason. You can delete that mailbox if you wish.
    9. If the problem is fixed now and .Mac synchronization of Mail data was enabled at the beginning, enable it again, go to System Preferences > .Mac > Advanced, click Reset Sync Data, and choose the appropriate options to reset the Mail data stored on the .Mac server with the data locally stored on the computer, i.e. sync data must flow from the computer to the .Mac server.
    <hr>
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. You can easily locate any of the folders referred to in this post by copying the folder path here, doing Go > Go to Folder in the Finder, and pasting the folder path there.

  • Capturing DVCAM in FCP 6.0.2 and encountering strange capture behavior

    I have FCP 6.0.2 and OSX 10.5.2 and QT 7.3.1. I have been capturing several DVCAM cassettes using my Sony DSR-20 deck. Although I have done this countless times before in earlier versions of FCP, I am encountering some strange repetitive behavior. I am capturing 30 minute clips one at a time. When I use batch capture it will cue the tape up properly to the in point...and then start capturing until it gets to about 10-12 minutes in, and then capture unexpectedly stops, no dialogue box, the tape rewinds and starts capturing again from the original in point. On this second capture, the tape sails past the 10 minute mark and keeps going to the end of the 30 minute clip. It then stops, gives me the dialogue box that it has successfully captured. And it has.
    But every DVCAM tape I captured today exhibited the same behavior. Capture would be successful until about about 10 minutes in, then FCP aborts (no dropped frame message, no dialogue box) rewinds the tape back to the in point, tries again, and this time succeeds with the second pass capturing the entire clip. Note at the 10 minute mark there is no scene change or no camera start/stop.
    Have other users experienced this issue? And if so, is there a workaround or a possible patch forthcoming from FCP?
    Many thanks,
    John

    Yes, each tape has an in and out point defined. In my 6 years of editing with Final Cut and DVCAM tapes I've never encountered this issue before in the capturing process until now. I will have to see in future weeks with other captures whether this is an on-going issue or not, but at least I can capture for now.

  • Problems with pages and mail merging from Address Book

    hey guys. I have just created an invitation using one of the templates in Pages. this template is for four postcard size invites on one sheet of A4. i want to merge addresses from my address book. i can do the merge except that rather than four different contacts on each page i end up with four of the same on each page before it moves on the next contact on the next page. what i want to do is for it to merge one address per postcard. in Word i would put 'next' as the last field in the merge fields but i cant find a similar command in Pages. please can some advice?

    I don't use Address Book for mail merging, but I tested this on a four page document and it worked for that so maybe it will work for your postcards. First, do your merge with full size pages and one address per page. Then in the print menu select Layout (drop down from Copies and Pages) and set it for 4 per Page (any direction you wish). That should print four different addresses on one sheet.
    Walt

  • Strange difference in prints from Photoshop and InDesign

    Hello,
    Recently I upgraded to CS5 but at the same time upgraded my good old Power Mac G5 to a 27" iMac i7.
    I also traded my Epson 7600 for an Epson 9800. So obviously many things changed at the same time.
    Now I created a new profile for my printer paper and noticed the folowing strange thing:
    When printing from photoshop the prints are consistently way too dark.
    When printing from InDesign the same photo it is perfectly as it should be and looks on screen.
    Then I checked printing from Preview and again way too dark, same as in Photoshop
    I applied the same printerprofile to all printjobs
    During the profiling I also printed the testpage from the Datacolor Spyder 3 software, which was perfect
    printing the same testpage from Photoshop: way too dark.
    I don't have a clue to where things are going wrong.
    Is it a bug in Photoshop,but why then also in Preview?
    is it the way the printerdriver handles things? But then why not in InDesign?
    Anyone any ideas?
    Regards,
    Hans

    Have you gone into the "Print Settings" dialog and turned off color matching in the Epson portion of the settings?
    Are you running the most recent version of the driver? There is a combination updater to version 7.0 available as the first result at:
    http://www.google.com/#hl=en&source=hp&q=epson+common+updater+v7.0+9800&btnG=Google+Search

  • Strange RMI behavior and data

    Hello:
    I have a very difficult and strange problem. I am hoping somebody can spot what is going on or maybe tell me I am way off.
    I have a client-server application that uses RMI for network communication. The server is a database and the clients insert, update and delete data from it. When a client starts up, it does Naming.lookup, and upon a success, will register some callback methods so that it gets notified of any changes to the database.
    Everything works, but the performance is somewhat sketchy. For example, I have one test where one client sends over 1,000 new items to the database. After about 10 seconds of great performance it suddenly stops, almost like it lost its connection. Then, after about 10-30 seconds later, it starts right back up and runs for another 10 seconds. I am not getting any exceptions thrown.
    At first I thought this was a network configuration issue, but I am able to resolve names and IP address backwards and forwards across all the clients and the server.
    I installed ethereal, a network sniffer, to try to find out what was going wrong. I noticed a strange pattern, between my clients and server. Every 10 seconds there is strange exchange between each client and the server that last about .1 of a second.
    The client always sends the same 41 bytes of data and the server sends the same 23 bytes back, except for the second-to-last byte. That one is always incremented.
    The exchange is continuously happening even when none of the clients are doing anything, which leads me to believe that it is just a normal part of RMI and isn�t doing anything. However, I have also noticed that my slowdowns ALWAYS occur when this happens. Below is a snippet of the data exchange between one of my clients and the server.
    Has anybody ever seen this, or does anybody here have an idea of what is going wrong?
    Client:
    00000000 52
    Server:
    00000000 53
    Client:
    00000001 50 ac ed 00 05 77 22 00 00 00 00 00 00 00 02 01
    00000011 82 0d da 00 00 01 0c ea 55 13 9f 80 00 ff ff ff
    00000021 ff c6 90 44 fb 34 76 b1 8d
    Server:
    00000001 51 ac ed 00 05 77 10 01 01 82 0d da 00 00 01 0c
    00000011 ea 55 13 9f 85 17 01
    Client:
    0000002A 52
    Server:
    00000018 53
    Client:
    0000002B 50 ac ed 00 05 77 22 00 00 00 00 00 00 00 03 01
    0000003B 82 0d da 00 00 01 0c ea 55 13 9f 80 00 ff ff ff
    0000004B ff c6 90 44 fb 34 76 b1 8d
    Server:
    00000019 51 ac ed 00 05 77 10 01 01 82 0d da 00 00 01 0c
    00000029 ea 55 13 9f 85 18 01

    Thanks for everybody�s help so far.
    I have done some more testing and I found some usefull information in the transport.tcp log on the server side.
    First, some background: I am now running with a single client attached to the database. My client is at 192.168.0.63 and my server at 192.168.0.21.
    When my program starts up, my client opens up an RMI connection with the database to get the current data and to send database changes one. The client port is 3110 and the server port is 58252.
    After I make the first change, the server makes a RMI connection back to my client to sends it datbase update. The server port is 58547 and the client is 3087.
    I am sending the same two updates to the database every 5 seconds or so. After about 30 - 60, the database takes 12 seconds to contact the client where it normally take 0.005 seconds.
    Just after the previous successfull update I saw this message
    06:33 sun.rmi.transport.TCPChannel$Reaper run
    FINER: RMI ConnectionExpiration-[192.168.0.63:3087]: wake up
    Then at 6:36 I attemped to re-save another database object, I got my message that the server was about to attempt to fire off another update to the clients. Immediatly after that I got this log message
    06:36 run.rmi.transport.tcp.TCPChannel new connection
    FINE: Thread 3 - reuse connection
    6 seconds afterwards I get this
    6:44 sun.rmi.transport..tcp.TCPConnectionHandler run
    FINE: RMI TCP Connection(3)-192.168.0.63 accepted from 192.168.0.63:3201
    6: 44 sun.rmi.transport..tcp.TCPConnectionHandler run
    FINE: RMI TCP Connection(3)-192.168.0.63(58252) suggesting 192.168.0.63:3201
    6: 44 sun.rmi.transport..tcp.TCPConnectionHandler run
    FINE: RMI TCP Connection(3)-192.168.0.63(58252) using 192.168.0.63:3087
    The update to the client finishes at 6:48
    In the packet sniffer I saw the same 12 second delay between the ACK and the PSH,ACK packets. In that delay, I saw that an RMI connection was initiated between the client on port 3201 and the server on port 585252. I am assuming that that connection is what was showing up at 6:44.
    I guess that the connection between the database and the listener on the client is expiring for some reason. What I don't understand is why and who terminated the connection, the client or the server?
    I was able to remove the program that was hiding my transport.tcp log messages, but I didn't see any of the connection re-establishment on the client side. Maybe I just didn't look hard enough

  • Merging contacts from desktop and iPhone

    OK... here goes....
    For the last 10 years my wife and I have shared one user account on our desktop computer, a G5 tower.
    We have been able to successfully keep our 'digital lives' separate because I used Apple Mail and Address Book with my iPhone, syncing with mobile me. She used Microsoft Entourage and a flip phone.
    She has just gotten an iPhone 4S and I want her to be able to sync contacts with Address Book. So... I am FINALLY setting her up with her own user account and getting her to use Apple Mail and Address Book. We do NOT want my Address Book to sync with her new iPhone.
    I think I can import her messages and mailboxes into Mail in the new user account easy enough. And I am pretty sure I can get her Entourage email addresses into Address Book also. I have seen some articles online and I think I got it straight.
    Here is the part I am not sure about. When she got her iPhone last week the Verizon store transfered her PHONE NUMBERS into the iPhone form her old flip phone. How do we merge the email addresses (from Entourage) and phone numbers (currently on the new iPhone) into Address Book?
    I am asuming there are gong to be many double entries and such as the names will not match.... but i do not want to overwrite anything and lose data. Will we just have to suck it up and manually merge the data?
    We can not use iCloud yet, as the machine is not Intel and is only running Leopard. There is a new Mac Mini in our near future and I will get the iCloud running for her soon enough. And I anticipate no issues moving over her new user account, from the G5 over to the new Mini.
    I ONLY use my white Intel MacBook running Lion and the iCloud to keep MY life in sync these days and doubt I will put my MacBook user account on the new desktop... but I might at some point.
    Thanks
    Eliot
    NYC

    Troubleshooting iPhone and iPod touch contact and calendar syncing via USB on Windows
    http://support.apple.com/kb/HT1692
    If that does not resolve the issue then move on to
    Advanced troubleshooting for Sync Services on Windows with Microsoft Outlook 2003 or 2007
    http://support.apple.com/kb/TS2776

  • TS3899 I accidently turned ON contacts when I was turning ON my yahoo email account in settings and now all the emails from contacts have been merged to create SEPARATE contact right under the original contact name. Now I have double contacts for everyone

    I accidently turned ON contacts when I was turning ON my yahoo email account in Settings and now all the emails from contacts have been merged to create SEPARATE contact right under the original contact name. Now I have double contacts for everyone with an email address!!! how do I UNDO? it says all CONTACTS WILL BE DELETED...when I go to turn CONTACTS to OFF.

    Any contacts synced with the Yahoo account will be deleted from the phone if you turn it off. They will still be out there in Yahoo land, so if you turn it off and it deletes something you didn't want to, just turn it back on again.
    It's extremely unclear what you did when you say " I only created contacts and typed in emails that I had for those contacts.....so I am still not sure how to UNdo what I did without deleting anything"
    Undo WHAT, exactly? You said "I accidently turned ON contacts when I was turning ON my yahoo email account in Settings and now all the emails from contacts have been merged to create SEPARATE contact right under the original contact name."
    Just turn it off.

  • Can I use my Address Book to create a data base and then merge from it to create mailing labels?

    Is it possible to use my Address Book to create a data base and then merge from it to create mailing labels?
    Thanks,
    CF

    I know one way, it is not elegant but it does work.
    1. Open Thunderbird. (download here: https://www.mozilla.org/EN/thunderbird/)
    2. Click on Address Book.
    3. On the left in the new window is a list of your Address books and groups. Select the one you want.
    Your addresses will appear to the right.
    4. In Thunderbird / Tools select Export, and Save as "Comma Separated".
    You can open that list of addresses in Excel or in FileMaker Pro. Mail merge proceeds from there.

  • MSI z77A-G43 C1E enabled and strange noise from cpu area ?

    MSI z77A-G43 C1E enabled and strange noise from cpu area ? What will be the problem? When I disabled it there is no sound. BUt when I enabled it there is a strange noise while moving my mouse cursor or when there is some CPU activity, sounds like a squeeking or scratching, a bit like hdd activity, but barely noticeable. It looks like it's coming from the area around the cpu socket, must be something on the motherboard. is there a solution other than just disabling it? I want to be able to make C1E enable but cant bare this noise so I have to turn it of....

    Sound like some electrical sound produced by current going through that area.
    Try contacting MSI support for more help.
    >>How to contact MSI.<<

  • A very new and strange warning message from my iPhone

    I am getting a very new and strange warning message on my iPhone. The phone will repeatedly - even when sitting idle - flash a message that states, "This accessory not made to work with iPhone. Would you like to turn on Airplane Mode to reduce audio interference ... you will not be able to make or receive calls?"
    This message started to flash up on my iPhone after I installed Leopard yesterday evening (11/15/07). I just updated my iTunes software today so I have iTunes 7.5 (19) and my iPhone software version is 1.1.2. Finally, I am not trying to hack my iPhone since I ain't smart enough to do so and, even if I were, I wouldn't want to have a dead phone on my hands.
    Any suggestions or thoughts? Thanks.

    Charles
    I think my first instinct would be to try a Reset of the iPhone, if that doesn't improve things then try a Restore from within iTunes BUT.....
    I would also wait awhile and see in anyone else weighs in with other suggestions first.
    Good luck
    FlatE

  • Help!!! My husband by accident synced his account under my account and has merged all of our contacts.  In the process of fixing the mixup has deleted contacts on both phones.  How do I restore the contact list from the original contact list.

    Help!!! My husband by accident synced his account under my account and has merged all of our contacts.  In the process of fixing the mixup has deleted contacts on both phones.  How do I restore the contact list from the original contact list.

    I hope that you aren't complaining about dropped calls INSIDE your condo because no amount of switching or upgrading devices will solve that.
    VZW will not guarantee service inside of any structure. There are just too many factors. If the problem is inside then you might want to look at one of the following:
    1.) Network Extender (may cause issues for others in a condo or apartment style setting)
    2.) A Google Voice Number (Free with a Gmail email address), downloading Google Hangouts Dialer and forwarding your calls to the GVN so that you can make and receive calls over Wi-Fi.

  • How to merge data in BW from R3 and a legacy source

    Hi
    I would like to combine data from R3 and from a legacy system in BW as follows: I have two similar info objects:
    One info object contains the stuff from R3 (which contains some history but basically the data is just really well maintained starting from Jan 1st 2008.
    The other info object contains data from a legacy HR data warehouse which contains data back to 2001 and up to Dec 31st 2007.
    I would like to combine in BW the two info objects in a multiprovider such that if I make a query before Jan 2008 then the data is taken from the 'legacy' infoobject and when I run a query as of Jan 2008 or later then the data should be taken from the 'R3' info object. (Note that if I specify a range e.g. Dec 2007 - Jan 2008 then data from both info objects are to be taken).
    A problem I see is that the DATEFROM of rows in the time dependent tables of the 'R3' info object is not as of Jan 1st 2008 but can be any date before. Thus I wonder how an overlap between the 2 sources can be avoided.
    Is there a way to acomplish this?
    Regards and thanks for your help, Felix

    The how to at following url shows how to store, retrieve and display characters of different languages from Oracle database onto a JSP page.
    http://otn.oracle.com/sample_code/tech/java/codesnippet/jdbc/nls/Globalization.html
    HTH
    Chandar

Maybe you are looking for

  • Error while creating a blackberry application in netbeans

    hi everyone, i am trying to create a blackberry application along with my midlet in netbeans 6.5, where as the build failed with errors. here are the errors i am getting.. can anyone help me........ java.io.IOException: CreateProcess: "D:\Research In

  • BIOS Request MSI A6200-220US

    Hello, I am a new member trying to upgrade my RAM from 4GB to 8GB on my MSI A6200-220US Core i3-350M but I am having issues and I am wondering if a custom BIOS would fix this. When I put in my two new sticks the laptop boots as usual giving me the op

  • Purchase Info record   error

    hi SAP, In purchase info record in deletion flag i tick the check delete info record. if i do this values from info record will not come when i create purchase order. What are the other ways the values are coming to my purchase order if the info reco

  • External Monitor Went White

    I was using my 2011 MacBookPro. I have it plugged into an external HP monitor. All of a sudden the external monitor went completely white. Now I cant get the external back. The built in monitor works fine. Also, the external monitor is connected via

  • I have a pc, and i accidentally deleted the address bar in my safari browser and no longer have any view options to get it back

    I have a pc, and i accidentally deleted the address bar in my safari browser and no longer have any view options to get it back. I uninstalled and reinstalled safari twice, but the address bar still isn't there and neither are the view options. If th