• the cv_wo_xtd_imgs tables holds photos that are uploaded and I have an on insert trigger that calls a sql server job that in turn calls the SSIS package to export the raw data into a jpg. The description column is what ever the user enters as a description on the device i had originally maybe thought it was due to leading or trailing spaces so I added a LTRIM and RTRIM to the stored procedure that inserts the photo record but that didn't fix it. I am able to go back and look at the description that was entered and no dodgy characters have been entered so for everything I can tell the UNC path is correct and there is nothing crazy going on with the description. 

    I don't even think its spaces in the file name causing the issue since I was able to get files to successfully export even with spaces in the description to the same UNC path that failed on the previous run.