Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I want to insert a csv file into a database using tMssqlOutputBulk and tMssqlBulkExec or (tMssqlOutputBulkExec). The file and database are on a distant server.
So far my job look like this (see attachment)
And I always get this error even after checking the path (Sorry it's in french) :
Chargement en masse impossible car le fichier "/disk1/apps/SIN/test/mssql_data.txt" est impossible à ouvrir. Code d'erreur du système d'exploitation 3(The system cannot find the path specified.).
The file is created in the specified directory of tMssqlOutputBulk component and I even changed the rights but I still get this error.