Trouble with OSB , SuseLinux 64 bit.

Hi :
I've installed OSB ( osb-10.1.0.3.1_linux.x64_cdrom_070517.tar ) into a Suse Linux Enterprise Server 10 ( Linux 64-bit running with two AMD Opteron processors ). Oracle 10gr2 is running also .
The problem is that the obhttpd service doesn't start and when trying to run it from a terminal session, it comes up with the following :
/usr/local/oracle/backup/.etc.linux86_64/obhttpd: error while loading shared libraries: libgdbm.so.2: cannot open shared object file: No such file or directory
Does it mean that the WebTool cannot be used under a Linux 64-bit environment ?
Any ideas to fix this ? Are we doing wrong something ?
Thanks in advance,
Regards,

Hi :
When are you going to release OSB 10.2 as you mentioned ?
Could you please tell me which Linux OS are supported with the current OSB version ? We don't have access to Metalink in order to validate this, because we're in the process of purchasing our OSB license.
Thanks in advance,
Regards,

Similar Messages

  • I have 64-bit Vista on an HP laptop, and am having trouble with P4

    I have 64-bit Vista on an HP laptop, and am having trouble with P4. When I go to the "Compatibility" tab in for the P4 .exe file, 32-bit Vista does not show up as a compatibility option. The latest version shown is XP with SP2. Am I missing something? Is there a patch or download that updates P4?(The problem I'm having is stuttering and stopping in the imported avi2 files I have downloaded from my Panasonic digital camcorder and converted from avi to avi2 using DVDate. Also, I get stuttering with digital photos - jpg files - that I want to insert in the movie with added narration.)

    A.T. Romano
    It gets a little complicated. This is a simplification, but I hope this
    helps to visualize what's happening.
    The 32 bit and 64 bit environments are separated from each other.
    There are separate program files directories, separate shared dll library
    directories, and even separate registry entries. You can't mix 32 and
    64 bit modules, and some applications, like Internet Explorer, install
    both a 32 bit and a 64 bit version on the same computer. (IE does that
    so it can process web pages that use 32 bit executable controls).
    Vista 64 has 32 bit emulation built-in using a subsystem called Windows
    on Windows 64 or WOW64 for short. WOW64 intercepts 32 bit
    application calls to the operating system and handles the 32 to 64 bit
    conversions and the redirection of the file and registry locations.
    The program files themselves contain flags that indicate whether they
    are 32 bit and whether the file uses the 64 bit version of the file
    structure.
    If the program is marked 32 bit, it will run in 32 bit using WOW64.
    Programs are generally installed by an installer program which places
    the application files in the proper locations and writes the registry
    entries and any other setup tasks that are needed. To install a 64
    bit program, a 64 bit installer is needed. For 32 bit installers, the files
    and registry entries are redirected to the 32 bit locations.

  • Having trouble with itunes update.  Error with itunes64.msi. Windows 8.1 64 bit.  Thanks.

    Having trouble with itunes update.  Error with itunes64.msi. Windows 8.1 64 bit.  I tried uninstalling, but I am stuck now trying to reinstall.
    It says itcan't find the itunes64.msi destination folder.

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Using 64 bit JRockit with OSB 10gR3

    Is it a good idea to use 64 bit JRockit JVM with OSB 10gR3?
    As per my knowledge OSB 10gR3 uses 32bit JVM. Our production environment is 64 bit Linux box having 32GB memory. But we are not appropriately able to use it if we are using 2 bit JVM (like -Xmx in JVM cannot be equal or more than 4GB). I am planning to use 64 bit JRockit JVM to run Weblogic servers
    Is there any known issues or I am simply missing something?

    Hello Calvin,
    I found the supported configs docs for OSB 10gR3 here:
    http://download.oracle.com/docs/cd/E13196_01/platform/suppconfigs/configs_al10gr3/osb10gr3/overview.html#1128234
    The 64-bit JRockit does seem to be supported on Oracle and Red Hat Linux, so it should work just fine.
    Henrik

  • A trouble with "LIKE" in a select statement

    Hi!
    I'm having trouble with "LIKE" in a select statement...
    With Access I can make the following and everything works well:
    SELECT name, birthday
    FROM client
    WHERE birthday LIKE '*/02/*';
    but if try to do it in my application (it uses Access), it doesn't work - I just can't understand that!!!
    In my application the "month" is always the currently month taken from the "System". Look what I'm doing...
    String query1 = "SELECT name, birthday " +
              "FROM client " +
              "WHERE birthday " +
              "LIKE '*/" +
              pMonth +
              "/*' " +
              "ORDER BY birthday ASC ";
    ResultSet rs = statement1.executeQuery(consulta1);
    boolean moreRecords = rs.next();
    The variable "moreRecords" is always "false", the query returns nothing although the table "client" has records that attend the query.
    Please, anyone can help me?! It's a little bit urgent.
    Thanks,
    Katia.

    Hi Katia,
    I'll bet the problem lies with the characters you're using to escape the LIKE clause. You're using the ones that Access likes to see, but that's not necessarily what's built into the JDBC-ODBC driver class.
    You can find out what the correct escape wildcard characters are from the java.sql.DatabaseMetaData.getSearchStringEscape() method. It'll tell you what to use in the LIKE clause.
    I'm not 100% sure about your code. It doesn't use query1 anywhere. I'd do this:
    String query = "SELECT name, birthday FROM client WHERE birthday LIKE ? ORDER BY birthday ASC";
    PreparedStatement statement = connection.createStatement(query);
    String escape = connection.getMetaData().getSearchStringEscape();
    String test = escape + '/' + pMonth + '/' + escape;
    statement.setString(1, test);
    ResultSet rs = statement.executeQuery();
    while (rs.hasNext())
    // load your data into a data structure to pass back.
    rs.close();
    statement.close();Let me know if that works. - MOD

  • Trouble with install disks - is it OK to make a copy of them?

    Finally, I am trying to make a copy of the install disks that came with my MBP. This was recommended in several threads for preserving the original and having backups just in case.
    I used Disk Utility to make a disk image - choosing DVD/CD master, no encryption - as I was instructed on another thread. I made the disk images fine of the 2 disks - they are now saved as disk images in the .cdr format. While I was at it, I made a disk image of the TechTool Deluxe CD that came with my AppleCare.
    When I inserted a CD (and then I tried a DVD) into the slot to Burn the disk image of the first (and then the second) install disk, I got the message that there is not enough room on the disk I am trying to use (for either disk). I had no trouble burning a disk of the TechTool Deluxe - I did that on a CD.
    When I go to Get Info for the disk image for the 2 install disks, it looks like each is no larger than 5 plus GB, which seems strange.
    What am I doing wrong?
    Mrs H

    When you make images of the discs, it is compressed. So when you get info of the image, that is smaller than the actual disc size. You said disc two was 3.97gb but really uncompressed it is likely over 6GB. For both install discs one and two, you need dual-layer DVDs to burn.
    Thanks for your help, mdpeterman.
    I wondered about the compressed issue - but since I chose CD/DVD master, (from Disk Utility Help: "If you want to use the disk image with a third-party application, choose CD/DVD master. The disk image contains a copy of all sectors of the disk, whether they're used or not, and copies them to other CDs or DVDs bit for bit") with no encryption I assumed that the size of the disk image was identical to the original.
    What you say tells me I'm wrong - that even with DVD master bit for bit, the image is compressed. Right?
    I'll get back to you when I have solved this...
    Mrs H
    Mrs H

  • Trouble with Mac Unexpectedly Quitting

    I have a iMac with the following hardware overview:
    Model Name: iMac
    Model Identifier: iMac7,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache (per processor): 4 MB
    Memory: 2 GB
    Bus Speed: 800 MHz
    Boot ROM Version: IM71.007A.B03
    SMC Version: 1.20f4
    I have trouble with programs unexpectedly quitting and am having trouble finding out what's wrong. The most problems occur when using Photoshop Elements 4.0.1 (which happens multiple times daily, usually if not always when I'm trying to save), but I've also had Safari quit unexpectedly. I've been working with both Apple Care and the Adobe technical support and have found no solutions as of yet. Here are all of the things I've tried to date (and none have yet solved the problem):
    - Emptied Cache and Cookies folders
    - Run Repair Disk Permissions & Verify Disk
    - Re-installed Adobe Photoshop Elements
    - Created a new user account and tried running the program from within there
    - Booted up the computer in safe mode and run the program (still quit unexpectedly)
    Was being helped by Apple Care once again and they were going to have me re-install Max OS X, but the guy suggested I post here first for advice.
    I do have the option of upgrading to Max OS X Leopard, but didn't want to complicate things (although maybe they'd improve).
    Any advice would be greatly appreciated. Definitely not a tech wiz, but do understand a bit.
    Thanks for reading this...

    Welcome to the Forums
    Did you run Repair Disk from your Install Disc? Boot holding down the C Key
    From the Installer Menu select Utilities>Disk Utility>Repair Disk..Reboot
    Then..Applications>Utilities>Disk Utility>Repair Disk Permissions.

  • Iphone 5 trouble with charging, please help?

         Haven't had my iPhone for long (around November for my birthday) and for about the last couple of weeks recently I have had major trouble with the battery charge.
         At first I thought it was the cables, so I got new one after new one and they'd work but then stop working. Until the last one I just purchased, it pretty much stopped charging the phone straight away. No lightening or sound response, no connection via computer etc. So, when my charge ran out I still had it plugged into my computer and now my phone only chargers when it's off when it's plugged into a USB port (bear in mind, it doesn't connect to iTunes-it says USB is unrecognized although it still chargers the phone when off). However, it charges fairly quickly when off but when in use the charge diminishes just as quick as it takes to charge. Not only that but now whenever I wish to turn my iPhone off, it turns itself back on.
          I have recently sent off my phone to the Apple store to have it checked over and it came back to me saying they couldn't reproduce the symptons I had mentioned so there was me thinking everything was fine but nope, still faulty. So a bit disappointed with paying £7.00 for delivery to have nothing been done about it (not only that, but the phone as also out of charge when returned so it just seemed like my phone wasn't looked over one bit). Also a bit disappointed and annoyed at the fact I'm still paying for my monthly contract for the phone when I am unable to use it!!!
         I haven't damaged the phone (it basically looks brand new) and haven't exposed it to any liquids. The USB port on my phone where I charge it seems clear too.
          The annoyance of having to send it back to Apple costing me more money is offputting so does anyone have any other suggestions? I'm going to my local 3 store to see if they can help me out but I'm just a bit fed up now. Can see this is a popular problem amongst other iPhone users too.
    Many thanks!
    (Oh and need to add I HAVE updated everything on my phone, restored everything, restarted etc.)

    Yeah I went to the 3 store and they said that it costs if they find it's a software issue (which I believe isn't fair). However, after sending mine off and having it back exactly the same I headed off to the 3 store and asked to see what they could do for me. Of course, they can't touch Apple phones so they kindly phoned Apple again for me to only say that Apple have NO record of me even sending my phone off even though I have written and e-mail proof. They then said that they replaced my phone in which they didn't. So I spoke to the senior supervisor who said for me to send it off again (yawn) but to be replaced and if it doesn't then I have to e-mail her directly. It's such an annoying issue because I'm still paying for my phone when I can't even use it.
    My advice is, definitely go to the store. Even-though they can't actually replace it there and then or send it off themselves to be repaired but they (should) phone up Apple and help you further. Apple shouldn't be asking you for such an upfront cost without even looking at your phone as it could be another issue.
    That's me up to date. Sending it off tomorrow, hopefully receive a replaced working phone now.

  • Having Trouble With E-mails That Involve Animation

    This is too weird. When I receive an e-mail that has animation in it it comes through freeze framed in Mail. It does not matter if it is in my .Mac account or Verizon account. Just for the heck of it I forwarded it to myself using the Verizon account and opened it in Safari. I also did the same thing with my .mac account. I opened it on the web. Bingo, I had animation. I am also having trouble with WMV's. Why can I not get any animation in Mail? Is there something I am doing wrong? any way to correct this?

    OK, from the sound of your post, you have a limited knowledge about email. Let me see if I can help. I would guess that you have a Windows machine that you have used in the past. Your email address must be a "pop" address. That means that your internet service provider has a server where your mail is sent. This is different than a web mail address, that is accessed remotely with a web browser, such as Internet Explorer, Firefox, or Safari. You must then be using an email program, such as Outlook Express, to go get the email onto your local machine. Any email program can do this. Open up the accounts tab in Outlook Express, and write down the settings. There will be one for the incoming server, and one for the outgoing server. Now, on your Mac, you can use the email program provided, such as Mac Mail, and put the settings in there. You can now send and receive to your Mac using your supplied email address. You can use another program such as Thunderbird to do this if you want. You don't have to use Mac Mail.
    Getting your old email off of the Windows computer is a bit harder, so hopefully you don't need to do that. But if you do, I can direct you on how to do that also.

  • Trouble with FP 10.3.183.7 upgrade - wasn't working and now doesn't download

    Current system info:
    Windows 7 (64 bit)
    Internet Explorer 9 (using 32 bit for downloading FP)
    I upgraded to 10.3.183.7 and immediately noticed my laptop unable to display/use Flash features (facebook games, online flyers, video, etc)
    I uninstalled and installed multiple times using both Control Panel and the uninstaller provided on Adobe help page. I restarted my laptop after every install and after every uninstall. I made sure to use 32-bit IE each time.
    At first Programs (and Control Panel) showed FP as installed but now it doesn't register as installed at all - aside from the installer program telling me it is installed.
    After installing, on the Adobe 'test' page instead of the spinning F I see a box with an 'x' in the top left hand corner (like an image/graphic that won't load).
    I tried the beta FP 11 but same problem. It at least showed up on my programs list. I uninstalled it and am back to FP 10.3
    I have been on the help page trying anything I can find to get it working but no luck so far. Any advice for this issue?
    Thanks,
    Jill

    FP does appear in my Control Panel for uninstalling but does not appear in my Programs list. I downloaded Google Chrome and FP seems to work with it (though I'm not a big fan of the browser)So, it would appear to be an IE issue? If you still want the install log:=O====== M/10.2.152.26 2011-04-11+18-41-26.195 ========
    0000 00000010 "C:\SWSetup\AFlash\Setup.exe"  -install
    0001 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10m.ocx
    0004 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10m_ActiveX.exe
    0005 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10m_ActiveX.dll
    =X====== M/10.2.152.26 2011-04-1118-41-27.490 =========O====== M/10.3.183.7 2011-09-0701-16-25.406 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0002 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0003 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0004 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    =X====== M/10.3.183.7 2011-09-0701-16-28.438 =========O====== M/10.3.183.7 2011-09-0801-30-39.351 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001041
    =X====== M/10.3.183.7 2011-09-0801-30-39.737 =========O====== M/10.3.183.7 2011-09-0801-47-26.279 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0002 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0003 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0004 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0006 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.7 2011-09-0801-47-30.257 =========O====== M/10.3.183.7 2011-09-0802-10-04.958 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001041
    =X====== M/10.3.183.7 2011-09-0802-10-05.672 =========O====== M/10.3.183.7 2011-09-0802-10-09.789 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0002 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0003 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0004 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0006 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.7 2011-09-0802-10-14.574 =========O====== M/10.3.183.7 2011-09-0901-14-55.652 ========
    0000 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe" -maintain activex
    0001 00001039
    =X====== M/10.3.183.7 2011-09-0901-15-53.743 =========O====== M/10.3.183.7 2011-09-0901-17-38.865 ========
    0000 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe" -maintain activex
    0001 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe 5
    0002 00000018
    0003 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe 5
    0004 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0005 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0006 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0007 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0008 00001021
    0009 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0010 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0011 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe 5
    0012 00000012
    =X====== M/10.3.183.7 2011-09-0901-17-43.904 =========O====== M/10.3.183.7 2011-09-0901-39-18.275 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0005 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0006 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0007 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0008 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    =X====== M/10.3.183.7 2011-09-0901-39-21.150 =========O====== M/10.3.183.7 2011-09-0901-50-41.972 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001041
    =X====== M/10.3.183.7 2011-09-0901-50-42.376 =========O====== M/10.3.183.7 2011-09-0901-51-01.582 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0002 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0003 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0004 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0006 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.7 2011-09-0901-51-05.961 =========O====== M/10.3.183.7 2011-09-0902-17-44.951 ========
    0000 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe" -maintain activex
    0001 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe 5
    0002 00000018
    0003 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe 5
    0004 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0005 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0006 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0007 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0008 00001021
    0009 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0010 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0011 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe 5
    0012 00000012
    =X====== M/10.3.183.7 2011-09-0902-17-50.193 =========O====== M/10.3.183.7 2011-09-0920-41-16.435 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0005 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0006 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0007 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0008 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    =X====== M/10.3.183.7 2011-09-0920-41-19.293 =========O====== M/10.3.183.7 2011-09-0920-55-06.571 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001041
    =X====== M/10.3.183.7 2011-09-0920-55-06.966 =========O====== M/10.3.183.7 2011-09-0920-56-08.701 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0002 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0003 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0004 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0006 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.7 2011-09-0920-56-12.629 =========O====== M/10.3.183.7 2011-09-0921-08-02.144 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001041
    =X====== M/10.3.183.7 2011-09-0921-08-02.579 =========O====== M/11.0.1.129 2011-09-0921-11-39.470 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\F393.dir\InstallFlashPlayer.exe" -install -skipARPEntry -iv 1
    0001 00001036 Software\Macromedia\FlashPlayer\SafeVersions/11.0 2
    0002 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash11b.ocx
    0004 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11b_ActiveX.exe
    0005 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11b_ActiveX.dll
    0006 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/11.0.1.129 2011-09-0921-11-42.519 =========O====== M/11.0.1.129 2011-09-0921-17-05.196 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\ED5C.dir\InstallFlashPlayer.exe" -install -skipARPEntry -iv 1
    0001 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0003 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash11b.ocx
    0004 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11b_ActiveX.exe
    0005 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil11b_ActiveX.dll
    0006 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/11.0.1.129 2011-09-0921-17-09.205 =========O====== M/10.3.183.7 2011-09-0922-04-01.333 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001013
    =X====== M/10.3.183.7 2011-09-0922-04-01.640 =========O====== M/11.0.1.129 2011-09-0922-06-14.485 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\3BB9.dir\InstallFlashPlayer.exe" -uninstall activex
    0001 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0003 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0004 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0005 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0006 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0007 00001021
    0008 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0009 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    =X====== M/11.0.1.129 2011-09-0922-06-14.921 =========O====== M/10.3.183.7 2011-09-0922-07-17.275 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001013
    =X====== M/10.3.183.7 2011-09-0922-07-17.565 =========O====== M/10.3.183.7 2011-09-0922-22-52.408 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001013
    =X====== M/10.3.183.7 2011-09-0922-22-52.746 =========O====== M/10.3.183.7 2011-09-0922-24-17.263 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001013
    =X====== M/10.3.183.7 2011-09-0922-24-18.248 =========O====== M/10.3.183.7 2011-09-1012-35-47.416 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001013
    =X====== M/10.3.183.7 2011-09-1012-35-47.727 =========O====== M/10.3.183.7 2011-09-1012-38-11.063 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001013
    =X====== M/10.3.183.7 2011-09-1012-38-11.400 =========O====== M/10.3.183.7 2011-09-1012-49-48.987 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001013
    =X====== M/10.3.183.7 2011-09-1012-49-49.311 =========O====== M/10.3.183.7 2011-09-1012-55-05.778 ========
    0000 00000010 "C:\Users\Jill\Downloads\uninstall_flash_player.exe" -force 
    0001 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0002 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 00001018
    0005 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 00001019
    0007 00001020
    0008 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0009 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0010 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0011 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0012 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0013 00001021
    0014 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0015 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0016 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0017 00001048
    0018 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0019 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0020 00001018
    0021 00001036 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0022 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0023 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0024 00001019
    0025 00001020
    0026 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0027 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0028 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0029 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0030 00001021
    0031 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0032 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0033 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0034 00001048
    0035 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0036 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0037 00001036 Software\Opera Software/Last CommandLine 2
    0038 00001036 Software\Opera Software/Last CommandLine 2
    0039 00001036 Software\Opera Software/Plugin Path 2
    0040 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/10.3.183.7 2011-09-1012-55-11.581 =========O====== M/10.3.183.7 2011-09-1013-00-20.739 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0005 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0006 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0007 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0008 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    =X====== M/10.3.183.7 2011-09-1013-00-23.216 =========O====== M/10.3.183.7 2011-09-1013-23-41.978 ========
    0000 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe"
    0001 00001039
    =X====== M/10.3.183.7 2011-09-1013-23-56.159 =========O====== M/10.3.183.7 2011-09-1013-32-02.098 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001041
    =X====== M/10.3.183.7 2011-09-1013-32-02.525 =========O====== M/10.3.183.7 2011-09-1013-32-20.324 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0002 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0003 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0004 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0006 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.7 2011-09-1013-32-23.998 =========O====== M/10.3.183.7 2011-09-1013-33-17.451 ========
    0000 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe"
    =X====== M/10.3.183.7 2011-09-1013-33-20.571 =========O====== M/10.3.183.7 2011-09-1013-38-14.133 ========
    0000 00000010 "C:\Users\Jill\Downloads\uninstall_flash_player.exe" -force 
    0001 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0002 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0003 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0004 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0005 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0006 00001021
    0007 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0008 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0009 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0010 00001018
    0011 00001036 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0012 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0013 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0014 00001019
    0015 00001020
    0016 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0017 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0018 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0019 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0020 00001021
    0021 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0022 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0023 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0024 00001048
    0025 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0026 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0027 00001036 Software\Opera Software/Last CommandLine 2
    0028 00001036 Software\Opera Software/Last CommandLine 2
    0029 00001036 Software\Opera Software/Plugin Path 2
    0030 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/10.3.183.7 2011-09-1013-38-23.680 =========O====== M/10.3.183.7 2011-09-1013-51-14.222 ========
    0000 00000010 "C:\Windows\Downloaded Program Files\FP_AX_CAB_INSTALLER.exe" /RegServer
    0001 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0005 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0007 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0008 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0009 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0010 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    =X====== M/10.3.183.7 2011-09-1013-51-23.941 =========O====== M/10.3.183.7 2011-09-1013-54-43.664 ========
    0000 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe"
    =X====== M/10.3.183.7 2011-09-1013-54-46.332 =========O====== M/10.3.183.7 2011-09-1014-01-14.234 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001041
    =X====== M/10.3.183.7 2011-09-1014-01-14.695 =========O====== M/10.3.183.7 2011-09-1014-01-50.253 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0002 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0003 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0004 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0006 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.7 2011-09-1014-01-52.831 =========O====== M/10.3.183.7 2011-09-1014-09-42.630 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00001041
    =X====== M/10.3.183.7 2011-09-1014-09-43.028 =========O====== M/10.3.183.7 2011-09-1014-10-52.113 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0002 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0003 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0004 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0006 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.7 2011-09-1014-10-54.949 =========O====== M/10.3.183.7 2011-09-1014-21-57.215 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5MC4DY1T\install_flash_player_10_active_x.exe"
    0001 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0002 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0003 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0004 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0006 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.7 2011-09-1014-22-13.173 =========O====== M/10.3.183.7 2011-09-1018-08-14.860 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5MC4DY1T\install_flash_player_10_active_x.exe"
    0001 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0002 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0003 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0004 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0006 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.7 2011-09-1018-08-28.651 =========O====== M/10.3.183.7 2011-09-1018-18-04.868 ========
    0000 00000010 "C:\Users\Jill\AppData\Local\Temp\install_flash_player_ax.exe" -dlm -install
    0001 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash10w.ocx
    0002 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.exe
    0003 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil10w_ActiveX.dll
    0004 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0006 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.7 2011-09-10+18-18-07.420 ========
    > Date: Sun, 11 Sep 2011 07:46:49 -0600
    From: [email protected]
    To: [email protected]
    Subject: Trouble with FP 10.3.183.7 upgrade - wasn't working and now doesn't download
    function(){return A.apply(null,[this].concat($A(arguments)))}
    >

  • Are people still having trouble with iPhone/HP Laptops?

    Since I've had my Envy I've had no end of trouble with getting it and the iPhone to play nice. Any my search continues. So far, I have updated every bios, reinstalled Windows 7/iTunes many times, have restored the iPhone far more times than I care to remember and I am STILL having troubles with this thing. Having got through the Syncing issues with the PM55 chipset and iPhone I can now sync with my laptop. However all is not well as it would seem that I cannot sync my photo's. It doesn't matter if I have 0gb, 15gb or 30gb free, iTunes is telling me that there is not enough memory available. This error seems like an old one and there is even some info in the Apple KB but after following all that I still can't get it to sync my photo's.
    Some info on my setup:
    HP Envy 15 (all the latest drivers installed, bios F.24) Core i7-820, 8gb ram etc.
    iPhone 32gb, ver 3.1.3
    iTunes (whatever the latest one is)
    I should add that I can sync my iPhone with an identical install of intunes on my vintage Quad core desktop PC, but as I use my Laptop a lot more (and have all my media, email, and contacts etc on it) I would prefer to sync to it.
    Is there anything that I can do? Its very frustrating to have blown $4k on this equipment and it doesn't work...

    Well I tried deleting the photocache but alas, no luck. I also tried syncing with just the photo's enabled, and it worked! So then I enabled my other media and that copied across too! I thought I was on a bit of a roll here, but now whenever I try and sync it will do one of 3 things:
    iTunes will crash.
    iTunes will indicate that there is not enough memory on the device (+9GB free)
    iTunes will remove the iPhone from the sidebar (and my computer/disk management) even though it will continue to charge.
    Interesting point to note is that it works fine (cable/iphone/itunes/media library) on my desktop and macbook. Still really disappointed that I cannot get these two to cooperate. Also still haven't got any contacts from outlook but that may not be related?

  • Trouble with songs that have no albums

    Hey,
    I have a new video ipod, but I'm having a bit of trouble with the feature where, when you click on an artist with only one album, it goes directly to the list of songs in that album, instead of the list of the albums. The issue is with artists where I have one full labeled album and another song or two not in the album with the Album field left blank. When I click on the artist, it goes directly to the list of songs on the one album I have, making it impossible to access the song that isn't in the album. You can only get to it by going to the list of all the songs on the ipod. Is there anyway to fix this, or disable the feature that goes directly to the album tracks when you only have one album for an artist? Thanks!
    Sorry if that's unclear, here's a sample of the problem (artist - album - song)
    Leonard Cohen - Various Positions - Dance Me to the End of Love
    Leonard Cohen - Various Positions - Coming Back To You
    Leonard Cohen - Various Positions - The Law
    Leonard Cohen - Various Positions - Night Comes On
    Leonard Cohen - Various Positions - Hallelujah
    Leonard Cohen - Various Positions - The Captain
    Leonard Cohen - Various Positions - Hunter's Lullaby
    Leonard Cohen - Various Positions - Heart With No Companion
    Leonard Cohen - Various Positions - If It Be Your Will
    Leonard Cohen - Hallelujah
    That last Hallelujah (a different version than the album one) is the one that's impossible to find.

    Thanks! It's not a neat solution, but until the apple guys fix this problem in the software I guess it's what I'll have to go with.

  • Trouble with array to spreadsheet string

    I am having trouble with the array to spreadsheet string.
    I have a 1-d array of string, the output spreadsheet string never puts a space on the first row, but all others.
    example:
    05:59:29.170    00000101     8        00 00 07 00 0B 0E 0D 0C
     05:59:29.198    00000100     8        00 00 3A 3A 39 39 39 39
     05:59:29.220    00000101     8        00 00 07 00 0B 0E 0D 0C
     05:59:29.248    00000100     8        00 00 39 39 39 39 39 39
    format string is %s and default tab is delimiter.
    this is screwing up my program because of the "scan for string" function can't be used correctly if the spreadsheet string isnt consistent.
    Any suggestions?
    Thanks

    You don't need to use "array to spreadheet string": You could use plain formatting for full control over the output.
    Still, your observation is a bit odd. Could you attach a simple VI that shows the behavior? (Put your input array into a diagram constant).
    LabVIEW Champion . Do more with less code and in less time .

  • Trouble with split into clips when importing from camera

    I'm importing old video from mini DV tapes into iMovie. Unlike many other people writing here, I'm not having trouble with the connection between the camera and the computer. That works fine. I click "import" and the video IS imported.
    The problem is, iMovie splits up the video it loads into little clips, some are long and some are less than a second long. Then, when it displays them in the clips window, they are out of order. For instance, the first few bars of a song might be pulled off and be in a short clip near the bottom of the list while the rest of the song is in a longer clip near the top. As a result, I am forced to carefully put them back in order -- like making a jigsaw puzzle -- as I drag them into the project.
    Can I either turn off whatever it is that splits the input into clips (I'd like just one big clip) OR at least could the clips be displayed in the order that they were loaded from the camera so that clips that belong together are next to each other?
    Thanks (and sorry for asking what is PROBABLY a dumb question),
    ak

    The best answer I've found so far to my own question is the post from Randman here:
    http://discussions.apple.com/thread.jspa?messageID=9007098
    As he points out, the problem is that iMovie is splitting and ordering the clips by their "time stamp", but if the video was previously edited (even by iMovie itself!) this time stamp may reflect the time it was edited rather than the time it was filmed. This is especially a problem for clips that have a title or special effect used on PART of it, because the modified part does not show up anywhere near the unmodified part in the list of clips.
    Randman ALSO provides a sort of solution: rename the files themselves. I found this did work. (You rename them so that time stamps in the filename are in increasing order when listed in order by "last modified" which reflects the time they were loaded from the camera!)
    I've written myself a script to do this automatically, but it is a bit of a hack and not really suitable for distribution. But, I suggest that someone with more time and programming experience than I write such a script that would help people with this problem!

  • Trouble with export and import

    I am having trouble with export and import
    here is what I did...
    exp "'/ as sysdba'" PARFILE=parfile.txt
    PAFILE
    TABLES=user1.Table1
    file=Table1_1006.dmp
    LOG=Table1_1006.log
    query="where to_char(processeddate,'YYYYMMDDHHMISS') between to_char(to_timestamp('1911-01-01 00:00:00','YYYY-MM-DD HH24:MI:SS'),'YYYYMMDDHHMISS') and to_char(to_timestamp('2011-10-06 16:46:26','YYYY-MM-DD HH24:MI:SS'),'YYYYMMDDHHMISS')"here is my log from export
    set and AL16UTF16 NCHAR character set
    About to export specified tables via Conventional Path ...
    Current user changed to user1
    . . exporting table               Table1   16019049 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    Export terminated successfully with warnings.Then I started importing
    /database2/rdbm15> imp "'/ as sysdba'" file=Table1_1006.dmp fromuser=user1 touser=user1 tables=Table1 log=imp_Table1_1006.log
    Import: Release 10.2.0.5.0 - Production on Thu Oct 6 19:57:01 2011
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    . importing user1's objects into user1
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLE "Table1" ("APPROVALTRACEID" VARCHAR2(64), "REQUESTOR"
    "EID" VARCHAR2(9), "EID" VARCHAR2(9), "FIRSTNAME" VARCHAR2(32), "LASTNAME" V"
    "ARCHAR2(32), "MIDDLEINITIAL" VARCHAR2(8), "TIER" VARCHAR2(3), "JOBTITLE" VA"
    "RCHAR2(64), "JOBCODE" VARCHAR2(10), "EMPLOYEETYPE" VARCHAR2(2), "CONTRACTOR"
    "TYPE" VARCHAR2(2), "EMPLOYEESTATUS" VARCHAR2(2), "COSTCENTER" VARCHAR2(10),"
    " "COSTCENTERDESCRIPTION" VARCHAR2(50), "CONTRACTENDINGDATE" VARCHAR2(8), "A"
    "CCOUNTSTATUS" VARCHAR2(2), "LOGINID" VARCHAR2(70), "APPLICATIONGROUP" VARCH"
    "AR2(50), "APPLICATIONNAME" VARCHAR2(50), "APPLICATIONID" VARCHAR2(12), "LEV"
    "EL1" VARCHAR2(512), "LEVEL2" VARCHAR2(512), "LEVEL3" VARCHAR2(512), "LEVEL4"
    "" VARCHAR2(512), "LEVEL5" VARCHAR2(512), "PROFILECODE" VARCHAR2(50), "PROCE"
    "SSEDDATE" DATE, "APPROVERMANAGEREID" VARCHAR2(9), "APPROVERMANAGERDELEGATEE"
    "ID" VARCHAR2(9), "APPROVERT4MANAGEREEID" VARCHAR2(9), "APPROVERT4MANAGERDEL"
    "EGATEEID" VARCHAR2(9), "APPROVERAPPOWNEREID" VARCHAR2(9), "APPROVERAPPOWNER"
    "DELEGATEEID" VARCHAR2(9), "PERFORMEREID" VARCHAR2(9), "NATIONALID" VARCHAR2"
    "(30), "COUNTRYCODE" VARCHAR2(9), "PASSPORTID" VARCHAR2(20), "DATEOFBIRTH" V"
    "ARCHAR2(15), "CITYOFBIRTH" VARCHAR2(15), "VENDORNAME" VARCHAR2(50), "VENDOR"
    "MANAGERNAME" VARCHAR2(50), "VENDORMANAGERID" VARCHAR2(9), "VENDORADDRESS1" "
    "VARCHAR2(100), "VENDORADDRESS2" VARCHAR2(100), "VENDORSTATEPROVINCE" VARCHA"
    "R2(15), "VENDORCOUNTRYCODE" VARCHAR2(9), "VENDORZIPPOSTALCODE" VARCHAR2(9))"
    "  PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 4076863488 "
    "NEXT 1048576 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)            "
    "                   LOGGING NOCOMPRESS"
    Import terminated successfully with warnings.but I did not get rows to database2
    [server1]database2
    /database2/rdbm15> sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.5.0 - Production on Thu Oct 6 19:59:17 2011
    Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select count(*) from user1.Table1;
      COUNT(*)
             0
    SQL> exit
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for HPUX: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - ProductionEdited by: user3636719 on Oct 6, 2011 5:23 PM

    user3636719 wrote:
    Thanks for the reply...
    Old EXP IMP doesnt have capability to append the row, since you're using 10g use datapump instead. use option TABLE_EXISTS_ACTION=APPENDso my import should be like this
    imp "'/ as sysdba'" file=Table1_1006.dmp fromuser=user1 touser=user1 tables=Table1 log=imp_Table1_1006.log TABLE_EXISTS_ACTION=APPEND
    Did you look up the command line syntax and control options for imp?
    You should make it a habit that whenever anyone - especially a stranger on the web - gives you a bit of code or references a command or init parm or any some such, the VERY FIRST thin you should ALWAYS do is look it up for yourself and see exactly where and how it is used and what it means. That is how you grow beyond having to be spoon fed every little thing and become more self-sufficient.
    If you had, you would have seen that there is no TABLE_EXISTS_ACTION option for imp and seen that it is an option for impdp. And realized that exp and imp are NOT the same thing as expdp and impdp.
    =================================================
    Learning how to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to tahiti.oracle.com.
    Drill down to your product and version.
    <b><i><u>BOOKMARK THAT LOCATION</u></i></b>
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab you will find the complete documentation library.
    Spend a few minutes just getting familiar with what <b><i><u>kind</u></i></b> of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what <b><i><u>kind</u></i></b> of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are <b><i><u>reference</b></i></u> manuals. Just get familiar with <b><i><u>what</b></i></u> is there to <b><i><u>be</b></i></u> referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them (listed in your alert log) in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.
    =================================

Maybe you are looking for

  • Auto-populating Infopath fields from a Sharepoint list after selecting a drop down

    I currently have two lists one titled 'Book of Work' which holds details around on-going projects and the other titled 'Book of Work Amendments' which are requests submitted by users to change project details (through an infopath form). There is a co

  • Zen micro isnt recognized after using removable stora

    i just thought i try out the removeable storage option because i wanted to buy a thumb dri've. well it worked perfectly but now when i get out of the removeable storage option. my media source does not auto detect my player. only the removeable. in m

  • Repeating group header in each page if it  breaks

    Hi All, I am using a simple rtf file to create a report. The group header does not repeat after page break. Is there a simple way to make it repeat the report goes to next page? I am using subtemplate too on page header. Thanks, Sushil

  • BC4J Custom Renderers

    Does JHeadStart support these? http://www.oracle.com/technology/products/ids/daily/aug02.html I have used them before but when I tried to use them in my JHS project it doesn't seem to pick them up. Thanks.

  • HP psc Manufacturing

    hi, I'm searching for a manufacturing video of Hp psc 1315 all in one printer. I've searched everywhere but not availed to find one. I need one badly it's for my project and also the internal parts, I also need its diagram. Can someone help me with t