|
Title: | dbutil: new data set not accessible |
Document: | 1138043879 |
Keywords: | dbutil |
Q:
After creating a new data set with dbutil the new set is not
accessible.
When running dbutil no error messages or anything to suggest the
operation failed are output, but the new dataset is not available.
When I try running dbutil again, it says the dataset already
exists, but I still cannot access it.
A:
A dataset that is newly created by dbutil has no
access granted by default. Even though the dataset
exists nobody is allowed to access it.
Please try the following:
GRANT WRITE ON new-set-name to ALL;
As an alternative the dbutil interactive UI may be
used to change the data set privileges.
|
|