Upgraded to 10.2.0.2.0, but problem with 'identifying control file'

I just applied the metalink patch to upgrade from 10.2.0.1.0 to 10.2.0.2.0 in order to install the SOA Suite. It was a clean install for 10.2.0.1.0, followed by applying the patch. I am now trying to run the new database, but I get an error:
ORA-00205: error in identifying controle file, check alert log for more info.
I edited by init.ora file, and the two control files are there as (ora_control1, ora_control2).
Any help would be greatly appreciated.
Kind regards,
Anthony

We had a similar issue and had to fix it by copying all the data files and control files to backup then ...
1) run database creation assistant to delete the database
2) using database creation assistant, create a new database with the same name
3) shut down the new database
4) leaving the new spfile in place, copy all the backups back over including controlfiles.
5) startup the database.
Don't know if it will help in your situation or not, but worth a try if someone else has the same type of problem.

Similar Messages

  • After upgrade to ios7, few time i am having problem with my sound/speaker with terroble sound effect like machine or something.but after restart it will be fine.but how this thing can be fix? Because i never had this problem before upgrade to ios7.tq

    After upgrade to ios7, few time i am having problem with my sound/speaker with terroble sound effect like machine or something.but after restart it will be fine.but how this thing can be fix? Because i never had this problem before upgrade to ios7.tq

    Try going into your settings and 'reset all settings'
    You will need to retweak your device but it's been said to help with sound issues.

  • Startup upgrade ORA-00205: error in identifying control file

    Hi,
    I am doing a manual upgrade from 10.2.04 to 11.2.03.
    I have installed 11.2.0.3.
    Ran utlu112i.sql
    Copied TNSNAMES and LISTENER.ora,init.ora from 10g home to 11g home respective directories.
    Commented all dump_dest paramteres in 11g init.ora and added diagnostic_dest parameter
    exported all the varaiables as follows.
    export ORACLE_HOME=/oracle/ora11203
    export PATH=$ORACLE_HOME/bin:$PATH
    export ORACLE_SID=OMIGTEST
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export ORACLE_BASE=/oracle/ora11203/app/ora11203
    Now when i try to start DB from the unix session where all of above variables are set,i am getting following issue.
    SQL> startup upgrade
    ORACLE instance started.
    Total System Global Area 1636892672 bytes
    Fixed Size                  2183056 bytes
    Variable Size            1090519152 bytes
    Database Buffers          536870912 bytes
    Redo Buffers                7319552 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    Alert log says as below.
    ORACLE_BASE from environment = /oracle/ora11203/app/ora11203
    Thu Aug 23 15:03:36 2012
    ALTER DATABASE   MOUNT
    ORA-00210: cannot open the specified control file
    ORA-00202: control file: '/oracle/ora11203/dbs/cntrlOMIGTEST.dbf'
    ORA-27037: unable to obtain file status
    HPUX-ia64 Error: 2: No such file or directory
    Additional information: 3
    ORA-205 signalled during: ALTER DATABASE   MOUNT...In init.ora of 11g (which is copied from 10g) ,i have commented our control file path entry.
    Kindly assist me as i am doing upgrade for the first time.
    Thanks
    Edited by: user10698496 on Aug 24, 2012 2:47 AM

    Hi,
    Issue of sqlplus is solved after setting proper LD_LIBRARY_PATH.
    But eve after that startup upgrade showing same error.
    sqlplus '/as sysdba'
    SQL*Plus: Release 11.2.0.3.0 Production on Thu Aug 23 16:22:16 2012
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsSQL> startup upgrade
    ORACLE instance started.
    Total System Global Area 1636892672 bytes
    Fixed Size 2183056 bytes
    Variable Size 1090519152 bytes
    Database Buffers 536870912 bytes
    Redo Buffers 7319552 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    Do i copy control file from 10g home and place in in 11g path and mention it in init.ora before upgrade?
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Error in identifying control file during 11g Upgrade..

    Oracle10gR2 OEL4 64bit non-RAC with ASM
    Hi All,
    I am trying to upgrade our database to 11g and I am getting the following error when I try to start the database with the STARTUP UPGRADE command. I am doing a manual upgrade and following the Upgrade guide:
    SQL> startup upgrade pfile='/opt/app/oracle/product/11.1.0/db_1/dbs/initFPRCTEMP.ora';
    ORACLE instance started.
    Total System Global Area 4275781632 bytes
    Fixed Size 2151248 bytes
    Variable Size 2617248944 bytes
    Database Buffers 1644167168 bytes
    Redo Buffers 12214272 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    When I checked the alertlog I found the following:
    ORA-00210: cannot open the specified control file
    ORA-00202: control file: '+FLASH1/fprctemp/controlfile/ctrl02_fprctemp.ctl'
    *ORA-17503: ksfdopn:2 Failed to open file +FLASH1/fprctemp/controlfile/ctrl02_fprctemp.ctl*
    ORA-15001: diskgroup "FLASH1" does not exist or is not mounted
    ORA-15077: could not locate ASM instance serving a required diskgroup
    ORA-29701: unable to connect to Cluster Manager
    ORA-00210: cannot open the specified control file
    ORA-00202: control file: '+DATA1/fprctemp/controlfile/ctrl01_fprctemp.ctl'
    *ORA-17503: ksfdopn:2 Failed to open file +DATA1/fprctemp/controlfile/ctrl01_fprctemp.ctl*
    ORA-15001: diskgroup "DATA1" does not exist or is not mounted
    ORA-15077: could not locate ASM instance serving a required diskgroup
    ORA-29701: unable to connect to Cluster Manager
    Thu Aug 28 14:54:49 2008
    Checker run found 2 new persistent data failures
    ORA-205 signalled during: ALTER DATABASE   MOUNT...
    What's weird is that I checked and the ASM instance is up and running. I checked all the environment variables ( set PATH and ORACLE_HOME to new 11g home) and I also set the oratab entry to point to the new Oracle Home as the documentation says. Below are my entries from the .bash_profile file and the oratab file.
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    stty erase ^H
    ORACLE_BASE=/opt/app/oracle
    ORA_HTTP_HOME=/opt/app/oracle/product/10.2.0/http_1
    ORACLE_HOME=/opt/app/oracle/product/11.1.0/db_1
    ORACLE_ASM_HOME=/opt/app/oracle/product/10.2.0/asm_1
    ORACLE_SID=FPRCTEMP
    ORA_NLS10=$ORACLE_BASE/product/10.2.0/db_1/nls/data
    TNS_ADMIN=$ORACLE_BASE/product/10.2.0/db_1/network/admin
    LD_LIBRARY_PATH=$ORACLE_BASE/product/11.1.0/db_1/lib:$ORACLE_BASE/product/10.2.0/http_1/lib
    TEMP=/tmp
    export ORA_HTTP_HOME
    export ORACLE_SID
    export ORACLE_BASE
    export ORACLE_HOME
    export ORACLE_ASM_HOME
    export ORA_NLS10
    export TNS_ADMIN
    export LD_LIBRARY_PATH
    export TMP
    export TEMP
    unset USERNAME
    PATH=$PATH:$HOME/BIN:$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$ORA_HTTP_HOME/opmn/bin:$LD_LIBRARY_PATH
    export PATH
    umask 022
    unset USERNAME
    oratab file entry:
    *:/opt/app/oracle/product/10.2.0/http_1:N
    +ASM:/opt/app/oracle/product/10.2.0/asm_1:Y
    FPRCTEMP:/opt/app/oracle/product/11.1.0/db_1:Y
    Thank you all.

    Hm ... please have a look into ML-Note:337737.1 (I'm just mentioning the combinations with an 11g database) - I noticed that you don't have a RAC installation but nevertheless you'll have CSS running for your ASM instance.
    CRS........ASM............DB......Certified
    11.1_____11.1_____11.1_____Y
    11.1.____10.2______11.1_____Y
    11.1_____10.1.0.3__11.1_____Y
    So upgrading the ASM instance first should solve this issue. Upgrading ASM means: you'll shutdown your database running in ASM and upgrade the ASM instance with the DBUA. It'll take just a few minutes because there's no data dictionary in ASM.
    Kind regards
    Mike
    Edited by: Mike Dietrich on Aug 29, 2008 5:26 PM

  • I recently upgraded to Lion, and immediately started having consistent problems with Open Office 12 (would hang, and need a Force quit to recover). Has anybody else seen these problems? Any solutions other than going back to Snow Leopard? (I did).

    I recently upgraded to Lion, and immediately started having consistent problems with Open Office 12 (would hang, and need a Force quit to recover). Has anybody else seen these problems? Any solutions other than going back to Snow Leopard? (I did). But I'd like to use iCloud with iPad.

    Hi Pete. The repair of disk permissions can help resolve  any application crashing or misbehaving.
    As for Lion and the two camps, I think that is a reasonable observation. In my office we have about a dozen Mac's and about one third of those Mac's had problems after updating from 10.6 to 10.7. The main problem for these Mac's was a loss of wifi stability. But for the other two-thirds, Lion was a smooth transition.
    Personally, my Lion experience was fine. But I did get a new i7 MacBook Pro with Lion already installed and only had to migrate my user data from a 10.6.8 TM backup.
    So I think that is a key for Lion's operational success. A clean install of Lion on a new Mac would not cause too many operational issues. But an installation, or more correctly, an update to Lion from SL increased the chances of failure for some users - especially when old software & plugins resided on the Mac. And I would say that they were the people that you saw at the Apple store.
    As for the "latest release of Lion fixed my problems" statement, my experience with these and other forums is that people mostly only go there to complain about the problems they are having. If they are having no problems then they either keep it to themselves or they try to help the users who are experiencing trouble...

  • Hi, I have problem with importing MOV files from SJCAM 4000. MOV files are in supported formats for Adobe Premiere Elements 11. But if I'm importing MOV file, only audio part is imported, video part is not imported. How can I solve this problem?

    Hi, I have problem with importing MOV files from SJCAM 4000. MOV files are in supported formats for Adobe Premiere Elements 11. But if I'm importing MOV file, only audio part is imported, video part is not imported. How can I solve this problem?

    haben
    From looking at the specifications of your camera (SJCam 4000), we know already what video compression your camera is using. It is H.264.
    A H.264.mov file should be supported by Premiere Elements 11. On what computer operating system is your Premiere Elements 11 running?
    Do you have the latest version of QuickTime installed on your computer? And, are you running QuickTime and Premiere Elements 11 from a
    User Account with administrative privileges? Please go to Premiere Elements 11 Publish+Share/Computer/QuickTime to confirm that you find
    presets there for the QuickTime choice there.
    What are the properties of these H.264.mov files - is it 1080p30 (1920 x 1080p30)  or something else? Do you know if this camera is recording with a variable or
    a constant frame rate?
    Please review and consider and then we will decide what next.
    Thank you.
    ATR

  • InDesign CS5 causing problems with InCopy assignment file but not content files

    I'm having a strange InDesign/InCopy CS5 issue (Mac OSX 10.6.6; all system & Adobe updates are current).  In my InDesign doc I have one assignment file containing two content files. All of the InCopy pieces work fine in InDesign (i.e., I can check out/in, edit, etc.).  When I go to open the assignment file in InCopy, InCopy starts to open  it but then crashes. If I try to open each content file directly in  InCopy, no problem. I've tried deleting and recreating new assignments  in InDesign, but they all have the same result in InCopy.
    I think this actually is a problem with the InDesign file because if I export the InDesign file to IDML, then try to open the IDML file, InDesign crashes! I've trashed my InDesign preferences, made sure all cross-references are up to date, etc. Anybody have any ideas what else to look for in my InDesign file that might cause this problem?
    Thanks!
    Andrea

    Thanks John!
    1) Here are the first 10-ish lines from the crash report that is generated when I try to open the IDML file:
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                               0xa0c266f0 _XHNDL_trapback_instruction + 0
    1   com.adobe.InDesign.Indexing       0x20778192 GetPlugIn + 341394
    2   com.adobe.InDesign.Indexing       0x20779009 GetPlugIn + 345097
    3   PublicLib.dylib                   0x0129228b CScriptProvider::AccessProperties(IScriptRequestData*, IScript*) + 571
    4   com.adobe.InDesign.Scripting      0x1f4befe8 GetPlugIn + 166440
    5   com.adobe.InDesign.Scripting      0x1f4c2e31 GetPlugIn + 182385
    6   com.adobe.InDesign.INXCore        0x20641444 GetPlugIn + 45220
    7   PublicLib.dylib                   0x0142c9e8 CScriptDOMElement::GetMultipleAttributes(K2Vector<IDType<ScriptID_tag>, K2Allocator<IDType<ScriptID_tag> > > const&, adobe::version_1::vector<KeyValuePair<IDType<ScriptID_tag>, DOMAttributeValue>, adobe::version_1::capture_allocator<KeyValuePair<IDType<ScriptID_tag>, DOMAttributeValue> > >&) + 280
    8   PublicLib.dylib                   0x0142bd38 CScriptDOMElement::InsertProperties(adobe::version_1::vector<KeyValuePair<IDType<ScriptID _tag>, ScriptData>, adobe::version_1::capture_allocator<KeyValuePair<IDType<ScriptID_tag>, ScriptData> > >&, adobe::version_1::vector<KeyValuePair<IDType<ScriptID_tag>, DOMAttributeValue>, adobe::version_1::capture_allocator<KeyValuePair<IDType<ScriptID_tag>, DOMAttributeValue> > > const&, short, short) + 1336
    9   PublicLib.dylib                   0x0142beab CScriptDOMElement::SetSimpleAttributes(adobe::version_1::vector<KeyValuePair<IDType<Scrip tID_tag>, DOMAttributeValue>, adobe::version_1::capture_allocator<KeyValuePair<IDType<ScriptID_tag>, DOMAttributeValue> > > const&, short) + 91
    10  PublicLib.dylib                   0x0142c0d3 CScriptDOMElement::SetAttributes(adobe::version_1::vector<KeyValuePair<IDType<ScriptID_ta g>, DOMAttributeValue>, adobe::version_1::capture_allocator<KeyValuePair<IDType<ScriptID_tag>, DOMAttributeValue> > > const&) + 51
    11  PublicLib.dylib                   0x0142a2ea CScriptDOMElement::SetAttribute(IDType<ScriptID_tag>, DOMAttributeValue const&) + 202
    2) That works. Moved all pages (frame threading was preserved) to a new doc, exported to IDML, opened new IDML file just fine. Woo hoo! One of my editors won't be pleased that all of the tracked changes have disappeared, but at least the file functions now
    Wish I knew what caused the problem in the first place so we could (hopefully) prevent this from happening again. Any ideas?
    Thanks again for your help!
    Cheers,
    Andrea

  • Hi, I have a macbook pro 17" 2.4ghz intel core 2 duo 2007, will upgrading to Yosemite slow me down or create problems with my Iphone or other app ?

    Hi, I have a macbook pro 17" 2.4ghz intel core 2 duo 2007, will upgrading to Yosemite slow me down or create problems with my Iphone or other app ?

    Yes, i do not suggest upgrading right now. There is some software malfunction or glitch that spontaneously shuts down this specific model. I upgraded and it was a pain to downgrade and make my mac usable again.

  • Upgraded to FF5 a week ago, nothing but problems since; can I roll back to previous version!

    I notice on the Help files that I am not alone in having problems with FF5. I have tried running in Safe Mode and am now stuck in this mode! Nothing including re-booting will shift it. PLEASE - how do I get back to previous version - 4.nn

    First of all fix your starting in safe mode problem
    * Firefox is stuck in Safe Mode | Troubleshooting | Firefox Help<br>https://support.mozilla.com/kb/Firefox%20is%20stuck%20in%20Safe%20Mode
    What you notice in Questions are problems that people ask for help with. Often there are solutions to those problems that do not involve going back to an earlier version. But without details of your problem one can only provide the information you ask for which is ''how to go back to a previous version''.
    '''For those that really need an earlier version of Firefox''', find your system and the Firefox version you want in releases, download and start the install.
    * ftp://ftp.mozilla.org/pub/firefox/releases/
    When reinstalling Firefox from a download, Firefox must be down once the installation starts. When the installation finishes, don't let the install start firefox for you. Instead end the install and start Firefox in your normal manner, thus preventing creating a new profile which does not have your bookmarks cookies, etc (but your old profile would still be around and would).
    You can make Firefox 4.0.1 and '''Firefox 5.0''' look like Firefox 3.6.17, see numbered items 1-10 in the following topic
    *[http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 4.0 look like 3.6)]
    If an extension worked in Firefox 4.0, it should be working in Firefox 5.0 as well.
    * [http://blog.mozilla.com/addons/2011/05/21/firefox-5-compatibility-bump/ Firefox 5 Compatibility Bump]
    You can force 5.0 "compatibility" with the "[https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/ Compatibility Reporter]" extension, or with [http://kb.mozillazine.org/Extensions.checkCompatibility extensions.checkCompatibility] using about:config. ''Use at your own risk.''
    '''Keep your extensions up to date''', don't wait for a Firefox update and then try to do everything after the Firefox update.
    '''Research your''' extensions, some may have updates, some may be found in the developer comments or user comments on the add-on, or on the "'''View all versions'''" link which is part of the Release notes at the bottom of the add-on page.
    [https://addons.mozilla.org/firefox/addon/is-it-compatible/ '''Is It Compatible?''' :: Add-ons for Firefox], Are your add-ons compatible with the next version of Firefox? Find out straight from the Add-ons window!

  • Error message after upgrade to iTunes 11: "iTunes has detected a problem with your audio configuration. Audio/Video playback may not operate properly."  At this point my PC running XP loses all audio.

    Several attempts to upgrade to iTunes 11 have failed.  After an upgrade to 11 the error message reads: "iTunes has detected a problem with your audio configuration. Audio/Video playback may not operate properly."  At this point--after the upgrade to iTunes 11--my PC running Windows XP loses audio playback for all functions--in iTunes, in the browser and the volume icon disappears from the System Tray.  Only by removing iTunes 11, and then using System Restore to turn back the OS settings can I return the PC to normal functioning.
    I did that.  I reinstalled iTunes 10.5.  Everything seemed fine, but when I try to plug in and copy a CD to my iPhone 4S an error message reads roughly: 'iPhone 4S requires iTunes 10.5 or higher to work.'
    What might be the problem with my audio configuration?
    Why doesn't my iPhone 4S work with iTunes 10.5?  It used to work with iTunes 10.5.
    Please advise.
    ep

    This forum is for questions about iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store. You'll be most likely to get help with this issue if you ask in the general iTunes for Windows forums.
    Regards.

  • Prepping to upgrade from 10.2.8 to 10.4 -- problem with Disk Utility

    I have an 17" iMac that I'm preparing to upgrade from 10.2.8 to 10.4. In preparation, I did the following:
    * Mounted a new external HD (LaCie) (my second one)
    * Backed-up all personal files / folders to the new drive
    * Ran Software Update to check for any recent updates - updated iTunes (6.0.3) + an iPod update
    * Ran Disk Utility to repair permissions (which I do whenever I've installed or deteted software) -- Have never had any issues, but this is where my problem started.
    Repair permissions hangs at the end (status bar to the very end), and it appears to be working on permissions related to iTunes (sorry, will have to run Disk Utility again and follow-up with the specifics). I ran it twice with the same result.
    I saw other threads suggesting that the problem may be with the latest iTunes update (recommending moving the iTunes application folder to the desktop and rerunning Disk Utility), but it seems specific to 10.3. Could this be an issue with 10.2.8 as well. If I can successfully complete repairs to permissions (with the above workaround), can I proceed with the 10.4 upgrade, and if so, what should I do with the iTunes application folder (keep it on the desktop, or move it back)?
    Thanks

    Cornelius ... thanks for the follow-up. I went ahead and tried both methods, although I should note that I didn't show the iTunes.pkg or iTunesPhoneDrive.pkg files in the Library>Receipts folder as described in the two approaches. I had no luck at all with Kappy's solution (I moved the one file I did have -- iTunesX.pkg -- and Disk Utility stalled as before). I moved iTunes.pkg back to its original folder, and tried the first method you described. I moved the iTunes app to my desktop, and I was able to successfully repair permissions. I trashed two files (iTunes3.pkg and iTunes4.pkg) and left the iTunesX.pkg file as instructed (again, I don't show the iTunesPhoneDriver.pkg file at all). I reran Disk Utility with the same faulty result.
    I suspect it may have something to do with the missing files. Any thoughts on that?
    Thanks again.
    Max:
    Sorry I misunderstood you. Actually you don't move
    your iTunes folder at all. Here are a couple of
    procedures. Since I have not had to use it I can't
    vouch for either, but I have heard both have worked
    for others.Just to catalogue the
    solutions listed above
    Here's what I did, and it worked fine.
    1) Move iTunes onto the Desktop.
    2) Run Disk Utility
    3) Go to HD>Library>Receipts and trash all iTunes
    .pkg files EXCEPT for iTunesX.pkg and
    iTunesPhoneDriver.pkg
    4) empty Trash.
    5) move iTune from Desktop back to 'Applications'.
    Hey presto. you should now be able to repair
    permissions again.
    HTH
    Kappy’s solution
    1. Navigate to the /Library/Receipts/ folder.
    2. Locate the iTunes.pkg and iTunesX.pkg files and
    move them to the Desktop.
    3. Run Disk Utility and repair permissions.
    4. Move the .pkg files back into the
    /Library/Receipts/ folder.Note that you
    are not moving the iTunes folder, but the .pkg files
    from the Receipts folder. In the first method you
    Trash some of them, in the second you move them back.
    But you don't touch the iTunes application as such.
    Good luck.
    cornelius
    PismoG4 550,
    100GB 5400 Toshiba internal, 1 GB RAM; Pismo 500 OS X
    (10.4.5)   Mac OS X (10.4.5)   Beige G3 OS
    8.6

  • How do we replace Firefox 4.0.1 with 3.6? Nothing but problems with 4.0. Firefox window is splintering all over computer screens, losing our tool bars etc.

    Upgraded to the most current Firefox 4.0.? It has taken over 2 screens of our Mac Pro computer (not the computer I'm using to write this). The window splinters and duplicates itself over and over causing problems with all the other programs. It also leaves ghost lines on screen. Even though we have closed things, it opens everything we have had open the day before.
    DON'T WANT A BUNCH OF CURES. Just want to go back to 3.6. If you have a link to it, please provide.

    PS: did i mention that I am not able to access my online banking, etc? i apologize for the cranky tone of this post, but i am really desperate and need quick assistance in how to remove the current version of firefox and reload the last one.

  • Success with iTunes but a problem with a temp file

    Further to my recent post, I have now had some form of success with opening iTunes but I can only do this if my external hard drive (which has the remnants of some file left).
    I have tried to copy and paste the files relating to iTunes but for some reason, I am unable to even access a file labelled "TEMP FILE".
    Can anybody help or indeed send via email a copy of the file as I dont think there is anything in it. I know that when I have my external drive repaired I will not be able to access iTunes.
    PLEASE HELP !!!!!!!

    iTunes cannot run because it has discovered a problem with your audio configuration.
    That one is most commonly caused by a problem with your QuickTime. (iTunes uses QuickTime for audio and video playback.)
    The following document may be of some assistance:
    iTunes 7 for Windows: iTunes has detected an audio configuration problem

  • TS1424 I have all my previous music files in wma formats from PC Windows xp computer. But now I had decided to purchase an iMac computer, and there is a lot of information I would like to bring to the Mac, but I'm having problems with my music file, and o

    I have all my previous music files in wma formats from my previous PC Windows xp computer. And only two weeks ago I decided to purchase an iMac computer OS X Maverick, and there are a lot of files and information I would like to bring to the Mac, but I'm having problems playing my music file, suited to the PC but not with iMac as yet. So, I hope you can help on this...
    Kind Regards
    Robert Klaassen

    WMA files are 'window media audio' files, which is a Microsoft format. If you want to add them to your iTunes library on your Mac then you will need to convert them into a compatible format first. If you still have your windows machine then iTunes for Windows can convert them from WMA to MP3 format : https://discussions.apple.com/message/24158701#24158701
    Or try a search for, for example, 'convert wma to mp3' to find programs to convert them.

  • Nothing but problems with PDF Adobe reader

    Hi
    I've had nothing but problems for the past few weeks I'm sure it's maybe a new software version? I can't convert PDFs to Word anymore I keep getting this error message. An error occurred while trying to access the service for all documents.
    It's slow at loading and I'm looking for a new program!

    Hi Mark,
    Are you using Adobe Reader to access the Export pdf service to convert the file.
    If so please update Reader to the latest v 11.0.10 and then check. Also make sure you are signed in with your Adobe ID in Reader.
    Can you please also try signing in to the web url: https://cloud.acrobat.com/exportpdf  with your Adobe ID and check if you are able to convert the file or not.
    Regards,
    Rave

Maybe you are looking for

  • Adobe form is going to Spool directly want a print preview

    HI Experts, I have created a class where I am calling a standard Material document print form WOST_WSGM_MATDOC_PDF but it is directly going to spool. NOTE : I am calling this class method in one of my POWL Feeder class which is linked with standard G

  • Need third party software to move photos from iphone 3GS to my PC.

    Hi, I'm hoping someone can recommend me a good software package that allows me to use my iphone as an external memeory drive so that I can copy 4000(!) photos from my 'Photo Library' without loosing the quality??? (I'm running Windows 7)

  • Process Memory Limit

    I use Runtime.exec () to create a new process. How can i limit the memory used by this process ?? Thanks,

  • Monitor Support Group Change

    Hello, i'm trying to recreate the following Example:  http://msautomation.blogspot.de/2012/07/monitoring-service-manager-incident.html since it is exactly what I want, to determine if the Support Group of an Incident has changed. But i'm having troub

  • Can any one tell me how to write open hubs to application server?

    Hello Everone, I created open hubs and my requirement is to write the file to application server. So, I created logical file name and logical paths as specified in below link. http://help.sap.com/SAPHELP_NW04S/helpdata/EN/8d/3e4ec2462a11d189000000e83