cannot overlap sanboxes on ISPF client during load workspace
We've a problem on our z/os RTC environment using ISPF client.
We have created a workspace and we've loaded it specifying the tso user (TSOUSR1) as Dataset Prefix and the load works without problems.
Now we are trying to load another workspace and we're trying to load it specifying TSOUSR1.TEST as Dataset Prefix but we obtain the error Cannot Overlap Sandboxes - Loading to TSOUSR1.TEST would overlap with the existing sandbox TSOUSR1.
We've tried to unload and cancel the first workspace but we have the same error.
No RACF messsages on system log.
After the first workspace unload, on ispfdmn.log we have the following message
user rtcuser registered TSOUSR1
What does it means? How can we solve the problem?
Thanks in advance.
Bye.
Accepted answer
Hi Angelo,
It sounds like the ISPF table entry was not cleaned up properly. The table the ISPF client uses is called BLZLOADS and I believe you'll find it in TSOUSR1.SPF.ISPPROF. You should be able to delete just the one row for TSOUSR1.
You may also need to clean up some metadata in your SCM_WORK directory. You will see a TSOUSR1 sub-directory there.
Robin
It sounds like the ISPF table entry was not cleaned up properly. The table the ISPF client uses is called BLZLOADS and I believe you'll find it in TSOUSR1.SPF.ISPPROF. You should be able to delete just the one row for TSOUSR1.
You may also need to clean up some metadata in your SCM_WORK directory. You will see a TSOUSR1 sub-directory there.
Robin