You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** Settings ***
Suite Setup Connect To Database ibm_db_dbi ${DBName} ${DBUser} ${DBPass} ${DBHost} ${DBPort}
Suite Teardown Disconnect From Database
Resource Config.txt
Library DatabaseLibrary
*** Test Cases ***
Table Must Exist - person
Table Must Exist P01.TCCDE
But getting error
Parent suite setup failed:
ProgrammingError: ibm_db_dbi::ProgrammingError: [IBM][CLI Driver] SQL1598N An attempt to connect to the database server failed because of a licensing problem. SQLSTATE=42968\r SQLCODE=-1598
The text was updated successfully, but these errors were encountered:
*** Settings ***
Suite Setup Connect To Database ibm_db_dbi ${DBName} ${DBUser} ${DBPass} ${DBHost} ${DBPort}
Suite Teardown Disconnect From Database
Resource Config.txt
Library DatabaseLibrary
*** Test Cases ***
Table Must Exist - person
Table Must Exist P01.TCCDE
But getting error
Parent suite setup failed:
ProgrammingError: ibm_db_dbi::ProgrammingError: [IBM][CLI Driver] SQL1598N An attempt to connect to the database server failed because of a licensing problem. SQLSTATE=42968\r SQLCODE=-1598
The text was updated successfully, but these errors were encountered: