C0130024

Explanation

The oldname specified to the rename() function indicated a memory file. At least one child memory file exists with same name that is open. You cannot rename a memory file if it has at least one child that is open.

Programmer response

Correct the oldname or close the children and try again.

Symbolic Feedback Code

JrEdc1rnmEisopen03