Do not have privileges to save and publish on iWeb :(

I am a newer employee at my company and we publish podcasts. Unfortunately, my iMac account can not publish to iWeb. Here are the messages I recieve when I try to publish... first:
SAVE FAILED
You do not have permission to make changes to that file
Then it says:
PUBLISH ERROR:
An Error occured while publishing "The File name"
What is the problem? I also cannot save the uploaded podcast either. I have talked to the Mac people and they are stumped... they tell me I have to remove and reinstall Mac OSX, wiping out my hardrive in process.
I was able to post podcasts on the previous employee's account on this computer, but I had to clear out all of the old podcasts (thanks to a tech support mistake) to do so, and I am fearful of having that happening again. Thanks

Have you set the .Mac preferences in your System preferences to the other account and the correct password?

Similar Messages

  • Takes time to Save and publish

    Project server 2010 + SQL server 2005 sp3
    When the users make the required changes and when they try to save and publish it takes them around 15 seconds to complete.
    What would cause that to happen, and how can one improve the performance?
    Satyam.

    Let's try to look at it in a different way! When you save and publish a project there will be a series of job which will be triggered in the queue like Project Save from Project Professional, Project Publish, Reporting Project Publish etc.
    Please let us know which among this is taking time.
    [Please note some of the jobs gets pushed into the queue at the same time so I would suggest that you monitor the queue as soon as the save and publish is triggered and track the time taken for the jobs to complete]
    Below I have also listed some of the recommended DB maintenance queries
    1. Check size of Shadow Tables : http://support.microsoft.com/kb/2598007
      i. Run the below query on both the Draft and Published databases
    select count(*) from MSP_TASK_CUSTOM_FIELD_VALUES_SHADOW 
    select count(*) from MSP_ASSN_CUSTOM_FIELD_VALUES_SHADOW 
    select count(*) from MSP_PROJ_RES_CUSTOM_FIELD_VALUES_SHADOW
    select count(*) from MSP_PROJ_CUSTOM_FIELD_VALUES_SHADOW 
    select count(*) from MSP_PROJ_CUSTOM_FIELD_VALUES_SHADOW 
      ii. Run the below query on Published database only
    select count(*) from MSP_RES_CUSTOM_FIELD_VALUES_SHADOW
    2. Update Statistics: Updates query optimization statistics on a table or indexed view. By default, the query optimizer already updates statistics as necessary to improve the query plan; in some cases you can improve query performance by using UPDATE STATISTICS
    or the stored procedure sp_updatestats to update statistics more frequently than the default updates (References: http://technet.microsoft.com/en-us/library/ms187348.aspx, http://blogs.technet.com/b/projectadministration/archive/2009/12/04/sql-server-settings-for-performance-recommendations.aspx) 
    Run the below query on all the four Project databases
    sp_updatestats
    3. Defragment all the four Project Server databases by running the below query on each of the databases to help improve the performance(This mentions Project 2007 bus is applicable for Project 2010 as well): http://support.microsoft.com/kb/943345
    SET NOCOUNT ON
        DECLARE @objectid int
        DECLARE @indexid int
        DECLARE @command varchar(8000)
        DECLARE @baseCommand varchar(8000)
        DECLARE @schemaname sysname
        DECLARE @objectname sysname
        DECLARE @indexname sysname
        DECLARE @currentDdbId int
        SELECT @currentDdbId = DB_ID()
        PRINT CONVERT(nvarchar, GETDATE(), 126) + ': Starting'
        -- Loop over each of the indices
        DECLARE indexesToDefrag CURSOR FOR 
        SELECT 
            i.object_id, 
            i.index_id, 
            i.name
        FROM 
            sys.indexes AS i
        INNER JOIN 
            sys.objects AS o
        ON
            i.object_id = o.object_id
        WHERE 
            i.index_id > 0 AND
            o.type = 'U'
        OPEN indexesToDefrag
        -- Loop through the partitions.
        FETCH NEXT
        FROM
            indexesToDefrag
        INTO 
            @objectid, 
            @indexid,
            @indexname
        WHILE @@FETCH_STATUS = 0
        BEGIN
            -- Lookup the name of the index
            SELECT 
                @schemaname = s.name
            FROM 
                sys.objects AS o
            JOIN 
                sys.schemas AS s
            ON
                s.schema_id = o.schema_id
            WHERE
                o.object_id = @objectid
            PRINT CONVERT(nvarchar, GETDATE(), 126) + ': ' + @schemaname + '.' + @indexname + ' is now being rebuilt.'
            -- Fragmentation is bad enough that it will be more efficient to rebuild the index
            SELECT @baseCommand = 
                ' ALTER INDEX ' + 
                    @indexname +
                ' ON ' + 
                    @schemaname + '.' + object_name(@objectid) + 
                ' REBUILD WITH (FILLFACTOR = 80, ONLINE = '
            -- Use dynamic sql so this compiles in SQL 2000
            SELECT @command =
                ' BEGIN TRY ' + 
                   @baseCommand + 'ON) ' +
                ' END TRY ' +
                ' BEGIN CATCH ' +
                   -- Indices with image-like columns can't be rebuild online, so go offline
                   @baseCommand + 'OFF) ' +
                ' END CATCH '
            PRINT CONVERT(nvarchar, GETDATE(), 126) + ': Rebuilding'
            EXEC (@command)
            PRINT CONVERT(nvarchar, GETDATE(), 126) + ': Done'
            FETCH NEXT FROM indexesToDefrag INTO @objectid, @indexid, @indexname
        END
        CLOSE indexesToDefrag
        DEALLOCATE indexesToDefrag
    4. Recompile Stored Procedures: Empty the stored execution plans for the below stored procedures from the cache and then recompile them so that the new execution plan get things working faster (Reference# http://blogs.msdn.com/b/brismith/archive/2012/09/19/when-your-project-server-queue-slows-down.aspx)
    Draft DB 
    EXEC Sp_recompile MSP_ProjQ_Lock_Next_Available_Group 
    EXEC Sp_recompile MSP_ProjQ_Get_Status_Of_Jobs_List 
    Published DB 
    EXEC Sp_recompile MSP_TimesheetQ_Get_Status_Of_Jobs_List 
    EXEC Sp_recompile MSP_TimesheetQ_Lock_Next_Available_Group
    Cheers! Happy troubleshooting !!! Dinesh S. Rai - MSFT Enterprise Project Management Please click Mark As Answer; if a post solves your problem or Vote As Helpful if a post has been useful to you. This can be beneficial to other community members reading
    the thread.

  • Am logged in as administrator Mac OS 10.6.7 Firefox states I do not have privileges to update ... fix ??

    running mac OS 10.6.7
    logged in with administrator privileges on my iMac
    Running Firefox 3.6.1
    When trying to install Firefox 4.0 Firefox states I do not have privileges for this action for some items when I move logo into apps folder.

    If you get an error message that you do not have sufficient permissions or if you have problems with updating then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the DMG file to the desktop
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • Error msg: Current user does not have privileges to perform product Activation

    I am running Adobe Photoshop CS 8.0 on Windows Home Vista platform.
    I keep getting this error message when I try to open Photoshop:
    Current user does not have privileges to perform product activation. Run this application from a user account with administrative privileges or contact your system administrator.
    I am the only owner & user of this software. I have re-installed the SW once (full install), and the error message went away for a while.
    Now it's come back.
    What do I do now?

    2 options:
    Either disable UAC (User Access Controls) or run the application with Administrator rights.

  • IPhone4s won't sync. Error message says I do not have privileges to make changes.

    My iPhone4s won't sync. Error message says I do not have privileges to make changes.
    Why not?! It synced fine yesterday and I have made no changes. How do I get it to stop giving me the error message and sync?
    I have tried shutting everything down. I have tried everything I can think of short of wiping the phone by hitting "Restore" and I really do not want to do that.

    Thank you.
    I actually figured it out a while ago.
    Turns out it is not an issue with the iPhone or iTunes.
    By process of elimination I deduced it could be a permissions issue with the hard drive and/or folder that holds the contents of my Music Library.
    For example, if the "Sharing & Permissions" settings (found in the "Get Info" Window) are set to "Read Only" on the internal or external drive that contains your Music Library for iTunes then you can not write to the disk. Therefore, you do not have privelges to make changes to the internal or external drive and you get the error message when you try to sync with the information on that drive.
    Here's the kicker and million dollar questions:
    How did the "Sharing & Permissions" settings get changed on my Hard Drive without me doing it?
    Why did my iPhone sync fine yesterday and suddenly today the Hard Drive is doing this?
    I have to set all priveleges to all drives to "Read & Write" and that just doesn't seem very secure to me.

  • I have Mac OS X, using boot camp i installed windows 7.  installation was successful but when i try to select to boot back to mac os x via boot camp from Windows 7 control panel, its saying "You may not have privileges to change the startup disk..."

    from the boot camp control panel, highlighted "Macintosh HD Mac OS X", click on Restart button or click OK or click Apply buttons gave me "An error occurred while trying to change the startup disk.  You may not have privileges to change the startup disk.  Make sure you have administrative privileges and try again."
    Im logged in to Windows 7 as admin thou but still giving me the above message.
    i rebooted & the option key does not give me option to boot to Mac instead gives me a screen with lock then below is a blank field then a right arrow on the right side, i normally hit the power button from this screen
    please help
    thx

    sorry for digging up an old thread, but what was the problem?

  • User does not have privileges to update item :

    Hi guys
    Wondering if anyone has ever hit this before.
    I've created an item using the APPS user ego_item_pub.process_items routine, and then I want to add catalog descriptive elements to it.
    So I use the following code :
    declare
          l_cat_rec          inv_item_category_pub.category_rec_type;
          l_cat_item         inv_item_catalog_elem_pub.item_desc_element;
          l_cat_tab          inv_item_catalog_elem_pub.item_desc_element_table;
          l_cat_tab_ind      NUMBER := 0;
         l_return_status     VARCHAR2(4000);
         l_msg_count         NUMBER;
         l_msg_data          VARCHAR2(4000);
         l_message           VARCHAR2(4000);    
         v_message           VARCHAR2(4000);    
         v_generated_descr   VARCHAR2(4000);
         v_msg_index_out     NUMBER;
    begin
      l_cat_item    := NULL;
      l_cat_tab_ind := l_cat_tab_ind + 1;                 
      l_cat_item.element_name        := 'Software Version';
      l_cat_item.element_value       := SUBSTR('SP2',1,30);
      l_cat_item.description_default := 'N';
      l_cat_tab(l_cat_tab_ind)       := l_cat_item;
      -- catalog has been created, so add                 
         ego_item_pub.Process_item_descr_elements
           p_api_version             => 1.0,
           p_init_msg_list           => fnd_api.g_true,
           p_commit_flag             => fnd_api.g_false,
           p_inventory_item_id       => 43694,
           p_item_desc_element_table => l_cat_tab,       
           x_generated_descr         => v_generated_descr,     
           x_return_status           => l_return_status,
           x_msg_count               => l_msg_count,
           x_msg_data                => l_msg_data
    dbms_output.put_line(l_msg_count||' errors ');    
      IF l_msg_count > 0 THEN
        FOR v_index IN 1 .. l_msg_count
        LOOP
          fnd_msg_pub.get (p_msg_index => v_index, p_encoded => 'F', p_data => l_msg_data, p_msg_index_out => v_msg_index_out);
          v_message := SUBSTR (l_msg_data, 1, 3000);
    dbms_output.put_line (v_message||v_generated_descr);
        END LOOP;
      END IF;    
    end;And I get the error message :
    " User does not have privileges to update Item E/742/3/N/A. "
    So I created the item as apps, but do not have the privilege to add elements to it as apps ?
    Any ideas ?

    Login as the same user, use the same responsibility and then try to do the exact same update (item/field/value) using the screen.
    Then use the api.
    Make sure you add a line to set the context properly before calling ego_item_pub.
    I did not see that in your code.
    something like
    fnd_client_info.setup_client_info(&appl_id, &resp_id, &user_id) -- replace the variables with the appropriate value
    Hope this helps,
    Sandeep Gandhi

  • Installed 10.7 to my MacBook Air but get an error message "you do not have permission to save to macintosh HD"  .

    I downloaded and installed 10.7 to my MacBook Air with no issues, but now when I try to save documents to macintosh HD, I get an error message "you do not have permission to save to macintosh HD"  I can save to home without issue, just not to theHD.  I tried repairing permissions-no progress. 
    I cannot create new folders on the HD, either.  In the macintosh HD permissions window:
    Admin            Read&write
    Wheel            Read
    Three heads:  Read
    AppleCare on the phone says I have to re-install the OS using Recovery-this seems a bit over the top.  Any ideas?

    RESOLVED
    OS 10.7 no longer allows admin users to save to the top directory-only the pre=determined four folders are allowed now.
    By moving all content not in the four main top directory folders (System, Users, Library, Applications) to the directory)s) just below, all was resolved. 
    The guys at the Genius Bar were just as surprised as me-so we learn something every day, although Apple could let their Geniuses know..

  • Your computer does not have sufficient memory resource to publish your file

    I just downloaded CP5 trial version to see what's new.  Is it just me or is it really buggy?
    I received 'Adobe Captivate has stoped working' half a dozen times but managed to convert a small CP4 project (35 slides not a lot of animation or voice over) and tried to preview it.  I got the message 'your computer does not have sufficient memory resource to publish your file'.  I'm working on a new laptop with 4 GB of ram and I still get that message even when I kill everything else and only have Captivate running.  I'm working with Windows 7 on 64-bit OS.  Has anyone else run into this?  How much memory does CP5 draw?
    Needless to say I won't be upgrading any time soon...
    Best,
    Aimee

    Okay it happened again.
    Here's the error:
    And here is the CPU:
    I would be happy to upload the project file if you provide me instructions about where to put it.  However, I opened another project to test if it was just that project and I received the same error.

  • TS2518 Help, I had aperture open and working on a image and did not have a battery in and bumped the power off. As a result it will not open my master, it is locked. when I try to open that Library  it says There was an error opening the database for the

    Help, I had aperture open and working on a image and did not have a battery in and bumped the power off. As a result it will not open my master, it is locked. when I try to open that Library  it says There was an error opening the database for the library. I have tried every thing. I updated the other libr but now it will not open the main to update. What do I do?

    Try starting Aperture with the command and option keys held down.  You'll get 3 options.
    Try each, starting at the top, in order, checking after each to see if it fixes the issue.

  • How can i use my account without the billing info, as i do not have a credit card. and my shipping and billing info is under US. i'm in singapore. how do i change this?

    how can i use my account without the billing info, as i do not have a credit card. and my shipping and billing info is under US. i'm in singapore. how do i change this?

    If you are just visiting Singapore, then leave the account as it is. If you have moved there, then view your account using the iTunes app on a Mac or PC and change the country/region to your current location and address. If you do not have a bank card, you can fund your account using iTunes gift cards if available in Singapore.

  • Hello, Indesign 6 will not allow me to save and close my file

    Hello, Indesign 6 will not allow me to save and close my file

    Try exporting to .idml. If that works, openthe .idml and save as a new .indd.
    If it doesn't work, force quit ID and then restart. Auto-recovery should kick in and reopen the file at about the last state, then try again.

  • My husband does not have an itunes account and wants to set one up and we only have the one computer. can you have two separate accounts? We want to set up separate iphones.

    My husband does not have an itunes account and wants to set one up and we only have the one computer. can you have two separate accounts? We want to set up separate iphones.

    How to use multiple iPods, iPads, or iPhones with one computer

  • My iphone 4s keeps saying it does not have enough icloud storage and cannot be backed up. When I go to icloud storage and backup, it says that I have 5.0 GB of total storage and 5.0 GB of available storage.

    My iphone 4s keeps saying it does not have enough icloud storage and icloud cannot be backed up. When I go to icloud Storage & Backup in my settings, it says that I have 5.0 GB total and 5.0 GB available. The only thing I have selected, at this point, to be backed up are my contacts and the Find My iPhone app. Why does it always say I have no icloud storage available when I have ALL of the icloud storage available?!

    It says that my next backup size is 7.3 GB, but I have no idea why, because the only thing selected is the Find iPhone app, which takes up 0.2 KB...How do I get rid of whatever it THINKS it's backing up?

  • I have just upgraded from a Macbook to a Macbook Air. I have been using a iomega external hard drive for Time Machine, which use a Firewire. However, Macbook Air's do not have a Firewire port and i cannot find an adaptor anywhere. Can anyone help?? Thanks

    I have just upgraded from a Macbook to a Macbook Air. I have been using a iomega external hard drive for Time Machine, which use a Firewire. However, Macbook Air's do not have a Firewire port and i cannot find an adaptor anywhere. Can anyone help?? Thanks

    There has never been a reliable firewire ---> USB adapter suitable for external high speed storage.  This was a major issue when the MacBooks lost the firewire port a number of years ago (Apple subsequently brought it back).
    The only high speed port on the Air is the ThunderBolt port.  There are external ThunderBolt drive options out there, but they're somewhat more expensive than traditional USB/FireWire options.

Maybe you are looking for

  • How can I easily change my apple security questions

    About July of last year, I decided to purchase a $15.00 iTunes card. Since then, I've yet to be able to use it because I've yet to be able to find a way to change my security questions. I would be fine and happy if it weren't for the fact that, no na

  • ITunes wont work on my computer

    iTunes just does not work on my computer, it is fully installed and all that but when i go to open the program and error message appears telling me that "the folder 'iTunes' cannot be found or created, and is required. The default location for this f

  • Looping over elements in BPEL

    Hi! I am new BPEL. I am trying to process a file that have customer information. I want to loop thru each of the customer record, do series of validations and then write to a file. I tried to use "while" construct to verify that customer name is not

  • Remove export to excel button on an assignment block

    Hi I have a requirement to remove the "export to excel button" on an assignment block". I have coded the following in .htm <chtmlb:configTable xml              = "<%= lv_xml %>"                       id                    = "BuilContactPerson"       

  • Static library not accessed properly after Solaris Kernel patch update !

    Hi, We are facing a sever issue in our application after our customer updated the Solaris 10 kernel patch u9 to u10. We have two static libraries libdlib.a and libDLIB.a, with exactly same code base, but these two libraries are scattered across the c