-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workingdb2Issues related to IBM Db2 connectorIssues related to IBM Db2 connector
Description
Describe the issue
https://docs.arcion.io/docs/source-setup/db2/db2_native_luw/#on-system-running-source-db2-server
the command results in error
[db2inst1@db2 ~]$ db2 get db cfg for arcsrc show detail
SQL1024N A database connection does not exist. SQLSTATE=08003
The relevant Arcion product or service
remove show detail
`
s/
db2 get db cfg for show detail | grep -i "logarch"
/
db2 get db cfg for | grep -i "logarch"
/
Expected behavior
Actual behavior
The part of the documentation that requires updating
[db2inst1@db2 ~]$ db2 get db cfg for arcsrc | grep -i logarch
First log archive method (LOGARCHMETH1) = LOGRETAIN
Archive compression for logarchmeth1 (LOGARCHCOMPR1) = OFF
Options for logarchmeth1 (LOGARCHOPT1) =
Second log archive method (LOGARCHMETH2) = OFF
Archive compression for logarchmeth2 (LOGARCHCOMPR2) = OFF
Options for logarchmeth2 (LOGARCHOPT2) =
Additional information
Any other details or screenshots that you think might be relevant.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdb2Issues related to IBM Db2 connectorIssues related to IBM Db2 connector