Skip to content

Commit 9938772

Browse files
authored
Merge pull request #205 from heywalter/update-db2-for-i
docs(db2-for-i): update journal permissions from *ALL to specific grants
2 parents 981bdc4 + d087f7f commit 9938772

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/connectors/on-prem-databases/db2-for-i.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ Before connecting to Db2 for i, complete account creation and authorization. The
103103
GRTOBJAUT OBJ(TAPLIB) OBJTYPE(*LIB) USER(TAPDATA) AUT(*ALL)
104104
CHGOBJOWN OBJ(TAPLIB) OBJTYPE(*LIB) NEWOWN(TAPDATA)
105105
# Replace TESTCDC/QSQJRN with the Library and Journal that hold the journal receiver
106-
GRTOBJAUT OBJ(TESTCDC/QSQJRN) OBJTYPE(*JRN) USER(TAPDATA) AUT(*ALL)
106+
GRTOBJAUT OBJ(TESTCDC/QSQJRN) OBJTYPE(*JRN) USER(TAPDATA) AUT(*USE)
107+
GRTOBJAUT OBJ(TESTCDC/QSQJRN) OBJTYPE(*JRN) USER(TAPDATA) AUT(*OBJEXIST)
107108
GRTOBJAUT OBJ(QSYS/DSPJRN) OBJTYPE(*CMD) USER(TAPDATA) AUT(*USE)
108109
```
109110

0 commit comments

Comments
 (0)