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.
The connection is authenticated, and otherwise working.
@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.