By type
mkdir: cannot create directory ‘/home/sdc/asdctool’: Read-only file system
chmod: cannot access '/home/sdc/asdctool/logs/SDC/SDC-TOOL': No such file or directory
+ CASSANDRA_IP=cassandra-dc1-service.onap.svc.cluster.local
+ CASSANDRA_PORT=9042
+ SDC_USER=asdc_user
+ SDC_PASSWORD=Aa1234%^!
+ retry_num=1
+ is_up=0
+ [ 0 -eq 0 -a 1 -le 100 ]
+ echo exit
+ cqlsh -u cassandra -p cassandra cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6
Warning: Using a password on the command line interface can be insecure.
Recommendation: use the credentials file to securely provide the password.
+ res1=0
+ [ 0 -eq 0 ]
+ date
+ echo Tue Apr 7 11:23:26 AM UTC 2026 --- cqlsh is able to connect.
+ is_up=1
Tue Apr 7 11:23:26 AM UTC 2026 --- cqlsh is able to connect.
+ retry_num=2
+ [ 1 -eq 0 -a 2 -le 100 ]
+ echo list users;
+ cqlsh -u cassandra -p cassandra cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6
+ grep -c asdc_user
Warning: Using a password on the command line interface can be insecure.
Recommendation: use the credentials file to securely provide the password.
Going to create asdc_user
+ cassandra_user_exist=0
+ [ 0 -eq 1 ]
+ echo Going to create asdc_user
+ echo create user asdc_user with password 'Aa1234%^!' nosuperuser;
+ cqlsh -u cassandra -p cassandra cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6
Warning: Using a password on the command line interface can be insecure.
Recommendation: use the credentials file to securely provide the password.
+ CASSANDRA_USER=asdc_user
+ CASSANDRA_IP=cassandra-dc1-service.onap.svc.cluster.local
+ CASSANDRA_PASS=Aa1234%^!
+ CASSANDRA_PORT=9042
+ DC_NAME=dc1
+ RC=3
+ CASSANDRA_COMMAND=cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6
+ KEYSPACE=CREATE KEYSPACE IF NOT EXISTS dox WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'dc1': '3'};
+ KEYSPACE1=CREATE KEYSPACE IF NOT EXISTS zusammen_dox WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'dc1': '3'};
+ KEYSPACE2=CREATE KEYSPACE IF NOT EXISTS sdctitan WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'dc1': '3'} AND durable_writes = true;
+ echo run create_dox_keyspace.cql
run create_dox_keyspace.cql
+ echo CREATE KEYSPACE IF NOT EXISTS dox WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'dc1': '3'};
+ echo CREATE KEYSPACE IF NOT EXISTS zusammen_dox WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'dc1': '3'};
+ echo CREATE KEYSPACE IF NOT EXISTS sdctitan WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'dc1': '3'} AND durable_writes = true;
+ chmod 555 /tmp/config/create_dox_keyspace.cql
+ cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6 -f /tmp/config/create_dox_keyspace.cql
+ cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6
+ echo select keyspace_name from system_schema.keyspaces;
+ grep -c dox
Warning: Using a password on the command line interface can be insecure.
Recommendation: use the credentials file to securely provide the password.
+ res=2
+ [ 2 -gt 0 ]
+ date
Tue Apr 7 11:23:30 AM UTC 2026 --- dox keyspace was created
+ echo Tue Apr 7 11:23:30 AM UTC 2026 --- dox keyspace was created
+ echo select keyspace_name from system_schema.keyspaces;
+ cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6
+ grep -c sdctitan
Warning: Using a password on the command line interface can be insecure.
Recommendation: use the credentials file to securely provide the password.
+ res_sdctitan=1
+ [ 1 -gt 0 ]
+ date
Tue Apr 7 11:23:31 AM UTC 2026 --- sdctitan keyspace was created
+ echo Tue Apr 7 11:23:31 AM UTC 2026 --- sdctitan keyspace was created
+ CASSANDRA_CQL_FILE=create_dox_db.cql
+ CASSANDRA_ALTER_CQL_FILE=alter_dox_db.cql
+ ./generate-cassandra-init-cql.sh ./cassandra-commands.json dox no
+ ./generate-application-config-insert-cql.sh vsp.schemaTemplates ../../../tools/install/database/schemaTemplates
+ ./generate-application-config-insert-cql.sh vsp.monitoring ../../..//tools/install/database/monitoring
+ ./zusammen-generate-cassandra-init-cql.sh ./zusammen-cassandra-commands.json zusammen_dox no
+ ./generate-cassandra-alter-cql.sh ./cassandra-commands.json
+ CASSANDRA_IP=cassandra-dc1-service.onap.svc.cluster.local
+ CASSANDRA_PASS=Aa1234%^!
+ CASSANDRA_PORT=9042
+ CASSANDRA_USER=asdc_user
+ CASSANDRA_COMMAND=cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6
+ echo Running create_dox_db.cql
+ chmod 755 /tmp/writable-config/tools/build/scripts/create_dox_db.cql
Running create_dox_db.cql
+ cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6 -f /tmp/writable-config/tools/build/scripts/create_dox_db.cql
+ sleep 10
+ echo Running alter_dox_db.cql
+ chmod 755 /tmp/writable-config/tools/build/scripts/alter_dox_db.cql
Running alter_dox_db.cql
+ cqlsh -u asdc_user -p Aa1234%^! cassandra-dc1-service.onap.svc.cluster.local 9042 --cqlversion=3.4.6 -f /tmp/writable-config/tools/build/scripts/alter_dox_db.cql
+ pwd
+ CURRENT_DIR=/tmp/writable-config/tools/build/scripts
+ dirname /tmp/writable-config/sdctool/scripts/schemaCreation.sh
+ BASEDIR=/tmp/writable-config/sdctool/scripts
+ echo /tmp/writable-config/sdctool/scripts
+ cut -c1-1
+ [ / = / ]
+ FULL_PATH=/tmp/writable-config/sdctool/scripts
+ . /tmp/writable-config/sdctool/scripts/baseOperation.sh
+ pwd
+ CURRENT_DIR=/tmp/writable-config/tools/build/scripts
+ dirname /tmp/writable-config/sdctool/scripts/schemaCreation.sh
+ BASEDIR=/tmp/writable-config/sdctool/scripts
+ echo /tmp/writable-config/sdctool/scripts
+ cut -c1-1
+ [ / = / ]
+ FULL_PATH=/tmp/writable-config/sdctool/scripts
+ LIB_DIR=/tmp/writable-config/sdctool/scripts/..
+ BIN_DIR=/tmp/writable-config/sdctool/scripts/../bin
+ CONFIG_DIR=/tmp/writable-config/sdctool/scripts/../config
+ JVM_VERBOSE=-Dverbose
+ JVM_LOG_FILE=-Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml
+ find /tmp/writable-config/sdctool/scripts/.. -name *.jar
+ tr \n :
+ LIBS=/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar:
+ JARS=::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar:
+ export JARS
+ export JVM_LOG_FILE
+ mainClass=org.openecomp.sdc.asdctool.main.DataSchemaMenu
+ command=java -Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml -Djava.io.tmpdir=/tmp/writable-config/tmp -cp ::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar: org.openecomp.sdc.asdctool.main.DataSchemaMenu create-cassandra-structures /tmp/writable-config/sdctool/config
+ echo java -Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml -Djava.io.tmpdir=/tmp/writable-config/tmp -cp ::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar: org.openecomp.sdc.asdctool.main.DataSchemaMenu create-cassandra-structures /tmp/writable-config/sdctool/config
+ java -Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml -Djava.io.tmpdir=/tmp/writable-config/tmp -cp ::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar: org.openecomp.sdc.asdctool.main.DataSchemaMenu create-cassandra-structures /tmp/writable-config/sdctool/config
java -Dlogback.configurationFile=/tmp/writable-config/sdctool/scripts/../config/logback.xml -Djava.io.tmpdir=/tmp/writable-config/tmp -cp ::/tmp/writable-config/sdctool/scripts/../asdctool-1.16.2-jar-with-dependencies.jar: org.openecomp.sdc.asdctool.main.DataSchemaMenu create-cassandra-structures /tmp/writable-config/sdctool/config
11:25:03,909 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/tmp/writable-config/sdctool/scripts/../config/logback.xml] at [file:/tmp/writable-config/sdctool/scripts/../config/logback.xml]
11:25:04,018 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
11:25:04,027 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:25:04,029 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
11:25:04,033 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:25:04,103 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
11:25:04,112 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [DEBUG_ROLLING]
11:25:04,115 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6ebc05a6 - No compression will be used
11:25:04,118 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
11:25:04,118 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - Active log file name: /home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log
11:25:04,118 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - File property is set to [/home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log]
11:25:04,119 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - Failed to create parent directories for [/home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log]
11:25:04,119 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[DEBUG_ROLLING] - openFile(/home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log,true) call failed. java.io.FileNotFoundException: /home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log (No such file or directory)
at java.io.FileNotFoundException: /home/sdc/asdctool/logs/SDC/SDC-TOOL/debug.log (No such file or directory)
at at java.base/java.io.FileOutputStream.open0(Native Method)
at at java.base/java.io.FileOutputStream.open(Unknown Source)
at at java.base/java.io.FileOutputStream.(Unknown Source)
at at ch.qos.logback.core.recovery.ResilientFileOutputStream.(ResilientFileOutputStream.java:26)
at at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:204)
at at ch.qos.logback.core.FileAppender.start(FileAppender.java:127)
at at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:100)
at at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:90)
at at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:309)
at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:193)
at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:179)
at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:165)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:152)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:110)
at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:53)
at at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:64)
at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:134)
at at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:84)
at at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:55)
at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:417)
at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:362)
at at org.openecomp.sdc.common.log.wrappers.Logger.(Logger.java:36)
at at org.openecomp.sdc.common.log.wrappers.Logger.getLogger(Logger.java:40)
at at org.openecomp.sdc.asdctool.main.DataSchemaMenu.(DataSchemaMenu.java:35)
11:25:04,119 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
11:25:04,119 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [DEBUG_ROLLING] to Logger[ROOT]
11:25:04,120 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
11:25:04,120 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.openecomp.sdc] to INFO
11:25:04,120 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.openecomp.sdc.asdctool.migration] to INFO
11:25:04,120 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
11:25:04,120 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d99d22e - Registering current configuration as safe fallback point
2026-04-07T11:25:04.525Z|||main||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||o.o.s.c.util.YamlToObjectConverter||ActivityType=, Desc=
2026-04-07T11:25:04.527Z|||main||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||o.o.s.c.util.YamlToObjectConverter||ActivityType=, Desc=
2026-04-07T11:25:04.529Z|||main||SDC-TOOL||WARN|||beFqdn_IS_UNDEFINED||o.o.s.b.c.v.ArtifactConfigValidator||ActivityType=, Desc=
2026-04-07T11:25:04.531Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.543Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core||ActivityType=, Desc=
2026-04-07T11:25:04.607Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.d.driver.core.GuavaCompatibility||ActivityType=, Desc== 19 in the classpath, using modern compatibility layer>
2026-04-07T11:25:04.615Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.616Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.616Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.616Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.747Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.datastax.driver.core.ClockFactory||ActivityType=, Desc=
2026-04-07T11:25:04.820Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=<** cluster created>
2026-04-07T11:25:04.821Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.821Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.821Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.821Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.821Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaUtils||ActivityType=, Desc=
2026-04-07T11:25:04.821Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.datastax.driver.core.ClockFactory||ActivityType=, Desc=
2026-04-07T11:25:04.904Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.NettyUtil||ActivityType=<>, Desc=
2026-04-07T11:25:05.430Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||c.d.d.c.p.DCAwareRoundRobinPolicy||ActivityType=, Desc=
2026-04-07T11:25:05.431Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:25:05.431Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:25:05.431Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||com.datastax.driver.core.Cluster||ActivityType=, Desc=
2026-04-07T11:25:05.548Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:05.555Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:05.555Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:08.033Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:08.034Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:10.092Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:10.092Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:10.092Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:10.097Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:12.053Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:12.053Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:12.053Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:12.054Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:16.013Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:16.013Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:16.013Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:16.014Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:18.063Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:18.063Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:19.219Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:19.221Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:20.996Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:20.997Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:20.997Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:20.998Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:22.031Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:22.031Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:22.031Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:22.031Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:24.160Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:24.168Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:25.139Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:25.139Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:25.139Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:25.140Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:26.223Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:26.224Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:27.113Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:27.113Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:27.113Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:27.113Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:29.143Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:29.144Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:30.162Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:30.162Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:30.162Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:30.162Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:32.122Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:32.123Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:34.123Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:34.123Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:34.123Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:34.124Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:36.080Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:36.080Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:38.021Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:38.021Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:40.186Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:40.186Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:42.211Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:42.211Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:44.138Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:44.138Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:46.114Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:46.115Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:48.032Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:48.033Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:49.101Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:49.101Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:49.101Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:49.101Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:51.033Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:51.033Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:52.096Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:52.096Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:52.096Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:52.096Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:54.124Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:54.125Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:56.988Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:56.988Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:59.091Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:59.091Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:59.091Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:25:59.092Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:01.171Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:01.171Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:02.992Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:02.992Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:05.031Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:05.031Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:06.019Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:06.020Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:06.020Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:06.020Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:08.100Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:08.100Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:10.033Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:10.034Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=
2026-04-07T11:26:11.089Z|||main||SDC-TOOL||INFO|||beFqdn_IS_UNDEFINED||o.o.s.b.d.c.schema.SdcSchemaBuilder||ActivityType=, Desc=