Issues with default program.

I installed aSSD in my MacBookPro 13" and copied all of my files from my old hard drive to it and now all of my default programs are reseted.
I can't open DMG files now it just asks me what program I want to open it with. same with PKG files.
I tried to set DiskImageMounter as default application but it resets on system restart :/

Select one of the .dmg files. Press COMMAND-I to open the Get Info window. In the Open With panel select the desired default application the click on the Change All button. Repeat this for .pkg files or any other extensions for which you want to set a default application.
I also suggest you reset the LaunchServices database before the above:
Rebuild LaunchServices Database
Open the Terminal application in your Utilities folder.  At the prompt paste in the following command in its entirety:
find /System/Library/Frameworks -type f -name "lsregister" -exec {} -kill -seed -r \;
Press RETURN.  Wait for the Terminal prompt to return after which you can quit the Terminal.

Similar Messages

  • Since I've installed Mountain Lion, I am having lock up issues with multiple programs. MS Outlook has crashed and I've lost all my folders. HELP?

    Since I've installed Mountain Lion, I am having lock up issues with multiple programs. MS Outlook has crashed and I've lost all my folders. HELP?

    okay I've finally been able to get tor and all the other programs to work according to my plan the only thing that's still making problems is that iptables doesn't work as I want it to, when I start chromium without proxy settings privoxy doesn't seem to forward the information to polipo.. do I need to add another rule to iptables.rules in order for the program to know it has to reroute the information again or how can I get this to work? and is there any way to run rtorrent with proxy support?
    anyway, problem 2 and 3 are still to be solved.
    and does anybody know where i can get a good dansguardian blacklist that was not designed for 6 year old children and for which I don't need to subscribe? I'm still getting these partypoker popups -.-
    //e: with iptables it's the same thing as described in the first post. https works, http doesnt. I get the output "Invalid header received from client." on http sites. still no idea why though.. (and the https-version of torcheck.xenubite says i'm tor unprotected while starting the browser with iptables)
    Last edited by deF291 (2011-04-23 16:16:31)

  • Issue with Default Variable in WAD after Java Patch 7.01.7.31

    Hello all,
    I'm running into an issue with the Web Application Designer Template execution for a particular default variable. This started occuring after Java Patch 7.01.7.31 we had implented over the weekend.
    The issue is when Executing the WAD Template, we have a selection screen with a variable with default values assigned to it. When leaving the default values and hitting Ok to execute  through the screen does not register and stays as is and I get a message at the top with the following: Characteristic Prob % Number has no master data for "1.00" or you do not have authorization.
    This only seems to occur for this default variable on info object Prob % Number, the other default variables seem to work fine. Also another note when clearing out the values it returns data and executes through. The value 1.00 is also a valid value in the cube and also in the output display. If we run this report in the BEx analyzer, the selection screen executes through with the default variable perfectly fine, this is only an issue with the Web Application Designer Template.
    Has anyone ran into this? I've searched and have not found any notes as of yet.
    Thank you,
    -Andy

    Dear Andy,
    Please raise this to SAP, seems like a strange problem this needs to be addressed by OSS note only.
    Close this thread once you get a solution.
    Regards.
    Den

  • Problem with default program to open certain files.

    My MacBook came with a trial version of Microsoft Office built in. Having already purchased a full version, I uninstalled the trial and installed the full version. The problem I am having is that when I go to open a Word document, it tries to open it with the trial version of Word that is no longer there. I tried changing the default program in Finder but it keeps switching back, thus giving me errors every time I try to open a Word document. If you could help it would be greatly appreciated. If you need more information, let me know.
    MacBook   Mac OS X (10.4.7)  

    Pre-wife is not a term I am familiar with but I guess I catch your meaning .
    It sounds like your Launch Services database may be corrupt. Try downloading a copy of Cocktail (shareware, but I think you can try it) and in the System pane, select Misc tab and click on the button to rebuild the Launch Services database. In rare cases, this database (which the Finder uses to maintain file associations) can get messed up.
    bd

  • Performance Issue with Concurrent Program

    Hi Gurus,
    I have a loader program which updates some information in the OM sales orders, this is been done using oe_order_pub.process_order and I do not see any performance issue in the package.
    Using this program i had tried to update some huge number of orders uand it gets completed in few minutes, but at times this program runs for more than 6-7 hours even with
    Pls could anyone advise what could be the issue with this?
    Thanks & Regards,
    Genoo

    I have a loader program which updates some information in the OM sales orders, this is been done using oe_order_pub.process_order and I do not see any performance issue in the package.
    Using this program i had tried to update some huge number of orders uand it gets completed in few minutes, but at times this program runs for more than 6-7 hours even with
    Pls could anyone advise what could be the issue with this?Do you have the statistics collected up to date?
    Can you find any errors in the database log file?
    Any locks in the database?
    Any invalid objects?
    Please enable trace and generate the TKPROF file once the program is completed.
    Thanks,
    Hussein

  • "edit with" default program

    I have a new i-mac running 10.5 and newly installed CS4 indesign - under my old cs1/old mac when i highlighted a photo and option/clicked on it photoshop would open up and i could tweak the image.... with the new mac - indesign manual says the mac os pics the edit with default - which is illustrator - is there any way to make the mac pic photoshop???
    help & thanks
    dan - action printing

    Right click the image in finder and choose get info. From there just
    choose Photoshop as the default program click change all.
    Bob

  • Issue with BDC program used for FBZ5 (Check Print)

    Hi all,
    I am having one requirement in Check printing. as per that i have made one Z program which will accept multiple Payment documents. I am passing selected accounting documents to BDC routine for Transaction FBZ5. (As in FBZ5 we can take a print for one Payment document not for multiple)
    We can have 3 scenarios in FBZ5
    1. Fresh Check printing (First time check printing)
    2. Old Check (printing for same Check no)
    3. New Check (After voiding older check)
    Category 1 and 2 are working fine but i am facing problem in category 3.
    For Category 3 : BDC Screen flow is like this
    A. Tcode FBZ5 Start program: SAPMFCHK Screen: 750 --> Click on 'Print'
    B. Program: SAPLSPO2 Screen: 0100  --> Here specify option 'New Check'
    C. Program: SAPMFCHK Screen: 0700
        - This program belongs to new Tcode FCH7
        - Here we have to give Void Reason code
    Now issue with Category 3:
    While executing BDC in online and background mode my control is terminating at step C mentioned above
    Troubleshooting:
    I have debugged standard program of FBZ5
    1. in Include MFCHKFD0 we can see call to Tcode FCH7  (PERFORM AUFRUF_FCH7.)
    2. in form AUFRUF_FCH7 i found code related to BDC
       also there one statement is getting triggered -->   CALL TRANSACTION 'FCH7' USING BDC MODE 'A'.
    So there is a BDC call inside my Z BDC program, so is this a reason why my program is not working for above scenario ?
    Or can't we handle above scenario in a way mentioned above?

    Hi Sandra,
    I was trying to upload customer master in fd01 using bdc. The screens were different while recording. So could not perform the upload. Thenone screen was skipped so that the bdc was working fine and the data was uploaded.
    This is the flow of the recording.
    'SAPMF02D' '0105'.
    SAPMF02D' '7105'
    SAPMF02D' '0111
    SAPMF02D' '0120
    SAPMF02D' '0130
    SAPMF02D' '0210
    SAPMF02D' '0215
    SAPMF02D' '0220'
    SAPMF02D' '0230'
    SAPMF02D' '0610
    After the second screen was deleted the bdc worked fine.

  • Having a few issues with several programs (tor / mpd / ccm..)

    Hey everybody,
    I'll arrange this post in 3 parts since I have 3 different kinds of "major" problems or questions .
    1st ( tor - privoxy - polipo - iptables )
    I somehow found this article in your wiki and therefore tried to get tor and privoxy up and running on my desktop machine, as this didn't work as I hoped it would I searched farther in the wiki and installed and configured (as far as I've thought of) polipo and iptables.
    Now I've put all 4 of them in my rc.conf, but somehow some of my http connections don't seem to work in chromium while iptables is running (https works fine though [e.g. archwiki works, youtube doesn't]).
    I did everything as suggested in the polipo wiki entry, meaning I changed my /etc/iptables/iptables.rules to
    *nat
    :PREROUTING ACCEPT [0:0]
    :POSTROUTING ACCEPT [0:0]
    :OUTPUT ACCEPT [0:0]
    -A OUTPUT -p tcp --dport 80 -m owner --uid-owner polipo -j ACCEPT
    -A OUTPUT -p tcp --dport 80 -j REDIRECT --to-ports 8123
    COMMIT
    and removed all proxy settings from my browser - meaning all corresponding flags in the startcommand. I also added "forward / localhost:8123" to the privoxy config and changed the polipo configuration according to the wiki in order to work with tor (the socksParentProxy, socksProxyType part).
    now the next problem - that might probably be related to the first - is that my privoxy doesn't load in daemon mode anymore.
    I think it's since I've installed polipo that privoxy began to refuse starting together with the other daemons
    [usR@machine ~]$ privoxy
    Apr 23 00:20:56.459 b75086c0 Fatal error: can't check configuration file '/home/usR/config': No such file or directory
    this is the output I get when I try to start privoxy in normal user mode from the terminal, when I try starting the daemon manually (/etc/rc.d/privoxy start) it says
    touch: cannot touch `/var/log/privoxy/logfile': Permission denied
    chgrp: cannot access `/var/log/privoxy/logfile': Permission denied
    chmod: cannot access `/var/log/privoxy/logfile': Permission denied
    touch: cannot touch `/var/log/privoxy/jarfile': Permission denied
    chgrp: cannot access `/var/log/privoxy/jarfile': Permission denied
    chmod: cannot access `/var/log/privoxy/jarfile': Permission denied
    Apr 23 00:22:34.490 b76396c0 Fatal error: Cannot setgid(): Insufficient permissions.
    [/var/log/privoxy belongs to privoxy:adm]
    when I do the same in sudo mode it just fails without displaying an error message..
    I added this code to the /etc/rc.d/privoxy executable but I still get this owner conflict error and I have no idea what might be causing it.
    if [ ! -d /var/log/privoxy ]
    then
    mkdir /var/log/privoxy
    touch /var/log/privoxy/errorfile
    touch /var/log/privoxy/logfile
    chown -R privoxy:adm /var/log/privoxy
    fi
    If the order of the daemons in rc.conf is of any real importance here a copy of my setup
    ( @polipo @privoxy @syslog-ng !set-hw-addr !iptables @network netfs hddtemp @crond hal dbus @alsa @slim @tor )
    2nd ( mpd & mpc )
    I'm just wondering if there's a way to output the position of a track in the current playlist combined with a search. since mpc search <type> <query> only prints out full file path and name, but not the position in the playlist so that you could play it with mpc play. I thought of a method to print out the whole list with mpc playlist and pipe this output into a listing program, than grep out the song I'm looking for all that in a little bash script, to replace mpc search.
    Is there an integrated mpc search function that works the way I imageine it and my idea therefore redundant, or if not, is it realizable the way I picture it; does such a listing program exist?
    3rd ( cairo-compmgr )
    Since I'm already posting here I thought I'd mention my older problem which I  still couldn't solve.
    1st) I need to start cairo-compmgr(-git) in sudo mode to be able to edit any settings or activate the gui in any way. how do I automatically start the program on startup in sudo mode? I tried editing ~/.fluxbox/startup & ~/.fluxbox/init, even tried adding it in /etc/rc.d/ and /etc/rc.conf in order to start it as a daemon (lol, noob) but none of that worked properly obviously Any ideas? I don't want to start it manually and "waste" a terminal window for that every time I boot.
    2nd) I can change opacity (transparency) in both versions only per hotkey, and when I do so the settings don't get saved, they even get reset to normal opacity as soon as another window gets selected. does anybody know if there's a config file or any way to save opacity settings for certain windows & programs, so that they automatically get loaded when cairo starts and stay applied until it gets closed?
    [or generally: how do I configure the Plugins? ]
    the last "problem" which occurs only with cairo-compmgr-git:
    When I rightclick the ccm icon in the task bar and disable the composite desktop, the whole program kills itself oO
    In the old version the option "Composite desktop"'s box just got un-checked and I could easily restart ccm by rightclicking the logo again and re-enabling the "Composite desktop" option.
    Any clues on that by any chance?
    I'm using Fluxbox by the way, if that's of any importance for any of the problems. hope I didn't forget any important information if so please remind me
    Would be thankful for any kind of help
    have a nice weekend
    deF
    //edit:
    concernig the tor / privoxy problem, I managed getting all the daemons to start up at bootup again, my iptables situation remains the same though.
    I went through all the config files again and played around with chown and chmod a little and for now the system is stable, everytime I reboot all the daemons start without any problems.
    but when i start chromium with --proxy-server=localhost:8118 now, I get the following error message
    The following error occurred while trying to access http://torcheck.xenobite.eu/index.php?:
    504 Connect to torcheck.xenobite.eu:80 failed: SOCKS error: network unreachable
    Generated Sat, 23 Apr 2011 04:49:08 CEST by Polipo on archzor.localdomain:8118.
    notably with all programs running now, tor, polipo, privoxy (and by now dansguardian as well)..
    I'm tired so I'll go asleep now, maybe I'll find something tomorrow in the logfiles or whatever, so far:
    every kind of help is still very appreciated
    ²
    /var/log/polipo/polipo.log
    Disabling disk cache: No such file or directory
    Couldn't bind: Address already in use
    Couldn't establish listening socket: Address already in use
    Couldn't bind: Address already in use
    Last edited by deF291 (2011-04-23 03:13:48)

    okay I've finally been able to get tor and all the other programs to work according to my plan the only thing that's still making problems is that iptables doesn't work as I want it to, when I start chromium without proxy settings privoxy doesn't seem to forward the information to polipo.. do I need to add another rule to iptables.rules in order for the program to know it has to reroute the information again or how can I get this to work? and is there any way to run rtorrent with proxy support?
    anyway, problem 2 and 3 are still to be solved.
    and does anybody know where i can get a good dansguardian blacklist that was not designed for 6 year old children and for which I don't need to subscribe? I'm still getting these partypoker popups -.-
    //e: with iptables it's the same thing as described in the first post. https works, http doesnt. I get the output "Invalid header received from client." on http sites. still no idea why though.. (and the https-version of torcheck.xenubite says i'm tor unprotected while starting the browser with iptables)
    Last edited by deF291 (2011-04-23 16:16:31)

  • Issues with a program,that exetutes SEM BPS sequence, into a Process Chain

    We have a process chain with a step which launches a program. That program executes a SEM BPS sequence. To set that request into green we have a step with other program which changes the planning cube to batch.
    Our two problems are:
    1) We cannot check in the process chain monitor if sequence finished all right because the step always finishes ok even if the sequence falls.
    2) Our SEM BPS sequence takes a long time and the process chain continues its execution without SEM BPS sequence is ended.
    Thanks a lot!
    Mario

    I am not sure if there is a solution to this in BW 3.x or SEM BPS. But if you can model the same planning sequence in BI-IP, then you can excute it in a process chain using a process chain variant.

  • Queue issues with Ciphering program

    Hey guys I have a problem with understanding how to read the file reads in integers that are one the first line...and ends reading integers when the new line of letters come up. This program takes an in.dat file which contains 3 lines (3 4 5 6 4 knowledge is power xyyyxxxyxyx) where the ints are the repeating keys and the letters are encoded with each key then the keys repeat. Can someone help me make a Queue that takes in the keys, assigns to a letter and then the key goes back to the other end of the queue(circular). Also if you can help me with any other parts of my code, that would be nice too. I'm also having trouble adding letters in the alphabet and wrapping aorund (like when the letter is z to go back to a)...the letters are also in a Queue I would imagine.
    Thanks in advance. Really I appreciate it all the help I can get.
    Here's my code so far:
    import java.io.*;
    import java.util.*;
    public class RepeatingKeyCipher<E>
       public static void main(String[] args) throws IOException {
           RepeatingKeyCipher obj = new RepeatingKeyCipher();
           Queue file = new LinkedList();
           FileReader r = new FileReader("in.dat");
           BufferedReader inFile = new BufferedReader(r);
           PrintWriter outFile = new PrintWriter(new FileWriter("out.dat"));
                   while (inFile.ready()) {
                       String s = inFile.readLine();
                    file.offer(s);
                inFile.close();
                  outFile.close();
              String alpha = "abcdefghijklmnopqrstuvwxyz";
              Queue<String> alphaQueue  = new LinkedList<String>();
              alphaQueue.offer(alpha);
              Queue<Integer> key = new LinkedList<Integer>();
              key.offer(file.);
              for(int i = 0; i < message.length; i++) {
              //     while
         private int front;
         private int rear;
         private int size;
         Queue<E> alpha1 = new LinkedList<E>();
         /*public E encode (int key, String message) {
              StringTokenizer st = new StringTokenizer(message);
              String newWord;
              while(st.hasMoreTokens()) {
                   String word = st.nextToken();
                   for(int i = 0; i < word.length(); i++) {
                        char letter = word.charAt(i);
                        //char newLetter = alpha.
              return newLetter;
    }

    By the way I'm not in the same classes as those other kids with cipher programs... weird that they have cipher programs to do too...but mine has to do with repeating keys and queues...and I don't know them
    Just had to clarify, thanks

  • Issue with ABAP program execution from process chains

    Hi All:
    We have a process chain with 3 steps, each of them executing the same program with three different variants. The program is ftp's the file from APO's dataexchange (mount) to another ftp server. The first variant transfers file A to a directory in the external ftp server (say /X) . The second and the third variants are supposed to transfer different files, B and C to the same directory.
    That is where the problem is. After the process chain is successful, I see two files B and C but the contents are same and that of C. So, if I switch the steps in the PC to bring in A then C and then B, I see files B and C with content of C. I tried C then A then B. I see the file names correct but now the contents are A, A then B.
    Have any of you come across this issue? Do you know that these is an existing problem? IF you have a solution, pl. let me know.
    Thanks
    Narayanan

    Narayanan,
    Instead of doing it in three steps - would it be possible for you to have one UNIX script or equivalent doing the above and calling the same from your process chain ...?
    We do a lot of FTPs but then our file names are standard and we have a UNIX script for the same executed using a system command through a process chain and it has been working without issues for the past 1 year ...
    Maybe I have not got your situation properly ... some more detail on the program details and what you are doing in more detail would help....  also SP levels please..

  • Issue with printing program Z_RVADIN01

    Hello Experts,
    I am facing a funny issue and ask your help/ opinion on this:
    I created a new window/ element "payer" within the form for billing-docs (output type RD00).
    In this new window "payer"  the address of an alternative payer should be shown.
    Existing program has been amended at subroutine entry with corresponding logic.
    So far everything is working for Billing-docs with upto 3 pages.
    If a billing doc bears more than 3 pages, the new window will not be printed.
    I adjusted the form to display/ print the new window on every single page.
    Result is that the window will be printed on every page with exception of the first page.
    Does anybody have an idea? Program code contains a fair number of subroutines.
    For this reason I do not copy it to this post.
    Regards an thanks in advance for your input.
    Raf

    solved!
    Hello all,
    this was a very rare thing.
    Coding should not be placed after itemprint coding.
    then it worked.
    Cheers!
    Raf

  • Issue with default install of SOA suite under Windows

    Hello,
    I installed SOA Suite without error, using the defaults of the Basic Installation.
    When I start the SOA Suite, it starts up without error, but reports that ASG is Status=Down
    When I try to create an Integration Server in JDeveloper, and test it, everything works, with the exception of the ESB Server:Fail, which in the details is listed as:
    ESB Connection, Not Run
    Can anyone explain these behaviors (ASG Status=Down and ESB Connection = Not Run)? Are these normal based on not installing products from the Advanced options? I'm in the process of an evaluation and I don't want to go too far down a path if my system is already somewhat broken.
    Thanks.
    --T
    Thank you very much.

    The ASG down is normal - it is not causing the other issue you have.
    The JDev integration server connection error (ESB not run) is unfamiliar to me. Make sure you have created the Application Server connection properly (choose standalone). The Test Connection button for the Integration Server connection shows you status for the Application Server, the BPEL Server, and the ESB Server - what does it say for each of these?
    Heidi.

  • Authorization issue with different programs

    Basicly, when I for try to authorize programs, I give the authorization so I can use the full version, but when I turn off my mac and turn it back on, it always asks for the authorization again. Maybe it's meant to be like that, but I can remember my mac not having to ask for authorization on programs ever again once they've been authorized. It's kinda really annoying having to re-enter those authorizations over and over again.
    It's the same with java applets, when I check the box to always allow applets like that run, it always asks it again the next time anyway. It's just annoying.
    It's like my mac just won't "save" those settings
    Any ideas how to fix this?

    Try creating a new user account and see if it works right there. If it does, there is something in your user account that is wrong, likely a permission issue.
    From there, we can try to figure out why it is doing that.

  • Download issue with all programs

    I'm having an issue where every time I download a program (i.e. Firefox, Adobe Air, a photo uploader for Shutterly) the program saves to my desktop and looks like an external hard drive icon. These type of programs used to download to my applications folder (and LOOKED like applications) instead of cluttering up my desktop. What am I doing wrong? If I trash the external drive icon, I also lose the program.

    In Safari, go to Safari->Preferences->General->Save downloaded files to: and choose the location where you want things downloaded. ~/Downloads is a good choice.
    Once an item has downloaded, if it's an application, just move it from the download location (wherever that might be, such as Downloads or Desktop) to your Application folder.
    What I think is happening, though, is that your downloads are still going to your Downloads folder and you are seeing the mounted disk images from the downloaded .img/.dmg (or similarly-suffixed) files. Open these up by double-clicking on the Desktop icon and then drag the required components to their destination locations (generally speaking, the application to your Applications folder). In some cases, the disk image will contain an installer, in which case you will need to double-click the installer to get the software you downloaded onto your machine properly. Read the instructions that come with the download, or on the web page of the source file.

Maybe you are looking for

  • Problem using Bridge CS5

    I have a photoshop CS5 and it works fine except Bridge CS5. It works fine on my Mac OSX 10.5.8 but it does not work on my new Mac OS X 10.8.2. When I try to open Bridge from photoshop CS5, error messeage appears and it says " Error2: photoshop is und

  • Verizon DSL & Apple

    I am having a very difficult time connecting my iMac and iBook (G4) to the internet at my house. I have Verizon DSL through out phone line and a Linksys router. The router recognizes that my computers are connected to the network but for some reason

  • Sales report no incoterms

    Dear experts: do we have standard report to show thrid party sales revenue by period(month) based on incoterms? for example we need to know what are the revenues we sell to external customers based on FOB.

  • Clean Install? What is required? Macbook shutdowns?

    I am experiencing these annoying MB shutdowns, all the time, and have tried EVERYTHING possible to reset and change, like the RAM sticks, the PMU, the PRAM, firmware, and many other things. I am going to try a clean install, but first of all, how do

  • Japanese Character Support

    Hi, Is IdM 8.0 able to handle Japanese characters. Not only in the input fields, but also in all menus, drop downs etc. Or does this depend on the application server setup used to host IdM? If so im using IBM Websphere 6.1, so i guess the same questi