.sd2 file unable to open

I received an audio file I need for a project but it is in .sd2 format. Although some websites say Quicktime, iTUNES, and Soundtrack Pro can open this file, I am unable to do so. I also tried Audacity and AudioFinder with no luck. Does anyone know how I can open this file and convert it to AIFF or WAV so I can edit it?

read here for a pile of suggestions:
http://duc.avid.com/showthread.php?t=230363

Similar Messages

  • Have macbook pro 10.6 -macosx snow leopard what ??  windows have if any have alot of .exe files unable to open

    i have a macbook pro 10.6 (2010) i think this is OSX with snow leopard, i am confused how do i figure this out iguess i dont have any windows? all of .exe files i cant open and some downloads say i am in DOS mode. Where do i start to know what i have and what i  need and what i am running on? new to this world. Thanks Do i do anything with the bootcamp app at this time?

    how do i check before downloading?
    By reading the system requirements prior to any downloading or installation.
    Rule of thumb: You should never let your hard drive get to where you have only 10-15% of space left.
    Slimming your hard drive

  • Number file unable to open

    1) Open a file in Number format
    2) Select Share>Send a Copy
    3)Select iTunes
    4) Choose a format i.e. Numbers
    But in Itunes it was a zip folder instead a file. Transfer back to iPad unable to unzip.
    Anybody can help?

    I'm just wondering how exec() can be different from using the command line in windows. I even execute my java app in the same directory and it uses the same commands.

  • Picture files- Unable to open

    I have pictures files with a date of- 12/31/1969
    When I click on them I get "Unable to display file/media card/Blackberry/videos"
    When I try to delete, it says the files are read only. They seem to be duplicates.

    Hi,
    Have you tried opening these files on your PC? Connect the BlackBerry smartphone to your PC and then go to Computer. Now locate the BlackBerry drive and navigate to BlackBerry/Photos or Videos. Try opening the files from here.  If it does not work you might need to format your media card this will mean you will loose all the data on the media card. You can format the card by going to Options-Memory-Press the menu key and select format.
    Thank you
    -DrP
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • All my Numbers and Pages files unable to open on iPad and iCloud

    It looks like all of my Pages and Numbers files from my iPad have been lost by iCloud? I don't use these apps often, but now when I launch them, all of my files have an upwards arrow icon in the upper right corner. When I select any file, the arrow goes away in under a minute, but the file never opens. When I try to access the files from iCloud.com from my MacBook, it says "Spreadsheet can't be downloaded. Please try again." What happened to my files!!!! I can open the "Getting Started" help files in each app.
    My iPad is set up to backup Documents & Data to iCloud. The Storage & Backup options say I have 1.9 GB out of 5GB available. When I go into Manage Storage, it says I am using 5.1 MB for Numbers and 3.6 MB for Pages. When I drill down on each, it lists all of my files that won't open.
    I can open my Keynote files from iCloud and my iPad. These do not show the arrow on the files. Reading through help files, the arrow seems to indicate that the file needs to be uploaded to iCloud? Turning off wifi on the iPad does not affect how this works. Force closing the apps and rebooting have no effect.
    Any ideas? Is this an Apple bug or a confusing new feature of iCloud?

    well, did the test again.. created on the iPad : see screenshot and date. Don't see any document preview.
    Also opened all documents on iPad... same result.

  • Project Error - files unable to open

    I have a large project, complex file structure, using RoboHelp 8.0. Here is a history of the problem:
    1. The application suddenly quit, and I received the error message: "Adobe RoboHelp 8 has encountered a problem and needs to close. We are sorry for the inconvenience."
    2. I reinstalled RoboHelp, even moved the project to a different computer with a fresh install of RoboHelp, and the application still quit every time I try to open the .xpj file.
    3. I renamed the old .xpj file and clicked on the  .hhk file to restore.
    4. I received a number of "illegal file" errors as a result of old pdf (baggage) files that had an apostrophe in the file name.  (I have addressed these files per file name).
    5. I was able to open the project BRIEFLY from the .hhk.
    6. As soon as I opened the Table of Contents, the project closed and I again received the message: "Adobe RoboHelp 8 has encountered a problem and needs to close. We are sorry for the inconvenience."
    I'm trying again, but I have a deadline to meet, and no files available. Can anyone help?
    Thanks.
    Helen S.

    I'm having the same issue with one of my RoboHelp 8 projects
    when I initially tried to open the project. I renamed the .cpd file and am able to work without the message appearing.
    However, one of the many times when I got the "RoboHelp has to close" error, my
    table of contents, index, and glossary files were emptied. They're still there, but there's no content.
    Do you think this is a separate issue, or something related?

  • Files unable to open

    I don't want a discussion.  I want an answer.  illustrator will not open my files.  new or old. I need to talk with someone now!  I pay to money to have this happening.

    Which system?
    Which version?
    Which version are the files?
    Where were the files saved?
    What kind of error message does Illustrator show?
    What exactly is in the files?
    Any plugins installed?
    Does Illustrator even start?
    Can you create a new file?
    Is a printer connected?
    Font maangement in use?

  • Document created succsesfully  but attached file unable to open.

    Dear Friends,
    For testing i was writing a program which is reading data from a db table and i am attaching its  text file to newly created DMS. this below program created the DMS dcoument and shows the attachment but it is not opening it and giving message "File TEST.TXT could not be accessed"
    REPORT  z_file2.
    DATA: fname(40),
          w_line TYPE i VALUE 1.
    DATA:
      BEGIN OF fs_flight,
        carrid   LIKE sflight-carrid,
        connid   LIKE sflight-connid,
        fldate   LIKE sflight-fldate,
      END OF fs_flight.
    DATA:
      t_flight LIKE
         TABLE OF
               fs_flight.
    SELECT-OPTIONS:
      s_carrid FOR fs_flight-carrid,
      s_connid FOR fs_flight-connid.
    fname = 'TEST.TXT'.
    SELECT * INTO CORRESPONDING FIELDS OF TABLE t_flight FROM sflight WHERE carrid IN s_carrid AND connid IN s_connid.
    IF t_flight IS NOT INITIAL.
      OPEN DATASET fname FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
      LOOP AT t_flight INTO fs_flight.
        TRANSFER fs_flight TO fname.
      ENDLOOP.
      IF sy-subrc EQ 0.
        WRITE: 'File Opened On Apps Server'.
      ELSE.
        WRITE: 'File could not be opened'.
      ENDIF.
      CLOSE DATASET fname.
    ENDIF.
    DATA: documentdata            TYPE bapi_doc_draw2,
                 documentdatax           TYPE bapi_doc_drawx2,
                 characteristicvalues    TYPE bapi_characteristic_values,
                 classallocations        TYPE bapi_class_allocation,
                 bapiret2                TYPE bapiret2,
                 ls_longtexts            TYPE bapi_doc_text,
                 file_location           TYPE bapi_doc_files2,
                 lit_file_location       TYPE TABLE OF bapi_doc_files2.
    DATA: it_classallocations     TYPE TABLE OF bapi_class_allocation,
          it_characteristicvalues TYPE TABLE OF  bapi_characteristic_values,
          lit_longtexts           TYPE TABLE OF  bapi_doc_text,
          lv_docno  TYPE bapi_doc_aux-docnumber.
    documentdata-documenttype         = 'ZTS'.
    documentdatax-documenttype        = 'X'.
    documentdata-description          = 'lv_name_org' .
    documentdatax-description         = 'X'.
    file_location-wsapplication   = 'TXT'.
    file_location-docpath = ''.
    file_location-docfile = 'TEST.TXT'.
    APPEND file_location TO lit_file_location.
    CALL FUNCTION 'BAPI_DOCUMENT_CREATE2'
      EXPORTING
        documentdata               = documentdata
      HOSTNAME                   =
      DOCBOMCHANGENUMBER         =
      DOCBOMVALIDFROM            =
      DOCBOMREVISIONLEVEL        =
      CAD_MODE                   = ' '
      PF_FTP_DEST                = ' '
      PF_HTTP_DEST               = ' '
      IMPORTING
      DOCUMENTTYPE               =
       documentnumber             = lv_docno
      DOCUMENTPART               =
      DOCUMENTVERSION            =
        return                     = bapiret2
    TABLES
      CHARACTERISTICVALUES       =
      CLASSALLOCATIONS           =
      DOCUMENTDESCRIPTIONS       =
      OBJECTLINKS                =
      DOCUMENTSTRUCTURE          =
       documentfiles              = lit_file_location
      LONGTEXTS                  =
      COMPONENTS                 =
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        wait = '1'.
    regards,
    Satyawan

    Satyawan,
          I think the problem is that you are trying to create the file in the SAP app server and the SAP DMS storage doesn't upload file from the app server in the way you have programmed it.
    I would go about it in the following way,
    1. Download the contents as a text file using ws_download on to the local.
    2. Build reference to this file location and upload using the BAPI FM.
    The first part and the last part of your program is ok.
    Try this and let me know the results,
    Sojan

  • Ai file unable to open, crashes program...help?

    Just upgraded to CC14 and have a file I created ( created in CS6 but worked in it as recent as a week ago), when trying to open it gives error message, cannot open this Illustration, when I try again, it crashes the program ( stopped working, windows will close the program)
    File isn't too big, I CAN open it in Photoshop ( but need to edit vectors)
    Have uninstalled and re-installed program a couple of times ( and BTW, user interface upscaling is REALLY annoying!)
    Am I missing a fix? Please help!!!
    E

    Yes! This is hell. PLEASE HELP ME.
    For no known reason illustrator has suddenly stopped opening or creating files.
    I tried to reinstall most of the CS5 package last night but I actually could't even work out how
    to reinstall the package. And installation was't reading the second disk.
    Attached are the new error messages I've just recieved.

  • RAW Files: unable to open Sony SLT A58 Raw files in PSE10

    I have a Sony SLT 58 camera and have found that Elements 10 will not open RAW files from this camera.  However, an Earlier a350 that I owned had no problems.  Has any one have any thoughts as to why this is?

    The SLT 58 requires at least the ACR 7.4 plug-in and this was first introduced with PSE11.
    PSE13 is the current version, and if you’re OS is new enough (OSX 10.7, Win 7) then that’s be the most straight forward way to have support.
    Otherwise, you can use the DNG Converter 7.4 or newer—usually use the newest version that your OS supports—to create DNG files from the native Sony raws, and then those DNGs will open in the older ACR plug-in for PSE10.

  • PDF files unable to open

    I have some PDF files saved in my flash drive and I cant open them " Adobe Reader could not open  because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn’t correctly decoded)" is there anyway to open them?
    I do not have access to the original documents to re-save them. anyway that I can get around that?
    Thanks

    thanks for the response, did that and still can't open the files..... any other ideas?

  • Emagic's "ZAP" program - archived compressed audio files unable to open.

    I have a number of audio files that were compressed/packed using emagic's ZAP program that I was interested in revisiting but it seems my copy of "ZAP' has run out of authorisations over the years through computer meltdowns. Does anyone have a solution to this problem?
    Thanks.
    G5 Dual 1.8 Ghz   Mac OS X (10.4.8)   Logic Pro 7.2, Presonus FirepodX2

    Yeah, I think I have a copy on my PC, or if not, I could probably dig it out.
    There was a free unpack-only version of Zap that should enable you to get at your files - though where you could locate a copy I don't know. It might have been included on Logic master disks around V4.x.... It would probably be OS9 only I guess, for the Mac version.

  • Unable to open .eps file "unknown format and cannot be opened" ?

    A client sent me an .eps file (logo). I tried opening it in Illustrator AND photoshop (just to see if it was saved in one vs the other program) - however to no avail.
    Illustrator gives me a message "unknown format and cannot be opened"
    Photoshop gives me a message "photoshop was unable to parse the postscript".
    I'm using Adobe CS4, and I've never seen this message before—would love to know what this means and how to resolve?
    File attached if anyone is able to open / fix it?
    Thanks kindly,
    Chemol

    Thanks for the advice Scott - does compression improve the .eps?  Is it
    silly for me to ask them to compress it since the file is only 766 KB
    (that's how big the attachment is in my email - though I am unable to open
    it)?
    My friend is able to open it on his end - however the 3rd person (client) is
    the one who sent it, and I have already requested a different version - no
    response from them yet.  Unfortunately what the company "has" is what he
    will likely give to me again (ie: same file / unable to open).  So ... I am
    curious about how I can resolve this issue on my end - if possible?
    Do you know what the AI and Photoshop error messages mean? Could the issue
    be a mac vs PC concern? Or is it a corrupt file? Could it be a software
    version issue (old vs new) ... or Quark incompatibility?
    .... just guessing at this point....Any insight as to what different
    scenarios may apply in this situation would be greatly appreciated ..thank
    you.

  • Photoshop Elements 12 - still unable to open EPS.

    I've opened Windows C:/ program files (x86) Adobe Photoshop elements (version number)/Locales/(my locales) /Plugins.  Then there is only the choice of "support files" not the parser.  I've copied the support files into PSE, restarted yet still unable to open EPS.   Please advise.

    Thanks for the advice Scott - does compression improve the .eps?  Is it
    silly for me to ask them to compress it since the file is only 766 KB
    (that's how big the attachment is in my email - though I am unable to open
    it)?
    My friend is able to open it on his end - however the 3rd person (client) is
    the one who sent it, and I have already requested a different version - no
    response from them yet.  Unfortunately what the company "has" is what he
    will likely give to me again (ie: same file / unable to open).  So ... I am
    curious about how I can resolve this issue on my end - if possible?
    Do you know what the AI and Photoshop error messages mean? Could the issue
    be a mac vs PC concern? Or is it a corrupt file? Could it be a software
    version issue (old vs new) ... or Quark incompatibility?
    .... just guessing at this point....Any insight as to what different
    scenarios may apply in this situation would be greatly appreciated ..thank
    you.

  • I am unable to open raw files from my Canon T1i in Adobe Camera Raw of my version CS3 of Photoshop.  I have tried to update my ACR by downloading version 4.6 from the Adobe website but I am still unable to open raw files, just JPEG.  Is there a way to use

    I am unable to open raw files taken on my Canon Rebel T1i in my version of Photoshop CS3.  When I import raw files into Bridge they come up as patches with CR2 on them and when clicked on, a notice comes up stating that Photoshop does not recognize these files.  I tried to update my Adobe Camera Raw by downloading version 4.6 from the Adobe Website, but when I clicked on the plus-in, I got another message that Photoshop does not recognize this file.  I spoke with a representative from Canon who said that I could not update CS3 and that I should subscribe to the Cloud.  I would prefer to use my CS3, if possible.  Can anyone advise me what to do?

    The T1i was first supported by Camera Raw 5.4 which is only compatible with CS4 and later
    Camera Raw plug-in | Supported cameras
    Camera Raw-compatible Adobe applications
    Some options:
    Upgrade to CS6
    Join the Cloud
    Download the free Adobe DNG converter, convert all T1i Raw files to DNGs then edit the DNGs in CS3
    Camera raw, DNG | Adobe Photoshop CC

Maybe you are looking for