We seem to be having a problem with running an import. We're uploading the files no problem (they are showing in the server side files list)
but when we run an import on them with the following code:
SELECT 'dbr.import', 'sp_DBR_Import_import_bank_statements_do' ,'https://reports.ourdomain.com/user/statement.csv', 'now';
All of our reports of this type are running without showing an error, but they all say that there are 0 Rows - 0 Errors.
This is on ALL of our import reports. None of which have been edited and the files they are referring to are in the same format.
I've tried going to the target report (sp_DBR_Import_import_bank_statements_do) and manually inputting the fields for the first row and it works so the problem seems to be with the import script.