Getting SQL5048 error trying to connect to DB2 database
説明
On connecting to a DB2 database, the following message is dsiplayed:
"SQL5048 Release level of the database client is not supported by the Release level of the database server".
原因
Client/Server compatibility issue
対策
Explanation: Database clients can only access database servers with a release level which is in the range of one level lower than the client to two levels higher than the client.
User response: One or more of the following:
Upgrade the client release level to fall within the range of releases supported by the current server release level.
Upgrade the server release level to a level supported by the current client release level.