FXScript Error: Variable is read-only

I get the above error message when trying to render a sequence in FCS2 OS 10.4.9 and QT7.
I have been rendering sequences in this project all day with no issue. This sequence is all pics (scans)
I've been running FCS for a few weeks now, have rendered lots of pics and no issues. I repaired permissions, shut everything down .. no go. It won't let me render.
Any ideas? Thanks.

Thanks Patrick. Yes, I have plug ins ... quite a few
I was just able to render two other sequences in the same project that were video/music/titles .. but no pics.
I'm thinking maybe its the pics. But they're just JPEGs scanned thru Photoshop and imported ... something I do daily. I'll see if I can zip you the project file, but my e-mail is on this PC, so I'm not sure
Thanks so much

Similar Messages

  • Installation error  : You have read-only access to oracle inventory

    Hi guys,
    In some versions of Linux eg. Fedora, Ubuntu .. whenever I am installing Hyperion products I get this error " You have read-only access to oracle inventory". and also the thing worth noticing is, if this error comes Oracle doesn't install " OpenLDAP" which is required to run shared services.
    With Oracle Enterprise Linux, and everything seems to be fine. and I didn't got the above error also OpenLDAP gets installed.
    any help would be appreciated. attached is the screen shot for the error.
    [https://docs.google.com/leaf?id=0BwB5xiYJ_HGwMDZkNjQ1OTEtMDg4Zi00NGM3LTk5NDAtYzE1ZmJkZTcyMzU0&hl=en]
    Thanks

    HI,
    1. This would be handy
    http://www.oracle.com/technology/products/bi/hyperion-supported-platforms.html
    2. In case OS is not supporting , you ll end up spending lot of time , and am sure openLDAP will trip time and again.
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • WDA error in changing read only property of fields at runtime

    Hello Friends,
    I am creating a custom Web Dynpro ABAP Application for FI module in ECC 6.0
    I need to make a set of fields uneditable/grayed out based on a value in a dropdown list. If the user chooses the other value (out of the 2 values provided) in the dropdown list, the set of fields need to made editable.
    I created a context attribute of type WDY_BOOLEAN and bound this attribute to the "readOnly" property of the aforementioned fields. When defining context binding, I chose the option "Bind Directly to the Selected Attribute".
    I have written the following code in the OnSelect event handler method for the dropdown:
    I read the value in the dropdown which is stored in the variable "lv_payment_instrument". Based on this value, I am changing the value of the context attribute:
    if lv_payment_instrument = 'X'.
      DATA lo_nd_check_fields1 TYPE REF TO if_wd_context_node.
      DATA lo_el_check_fields1 TYPE REF TO if_wd_context_element.
      DATA ls_check_fields1 TYPE wd_this->Element_check_fields.
      DATA lv_editable1 TYPE wd_this->Element_check_fields-editable.
    navigate from <CONTEXT> to <CHECK_FIELDS> via lead selection
      lo_nd_check_fields1 = wd_context->get_child_node( name = wd_this->wdctx_check_fields ).
    @TODO handle non existant child
    IF lo_nd_check_fields IS INITIAL.
    ENDIF.
    get element via lead selection
      lo_el_check_fields1 = lo_nd_check_fields1->get_element( ).
    @TODO handle not set lead selection
      IF lo_el_check_fields1 IS INITIAL.
      ENDIF.
    @TODO fill attribute
    lv_editable = 1.
    set single attribute
      lo_el_check_fields1->set_attribute(
        name =  `EDITABLE`
        value = 'ABAP_FALSE' ).
    elseif lv_payment_instrument = 'Q'.
      DATA lo_nd_check_fields TYPE REF TO if_wd_context_node.
        DATA lo_el_check_fields TYPE REF TO if_wd_context_element.
        DATA ls_check_fields TYPE wd_this->Element_check_fields.
        DATA lv_editable TYPE wd_this->Element_check_fields-editable.
    *navigate from <CONTEXT> to <CHECK_FIELDS> via lead selection
        lo_nd_check_fields = wd_context->get_child_node( name = wd_this->wdctx_check_fields ).
    *@TODO handle non existant child
       IF lo_nd_check_fields IS INITIAL.
       ENDIF.
    *get element via lead selection
        lo_el_check_fields = lo_nd_check_fields->get_element( ).
    *@TODO handle not set lead selection
        IF lo_el_check_fields IS INITIAL.
        ENDIF.
    *@TODO fill attribute
       lv_editable = 1.
    *set single attribute
        lo_el_check_fields->set_attribute(
          name =  `EDITABLE`
          value =  'ABAP_TRUE' ).
    endif.
    When the user chooses either of the 2 values in the dropdown, the set of fields are made uneditable. I am unable to make them editable again.
    I would greatly appreciate your inputs/thoughts on how to rectify this error.
    Regards,
    Arun.

    Hi,
    Create one attribute of type WDY_BOOLEAN , i think u already done.
    First get selected dropdown value into one variable.
    For example  :
    lo_el_segment1 = WDEVENT->GET_CONTEXT_ELEMENT( 'CONTEXT_ELEMENT' ).
    get all declared attributes
    lo_el_segment1->get_static_attributes(
    IMPORTING
    static_attributes = ls_segment1 ).
    now ls_segment1 has selected drop down value.
    DATA : lv_dropdown type string .
    lv_dropdown = ls_segment1-segment.
    If lv_dropdown = 'X'.
    set single attribute
    lo_el_check_fields1->set_attribute(
    name = `EDITABLE`
    value = ABAP_FALSE ). // No Quotes, ABAP_TRUE or false not works use 1 0r 2 or ' ' 'X' .
    elseif lv_dropdown = 'Q'.
    set single attribute
    lo_el_check_fields1->set_attribute(
    name = `EDITABLE`
    value = ABAP_FALSE ).
    else.
    set single attribute
    lo_el_check_fields1->set_attribute(
    name = `EDITABLE`
    value = ABAP_TRUE ).
    Hope it solves..
    cheers,
    Kris.

  • Annoying error: VO/EO read-only until you correct errors

    Hello all,
    I see this problem in both JDev 10.1.3.1 and 10.1.3.3, and I'm wondering if others have experienced the same problem. After a few code/run/code/run cycles (I've not been able to reproduce with a specific set of steps, but it happens quite frequently), I start to get the above-mentioned errors when trying to edit ADF BC View Objects/Entity Objects. The specific error that it complains about is missing java files (Impl, RowImpl, etc). I can "fix" the problem by quitting JDev and then deleting the classes folder for the BC objects, but it's quite annoying.
    An update - when I get into this scenario, and I create a new object - I find that it is putting the XML files/java files for the new EO/VO in the classes directory, not the src directory.
    Has anyone else seen this?
    Regards,
    John

    Hi Venkata,
    Same thing happening to me, R12.1.3. Please let me know if you find anything on this.
    I tried some steps in this forums related to this, but no change. however I am not worried, customization works perfect after extension, but wanted to know the reason.
    Thx..

  • RAID Goes Read-Only (-50 Error)

    I have a first-revision xserve raid, connected via a Vixel 335 to 4 servers, zoned so there are two on each RAID controller, with LUN masking allowing one volume to appear on each server.
    One pair of servers tends to break each other whenever something happens. I restart one server and the other one stops being able to write to the xserve raid. Any write attempt results in a -50 error. Then if I restart the one that went bad, it breaks the other the same way. If I restart them at the same time, it usually works, but sometimes does not, sometimes the volumes won't even mount. RAID admin loggs a "Fiber LIP" when either server restarts. That seems normal, but it why does the RAID stop allowing writes on the other volume? Anyone seen anything like this before?
    This pair of servers are second-revision G4 xserves with the pre-installed FC cards.
    Thanks for any input.
    Mark Mayfield
    Roseville Area Schools
    Network Manager

    I did a little more research and there are quite a few people who've seen this error.  I don't think it's the drive. 
    I suspect the controller in the enclosure, a jmicron 0x2336, is responsible for my problems.  It looks like Linux and FreeBSD both had software updates to work around bugs in the controller.  If OS X did not get updated, it would explain everything. The drive sleeps and then won't wake up fully and OS X marks it as in error and goes read only. 
    The enclosure is a Thermaltake Silver II USB + esata.  It looks like a lot of people have had similar problems with them.  I saw posts on macrumors, adobe's support forums, etc.

  • External drive goes read only with error -50 after time

    Running the special release of 10.8.2 for Mac Mini (2012) that was recently released.  I have two external USB drives.  The first contains my iTunes collection and the second is my time machine backup disk.  The iTunes drive seems to go read only after it's been mounted awhile.  I can read files off the drive, but I can't make any changes.  I can't delete files nor edit them. 
    If I try to do anything with the disk including a repair permissions or disk on it, I get an error -50.   The only way to get out of this state is to unmount the drive and remount it forcibly or reboot. 
    Anyone have ideas on what is going on or experienced a similar issue?  

    I did a little more research and there are quite a few people who've seen this error.  I don't think it's the drive. 
    I suspect the controller in the enclosure, a jmicron 0x2336, is responsible for my problems.  It looks like Linux and FreeBSD both had software updates to work around bugs in the controller.  If OS X did not get updated, it would explain everything. The drive sleeps and then won't wake up fully and OS X marks it as in error and goes read only. 
    The enclosure is a Thermaltake Silver II USB + esata.  It looks like a lot of people have had similar problems with them.  I saw posts on macrumors, adobe's support forums, etc.

  • Filesystem read only[Solved]

    hello
    i install arch but when i want to install a software i can't.
    there is an error "file system read only"
    what should i do?
    Last edited by MHALAH152 (2013-05-12 06:31:48)

    MHALAH152 wrote:
    65kid wrote:just use "defaults", nothing else. Don't add any other options unless you actually know what they are doing.
    I do that.but now i have new problem
    my system can't find internet and i can't install any software
    Then please mark this thread as [Solved] by editing your first post and prepending it to the title.
    Then open a new thread about your networking issue and include information about your network card, drivers, what you have set up in your configs etc...
    https://wiki.archlinux.org/index.php/Fo … ow_to_Post

  • [SOLVED] More rsync problems after restore... Read only filesystem?

    Yesterday I backed up all of my data with rsync to a USB thumb drive. Surprisingly it all fit, but my intentions were to wipe my disk and create a new partition scheme for a dualboot while still being able to continue where I left off with arch. So after backing up with the script from the arch wiki titled full system restore with rsync, I followed the rest of that page, and modified the fstab on the backup on the USB and reconfigured grub and restarted my computer and I was able to boot into the USB. Then, I decided that it would be easier to just use the live cd to repartition and pacstrap the base system and generated an fstab. Next, I chrooted from the livecd environment into the newly built base and installed rsync. I then mounted my USB to /mnt in the chrooted environment and used
    rsync -aAXv /mnt/ARCH_BACKUP/* / --exclude={/mnt/ARCH_BACKUP/etc/fstab,/mnt/ARCH_BACKUP/boot/grub/}
    I just did this since I figured that all of the directories excluded in the script wouldn't really have to be excluded here since they were already empty. Everything seemed to run smoothly except for one file(or maybe directory?) called /etc/resolv.conf.t.jbnW2 which kept giving an error. I figured the file was unique to the USB or something and continued to reinstall grub and then reboot. The weird thing is that everything was back on my system, but it didn't automatically boot into a display manager which it's set up to do. Then when trying to manually start x, that wouldn't work. Then I tried to connect to wifi, it recognized my network but wouldn't connect, so I tried sudo su, which worked but returned an error that the var file system was read only. I then tried to use rsync again thinking maybe that directory would transfer now that I wasn't in the chrooted environment. But instead, it was trying to restore every single file, but every one returned the error "filesystem is read only".
    It seems like when I restored all of the files in my entire system were made read only.
    Can anyone tell me what may have caused this and how to fix it?
    I think it may either be that when I mounted the device in the chrooted environment I didn't specify 'rw' capabilities, or it may be that when I backed up I didn't specify 'rw' capabilities I just opened the file manager and clicked on it and it automagically mounted to /media/.
    Last edited by eroge008 (2013-01-25 20:29:22)

    Ok, well I fiixed it. I had edited the fstab on the usb to be able to boot into the usb, and, while I edited it again on the hdd each time I restored from the backup, I didn't realize that the top entry /dev/sda1 (which is my root partition) was on a line that was commented out.  I guess I accidentally hit the backspace button or something while editing it to be able to boot into the usb.
    Also, I think there was a second problem, that my usb controller is starting to fail. Because on the last time that I backed up, if I moved my computer or anything I would get a I/O error. This was caused by the failing usb controller. The computer would remount it as read-only because of the failure. The solution to this was to use
    hdparm -r0 /dev/sdxy
    Note: The device must be unmounted.
    Where x is the device and y is the partition number, for me this was sdb1.
    Then mount specifying read-write option.
    mount -o rw /dev/sdxy /media/<BACKUP>
    I also tried
    mount -o remount,rw /dev/sdxy /media/<BACKUP>
    as was recommended on all of the sites that I could find, but this command kept returning an error.
    Note: For newer users, Arch does not automatically create the media folder as it doesn't provide automatic mounting of external drives. If such is the case, and you haven't installed a desktop environment with a file manager that will automatically do this for you when the device is recognized, you must make the media directory and the directory which you intend to mount to manually.
    # mkdir /media
    # mkdir /media/<BACKUP>
    Where <BACKUP> can be whatever you want it to be.
    Last edited by eroge008 (2013-01-25 20:27:52)

  • Read Only of external Drives, how do I change this? [solved]

    I have a fresh install of Arch and I am trying to put some information on my external hard drives but I am unable to transfer or delete anything.
    I have tried changing permissions using Nautilus as root but I get this error:
    "Sorry, could not change the permissions of “Music II”: Error setting permissions: Read-only file system"
    I have had a good read of this here https://wiki.archlinux.org/index.php/Fi … attributes but I can't seem to get the hang of it.  This is the out put of ls -l:
    total 152
    dr-x------ 1 dobbie users 4096 Aug 31 2013 #
    dr-x------ 1 dobbie users 16384 Oct 22 13:50 A
    dr-x------ 1 dobbie users 8192 Aug 22 20:12 B
    dr-x------ 1 dobbie users 8192 Apr 24 2014 C
    dr-x------ 1 dobbie users 12288 Nov 24 2013 D
    dr-x------ 1 dobbie users 8192 Aug 2 14:23 E
    dr-x------ 1 dobbie users 4096 Jun 1 2013 F
    dr-x------ 1 dobbie users 8192 Oct 13 2013 G
    dr-x------ 1 dobbie users 4096 Oct 6 2013 H
    dr-x------ 1 dobbie users 4096 Jan 19 2014 I
    dr-x------ 1 dobbie users 4096 Jan 10 2013 J
    dr-x------ 1 dobbie users 4096 Nov 9 2013 K
    dr-x------ 1 dobbie users 4096 Dec 1 2013 L
    dr-x------ 1 dobbie users 8192 Apr 27 2014 M
    dr-x------ 1 dobbie users 8192 Oct 23 2013 N
    dr-x------ 1 dobbie users 4096 Nov 24 2013 O
    dr-x------ 1 dobbie users 4096 Feb 2 2014 P
    dr-x------ 1 dobbie users 0 Aug 4 2013 Q
    dr-x------ 1 dobbie users 4096 Oct 11 2013 R
    dr-x------ 1 dobbie users 16384 Jun 15 06:27 S
    dr-x------ 1 dobbie users 8192 Nov 9 2013 T
    dr-x------ 1 dobbie users 4096 Dec 22 2013 U
    dr-x------ 1 dobbie users 4096 Jun 14 08:30 V
    dr-x------ 1 dobbie users 4096 Nov 26 2013 W
    dr-x------ 1 dobbie users 0 Jun 2 2012 X
    dr-x------ 1 dobbie users 0 Jul 31 2012 Y
    dr-x------ 1 dobbie users 0 Feb 9 2013 Z
    I am the owner of the drives, can someone please give me some direction.
    Thank you.
    Last edited by Dobbie03 (2014-11-03 06:20:53)

    Sorry I was totally over thinking things.  Thanks for the help.
    EDIT: I installed the  ntfs-3g and did as jasonwryan suggested.  Great success.
    Last edited by Dobbie03 (2014-11-03 06:21:41)

  • Error : A READ-ONLY bind variable used in OUT or IN-OUT context

    Hi,
    I got error from my report as A READ-ONLY bind variable used in OUT or IN-OUT context in formula column. I already face this problem but at that time i cleared , but now i cont able to do, please give suggestion to this
    regards
    venki

    I find my ERROR in that report, that A READ-ONLY bind variable used in OUT or IN-OUT context is
    when we assign a database column in a placeholder are summary column.
    From that placeholder or summary column will call by formula column
    you might be face that error, But how means
    when that database column , we are assign that decode, case or NVL funtion using else condition as Null you may be face that error.
    Without my knowledge it may seem some other problem also
    without any idea we con't able to clear this error.
    venki

  • Read-only radio group losing value on validation error

    It took quite a while to track this down, but I think I've got it narrowed down properly. I have an APEX form for updating a record in a databse table with a radio group which is conditionally read-only. If that radio group has a value AND is read-only, when the form is submitted and hits a validation error, the value of the radio group is lost.
    For example, the radio group SUBMITTED_FOR_APPROVAL is set to Y and is read-only for a given user. That user then changes something else on the form and submits it. However, the form now hits a validation error for some field. When the form reloads with the validation error displayed, all the fields are restored except the read-only radio group which is now blank. If a select list is used with the identical read-only condition, it works fine. Likewise, if a radio group is used, but the read-only condition is removed, it works fine. It is only when it is a radio group and it is read-only, that the value does not appear to be submitted to the session with all the form values whent he form is submitted.
    Is this a bug or am I simply missing something?
    Apex 3.1.2
    Rgds/Mark M.

    It's using a shared component LOV cleverly called LOV_YN which consists of a static LOV with
    1 Display=Yes, Return=Y
    2 Display=No, Return=N
    The settings in the LOV section on the item iteself:
    Named LOV: LOV_YN
    Display Extra values: No Dynamic translation: Not translated
    Number of columns: 2 Display null: No
    Null display value is blank as is null return value
    Item was setup as a radio group and was only converted over to a select list to work around this issue. Let me know what else you need and thanks again.
    Rgds/Mark M.

  • Time Machine - External Hard Drive Read only error

    Just recently got a Iomega 1TB MiniMax FireWire 800 USB 2.0 Desktop Hard Drive and used Time Machine to backup my computer. This was my first time using Time Machine and it successfully backed up 350 GBs. It continued to do backups every hour. When I turned my computer off and then turned it on the next day Time Machine wouldn't allow me to do a backup because it said the hard drive was read only. When I checked info it said it was read/write. I used disc utility to verify disc it said it could not verify disc do a disc repair. Disc repair failed and it said reformat disc. I erased the hard drive tried again and I got the same error message. The hard drive is formatted Mac OS Extended (Journaled). I searched this forum and the trouble shooting links and couldn't find anything on how to correct this. Any help on this problem would be appreciated.

    See the following:
    What to do if Time Machine reports you don't have permission
    This was posted in the Apple Discussions by V.K. I have only modified it slightly to be more generic.
    The problem seems to be that 10.5.6 changes permissions on a file so that even the root user doesn't have write peivileges. I have no idea why they did this. The workaround suggested in [an]other post will probably work, too, but i did something less drastic. Instead of deleting the file I changed permissions on it, and it worked just fine. An added benefit is that the permission change seems to stick, so you don't have to delete the file every time you change a drive.
    [Open the Terminal application in your Utilities folder. At the prompt [enter] the following command:
    sudo chmod 644 /volumes/"TM drive name"/.xxxxxxxxxxxx
    The name of the file .xxxxxxxxxxxx is based on the MAC address of your computer and will be different for every computer. Put the name of the TM drive in the above and keep the quotes.
    You'll have to enter your admin password (which you won't see) which is normal.
    This was edited by Kappy just for cleanup.
    Enable Finder to Show Invisible Files and Folders
    Open the Terminal application in your Utilities folder. At the prompt enter or paste the following command line then press RETURN.
    defaults write com.apple.finder AppleShowAllFiles TRUE
    To turn off the display of invisible files and folders enter or paste the following command line and press RETURN.
    defaults write com.apple.finder AppleShowAllFiles FALSE
    Alternatively you can use one of the numerous third-party utilities such as TinkerTool or ShowHideInvisibleFiles - VersionTracker or MacUpdate.
    Also, see User Tips for Time Machine for help with TM problems. Also you can select Mac Help from the Finder's Help menu and search for "time machine" to locate articles on how to use TM. See also Mac 101- Time Machine.
    Message was edited by: Kappy

  • Authorization in BEx Query Designer: "read only" for definitions of variables

    Hello,
    I`m developing a concept of authorizations for key user who should be able to maintain certain
    objects in the query designer. For other objects they should have access “read only”.
    The users have authorizations  to  design new queries.  They should be able to use existing variables
    (SAP Business Content ( 0*) and customer variables (z*). On this point, I have a problem: in the selection window of the query designer there are only buttons to create, to delete and to edit a variable.
    The user must have authorizations for changing, although he just wants to look for the definition
    of a variable (if he wants to see their basic or global settings before using the variable).
    I can´t find a possibility to switch from “edit” to “read only”.
    The users should only see and apply variables from others (SAP, collegues), but he mustn´t be able to
    change them.
    The user needs the following authorization objects:  S_RS_COMP , activity =02 (change), also
    authorization object S_RS_COMP1. If I give the users only activity 03 (display),
    the user get the message: “display not allowed”.
    Is there any possibility to give a key user the authorization to display all variables with
    their definitions?
    Best regards
    Ricarda Seyb

    Hi raghukan,
    This is may be due to the authorization but still you can check the consistency check for these queries using RSRV.
    Regards,
    Amit

  • Error in saving a theme file as it is a read-only file

    I work in a large, networked company with lots of workstation security.  I am not a local admin, and the software was installed for me by an admin.  I am trying to change a default in the recording setup, but I get this error everytime I try to change it.  Our tech support has gone through and made sure that the attributes in the whole Captivate directory are not read-only.  I still get the error message.  Ideas?  Thanks!

    If you have an issue using the Captivate software that you think is an issue with the software itself you should post in the Captivate forum.
    http://forums.adobe.com/community/adobe_captivate?view=discussions
    I recommend doublechecking the access status of the file(s) involved.

  • Error when opening XLSX file with Excel 2003 SP3, file does open but in read only mode with temporary name

    I am using Excel 2003 SP3 and have the Office 2007 compatibility pack installed.  When I open Office 2007 formatted Excel files (XSLX) directly in Windows Explorer, I receive the following error if I do not have Excel already opened:
    "Windows cannot find '<path to file>'.  Make sure you typed the name correctly, and then try again.  To search for a file, click the Start button, and then click Search."
    Even though I receive the error, the file does open; however, it opens in Read Only mode with a name such as "Xl0000024.xls".  The number seems to increment up each time it happens.
    Now here is the strange part.  If I have Excel already open and try to open the file in Windows Explorer, the file opens fine in Modify mode with no error and with the correct file name.
    I Googled the error I was getting and found KB211494.  It says I should uncheck the box in Options on the General tab that says "Ignore other applications", but this box is already unchecked in my case.  Any other ideas?  This is
    really frustrating as a small percentage of our company has upgraded to Office 2007 with the rest still on Office 2003.

    This may be a file association problem.  To solve that:
    In Windows 7:
    1. Right-click the file,
    2. Select "Open With" 
    select [Your Program Here]
    3. Check always use this program. 
    In Windows XP:
    1. Locate the file as you have described above
    2. Right click the file
    3. Select Open with from the pop-up menu
    4. Click Choose default program…
    5. Select Excel in the Recommended Programs box
    6. Check Always use the selected program to open this kind of file
    7. Click on OK.
    1.  Make Excel not available from Office 2007 listed under Programs and Features in Control Panel.
    2. Take a registry backup using the steps given here
    3. In the registry editor window expand HKEY_CLASSES_ROOT and navigate to .xls right and delete it.
    4. Exit Registry Editor
    5. Undo Step 1 to make Excel available.
    6.  Restart the computer and verify it the issue is fixed.
    If this answer solves your problem, please check Mark as Answered. If this answer helps, please click the Vote as Helpful button. Cheers, Shane Devenshire

Maybe you are looking for