Streaming DB Loader Fails to Stream

Hey all,

I’m trying to run a load of data into a server using the DB loader, but for some reason even thought he DB loader should work with streaming it doesn’t actually take data from the previous step in a streaming fashion. Are would the non-streaming step of authentication cause this to fail? I’ve used streaming before and this was never really an issue. See below example:

@Fearox I think the connectors should stay outside the stream since otherwise for ach run they would have to try to connect again, possibly overwhelming the connection.

I tried that as well, but you have the same behavior, the connection to the loader is still solid not dotted and nothing appears to be moving.
image
The connection is authenticated, and otherwise working.

@Fearox there has been this suggestion by @tobias.koetter:

Although this should have been fixed in version 4.6 …

Also maybe you can check if this example of streaming data does work for you:

1 Like

@Fearox you can try two more things In the setting there is a “Retrieve in configure” you can un-check the setting and see if this makes any difference.

Also you can try to use additional settings in the JDBC driver.

responseBuffering=adaptive

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.