"cannot be modified" error

I go to "Connect to Server" and connect fine and can read all of the files, but cannot write to the server. I am running 2 machines, one windows - one mac, and would like to run mac exclusively, however I need to go to my windows machine just to transfer files that i created on my mac, colossal pain in the neck. what is the solution to be able to write files to the webserver? I have experienced this with two different internet service providers so it is not exclusive. Can Dreamweaver 8 figure it out?
g5   Mac OS X (10.4.7)  

Duplicate question.
http://discussions.apple.com/thread.jspa?threadID=505984
Use a real ftp program. cyberduck, fugu.
Dreamweaver should be able to handle security at the ftp site fine.
Finder/Safari not saving to an ftp folder is documented, I believe.

Similar Messages

  • 'structure field cannot be modified' error

    hi,
    i am facing a problem in webUI. whenever i navigate to a particular view, its working fine but an error message is displayed on top saying 'structure field cannot be modified' . i am not able to find out why and where this is generated.
    can anyone help me please.
    regards,
    nikita.

    If you can traverse through the Structure 'CRMT_OPPORT_H_WRK' and click on the data element (CRMT_SALESCYCLE) used for 'SALESCYCLE', you will come to know that the domain used is CRM_SALESCYCLE.  Double click on the domain  and click in tab Value Range Tab, you will find that it makes use of table CRMC_CYCLE. This allows data only from this table.
    Rg,
    Harshit

  • Drive Cannot be modified

    I don't know what the heck is going on. All of a sudden everytime I drag a file from one hard drive to another, whether internal or external I keep getting a "Drive cannot be modified error" Is there a setting that maybe I activated or deactivated somehow.

    Also I get a white circle with a line going through it meaning that I can't even drop the file on the drive or any drive.

  • Error: Error #2078: The name property of a Timeline-placed object cannot be modified.

    Error: Error #2078: The name property of a Timeline-placed object cannot be modified.
        at flash.display::DisplayObject/set name()
        at RonaldTest_fla::MainTimeline/frontWheelLoadComplete()
    The code that triggers that bogus error is the following:
    var frontWheelLoader:Loader = new Loader();
    frontWheelLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, frontWheelLoadComplete);
    frontWheelLoader.load(new URLRequest("FrontWheel.png"));
    function frontWheelLoadComplete(event:Event):void
        var loadedImg:Bitmap = new Bitmap();
        loadedImg = event.target.content;
        loadedImg.name = "My Loaded Image";          // bugging line
        var kontainer:MovieClip = new MovieClip();
        kontainer.addChild(loadedImg);
        addChild(kontainer);
    Any ideas?
    Regards,
    Ron

    I swear to God, I don't. I have tried many different names, but to no avail ...
    var loadMe:Loader = new Loader();
    loadMe.contentLoaderInfo.addEventListener(Event.COMPLETE, loadIsNowcomplete);
    loadMe.load(new URLRequest("Snowfighter.jpg"));
    function loadIsNowcomplete(event:Event):void
        var abcdefghijklmnopqrstuvwxyz:Bitmap = new Bitmap();
        abcdefghijklmnopqrstuvwxyz = event.target.content;
        abcdefghijklmnopqrstuvwxyz.name = "MyLoadedImage";            // bugging line
        var kontainer:MovieClip = new MovieClip();
        kontainer.addChild(abcdefghijklmnopqrstuvwxyz);
        addChild(kontainer);
        trace("content: " + kontainer.getChildAt(0).name);  // instance8
        theTween.addTarget(abcdefghijklmnopqrstuvwxyz, 1);

  • When trying to edit metadata, I get an error "This property cannot be modified."

    I took some photos with my iPhone 4, copied them to my desktop, and now I want to remove the GPS metadata from a few of them.
    I tried to remove the properties directly in Windows 7,  but I get an error saying "An error occurred when writing the property 'Latitude' to the file 'filename'."
    So I decided to try it in Bridge CS5. I selected the photo, went to the metadata panel, double clicked the location under Latitude, and I get an error saying "This property cannot be modified."
    Thank you for your help!

    According to Adobe staff  (see link http://forums.adobe.com/thread/830277?tstart=0) the GPS data format in Bridge is based on Adobe
    Extensible Metadata Platform(XMP) standard.  The only supported format is GPS format
    dd,mm.mmmmW. 
    Have never used this so not sure what mmmmW represents.

  • Error message: "Desktop cannot be modified."

    If I try to create files or an alias on the Desktop I receive an error message "Error... Desktop cannot be modified."
    As a result I am unable to save anything to the desktop. This problem just surfaced in the past couple of days. Any ideas how to remedy this problem?
    Thank you in advance.

    In your home folder, select the Desktop folder then press Command+I or Control+click to bring up the Get Info window. At the bottom of that window click on the reveal arrow labeled Details. The owner of the folder should be your short name with Read & Write Access, the Group is staff with read only access and others is also read only. If those permissions are different from that click on the padlock icon and enter your password then reset the ownership and permissions to match what I gave you.

  • "The iPod **** cannot be updated. The required file cannot be found" Error

    Hello,
    Upon doing a 'zero-all bits' reformatting of my 5G iPod with Disk Utility and using the 'Restore' feature in iTunes 7, every time I sync my iPod with iTunes, I get an error message after the sync in the form of
    "The iPod ** cannot be updated. The required file cannot be found"
    and photos, contacts, and calendars are not synchronizing. I tried a second 'Restore' attempt but to no avail. Previous to reformatting my 5G iPod, I've not seen this error message.
    I would be grateful if someone could offer any clues. Many thanks.
    1.5 GHz PowerBook G4 12   Mac OS X (10.4.7)  
    Message was edited by: slaveToTechnology

    A little update.
    Upon reinstalling iTunes 7, deleting my iTunes-related .plist files, and reparing permissions on my hard drive, I can now sync my contacts and calendars with my 5G iPod.
    As for Photos, the "required file cannot be found" error seems to be due to the default setting in the 'Photos' tab, 'Sync photos from:' pull-down menu to 'iPhoto'. If I choose my 'Pictures' folder, photo synchronizing works, albeit including everything in my iPhoto library, including originals and modified versions of the photos.
    I can only surmise that the default setting for synchronizing photos is somehow buggy in iTunes 7. I guess I'll just wait for an update.
    1.5 GHz PowerBook G4 12   Mac OS X (10.4.7)  

  • Page cannot be displayed' error when 2 events (FireAction and GO) fired

    We have created a framework page where FireAction event will be executed
    when the value of a calendar item is modified. When we modify the
    value and leave the cursor in the field (without tabbing out), and click
    GO button, 'Page cannot be displayed' error message will be displayed.
    When FireAction event is started, we use CO to retrieve the event. And
    when the cursor remains in item1 after being modified and click GO,
    2 events will be started (the FireAction event and the GO button's event)
    and 'Page cannot be displayed' error will be shown since CO is retrieving
    2 events at the same time.
    Since by changing certain fields of framework page without tabbing out
    is a regualar operation, how can we go around this error when we are
    using FireAction event?
    sample34_00co.java
    package oracle.apps.xx03.ap.webui;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.OADialogPage;
    import java.util.Calendar;
    * Controller for ...
    public class Sample34_00CO extends OAControllerImpl
    public static final String RCS_ID="$Header$";
    public static final boolean RCS_ID_RECORDED =
    VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
    public StringBuffer message = new StringBuffer();
    * Layout and page setup logic for a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    Calendar cal = Calendar.getInstance();
    // When the browser back button is not executed
    if (!pageContext.isBackNavigationFired(false))
    System.out.println("NOT FROM BACK BUTTON!! ["+cal.getTime()+"]");
    // When the browser back button is executed
    else
    System.out.println("FROM BACK BUTTON!! ["+cal.getTime()+"]");
    //Action being performed when the browser back button is executed
    OADialogPage dialogPage = new OADialogPage(STATE_LOSS_ERROR);
    pageContext.redirectToDialogPage(dialogPage);
    * Procedure to handle form submissions for form elements in
    * a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    Calendar cal = Calendar.getInstance();
    if ( "updateItem1".equals(pageContext.getParameter(EVENT_PARAM)) )
    //When FireAction is executed
    System.out.println("item1 FireAction is executed! ["+cal.getTime()+"]");
    else
    //When other actions beside FireAction is executed
    System.out.println("item1 FireAction is not executed! ["+cal.getTime() +"]");
    sample34_00pg.xml
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!-- dbdrv: exec java oracle/jrad/tools/xml/importer XMLImporter.class java &phase=dat+24 checkfile:~PROD:~PATH:~FILE &fullpath:~PROD:~PATH:~FILE -username &un_apps -password &pw_apps -dbconnection &jdbc_db_addr -userId "1" -rootPackage /oracle/apps/~PROD -rootdir &fullpath:~PROD:mds:directory -->
    <page xmlns:jrad="http://xmlns.oracle.com/jrad" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:ui="http://xmlns.oracle.com/uix/ui" version="9.0.3.8.11_1183" xml:lang="en-US" xmlns:user="http://xmlns.oracle.com/jrad/user" xmlns="http://xmlns.oracle.com/jrad" file-version="$Header$">
    <content>
    <oa:pageLayout id="PageLayoutRN" windowTitle="Sample34_00 WindowTitle" amDefName="oracle.apps.fnd.framework.server.OAApplicationModule" title="Sample34_00 PageHeader">
    <ui:corporateBranding>
    <oa:image id="corporateBrandingImage" source="/OA_MEDIA/FNDSSCORP.gif"/>
    </ui:corporateBranding>
    <ui:contents>
    <oa:messageComponentLayout id="MainRN" controllerClass="oracle.apps.xx03.ap.webui.Sample34_00CO">
    <ui:contents>
    <oa:messageTextInput id="item1" prompt="item1" dataType="DATE">
    <ui:primaryClientAction>
    <ui:fireAction event="updateItem1"/>
    </ui:primaryClientAction>
    </oa:messageTextInput>
    <oa:messageLayout id="ButtonLayout">
    <ui:contents>
    <oa:submitButton id="Go" use="/oracle/apps/fnd/attributesets/Buttons/Go"/>
    </ui:contents>
    </oa:messageLayout>
    </ui:contents>
    </oa:messageComponentLayout>
    </ui:contents>
    </oa:pageLayout>
    </content>
    </page>
    ----------

    Shive...good one..!!
    One thing that you can do if you don't wanna have PPR, is to validate date column in fire action event in CO in process form request, and raise an error if you don't find appropriate format or null , as per your requirement.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • ORA-02095: specified initialization parameter cannot be modified

    Oracle : 10.2.0.4
    I am getiing below error while setting this parameter in one of teh RAC instance.
    ORA-02095: specified initialization parameter cannot be modified
    Is there any solution for that ?
    Thx.

    Have a look here:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10820/initparams262.htm#REFRN10230
    If you query the V$SYSTEM_PARAMETERS you can get a "quick help" because the columns are self documenting.
    I don't use RAC, but in single instance server you must stop the DB, modify the utl_file_dir, and restart.
    I think it's the same for a RAC...
    Bye,
    Antonio

  • Moving items generates "cannot be modified...must authenticate" message

    My mom has a new MacBook Pro running 10.4.11, and she is getting these annoying "cannot be modified...must authenticate" messages when she tries to move files off her desktop into other folders, or into the trash. I have tried the following:
    1. repaired permissions (it repaired a few issues)
    2. checked permissions on desktop (she had read and write access, and it wasn't locked)
    3. checked permissions on the destination folder (ditto)
    4. ran Keychain First Aid (no problems found)
    5. searched the discussion forums for similar issues, but found no solutions
    I'm stumped as to what's causing this. It doesn't stop her from working, as she can authenticate to complete the action, but it's a major irritant for her. Any ideas on what I can do to fix this for her?
    Thanks!

    That message usually means a permissions issue. Have you checked the permissions on the files, in addition to the folders? You can have permissions for the folder, but if you don't have permissions to change a file, you will get an error when you try to do so (such as trying to copy over it).

  • OWB Issue|| ORA-12838: cannot read/modify an object after modifying it in

    Hi
    I am not able to enter the data into the staging table .
    it is also not throwing any error ,only giving warnings.
    so as a next step i just took the intermediate result generation and try to run it
    but it is giving me an error in that
    ORA-12838: cannot read/modify an object after modifying it in parallel
    Can you please help me in tthis case.
    Thanks

    Hello,
    The error ORA-12838 occurs if you try to issue SELECT/DML immediately after completing parallel DML, within one transaction - it's not permitted.
    Start another transaction - issue Commit or Rollback first.

  • Job Determine Adjustment Modes cannot be modified due to its status

    Hi Gurus.
    After running program SAPRUPGM during SPAU adjustments, the green question marks are not replaced by either green, yellow or red traffic lights. When I check in SM37, the program has finished running. I tried to release the job but I get the message: Job Determine Adjustment Modes cannot be modified due to its status.
    I must mention that our SAPRouter is down and we cannot reach Service Marketplace. Is this the problem?
    Your help is appreciated.

    Configuration of the ODBC services caused this error and was resolved by reversing the documented approach.
    3.2.1.     Add DataStore entries to DataDirect odbc.ini
    For each ODBC data store, an entry must be added to the DataDirect $LINK_DIR/bodi_odbc/lib/odbc.ini file as follows:
    [<ODBC datastore name>]
    Driver=/opt/bodi/bodi_odbc/lib/DAmsss22.so
    Description=<Description of the ODBC Entry>
    Address=<SQL Server Host Machine>,<Port#>
    Database=<database name>
    RebrandedLib=YES
    For example:
    [test_sqlServer]
    Driver=/opt/bodi/bodi_odbc/lib/DAmsss22.so
    Description=Development SQL Server DB
    Address=choqhfcdb1,1433
    Database=devRMDS
    RebrandedLib=YES
    3.2.2.     Add DataStore entries to BODI odbc.ini
    For each ODBC data store, an entry must be added to the BODI $LINK_DIR/odbc.ini file as follows:
    [<ODBC datastore name>]
    Driver=/opt/bodi/bodi_odbc/lib/DAmsss22.so
    RebrandedLib=YES
    For example:
    [test_sqlServer]
    Driver=/opt/bodi/bodi_odbc/lib/DAmsss22.so
    RebrandedLib=YES
    3.2.3.     Configure the DSConfig.txt file
    This is a one time activity.  Update the $LINK_DIR/bin/DSConfig.txt file to ensure that Data Integrator is using the correct ODBC driver and entries.
    UseDIUnixODBCDriverManager=TRUE
    UNIX_ODBC_DRIVER_MANAGER_LIB=

  • Internal parameter - The report parameter is read-only and cannot be modified.

    Hello,
    We have an SSRS report that has an Internal parameter for the user that is logged in (gets the Report.User!UserID in custom code and assigns to parameter called Login).  We would like it to remain internal as it is for security purposes - we filter
    data depending on whether or not the user has access.  We would not like it to be accessible from the URL.  The report has drill-through functionality where the user can click a link and the report is filtered on certain criteria.  This seems
    to work fine in SSRS 2005, but since i have upgraded the report to SSRS 2012, I am getting the error on the drill-through:
    The report parameter 'Login' is read-only and cannot be modified. (rsReadOnlyReportParameter) 
    The properties in Report Manager have the "Hide" option selected.  Any help would be appreciated.  Thanks.
     

    Hi Hhewson,
    In Reporting Services, if you create a hidden parameter, you can set values for it on a report URL or in a subscription definition. If you set a parameter to Internal, it is not exposed in any way except in the report definition. An internal parameter must
    have a default value, which can be null if the Allow null value option has been selected. Internal Parameters are not configurable by the end-user at run-time.
    In your scenario, I suggest you changing internal parameter to hidden parameter to check whether the issue persists.
    Reference:
    In SSRS, how does an “Internal” parameter differ from a “hidden” parameter?
    Hope this helps.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • The report parameter 'param1' is read-only and cannot be modified. (rsReadOnlyReportParameter)

    hey guys..
    I'm trying to get the report that I need to be filtered by a parameter value (named Param1)
    I created a parameter in the data tab and tried to pass a value from my Web application to the report services.. now my report have that textbox that prompts me to enter the filtering value for the report I want.. everything works fine till this point..
    now I have another webpage that has a report viewer and a textbox for the user input the value they want.. and pass it to the report.. and I'm using the following code to pass the value to the report I made earlier..
    Dim par(0) As Microsoft.Reporting.WebForms.ReportParameter
    par(0) = New Microsoft.Reporting.WebForms.ReportParameter("paramSiteCode", TextBox1.Text.ToString)
    ReportViewer1.ServerReport.SetParameters(par)
    ReportViewer1.ServerReport.Refresh()
    however.. now I'm getting an error.. "The report parameter 'paramSiteCode' is read-only and cannot be modified. (rsReadOnlyReportParameter)"
    what am I missing here? I've been thru the help and forums.. and the code should work.. or so I hope it would.. thanks in advance..

    Details
    Product:
    sql server reporting services
    ID:
    rsreadonlyreportparameter
    Source:
    microsoft.reportingservices.diagnostics.utilities.errorstrings.resources.strings
    Version:
    8.00
    Message:
    The report parameter '{0}' is read-only and cannot be modified.
    Explanation
    This error occurs when you attempt to set a value for a parameter that is read-only. A parameter is read-only when the
    Prompt property for the parameter is set to false.
    User Action
    To set a value for a parameter, the Prompt property for the parameter must be set to
    true. You can set this property in two ways:
    Before publishing the report, provide a prompt string for the parameter. In Report Designer, you can provide a prompt by typing a prompt string in the
    Prompt text box in the Report Parameters dialog box.
    After publishing the report, set the Prompt User property for the parameter. In Report Manager, in report properties, click the
    Parameters tab, and then select Prompt User for the parameter.
    For more information about report parameters in Report Designer and Report Manager, see Books Online.
    In the release version of SQL Server 2000 Reporting Services, when Prompt is
    true and Prompt String is blank, the parameter is still available to the user in the report viewer. In SP1, when
    Prompt is true and Prompt String is blank, the parameter is hidden from the user.
    Note: Publishing a report over an existing report on the report server does not overwrite the parameter information. To update parameters for an existing report, either delete the report on the report server and republish, or update the parameter information
    for the report in Report Manager.
    I struggled with the same problem in VS 2010.
    After a long series of hoops to jump through, I modified the rdlc file by hand and added <Prompt>true</prompt>. This parameter cannot be set through the GUI - go figure.
    In my case, I was attempting to generate a sub report, and pass a parameter to the sub report.
    To get this to work, the sub report needed these two sections.
    <ReportParameters>
    <ReportParameter Name="Network_Id">
    <DataType>String</DataType>
    <Prompt>true</Prompt>
    </ReportParameter>
    </ReportParameters>
    <Variables>
    <Variable Name="Network_ID">
    <Value />
    </Variable>
    </Variables>
    I was then able to use the name "Network_Id" in the sub-report properties of the "sub report control" for the name of a parameter on the parameters tab. I then set it to the key value that I need in the subreport properties dialog.
    Prior to setting prompt to true, I kept getting the read-only exception.
    I'm not sure if I am being clear about this, but sub reports do work, and prompt can be manually added to the report definition file.

  • Please note that the quote/cart has already been placed as an order and cannot be modified.

    Hi All,
    Currently we are trying to create an istore order and while doing so when we add an item to the cart, the shopping cart throws the error "please note that the quote/cart has already been placed as an order and cannot be modified". This is happening with a particular user alone. We had created an order earlier and this got converted from quote to order. Now when we created a new one this error is appearing. Also  there are no records in the table IBE_ACTIVE_QUOTES_ALL for that user for any active carts.  Please provide the suggestions. I have cleared the cache bounced the istore server and logged out and logged in and still the issue is existing.
    Thanks

    Hello,
    Please confirm there is no active cart
    Confirm data in ibe_active_quotes_all 
    SQL>select active_quote_id, order_header_id, quote_header_id
    from ibe_active_quotes_all
    where party_id = &partyid
    and cust_account_id = &cust_id;
    To get values -
    select customer_id from fnd_user where user_name = <iStore username >    ==> value 1
    select person_party_id from fnd_user where user_name = <iStore username>
    select object_id from hz_relationship where subject_id = <above person_party_id>
    select cust_account_id from hz_cust_accounts where party_id =<above object_id>   ==> value 2
    Confirm data is in synch in the Quoting table aso_quote_headers_all :
    SQL> select order_id from aso_quote_headers_all
    where quote_header_id = &from above;
    If an active cart is found you can delete -
    delete from ibe_active_quotes_all where party_id = <value 1> and cust_account_id = <value 2> and record_type= 'CART';
    >> this will remove the active cart of the user, hence you can proceed with next cart.
    Reference related discussion:
    How To Delete Active iStore Shopping Cart For An User (Doc ID 1261926.1)
    Thank you,
    Debbie

Maybe you are looking for

  • Automatically updated cross-references usable in printed documentation?

    I am new to RH and will have to convert large documents created in Word to HTML + PDF. I have already given up on RH for Word (RH Word v7 + Word 2007 crashes very often on Vista and is far too slow) and will use RH HTML, and I am prepared to do exten

  • IPad 3rd generation dictation problems!

    Im having some problems to use the dictation function on the new ipad. I just got it today, and now im going to try the dictation, but i can't find it! I saw a video on youtube, where to find it, but its not there! I went to settings>general>keyboard

  • Change Picture Background

    I want to rotate XY graph.  By using Plot multi XY. vi to convert my graph to picture (image), then rotate it.  It works but I would like to change the background of picture to black or any color, instead of white.  Please help.  Thank you. Using LV

  • Help,Could anyone can explain this to me ?

    public class A { B b;      private int a;      * @param args      public int get(){           return this.a;      public static void main(String[] args) { class B{      private int b;      A a;      public int get(){           return this.b; There is

  • Google Code When inserted all I see is code

    I have the code from Google ads, but when I paste it in Dreamweaver, all I see is the code, not the ads. Any advise? And yes, I am a newbie :(