cancel
Showing results for 
Search instead for 
Did you mean: 

DBCON connection issue - error CPFB752 occured

former_member206621
Contributor
0 Kudos

We have the following connection defined in DBCO:

AS4_HOST=<host>;AS4_DB_LIBRARY=<library>;

When we check this connection via ADBC_TEST_CONNECTION we get the error:

B  Connect to <con_name> as <user_name> with AS4_HOST=<host>;AS4_DB_LIBRARY=<library>;;
C  Secondary DB connect, user <user_name>
C  Environment: AS4_HOST=<host>;AS4_DB_LIBRARY=<library>;
C
C Tue Jul 07 14:08:16 2009
C  *** ERROR => CPFB752 occured. Refer to job log.
 [dbsldb4dbi.c 474]
C  *** ERROR => === Secondary DB connect FAILED! ===
 [dbsldb4.cpp  15683]
C  *** ERROR => === Connection settings ===
 [dbsldb4.cpp  17806]
C  *** ERROR => connected               = FALSE
...
C  *** ERROR => ===========================
 [dbsldb4.cpp  17849]
B  ***LOG BYI=> connect failed for connection DEPLIS     [dbds#1 @ 1052] [dbds    1052 ]
B  ***LOG BZY=> unexpected return code 8192       calling DBACDS     [dbacds#2 @ 1471] [dbacds  1471 ]1 ]

In SM21 - system log - we have 2 entries:

Connect to the databzse with ID <con_name> failed

Unexpeted return value 8192 when calling up DBACD

Any idea on how we can solve this?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206621
Contributor
0 Kudos

This error was due to authorization issues on the AS/400 system. Assign the correct authorizations to the user and the error should be solved (this is what helped us out).