Wrong App selected by a File

How to I delete the application a file somehow selected to open it when it's the wrong one? How to re-select 'None'?

First, I'm not totally sure what your ultimate goal is. That is to say, did you want to have your python scripts to be opened in a specific text editor, to be opened by a python interpreter, other?
If you really want to change the type association so that double clicking on the python scripts should do nothing, you could try using RCDefaultApp
<http://www.macupdate.com/info.php/id/14618/rcdefaultapp>
which has an Extensions -> <Disable> option, however, it is not the same as the original <none>. But it does stop anything from happening when you double click on the file with that .type
If you want a specific text editor launched (Fraise, TextWranger, etc...), that is easy, and I figure you would already have handled that.
If you want double-clicking to run your python script then you could create an Automator workflow.app that takes the double-clicked file and invokes the python interpreter. Something like the "Run Shell Script" Automator action taking the argument (that should be the double clicked file name) and passing it to the python interpreter.
python "$@"
Then you can associate all that saved Automator workflow.app and use Get Info to associate your python scripts with that app that invokes the python interpreter.
If you need to have a Terminal session running when double clicking on a python script, you could write a different Automator workflow.app that has the Run Shell Script action invoke Terminal running your python script using something like:
open -a Terminal python "$@"
Of course I have not actually tested this, and until I knew for sure what you ultimate goal was, I not sure more time should be invested here.

Similar Messages

  • I bought the wrong app. can i un-download it?

    I bought the wrong app for my MacBook Pro and I figured it out after the fact I bought it. Is there anyway to un-download the app that i bought on accident?

    iTunes Customer Service Contact - http://www.apple.com/support/itunes/contact.html > Get iTunes support via Express Lane > iTunes > iTunes Store - Apple states all sales are final, but you can always ask nicely.
    post by stevejobsfan0123 - https://discussions.apple.com/message/18879347 - "In the iTunes receipt which will be (or maybe already has been) emailed to you, click on the Report a Problem link. After following the steps, one of the options is 'I inadvertently purchased this item.' Select that."

  • I have a 15" MacBook Pro 2.4 GHz Intel Core 2 Duo (Early 2008) running OSX Lion 10.7.5. I want to erase the Hard Drive, install Mountain Lion, and manually restore select applications and files. Is there a known procedure to do this? Any tips or feedback?

    I have a 15" MacBook Pro 2.4 GHz Intel Core 2 Duo (Early 2008) running OSX Lion 10.7.5.
    I want to erase the Hard Drive, install Mountain Lion, and manually restore select applications and files.
    Is there a known procedure to do this? Any tips or feedback?

    1. Make a backup, open App Store and purchase Mountain Lion. When its download finishes, close the installer and open Lion Diskmaker to create a bootable USB drive with Mountain Lion.
    2. Press Option key while your Mac is starting, select the external drive and open Disk Utility.
    3. Select Macintosh HD in the sidebar and erase the drive.
    4. Close the window and install Mountain Lion

  • How do I change the default app for opening a file;

    If I right click on a file in finder, it tells me what the default app for opening the file is.  it also gives me a short list of other apps.
    I would like to change the defaults for several file types, and also delete one app from the short list and add a different one.
    How do I do this?
    thanks

    You could try this:
    - right-click (tap with 2 fingers on the apple trackpad) on a file you want to open in openoffice
    - move the cursor over "open with". You should see the default app, then some suggestions, then app store, then at the end, "other...".  Select "other..."
    - find openoffice in your applications folder and select it  (if it is dimmed, change "enable: " from "recommended applications" to "all applications", then you can select "openoffice")
    - check "always open with"
    - then, click "open".  The file will open in openoffice and from now on, openoffice will be the default application to open the type of file you just opened.  You should also see the icon of all files of the same type change to the openoffice file icon.
    This is supposed to work, but that's not always the case, especially when the default app happens to be an Apple app.  If you don't want to use that Apple app, delete it (or move it elsewhere if you want a backup). That can help.
    Good luck!

  • [JS CS3/4] Store data from app.selection[0] even after deselection

    Hi,
    I am facing a matter that I can't find a way out.
    To be brief, I am trying to store app.selection[0].contents (some text) & get access to that value even after the text is deselected.
    In case I am wrong (May be :-S), let me detail the process of my script:
    1. A user selects some text
    2. The user launches the script
    3. The script picks the contents of the selection
    var sel=app.selection[0];
    var myOriginalContents = sel.contents;
    4. ...makes a index reference & topic
    5. ...generates the index on last page
    6. ...find original contents in the index text frame
    app.findTextPreferences.findWhat=myOriginalContents;
    app.findText();
    7. ..selects found text
    app.select(app.findText()[0]);
    8. ...adds a hyperlink (source = text; destination = original selection page, name = myOriginalContents).

    Just assign the selection to a var.
    you have it in:
    var sel=app.selection[0];
    var myOriginalContents = sel.contents
    so unless you change the contents of those vars (deleting the elements) you can always get it by using myOriginalContent, no need to select it again.

  • Selecting the first file from a group of opened files in Photoshop

    Hi, I've been digitizing microfiche with 200 or so pages photographed onto one image file, laid out in a grid pattern. I've been using actions in Photoshop to cut out one page, create a new file in Photoshop from that page, then return to the first, master file and do it again with the next page in the series. So when it is complete I have each individual page as an individual image file which I then save with a batch process. I've been doing this for a while and have managed to make it work but I always run into the problem, when creating this action again, of getting Photoshop to select that first master file each time instead of selecting just the previous file. I know I can get it to select the previous file, or the previous file -1, -2, -3, etc. I've somehow been able to get this to work in the past by creating an action that selects a large enough group back, like previous file -19 or something, and through some bug or sheer luck it has worked and will always select that first file. But it doesn't always work and it always takes some frustration to luck into it when it does. Now I can't seem to get it to work at all. Is there a straightforward way I can simply tell it to select the first file everytime? If not, does anyone know how or why the method I used previously sometimes works and sometimes doesn't, and how I can make it work again? I'm using PS CS5 in Windows 7. Thanks!

    Just put this code on a file and put that 'namedfile.jsx' inside the scripts folder on photoshop.
    Open or re-open photoshop to load the script and create an action linked to a shortcut selected by you and save this script going to File>Scripts>namedfile.jsx
    It is just to press the shortcut key and the active image go back to the image opened before.
    When it is the first one it runs the script the same but it remains there.
    Here is the script:
    // Go back to the previous opened image
    #target photoshop
    // Go back to the previous opened image (not the previous viewed) . If it is the first, it remain there.
    if(documents.length>0) {
        var thisIndexImage = getActiveDocumentIndex();
        var theDocs = app.documents;
        if ( thisIndexImage != 0 ) {
            var flatAnterior = theDocs[thisIndexImage - 1];
            } else {
            var flatAnterior = theDocs[0];
        app.activeDocument = flatAnterior;
    } else {
        alert ("You must have opened images to run this script.")
    // Get the active document number - the number of opening order
    function getActiveDocumentIndex(){
         var ref = new ActionReference();
         ref.putEnumerated( charIDToTypeID("Dcmn"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
         return desc = executeActionGet(ref).getInteger(stringIDToTypeID('itemIndex'))-1;
    If you want to go directly to the first of all the images (in opening order) it is simpler:
    Just create this script:
    var first = app.documents[0];
    app.activeDocument = flatAnterior;

  • Wrong image resolution for TIF file

    Under OSX 10.6.2, the image resolution using Preview application is wrong for FAX MultiPages TIFF files.
    If I open up a file with this resolution:
    Image size: 1728 x 1081 pixels
    Image DPI: 204 x 98 pixels/inch
    Color Model: Gray.
    The image always show up all squeezed vertically which tells me the Preview application is not processing the DPI properly. When using the size menu from tools, it assumes the resolution is the same for vertical and horizontal which is wrong.
    I'm unable to use the Preview application to read FAX TIFF files with the standard FAX resolution.
    How do I open up a trouble ticket with Apple developers to fix this issue? I believe it's a software design issue assuming that all TIFF files use the same resolution for both horizontal and vertical DPI. The Preview application should be able to handle different DPI for horizontal and vertical resolution.
    We're a small business and we are running the whole office with Mac Minis and iMac with a Mac Mini Server of course. We love it, but we have this annoying bug which I don't have any way to fix it.
    Thank you,
    Stephan Monette
    Unlimitel Inc.

    Here's a sample of the tif file from our fax machine you can download:
    http://www.hmnet.net/warp2/fax-standard.tif
    Download the file on your desktop and try opening it. You will see the square at the bottom will look like a rectangle. With the right resolution, it should look like a square, not a rectangle.
    If I open the file with Windows picture and fax viewer, the resolution is fine and the square looks like a square. But the same file on Windows with Quicktime fails to open and it complains about a corrupted file.
    On my MAC, the file opens with Preview, but the resolution is wrong.
    Maybe the FAX server is not formatting the TIFF file properly, but we can't fix that since there's no more support for it. But the Windows app is able to open it up with the right resolution. So maybe it's just some code change to do in the Preview app.
    Thanks,
    Stephan Monette
    Unlimitel Inc.

  • Deploying Java Desktop App using executable JAR files

    Hi there.
    Today I am very optimistic about java. I am a beginner, and I had tried (in my few free time) to understand how to deploy java desktop apps.
    I am using the lattest NetBeans IDE to do the programming and it is very very fast and optimized.
    Going to the point, I tried some time ago to deploy an application (made with this IDE) using JAR files, but even though the application run well on my IDE, when I packed it, it rised an error saying that
    java.lang.NoClassDefFoundError: org/netbeans/lib/awtextra/AbsoluteLayout
    I was using an absolute layout on my JFrame forms and this AbsoluteLayout is provided by netbeans and not by the normal SDK.
    I then looked for the absolute layout class and found a jar file in the following path:
    C:\netbeans\modules\ext\AbsoluteLayout.jar
    So I mounted the Jar file in my File Systems and then added the contents of the file to myApp.Jar file.
    I used the automated Jar Recipe Packaging feature of netbeans, that is why I needed to mount the AbsoluteLayout.jar file into my file systems.
    Now it runs fine by just right clicking the MyApp.jar file from Windows Explorer.
    In a next reply to this topic I will include some sample code so that anybody requiring to do such implementation can take this for help.
    Regards!
    JN

    Well,
    I will take some time here to show the basic source code and procedure to create a desktop application, pack it up in a Jar file for deployment, add other classes or jars to the deployment jar file and finally open the jar file as an executable. This applies for either windows and linux environments.
    Take in count i am using Netbeans IDE 3.x (3.5)
    First I open the IDE and create a new project called MyDesktopApp. This is done by going to the menu Project / Project Manager. Then click on the New button and specify the project name and click on OK.
    At this point, the Filesystems tab in the project explorer is empty. So I mount a directory to store myDesktopApp in it. I selected c:\MyDesktopApp but you can select any name you want.
    To mount the directory you follow these steps:
    1. Right-click on File Systems
    2. From the contextual menu select Mount > Local Directory
    3. In the filechooser window, you just browse it and SELECT the directory to mount. Be aware that you can even create the directory on this window. Do not enter (double-click) into the directory you want to mount, just select it and click on finish...
    4.Then the directory entry appears under the filesystems node of the project explorer.
    Now you have to create your application. You can either create a package (special configured and tracked directory) or you can create the clases directly inside the directory. For tidy project, I will create the package.
    To create the package follow these instructions:
    1. Right-click on the mounted directory and from the contextual menu select New > Java Package
    2. In the New Wizard - Java Package window, type the package name and click on finish. I use the "MyDesktopApp" as package name.
    OK. Now the package is created under the mounted directory. Now we have to create the Main Class. In this case I will use a JFRAME as the main class but you can create any class you want.
    To create the JFRAME as main class follow these steps:
    1. Right click on the java package you just created and select New>JFRAME from the contextual menu. If you do not see the JFRAME option on the NEW sub menu you will have to select the All Templates option. I explain the All Templates option now on, it will be easier to use the JFRAME if available. Once you use JFRAME with the all templates then the JFRAME will show up in further NEW usage.
    2. So finally we used the All Templates, and you select the Java GUI Forms > JFRAME form option and click on NEXT.
    3. Give it a name. (I used MyDesktopAppFrm) and click on finish. Be aware you can set advanced options by clicking on next. But for the purposes of this topic we will use default options so click on FINISH
    4. A new JFRAME form appears inside your package. Right click on the form and select Set layout > Absolute Layout.
    5. Add some controls and code. I added a label and a button. And coded the ActionPerformed event of the button to say hello! on the label. this is up to you. The code just looks as follows:
    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
    // Add your handling code here:
    jLabel1.setText("Hello folks!");
    6. Compile and execute the form.
    Let's say this is our Desktop Application. Now We will pack it in a Jar in two steps...
    A. Create a JAR file (Recipe)
    1. Right-click on your package and select New > All Tempaltes (Long Route) You can also select New > JAR Recipe if available.
    2. On the New Wizard Window, choose the JAR ARchives > JAR Recipe template and click on NEXT
    3. I used MyDesktopApp as the file name and Defaults and then click on Next.
    4. Specify the JAR Contents. Select the Package (not the mounted folder) from the mounted file system and click on add and then click on NEXT twice...
    5. On the JAR Manifest window, click on GENERATE
    6. Edit the manifest in the window to add the following code:
    Main-Class: MyDesktopApp.MyDesktopAppFrm
    7. Ensure the Main-Class definition is the same as your java package and JFRAME name. Click on FINISH
    8. At this point we have a jar file in your project directory but this file wont run because it is missing some Netbeans clases that we will add in the next set of steps... Just to check, compile the file (right click on the JAR file and compile) and try to execute. It must compile but must not execute.(well if it executes you are done. It may execute if you did not set the lay out of the form as AbsoluteLayout)
    B. Add the AbsoluteLayOut to the JAR
    1. Right click on File Systems and select Mount > Archive Files
    2. Look for your netbeans installation folder and select the following file:
    .../netbeans/modules/ext/AbsoluteLayout.jar
    3. Click on finish
    4. Now the JAR File is mounted in the file systems.
    5. Right-click on your MyDesktopApp.JAR file and select properties.
    6. Look for the contents property click once on it and then on its elipsis button [...]
    7. From the FileSystems box in the Contents window, select the AbsoluteLayOut file and click on Add
    8. Then the system asks you if you are sure. Of course you are so click OK. (If not sure, just read the message text and click OK...:-))
    9. Click on OK
    10. Compile your JAR Recipe (right click on it and Compile)
    11. Now you must be able to run the file by right clicking it and EXECUTE.
    12. Also you must be able to run the file by double clicking the file from a Windows Explorer. You may receive a message asking to select the program to run the file with. You must browse and select the Javaw.exe file in the bin directory of your Java RUn Time installation. This is typically located at C:\j2sdk1.4.0_01\jre\bin or something like that. Use the File-Search feature of window to locate the JAVAW.exe file if needed.
    I hope this long explanation helps somebody to deploy Java Desktop applications. Please reply the message if it helps you just to know it was useful.
    Thanks for your time....
    JN

  • "Export selection as MIDI file" problem...

    Hi, i'm having some trouble when exporting my MIDI tracks to MIDI files. I select File, Export, Export selection as MIDI file and when i listen to the midi file, it's the same rhythm pattern but the instrument is a piano instead of the instrument it was originally.
    What the ****'s wrong! am i doing something wrong? I'd be really grateful if someone could solve this for me as i don't have a lot of time, it's for a college assignment!

    You're not doing anything wrong......if you are using Quicktime to preview the exported MIDI file the piano is from the Quicktime Synthesizer....
    [SMF|http://www.midi.org/aboutmidi/tut_midifiles.php]
    [Working with Standard MIDI Files|http://documentation.apple.com/en/logicpro/usermanual/index.html#chapter= 32%26section=7]
    [Saving Standard MIDI Files|http://documentation.apple.com/en/logicpro/usermanual/index.html#chapter= 32%26section=10]
    A

  • WRONG VALUE OF THE parameter file type(bdc-session method)

    Hi experts,
    when iam uploading vendor details,,,
    it is giving above error.
    chk the code once.....
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
       FILENAME                      = 'C:/VENDOR1.TXT'
       FILETYPE                      = 'DAT'
      TABLES
        DATA_TAB                      = IT_UPLOAD.
    CALL FUNCTION 'BDC_OPEN_GROUP'
    EXPORTING
       CLIENT                    = SY-MANDT
       GROUP                     = 'SRR'
       USER                      = SY-UNAME.

    Hi here  iam sending the whole code once to you. just chk it once and same error(WRONG VALUE OF THE parameter file type) is coming after the changes.
    if i use asc it is giving that no file exists.
    Table Declaration
    tables :rf02k,    "Maintain vendor master record screen and work fields
            lfa1,     "Vendor Master(general)
            lfbk,     "Vendor Master (Bank Details)
            lfb1,     "Vendor Master (Company Code)
            lfm1,     "Vendor master record purchasing organization data
            lfb5.     "Vendor master (dunning data)
    Data Declaration
    data : begin of it_UPLOAD occurs 0,
           LIFNR like rf02k-lifnr,     "vendor no
           BUKRS like rf02k-bukrs,     "company code
           EKorg like rf02k-ekorg,     "purchasing org
           KTOKK like rf02k-ktokk,     "account group
           anred like lfa1-anred,     "initial
           name1 like lfa1-name1,     "name of vendor
           sortl like lfa1-sortl,     "search term
           land1 like lfa1-land1,     "country
           akont like lfb1-akont,     "reconcillation a/c.
           fdgrv like lfb1-fdgrv,     "planning group
           zterm like lfb1-zterm,     "terms of payment key
           mahna like LFB5-MAHNA,     "dunning procedure
           waers like lfm1-waers,     "Purchase order currency
           END OF IT_UPLOAD.
    DATA : IT_BDCDATA LIKE BDCDATA OCCURS 0 WITH HEADER LINE.
    include bdcrecx1.
    start-of-selection.
    UPLOADING THE DATA TO IT_UPLOAD
    call function 'GUI_UPLOAD'
    exporting
    filename = 'C:\DASRR\VENDOR1.TXT'
    filetype = 'DAT'
    has_field_separator = 'X'
    HEADER_LENGTH = 0
    READ_BY_LINE = 'X'
    DAT_MODE = ' '
    CODEPAGE = ' '
    IGNORE_CERR = ABAP_TRUE
    REPLACEMENT = '#'
    CHECK_BOM = ' '
    IMPORTING
    FILELENGTH =
    HEADER =
    tables
    data_tab = IT_UPLOAD
    EXCEPTIONS
    FILE_OPEN_ERROR = 1
    FILE_READ_ERROR = 2
    NO_BATCH = 3
    GUI_REFUSE_FILETRANSFER = 4
    INVALID_TYPE = 5
    NO_AUTHORITY = 6
    UNKNOWN_ERROR = 7
    BAD_DATA_FORMAT = 8
    HEADER_NOT_ALLOWED = 9
    SEPARATOR_NOT_ALLOWED = 10
    HEADER_TOO_LONG = 11
    UNKNOWN_DP_ERROR = 12
    ACCESS_DENIED = 13
    DP_OUT_OF_MEMORY = 14
    DISK_FULL = 15
    DP_TIMEOUT = 16
    OTHERS = 17
    if sy-subrc <> 0.
    message id sy-msgid type sy-msgty number sy-msgno
    with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    endif.
    *CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
      FILENAME                      = 'C:/VENDOR1.TXT'
      FILETYPE                      = 'DAT'
    TABLES
       DATA_TAB                      = IT_UPLOAD.
    CALL FUNCTION 'BDC_OPEN_GROUP'
    EXPORTING
       CLIENT                    = SY-MANDT
       GROUP                     = 'SRR'
       USER                      = SY-UNAME.
      POPULATE INTERNAL TABL
    LOOP AT IT_UPLOAD.
    CLEAR IT_BDCDATA.
    REFRESH IT_BDCDATA.
    PERFORM POPULATE_DATA.
    CALL FUNCTION 'BDC_INSERT'
    EXPORTING
        TCODE                  = 'XK01'
       TABLES
        DYNPROTAB              = IT_BDCDATA.
    ENDLOOP.
    *&      Form  POPULATE_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM POPULATE_DATA .
    PERFORM GETDATA USING 'X' 'SAPMF02K' '0100'.
    perform getdata using ' ' RF02K-LIFNR 'IT_UPLOAD-LIFNR'.
    perform getdata using ' ' RF02K-bukrs 'IT_UPLOAD-bukrs'.
    perform getdata using ' ' RF02K-EKORG 'IT_UPLOAD-EKORG'.
    perform getdata using ' ' RF02K-KTOKK 'IT_UPLOAD-KTOKK'.
    PERFORM GETDATA USING 'X' 'SAPMF02K' '0110'.
    perform getdata using ' ' LFA1-ANRED 'IT_UPLOAD-ANRED'.
    perform getdata using ' ' LFA1-NAME1 'IT_UPLOAD-NAME1'.
    perform getdata using ' ' LFA1-SORTL 'IT_UPLOAD-SORTL'.
    perform getdata using ' ' LFA1-LAND1 'IT_UPLOAD-LAND1'.
    PERFORM GETDATA USING 'X' 'SAPMF02K' '0210'.
    perform getdata using ' ' LFB1-AKONT 'IT_UPLOAD-AKONT'.
    perform getdata using ' ' LFB1-FDGRV 'IT_UPLOAD-FDGRV'.
    PERFORM GETDATA USING 'X' 'SAPMF02K' '0215'.
    perform getdata using ' ' LFB1-ZTERM 'IT_UPLOAD-ZTERM'.
    PERFORM GETDATA USING 'X' 'SAPMF02K' '0220'.
    perform getdata using ' ' LFB5-MAHNA 'IT_UPLOAD-MAHNA'.
    PERFORM GETDATA USING 'X' 'SAPMF02K' '0310'.
    perform getdata using ' ' LFM1-WAERS 'IT_UPLOAD-WAERS'.
    ENDFORM.                    " POPULATE_DATA
    *&      Form  GETDATA
          text
         -->P_0213   text
         -->P_0214   text
         -->P_0215   text
    FORM GETDATA  USING    VALUE(P_0213)
                           VALUE(P_0214)
                           VALUE(P_0215).
                        IF P_0213  = 'X'.
                        IT_BDCDATA-PROGRAM = P_0213.
                        IT_BDCDATA-DYNPRO = P_0214.
                        IT_BDCDATA-DYNBEGIN = P_0215.
                        ELSE.
                        IT_BDCDATA-FNAM = P_0214.
                        IT_BDCDATA-FVAL = P_0215.
                        ENDIF.
    ****************any error in coding just chk it*****************

  • Shift key doesn't select blocks of files.  Even after clean install of mavericks in case it was old snow leopard problem.  Can only select individual files

    Hi for a few months my shift key stopped allowing me to select blocks of files and worked like the cmd key selecting just individual files.   Apple store sold me a. New keyboard when I connected it first time it worked. But after shutting down mac it never worked again.   Have just performed clean install of new mavericks as I was told it must be the permissions or other account settings etc.    But 2 days later after lots of work shift still doesn't work.  Every now and then it would work once and then. Not again.  I work with photos a lot and only being able to choose individual files is a nightmare.  Can anyone explain this problem.?

    I installed mavericks from a USB and reformatted the hd.  I set up a new user account added email, apple ID  etc and then downloaded new iPhoto and iMovie.  I manually copied documents, music inc itunes library folder and photos from time machine back up.   I also copied original apps only using migration assistant to get idvd and garageband back as despite a lot of searching i couldnt find a way to selectively reinstall original apps not purchased from app store.  Only third party apps are photoshop elements 9 and office 2011.

  • Why dont all my photos (345) play when i select a specific file?

    Why dont all my photos (345) play when i select a specific file?

    Hey there Mrk_wrd,
    It sounds like you can successfully sync with iTunes and get no error messages, but when you try and play your music, the songs just scroll through and will not play.
    I think I would start with closing the Music app on your phone and restarting it. Then try again to play your music.
    Restarting your iOS device
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider.
    After the device has turned off, press and hold the Sleep/Wake button until the Apple logo appears.
    From: iOS: Turning off and on (restarting) and resetting
              http://support.apple.com/kb/ht1430
    If the issue persists then I would resync your content to your phone.
    Plug your device into iTunes and click it. Then go to your Music tab and uncheck the Sync Music checkbox, and click apply in the lower right corner. That will remove the music from the iPhone.
    From: iTunes 11 for Mac: Set up syncing for iPod, iPhone, or iPad
              http://support.apple.com/kb/PH12113
    When that process is done, restart both your iPhone and the computer, then go back into iTunes and recheck the Sync Music checkbox and click apply again to resync your music to the phone and test it again.
    Thank you for using Apple Support Communities!
    All the best,
    Sterling

  • SESSION METHOD( WRONG VALUE OF THE parameter file type)

    Hi here iam sending the whole code once to you. just chk it once and same error(WRONG VALUE OF THE parameter file type) is coming after the changes.
    if i use asc it is giving that no file exists.
    Table Declaration
    tables :rf02k, "Maintain vendor master record screen and work fields
    lfa1, "Vendor Master(general)
    lfbk, "Vendor Master (Bank Details)
    lfb1, "Vendor Master (Company Code)
    lfm1, "Vendor master record purchasing organization data
    lfb5. "Vendor master (dunning data)
    Data Declaration
    data : begin of it_UPLOAD occurs 0,
    LIFNR like rf02k-lifnr, "vendor no
    BUKRS like rf02k-bukrs, "company code
    EKorg like rf02k-ekorg, "purchasing org
    KTOKK like rf02k-ktokk, "account group
    anred like lfa1-anred, "initial
    name1 like lfa1-name1, "name of vendor
    sortl like lfa1-sortl, "search term
    land1 like lfa1-land1, "country
    akont like lfb1-akont, "reconcillation a/c.
    fdgrv like lfb1-fdgrv, "planning group
    zterm like lfb1-zterm, "terms of payment key
    mahna like LFB5-MAHNA, "dunning procedure
    waers like lfm1-waers, "Purchase order currency
    END OF IT_UPLOAD.
    DATA : IT_BDCDATA LIKE BDCDATA OCCURS 0 WITH HEADER LINE.
    include bdcrecx1.
    start-of-selection.
    UPLOADING THE DATA TO IT_UPLOAD
    call function 'GUI_UPLOAD'
    exporting
    filename = 'C:\DASRR\VENDOR1.TXT'
    filetype = 'DAT'
    has_field_separator = 'X'
    HEADER_LENGTH = 0
    READ_BY_LINE = 'X'
    DAT_MODE = ' '
    CODEPAGE = ' '
    IGNORE_CERR = ABAP_TRUE
    REPLACEMENT = '#'
    CHECK_BOM = ' '
    IMPORTING
    FILELENGTH =
    HEADER =
    tables
    data_tab = IT_UPLOAD
    EXCEPTIONS
    FILE_OPEN_ERROR = 1
    FILE_READ_ERROR = 2
    NO_BATCH = 3
    GUI_REFUSE_FILETRANSFER = 4
    INVALID_TYPE = 5
    NO_AUTHORITY = 6
    UNKNOWN_ERROR = 7
    BAD_DATA_FORMAT = 8
    HEADER_NOT_ALLOWED = 9
    SEPARATOR_NOT_ALLOWED = 10
    HEADER_TOO_LONG = 11
    UNKNOWN_DP_ERROR = 12
    ACCESS_DENIED = 13
    DP_OUT_OF_MEMORY = 14
    DISK_FULL = 15
    DP_TIMEOUT = 16
    OTHERS = 17
    if sy-subrc <> 0.
    message id sy-msgid type sy-msgty number sy-msgno
    with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    endif.
    *CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    FILENAME = 'C:/VENDOR1.TXT'
    FILETYPE = 'DAT'
    TABLES
    DATA_TAB = IT_UPLOAD.
    CALL FUNCTION 'BDC_OPEN_GROUP'
    EXPORTING
    CLIENT = SY-MANDT
    GROUP = 'SRR'
    USER = SY-UNAME.
    POPULATE INTERNAL TABL
    LOOP AT IT_UPLOAD.
    CLEAR IT_BDCDATA.
    REFRESH IT_BDCDATA.
    PERFORM POPULATE_DATA.
    CALL FUNCTION 'BDC_INSERT'
    EXPORTING
    TCODE = 'XK01'
    TABLES
    DYNPROTAB = IT_BDCDATA.
    ENDLOOP.
    *& Form POPULATE_DATA
    text
    --> p1 text
    <-- p2 text
    FORM POPULATE_DATA .
    PERFORM GETDATA USING 'X' 'SAPMF02K' '0100'.
    perform getdata using ' ' RF02K-LIFNR 'IT_UPLOAD-LIFNR'.
    perform getdata using ' ' RF02K-bukrs 'IT_UPLOAD-bukrs'.
    perform getdata using ' ' RF02K-EKORG 'IT_UPLOAD-EKORG'.
    perform getdata using ' ' RF02K-KTOKK 'IT_UPLOAD-KTOKK'.
    PERFORM GETDATA USING 'X' 'SAPMF02K' '0110'.
    perform getdata using ' ' LFA1-ANRED 'IT_UPLOAD-ANRED'.
    perform getdata using ' ' LFA1-NAME1 'IT_UPLOAD-NAME1'.
    perform getdata using ' ' LFA1-SORTL 'IT_UPLOAD-SORTL'.
    perform getdata using ' ' LFA1-LAND1 'IT_UPLOAD-LAND1'.
    PERFORM GETDATA USING 'X' 'SAPMF02K' '0210'.
    perform getdata using ' ' LFB1-AKONT 'IT_UPLOAD-AKONT'.
    perform getdata using ' ' LFB1-FDGRV 'IT_UPLOAD-FDGRV'.
    PERFORM GETDATA USING 'X' 'SAPMF02K' '0215'.
    perform getdata using ' ' LFB1-ZTERM 'IT_UPLOAD-ZTERM'.
    PERFORM GETDATA USING 'X' 'SAPMF02K' '0220'.
    perform getdata using ' ' LFB5-MAHNA 'IT_UPLOAD-MAHNA'.
    PERFORM GETDATA USING 'X' 'SAPMF02K' '0310'.
    perform getdata using ' ' LFM1-WAERS 'IT_UPLOAD-WAERS'.
    ENDFORM. " POPULATE_DATA
    *& Form GETDATA
    text
    -->P_0213 text
    -->P_0214 text
    -->P_0215 text
    FORM GETDATA USING VALUE(P_0213)
    VALUE(P_0214)
    VALUE(P_0215).
    IF P_0213 = 'X'.
    IT_BDCDATA-PROGRAM = P_0213.
    IT_BDCDATA-DYNPRO = P_0214.
    IT_BDCDATA-DYNBEGIN = P_0215.
    ELSE.
    IT_BDCDATA-FNAM = P_0214.
    IT_BDCDATA-FVAL = P_0215.
    ENDIF.

    When u use GUI_UPLOAD, U can not assign file type as 'dat'. This must be either ASC or BIN.
    Make sure  ur flat file path should correct..
    This well help u...

  • App that supports .DOC files?

    Does anyone know of any app that supports .DOC files? BadReader doesn't. Box.net doesn't. Pages definitely doesn't. I am going out of my mind here trying to find something to support well known Word formats. BadReader says it supports it, but when I try to open the file it says that it can't read it. Any help would be greatly appreciated.

    I've read both DOC and DOCX files in Goodreader ... Either something is wrong with your installation or with the documents themselves, I'd say. You might want to delete and reinstall the app.
    There also are 3rd party office suite apps that read DOC files ... Docs2Go or Office2.

  • If we provide wrong apps passwd is it possibel to start the services

    Hi Team,
    1)If i provide the wrong apps password is it possible to start the application tier.
    2)I have forgot my apps password in R12.how to find out apps password in r12.But in 11i we used to have a file called CGICMD.Dat and wdbsvr.app we find the apps password from there.But in R12 How to find out apps password.
    Request the team to reply for my questions.
    Thanks,
    Prakash

    1)If i provide the wrong apps password is it possible to start the application tier.No.
    2)I have forgot my apps password in R12.how to find out apps password in r12.But in 11i we used to have a file called CGICMD.Dat and wdbsvr.app we find the apps password from there.But in R12 How to find out apps password.It is no longer hardcoded -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Apps+AND+Password+AND+hardcoded&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Please log a SR and see if Oracle support can help.
    Thanks,
    Hussein

Maybe you are looking for

  • CFContent + CFOutput needs to be on same line?

    Hi everyone, recently I have been devloping a simple page for my webapp the spits out some XML data. I have it working perfectly, just like I want. However, the last line: <cfcontent type="text/xml" reset="yes" /><cfoutput>#variables.xmldata#</cfoutp

  • How to see video 16:9?

    Hi all, using Flash Player v. 10.1.82.72 on this site: http://http://www.freddynietzsche.com/2009/11/18/quella-stronzata-della-musica-dautore/ I see the second video in a 'compressed' size. How to see it right? Thanks

  • Can't download blackberry link Error: 1723

    I hope someone here can help me, because blackberry make it impossible to speak to a human being. I've just spent the past 3 hours trying to download bllackberry link onto my netbook so I can move my contacts over from my Bold to my new Blackberry 10

  • More problems with new itunes not starting

    Hi, Have recently downloaded upgrade of iTunes and experienced the same problems as a few others - no response when trying to start it up. I was very happy indeed yesterday when the Quicktime standalone fix worked and my music reappeared. However, on

  • Rather odd behaviour.

    Hello first time poster here - so be nice . I recently got the Nokia  2730 classic , it has Ovi Maps 3.0. I downloaded Maps from the site etc installed it onto the memory card. Now when I go to search say London. The search comes back with results I