-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Description Trigger throws an error Component did not send any data during timeout.
when INSERT Statement is in input but actually data is added into DB
STR:
- SQL SELECT Statement input:
INSERT INTO Employee (EmpID, EmpName, JoingTimeStamp)
VALUES (13251, 'try to insert', '2019-10-22T12:24:18.920Z');
- Retrieve sample
AR:
Error thrown: Error! Component did not send any data during timeout.
but row is actually inserted
Logs:
Starting your Docker container ...
[INFO tini (1)] Spawned child process '/run.sh' with pid '6'
Starting application in apprunner...
Will try to start app at /home/apprunner
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
Connecting to the database
Connection established
Checking if incoming messages is lightweight...
Last polling timestamp=1970-01-01T00:00:00.000Z
Query execution completed, affected=1
ER:
Error that only SELECT Statement is supported thrown
No data affected (nothing created/updated)