Warning:Element.SetParameterByName operation failed. The parameter is read-only

This might be caused by the resequencing order of your sheet numbers, whereby a sheet which is yet to be renumbered owns a number which you are attempting to use to renumber another sheet, hence its read-only as you haven’t ‘freed’ it up yet.

If that is the case use BimorphNodes Sheet.RenumberRename as it’s built to circumvent this issue.

There’s some more info about this phenomenon here:

1 Like