C
cverbiest
Guest
We have defined as partion policy that we are not happy with. We have not done the partionmanage split yet. How can we delete this policy ? The UI doesn't allow it and when I try to delete using the _files we get . --------------------------- Error --------------------------- Cannot delete _Partition-Policy-Detail if partition has been allocated (17617) --------------------------- OK --------------------------- Code : &scoped fo with 1 column scrollable side-labels for each _partition-policy-detail {&fo}: disp _partition-policy-detail. delete _partition-policy-detail. end. for each _partition-policy {&fo}: disp _partition-policy. delete _partition-policy. end.
Continue reading...
Continue reading...