Ownership not behaving the way I expect

I have 'migrated' from one User Account to another on the same computer. I had a little trouble with iTunes to start with (can't remember the details now but there was an authorisation issue for files purchased in the iTunes store ...)
The problem I currently have is that lots of folders and files list the Owner as the previous User Account and when I try to change this via the Info box for the folder in question, it doesn't allow me to 'Apply to enclosed items...' - the button at the bottom of the panel is greyed out. This means I can't edit details related to the songs in iTunes without changing the individual file permissions.
Both User Accounts have Administrator privileges.
As I say, I'm mostly noticing this in iTunes but I think it may also be effecting preferences for a few Applications.

Hi Des, assuming these aren't System Folders but User's folders, then Might try BatchMod, it's much better/easier than the Finder for recursive Permission changes...
http://www.macupdate.com/info.php/id/6440
This version says Leopard but worked fine on Tiger for me, I can give a link to an older version if need be.

Similar Messages

  • HT1430 mail is not behaving the way it should after updating to ios 6.1.2

    after updating to ios6.1.2 on Saturday March 9, 2013 the mail is not operating the way it should. What can i do to try and fix it?

    Nobody here would know since you didn't explain in detail why it's not operating the way it should.

  • BUTTONS DO NOT FUNCTION THE WAY I EXPECT...

    PLS HELP ME AGAIN....
    button 6 and 7 do not function if i am on page2-6(which is in frame3-7), but if i am on page 1, which is in frame 1, the said buttons do function...
    the code is on frame 2,,,,...:
    stop();
    button6.addEventListener(MouseEvent.CLICK, button6_clicked);
    function button6_clicked(e:MouseEvent):void{
        gotoAndStop("index");
    button7.addEventListener(MouseEvent.CLICK, button7_clicked);
    function button7_clicked(e:MouseEvent):void{
        gotoAndStop("index");
    there is another code in frame 3:
    stop();
    if(buttonyves!=null)
    buttonyves.addEventListener(MouseEvent.CLICK, buttonyves_clicked);
    function buttonyves_clicked(e:MouseEvent):void{
        gotoAndStop("yvespage");

    put each button in its own layer.  make sure there are no keyframes in the button layers after frame 1 and make sure the buttons have correct instance names in frame 1.  retest.
    if you need to keyframes for either button, add them after doing the above.

  • @Prior not working the way I expect it too

    All, I need some help :-)<BR><BR>I have the following cube<BR>Essbase v6.5.5<BR>Create on Equation database option is checked<BR>8 dimmensions (including 3 attribute dimensions)<BR><BR>The base dimensions are as followings:<BR>Accounts(Dense) Prices, Cost, volume, etc.<BR>Scenarios (Dense) April Fcst, Actuals, Budget, May Fcst, Working Fcst etc.<BR>UOM (Dense) aka Unit of Measure BBL, MT (metric tons)<BR>Time (Sparse)2002, 2003, 2004, qtr1 07, Jan 07, etc<BR>Worldwide (Sparse) North America, South America, United States, Plant Name, Suppliers (Suppliers are unique to plants and are at level 0)<BR>the rest are attribute dimension based on Worldwide<BR><BR>I lock and send prices to a No Region member in the Worldwide dimension<BR><BR><BR>When I have to look at the prior month price it is not assigning a value to "posting". In other words, Plant 1 is working correctly, but the others which need to use the prior period price is not being calculated.<BR><BR>Here is the calc script:<BR><BR>/* Housekeeping */<BR>Set LOCKBLOCK High ;<BR>Set Cache Default ;<BR>Set Msg Summary ;<BR>Set UpdateCalc Off ;<BR>Set AggMissg On ;<BR>Set FrmlBottomUp On ;<BR><BR>Fix( "Mar 07", &Current_Forecast )<BR>Cleardata Postings; <BR>BBL(<BR><BR>//Plant 1<BR>IF ( @ISMBR (SupplierX, SuplierXX)) <BR>Postings = ("Price3"->"No Region" +"Price4"->"No Region")/2;<BR><BR>ELSEIF (@ISMBR(SupplierXXX))<BR>Postings = ("Price4"->"No Region");<BR><BR>//Plant 2<BR>ELSEIF (@ISMBR(SuplierXY, SupplierXXY))<BR>Postings = @Prior("Price2"->"No Region");<BR><BR>//Plant 3<BR>ELSEIF (@ISMBR(SupplierYY, Supplier YX"))<BR>Postings = @Prior("Price3"->"No Region");<BR><BR>//Plant 4<BR><BR><BR>etc.....<BR><BR>ELSE<BR>Postings = 0;<BR><BR>Endif<img src="i/expressions/face-icon-small-wink.gif" border="0"><BR><BR>ENDFIX<BR><BR><BR>ALL HELP IS APPPRECIATED. THANKS<BR>

    Couple of quick suggestions:<BR>- is your Time dimension actually tagged as Time? <BR>- don't think it should matter, but your calc block is for BBL although you are calculating Postings<BR>- as a debugging step, since you are FIXing on Mar 07, try replacing <BR>@Prior("Price2"->"No Region"); <BR>with<BR>"Price2"->"No Region"->"Feb 07"; <BR><BR>If that works, then the issue is indeed @prior. But if that doesn't work, then it's related to data, block creation, order of operations, etc., something other than @prior.

  • HTML Snippet for FEEDBACK FORM does not work the way I expected

    Hello folks,
    I have used following code as a Snippet to create a FEEDBACK FORM, so people can send their comments. I was hoping that when people write their comments and click Send, the comment will be sent directly to my e-mail. Instead, after clicking Send button, the Mail Manager pops up. So it is pretty much the same as if they click on the e-mail address link. Is this normal? I thought, that these comments will be sent directly via that FEEDBACK FORM, not via Mail Manager.
    Thank you so much for any tip or response.
    This is the Snippet Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
    <html>
    <head>
    <title>form</title>
    </head>
    <body>
    <FORM METHOD="POST" ACTION="mailto:[email protected]?subject=Please email me with your feedback"ENCTYPE="text/plain">
    Please enter your name
    <INPUT TYPE="text" NAME="name" SIZE="30">
    Please enter your email address
    <INPUT TYPE="text" Name="usermail" size="50">
    Add any comments below
    <TEXTAREA NAME="comment" ROWS=6 COLS=60></TEXTAREA>
    Clicking "Send it" will launch your mail application
    <INPUT TYPE=submit VALUE="Send it!">
    <INPUT TYPE=reset VALUE="Reset Form">
    </FORM>
    </body>
    </html>

    The action is usually a php file.
    Otherwise, simply create a button and make it a mail link in the Inspector.
    If you cannot figure this out, you'd better refrain from using it.
    Or start learning how to use forms.

  • Numeric Fields not working the way I expected

    I have tried both pieces of code in the click event, but nothing happens with the WearRing_CaseClearance (numeric field) Field.
    var ringDiameter = topmostSubform.Page2.Span[7].WearRing_Case_Diameter.rawValue;
    WearRing_CaseClearance.rawValue = ringDiameter;
    var ringDiameter = topmostSubform.Page2.Span[7].WearRing_Case_Diameter.rawValue - topmostSubform.Page2.Span[8].WearRing_ImpellerHub_Diameter.rawValue;
    if (ringDiameter < PM_CaseClearanceMIN.rawValue || ringDiameter > PM_CaseClearanceMAX.rawValue)
    //WearRing_CaseClearance.rawValue = ringDiameter;
    ///WearRing_CaseClearance.fillColor = '255, 0, 0';
    else
    //WearRing_CaseClearance.rawValue = ringDiameter;
    //WearRing_CaseClearance.fillColor = '255, 255, 255';

    I found an odd but working solution.
    It seems when I converted the Word Document to a PDF, it made each section in my form a span block. Adobe seems to treat span blocks as subforms. So when I right-click (in the hierarchy tab), the span tags, an option of "unwrap subform" is available. Unwrapping all the subforms/spans allowed my fields to see each other regardless of which span block they were in.
    Hope this helps anyone else.

  • Changes to „Report Options" don't affect output in the way I expect

    Changes in the „Report Options“ Window don’t affect report-files in the way I expect. For Example: when I set “Report Format” to “Web Page” the output is a html-file but changes in the “Report Colors”-dialog don’t affect the output. When “Report Format” is set to “ASCII Text File” I get the same file shown in a texteditor – with html-tags and so on (not what I expected). The “Insert Graph”-option doesn’t work, too.
    Has anyone an idea what‘s going wrong with my TestStand-installation?
    Thanks!

    Hi Daniel,
    This is most interesting. Something is not working right here. The next thing I would suggest is that you try debugging the model and report generation sequences to see exactly what is going on. Here are some suggestions:
    1) Launch the Sequence Editor.
    2) Double click on the "Model" text in the status bar, this will open your station model.
    3) Place a breakpoint on the "TestReport Callback" step inside of the "Single Pass" sequence.
    4) Go to Configure>>Station Options and on the Execution tab select: Trace Into Entry Points option. Close this dialog by clicking OK.
    5) Go to Configure>>Report Options and select the Sequence option and modify the other options to what you desire. Be sure to select the HTML report generation however. Close this dialog by clicking OK, not Cancel.
    6) Load the sequence file, \Examples\Demo\C\computer.seq.
    7) Select Single Pass from the Execute menu.
    8) When the execution stops at the breakpoint, select the Context tab and navigate to Locals.ReportOptions. Quickly browse through the properties to make sure they are set to what you changed in the dialog.
    9) Swicth back to the Steps tab and click step into.
    10) Step over until you get to the "Get Report Body" sequence call, and then click step into.
    11) Click on the Context tab and navigate to "RunState.SequenceFile.Path". Check this path. It should be pointing to "\Components\NI\Models\TestStandModels\ReportGen_html.seq".
    11) Also check the values inside of Parameters.ReportOptions. These should resemble what you have selected on the Report Options dialog.
    12) Continue single stepping, and stepping into subsequence calls, until an error is generated. Once the error occurs, select Break on the error dialog, and then examine the step that failed. Check to make sure that all the preconditions are correct and that any properties stated do actually exist.
    13) If the step is configured to call a DLL make sure that the DLL it is calling is from the NI directory under \Components. You can do this by bringing up the specify module dialog for the DLL and checking the path.
    By the way, the files I sent you are for TestStand 2.0.1f1. Is this your correct version? Please let me know if any of the above steps fail, and exactly what you are seeing. Thanks!

  • Skype Feedback: Do not change the way Skype is lai...

    DO NOT change the way skype is laid out. i like friends list on the lft and chat window on the right. DO NIOT CHANGE THAT OR SUFFR THE CONSEQUENCES >:L
    This post was transferred from its previous location to create its own new topic here; its subject and/or title has been edited to differentiate the post from other inquiries and to reflect the post's content. A link to this post appears where the post was originally added.

    I also have this problem... For all of the people above who are getting snotty - you're being rather single-minded about your particular use of the iPhone. I live in an African country where it's typical to wait 10 minutes for a medium sized PDF file to upload. I purchased an iPhone 4S in large part due to Facetime being the most stable option for video calls with my parents. Here, I **cannot** update my iOS, the available internet simply does not allow for it. My parents, who live in Canada, but in a remote area where they rely on cellular data, also purchased iPhones in order to use Facetime. But Apple does not allow updating the iOS over data!
    The Windows example above is a perfect demonstration of just why this is unacceptable -- internet explorer does not simply cease to function one day (without warning), forcing me to update to a different version of Windows or use an alternative. If I start out having it, I will continue to have it.
    It is unacceptable to market a product for its features, then require the buyer to take additional steps in order to restore said feature. If I am required to update in order to get cool *new* features, that is totally fair. But it is not unreasonable to expect that a relatively new product should continue working as advertised, and as it has been!
    If anyone learns of any other possible solutions, I will be delighted to hear them.

  • My phone is not working the way it did before the manditory iOS 7 update.

    My phone is not working the way it did before the manditory iOS 7 update.  It freezes, it lags, I get kicked out of my apps, my messages do not send half of the time, I can't view the pictures in my camera roll if I enlarge them, and the phone glitches randomly.  How can this be fixed or what do I need to do to get it replaced??

    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore from Backup...  Restore as New...
    Restart / Reset   >  http://support.apple.com/kb/ht1430
    Restoring  >  http://support.apple.com/kb/HT1414
    If you try all these steps and you still have issues... Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
    Be sure to make an appointment first...

  • My MacBook Pro turns on but not all the way, it gives me an icon of a grey folder with a question mark in the middle, and won't go further that that. Anyone knows why, or what's the problem?

    My MacBook Pro turns on but not all the way, it gives me an icon of a grey folder with a question mark in the middle, and won't go further that that. Anyone knows why, or what's the problem?

    If these do not resolve the issue or if you are not comfortable with proceeding through these steps then take your Mac to an Apple store or an Apple Authorized Service Provider.  An Apple store will perform these initial steps, diagnose the problem, and give an estimate for repairs (if needed).  If the Mac is less than one year old or is covered by AppleCare any repairs would be free.
              Genius reservation http://www.apple.com/retail/geniusbar/ .
              or find an Apple Authorized Service Provider https://locate.apple.com/country

  • HT5557 I have bookmarks and notes that are no longer attached to the original page and I can't find a way to delete them.  Could someone help me purge these things so they are not in the way?

    I have bookmarks and notes that are no longer attached to the original page and I can't find a way to delete them.  Could someone help me purge these things so they are not in the way?

    James Ward4  Thanks for your suggestion.  I have tried the video app and it appears to have some, but not all of the downloads which are viewable without wifi, so I will now review the download process and see if I can capture the missing episodes.  Thanks again.

  • I need to cancel my membership I got today it did not work the way I wanted to and my computer is not working with it. Thank please cancel to today!!

    I need to cancel my membership I got today, it did not work the way I wanted to. So please cancel it today! Thanks

    This is a user forum; we have no access to your subscriptions, but we can help you to get it canceled.  So what did you subscribe to:
    Creative Cloud?
    an Acrobat.com online service?

  • Bought a new monitor.. wide screen 23"... Firefox is not filling the full window. IE works fine but I prefer Firefox. What do I need to do to fill entire window, not just the way it was with the old monitor?

    Bought a new monitor.. wide screen 23"... Firefox is not filling the full window. IE works fine but I prefer Firefox. What do I need to do to fill entire window, not just the way it was with the old monitor? edit

    Most pages are defined to be a certain size, regardless of how large or small your monitor is. You can use Firefox's zoom feature (View menu) to enlarge the text and images (or just the text, if you prefer) on a page.
    In addition to making individual site adjustments, there are some add-ons that will default every site to a higher zoom level. For example, check out:
    * [https://addons.mozilla.org/en-US/firefox/addon/6965/ Default FullZoom Level]
    * [https://addons.mozilla.org/en-US/firefox/addon/2592/ NoSquint]
    Does that help?

  • Working time page in ESS not displaying the way I configured in SPRO.

    Hi  Experts
    In SPRO I have assigned service EMPLOYEE_WORKTIME_Proxyworktime05 to subarea record working time.
    Now instead of showing the link to record working time and its text description as done in SPRO my portal is showing two links under record working time 1.Record working time(no text) 2 Release working time (no  text).
    In my development portal everthing is working fine but in QA its behaving the way mentioned above.I have done same configuration for both.
    Please help me resolve it.

    Thanks

  • Ever since I downloaded the new iOS 7 my screen will not turn up and down and it rotates on its own side to side.it will not face the way I want it to go. How do I fix it?

    Ever since I downloaded the new iOS 7 my screen will not turn up and down and it rotates on its own side to side.it will not face the way I want it to go. How do I fix it?

    I've been working on this all day!!! I've tried everything I know of and can't get it to load either. Sounds like lots of people are having problems. Here is what I have so far...I have uninstalled EVERYTHING on my pc from apple and reinstalled itunes to no avail. I have tried all sorts of things I've read as fixes online. NOTHING has worked. Here is something interesting that i have noticed though. my main pc (which is the one i have always managed my itunes account with for years) is a 32 bit system running windows 7. Yesterday I installed itunes for the first time on my new netbook which is a 64 bit (windows 7) system and it works just fine. i have three other laptops (all window 7) in my household that are all 64 bit operating systems and ALL have updated to 10.5 and THEY ALL work fine. this is FOUR 64 bit systems ALL updated w/10.5 that work and ONE that is a 32 bit that will not. Can't get any help from apple. their suppot *****! I want to get someone on the **** phone or a live chat but cant. *** APPLE????? please let mw know if you find SOMETHING i can try next. I'm out of ideas and patience!

Maybe you are looking for

  • SMS problem with PC-Suite and Phone browser

    Operating system: Microsoft Windows XP Build 2600 Service Pack 2 Language: English (United States) Language for non-Unicode programs: English (United States) Locale: Finnish Input language: Finnish Nokia PC Suite: Version 6.81.13.0 Language: English

  • Program to generate EDI 820

    Hi SAP Experts, Is it possible to create a program which can directly generate EDI 820 format (with mapping SAP tables and fields to EDI 820) while doing the payment run with F110. I mean without mapping IDOC with EDI 820. Please advise, Regards, Sim

  • Fingerprint option in settings dissapeared

    suddenly fingerprint option disseapeared in my iphone and it works like iphone 5 only has passcode lock

  • TS3989 Photo Stream not streaming from iPhone

    I'm having trouble getting photos from my iPhone to upload in photo stream.  Only some of the photos are uploading & some aren't.  I have the latest version on iPhoto & have reset photo stream several times.  Any thoughts??

  • Firefox requires 10.5. My mac is osx 10.5.8. Why can't I use the new firefox?

    The latest firefox requires osx 10.5. My mac is 10.5.8 but the latest firefox will not run on my mac. I am allowed to download it but it will not function after I download it. With my present firefox I am denied many functions on various sites, parti