EXPDP creates SYS_EXPORT_SCHEMA tables every time in runs

I run windows 2003 sp2, they way i understand export uses only one SYS_EXPORT_SCHEMA_01, now every time i use expdp the SYS_EXPORT_SCHEMA_n get created.
Any ideas....

now every time i use expdp the SYS_EXPORT_SCHEMA_n get created.Because the previous are already in use. If for some reason a previous export failed/hangs, the table stays there till you fix it.
You should analyze the log files of previous export and/or the view dba_datapump_jobs for more information.
Nicolas.

Similar Messages

  • I get the "Fast Browser Plugin not loaded" message every time i run  safari and I can't find an MTWB folder anywhere on my hard drive?

    I get the "Fast Browser Plugin not loaded" message every time I run  Safari and I can't find an MTWB folder anywhere on my hard drive?  This doesn't seem to be causing a problem, but is a puzzle?

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a few minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD  com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/(\/Users\/)[^/]+/\1-/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps "Model"; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]|0[^2]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in FireWire Thunderbolt USB; do o=`SP $b | sed -En '/:$/{s/ *:$//;x;s/\n//;s/\n.*//;/\)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};/Apple|Genesy|Intel|SMSC/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; fdesetup status | grep -q On && o=on || o=; Ps "FileVault"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|openld|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | egrep -v 'com\.apple\.(CSConfig|server)' | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do test -f "$d/Info.plist" || continue; ID=$($PB\ :CFBundleIdentifier "$_") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Extrinsic shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{printf "not "; exit}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print $3}'`; Ps "Netmask"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc "hosts" <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "Application check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps "UID"; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • I am trying to install a program on my Mac Book Pro Retina from a Apple SuperDrive. Every time I run the installer, it says I do not have enough memory to install. However, I definitely have enough memory (186.74 GB). Any ideas why?

    I am trying to install a program on my Mac Book Pro Retina from a Apple SuperDrive. Every time I run the installer, it says I do not have enough memory to install. However, I definitely have enough memory (186.74 GB). The program takes only 550 MB. Any ideas why?

    Thanks for the clarification on the terms. I consider myself proficent at my computer, but not exactly in its inner-workings! I have 8 GB of memory installed.
    I am still confused as to why I do not have any space for the program. This is the exact error message I get: "There is not enough free space on Macintosh HD disk. The Print Shop 2 application requires about 550 MB to be installed. Free some disk space and try again."
    Thank you again for your help.

  • Time Machine doing a full backup every time it runs

    My Time Machine seems to be doing a full backup every time it runs on the hour. The backup size is about 19GB. Shouldn't hourly and daily backups be much smaller after you run Time Machine for the first time?
    I remember a while back, my hourly backups were a couple of minutes.....now they are 30 minutes.
    John

    Hi Steve,
    http://pondini.org/TM/12.html
    https://discussions.apple.com/thread/3687285?start=0&tstart=0
    http://pondini.org/TM/Troubleshooting.html

  • Photoshop Elements 12 crashes every time I run the editor

    Every time I run the editor, the program crashes. The organizer works fine. I have a i7, Win 8.1 16GB RAM and 2GB video memory. Lightroom 5.3 works fine. I have the same problem with the editor of Premiere Elements 12.
    Any suggestions?

    Has it ever worked right? If so, I would start the editor while holding down ctrl+alt+shift. Keep the keys down till you see a window asking if you want to delete the settings file. You do.
    If it has never worked, I would uninstall and reinstall, but be sure to disable your antivirus and anything from symantec/norton during the installation.

  • Every time I run creative cloud installer it says there's a problem I need to use creative could to solve - it's a catch-22?

    I've downloaded creative cloud installer 9 times, every time I run it says there's a problem I need to use creative could to solve - and suggests I download it.
    That means I need to download and run the installer to fix an error that the installer encounters, but it gives me no error code, just redirects me to the download page.
    So what's a user to do?

    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Why is it that every time I run a Flash update I find my update options have changed?

    Why is it that every time I run a Flash update I find my update options have changed?
    It is getting irritating to keep having to click that I do not want to automatically run updates.  I am tempted to just turn off updates completely.
    Would it not be too difficult to keep the settings previously used?
    I always like to be advised of updates so I can then select to run them.

    Moved to Installing Flash Player

  • Cube maintenance time increases every time it runs

    Hi,
    I have created a cube in AWM (10.1.0.4) with five dimensions. This cube is set to not to preaggregate any levels in order to have a short maintenance time. First time I maintained the cube it took about 3 minutes. In order to get a average maintenance time i chose to maintain the cube a few times more. For every time I did this, the cube used a bit more time to maintain and last time it used 20 minutes. Every time i checked the "aggregate the full cube" option and no data is added to the source tables.
    I also checked the tablespace that the AW is stored in and it also increases for each run. Its now using 1,6 gb.
    The database version is 10.1.0.4.0
    Anyone have any ideas to what I can do?
    Regards
    Ragnar
    edit: I did a few more runs and the last run time was 40 minutes and the tablespace is now using 4,1gb so I think this is where the problem is. Instead of overwriting the old data it seems that it just adds it, making the tablespace bigger for each time.
    Message was edited by:
    rhaug

    Hi,
    seems like I have resolved this problem now. I had made several cubes that were almost identical. Only difference was how they aggregated the data. One was full aggregation, one was skip-level aggregation and the last didn't have any. The reason I did this was to be able to compare maintenance time and see how this affected the response time to the cube. I am not sure what causes this, but I never managed to aggregate the cubes correctly. The cube with full aggregation took just about a minute or two to maintain and when i chose to view the data it took another minute.
    So my impression was that it was aggregating all the data runtime.
    When I tried to maintain any of the cubes after this, I got some different errors. Usually the maintenance failed when the tablespaces couldn't grow anymore. The temp tablespace was at this point beyond 20gb.
    I then thought that the name of the measures in the cube could have something to do with the errors I got, and renamed them so they were unique in the AW. The tablespaces grew large also this time, but the maintenance stopped because of an out of memory error.
    Then i deleted all cubes but one and tried to maintain it. After about 35 minutes it was done and when i chose to view the data, they seemed to be precalculated and the response time was good. The tablespace containing the AW also seems normal in size, around 500mb. I did several test runs during the night, and since yesterday the cube has successfully been maintained 15 times.
    So this brings me to my question.
    Can a AW only contain one cube? Or is it just a user error from my part? To me it seems a bit weird that you only can have one cube using the same dimensions, so I'm not sure if this is a right way of doing it, but it works.
    Anyone have any input or similar experiences?
    Regards
    Ragnar

  • Visual Studio 2013 is creating new feature every time new list definition is added

    We are using Visual Studio 2013 and details are as under:
    Microsoft Visual Studio Ultimate 2013
    Version 12.0.30501.00 Update 2
    We we add a new list definition in our project, it creates a new feature with it. If we delete the feature and add list definition in the existing feature, list is created but columns are not added in the list.
    Same thing happened if we rename "Feature1", a new feature is created every time a new list definition is created.
    This doesn't happen when we add a Visual WebPart.
    Also, we have three different custom list option in the drop down in new list creating wizard.
    Is this a bug or we are doing something different.   
    http://farhanfaiz.wordpress.com

    Intellisense has a bug in VS2013 where it doesn't recognize InitializeComponent when you start working on the XAML.  My feeling is that if you try to compile this app, it will run fine (as long as there are no actual errors).
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • How do I stop Mail from requesting passwords on more than 120 accounts every time it runs? Unbelievably tedious and frustrating!

    I've made sure that Mail has unlimited access to Keychain entries, but it still demands Keychain passwords for accounts every time the Mail app runs.
    I've tried everything I can think of — and I'm frankly fed up with the utter lack of response from Apple. They've obviously abandoned the Mail app.

    Have you seen this message?

  • Every time I run spybot, none of the immunization have saved, what settings do I need to save them for next startup??

    I am running latest Firefox, and Spybot. Every time i go to update Spybot, none of the earlier immunizations have saved. Is there a setting I need to change??

    * Make sure that you do not use [[Clear Recent History]] to clear the "Site Preferences"
    Clearing "Site Preferences" clears all cookies, images, pop-up windows, software installation, and password exceptions.

  • Photoshop Elements 10 crashes every time I run it.

    Photoshop Elements Editor 10 crashes every single time I run it.  It simply freezes and I get a message saying "Program not responding".  I have tried uninstalling and re-installing but it simply will not run.  The Organizer runs fine but Editor just dies.  I have a brand new core i3 machine, with 4 GB of RAM and a brand new install of Win7 64 bit.  Any ideas??

    Can't check folder location now as I'm away from the PC.  However I allowed it to install with the default settings. As it's a 32bit application I thought it would install to the Program Files (x86) folder by default.  And yes I am running it from an administrator account. 
    The other strange thing I noticed before I had to leave work was that after installing Photoshop my Print Spooler service had crashed, not sure if this is linked.  Does Photoshop try and scan for printers on launch?  I tried stopping and restarting the service but it didn't seem to work, spooler still dead and Photoshop dead.  Also Excel 2010 now crashing on open, may also be linked the spooler being dead.  Word and Outlook both still running though.
    Will try and investigate spooler service issue further tomorrow.

  • Audio MIDI Setup quits unexpectedly on startup every time I run it

    Help, I have an almost brand-new Mac Mini (2011), that I just got a few weeks ago.  I'm setting it up to be a home media server -- i.e. to output to my HDMI receiver. 
    I need to use Audio MIDI Setup to create a new package that will output to both the audio out jack and HDMI at the same time. 
    But every time I open Audio MIDI Setup, the window pops open and before I take any action whatsoever the application quits unexpectedly.
    Help!  I don't know what to do to get it to work.
    Thank you!

    Thanks for the reply. it got me halfway there. Now it will open for the audio side, but still crashes as soon as I switch to Midi.
    There were no Midi configs in my library, but there's a folder full of them in the main Library. Most of the files in there I don't care about, but there are several that I don't want to lose. Should i trash the folder and then re-install the ones I want?

  • Automator wants me to save the workflow every time I run it.

    I have a simple workflow in automator. It finds all files on the desktop with an extension of .jpg and saves them to a folder. Two steps: "Find Finder Items" and "Move finder items". It works just right, but when I quit Automator after running it, it ALWAYS puts up a dialog box saying "Do you want to save the changes you made in the document “Movefile.workflow”? " I have to click on a box every time. What gives? I'm not changing the workflow at all! How do I get rid of this? it's annoying!

    If it wants you to save the workflow as an app, try that and see if it works.
    Please post back.
    ddr

  • HT5622 Why do I have to sign in every time I run itunes

    Is there a way to change settings so that each time I run iTunes I dont have to sign in, I can understand having to after starting the computer, but not when its on and I've already accessed iTunes and signed in.
    This is a recent thing, before I had no issues, but over the last week its happening all the time and there is no option on the login to save my password,

    Sign in or activation errors
    Mylenium

Maybe you are looking for

  • Calendar does not sync consistently

    Ever since I added the iPad2 I have noticed that my calendars do not sync consistently. One week they match and the next week they do not. I will add events on my iPhone and they show up on my MBP and iPad2 as they are supposed to and the next time I

  • How Do I Put Word Doc's On My Nano?

    hi, i just got my Nano for X-mas and I'm a Big Online Fanfiction reader... yeah... so i was trying to sae it from word to my ipod but everytime i try it doesnt work or doesnt show up... i called my friend wo has a nano like mine and it works for her,

  • My macbook pro shuts down unexpectedly ouch?

    i see the shut down window and if i don't hit cancel it shuts down shortly after. it is very disturbing i already tried energy saving settings but it dont help. Anyone has a clue how to fix this?

  • Current Inventory Count in CRM

    Hi Experts, To my knowledge we can't maintain and check inventory count in SAP CRM for that we need to use SAP ECC. We want to implement below scenario and don't know how to proceed. Sales Rep create order in CRM Mobile which gets replicated to CRM a

  • MSXML6.dll method"SEND" don't work in Windows Server 2012 and SQL 2008R2

    Hi all, I have a SP to send a WebService data It works fine on Windows 2008R2 server and also on Windows Server 2003. moving it on Windows Server 2012 with SQL 2008R2 express (32bit) or SQL 2012 express (32bit), it doesn't work anymore. Below the SP.