Skip to content

Commit 1ed93b3

Browse files
authored
DLPX-94693 Hop: Masking job fails with db2 iseries and zos database (#11)
PR URL: https://www.github.com/delphix/hop/pull/11
1 parent f0186d1 commit 1ed93b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assemblies/static/src/main/resources/hop-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ BASEDIR=$(dirname $0)
2323
cd $BASEDIR
2424

2525
# Compliance Engine customization to add MASKING HOME lib dir to classpath
26-
ADDITIONAL_CLASSPATH=":lib"
26+
ADDITIONAL_CLASSPATH=":lib:$MASKING_DATA/resources/jarfiles/db2jcc_license_cisuz.jar"
2727

2828
# set java primary is HOP_JAVA_HOME fallback to JAVA_HOME or default java
2929
if [ -n "$HOP_JAVA_HOME" ]; then

0 commit comments

Comments
 (0)