Cupropituvanso opened a new issue, #3452:
URL: https://github.com/apache/hop/issues/3452
### Apache Hop version?
2.6
### Java version?
openjdk version "11.0.20" 2023-07-18
### Operating system
Docker
### What happened?
Code Snippets and Logs shows more than thousands words:
Relational Database Connection:
jdbc:oracle:thin:@//${FBAT_EF3_REPORTING_DB_HOST}:1521/${FBAT_EF3_REPORTING_DB_NAME}
Envirement Development Config Files:
local-development.json
Content of Config File:
FBAT_EF3_REPORTING_DB_HOST correct hostname
FBAT_EF3_REPORTING_DB_NAME correct db name
[...]
Starting of a pipeline via gui directly, no problem.
Starting of a workflow (via gui or webservice) which triggers the same
pipeline:
2023/11/22 15:53:37 - Database lookup NUMBER.0 - ERROR: Database connection
is missing for transform [Database lookup NUMBER]!
2023/11/22 15:53:37 - Database lookup NUMBER.0 - ERROR: Error initializing
transform [Database lookup NUMBER]
2023/11/22 15:53:37 - Database lookup VARCHAR.0 - ERROR: Database connection
is missing for transform [Database lookup VARCHAR]!
2023/11/22 15:53:37 - Database lookup VARCHAR.0 - ERROR: Error initializing
transform [Database lookup VARCHAR]
2023/11/22 15:53:37 - REPORT_KREDITORINFO_RUN.0 - Connected to database
[ef3_reporting] (commit=1000)
2023/11/22 15:53:37 - REPORT_KREDITORINFO.0 - Connected to database
[ef3_reporting] (commit=1000)
2023/11/22 15:53:37 - kreditorinfos_somedata - ERROR: Transform [Database
lookup VARCHAR.0] failed to initialize!
2023/11/22 15:53:37 - kreditorinfos_somedata - ERROR: Transform [Database
lookup NUMBER.0] failed to initialize!
2023/11/22 15:53:37 - Kreditorinfos.0 - Finished reading query, closing
connection.
2023/11/22 15:53:37 - GetRUNID.0 - Finished reading query, closing
connection.
you can see the Table Output is able to connect, but the Database Lookup
cannot initalize
### Issue Priority
Priority: 1
### Issue Component
Component: Transforms
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]