SPACE_OBJECT weirdness?

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
stevelee67
Posts: 22
Joined: Tue Mar 13, 2018 8:25 am
Location: Madison WI

SPACE_OBJECT weirdness?

Post by stevelee67 »

getting a weird error message that in 24+ years, i've never seen:

saying something about "tree already in use. too late to use."

but the error resolves back to a DEFINE_SPACE_CELL

do space objects by any chance get stored somewhere while they are in progress? e.g., a temp folder?
The path to wisdom does, in fact, begin with a single step. Where people go wrong is in ignoring all the thousands of other steps that come after it.
Hogfather (Terry Pratchett)
MarkD
Posts: 692
Joined: Wed Dec 02, 2015 9:56 am

Re: SPACE_OBJECT weirdness?

Post by MarkD »

I think the message means that you are trying to define a new space cell after you have read or written data to the space.

i.e. Once you read or write to a space you cannot subsequently try to alter the space's definition.
MarkD
Posts: 692
Joined: Wed Dec 02, 2015 9:56 am

Re: SPACE_OBJECT weirdness?

Post by MarkD »

Also space objects are only ever stored in the memory of the process that created them.
stevelee67
Posts: 22
Joined: Tue Mar 13, 2018 8:25 am
Location: Madison WI

Re: SPACE_OBJECT weirdness?

Post by stevelee67 »

i was a little afraid of that re: only in memory.

it does eliminate one of the possible explanations.

we will have to research on the defining the cell.
The path to wisdom does, in fact, begin with a single step. Where people go wrong is in ignoring all the thousands of other steps that come after it.
Hogfather (Terry Pratchett)
Post Reply