Striim notes
Hostname: tbstriimetl601.tmw.com
IP: 172.31.89.4
The following accounts all have the same pwd:
keystore / sys / admin user password is str11m
is it setup to autostart if server is bounced? <-- need to ask this question on Monday
https://172.31.89.4:9081
http://172.31.89.4:9080
java DB also known as Derby
Since developers already have the DDL, no need to install iSpire.
jdbc:db2://host-name:50000/BLUDB
gk10ts19so
jdbc:as400://tuxlead.tmw.com/ORCA_PROD;libraries= ORCA_PROD LEDDTA LEDWRK LEDPGM QGPL;
jdbc:db2://<IP address>:<port>/<database name>
jdbc:as400://neon.tmw.com:8471
172.26.18.10 / neon
Port 8471
db2jcc_license_cu.jar <-- IBM licensed jar file
jdbc:as400://HOSTNAME:PORT;
WRKSRVTBLE
tuxlead is the name of the host for the leads data
Port 8471
systemctl restart striim-node to stop
jdbc:postgresql://<ip address>:<port>/<database name>
10.40.25.111
jdbc:postgresql://pg-coupon-cpntest.gcp.tmw.com:5432/cpntest
sourceSchema.sourceTable,targetSchema.targetTable
CDEXDTA.OFRCDEA00
cpnadmin.offers
?sslmode=verify-full&sslrootcert=\\tmw.com\dfs\usrappsCA.crt&sslcert=db-client.crt&sslkey=db-client.pk8
jdbc:postgresql://pg-coupon-cpntest.gcp.tmw.com:5432/cpntest?sslmode=prefer&sslrootcert=/opt/striim/pg-coupon-cpntest_server-ca.pem&sslcert=/opt/striim/pg-coupon-cpntest_client-cert.pem&sslkey=/opt/striim/pg-coupon-cpntest_client-key.pem
jdbc:postgresql://pg-coupon-cpntest.gcp.tmw.com:5432/cpntest?sslmode=prefer&sslrootcert=O:\Users\GM15\keys\pg-coupon-cpntest_server-ca.pem&sslcert=O:\Users\GM15\keys\pg-coupon-cpntest_client-cert.pem&sslkey=O:\Users\GM15\keys\pg-coupon-cpntest_client-key.pem
openssl pkcs8 -topk8 -inform PEM -outform DER -in /opt/striim/pg-coupon-cpntest_client-key.pem -out /opt/striim/pg-coupon-cpntest_client-key.pk8 -nocrypt
5432/cpntest?enableSSL=true&requireSSL=true&verifyServerCertificate=true&sslrootcert=O:\Users\GM15\keys\pg-coupon-cpntest_server-ca.pem&sslcert=O:\Users\GM15\keys\pg-coupon-cpntest_client-cert.pem&sslkey=O:\Users\GM15\keys\pg-coupon-cpntest_client-key.pk8&1=1
metadata: {
"TableName" : "S107770E.CDEXDTA.OFRCDEA00",
Comments
Post a Comment