I'm trying to run SSIS package with SQL Server Agent Job, but get a fail message. After analyzing I found that the job fails when trying to run Execute Process Task (EPT), which creates a network file path via cmd.exe.
The argument in Execute Process Task is (username and password are redacted for safety): /c "NET USE W: "\fs.i.local\kom\Komb\Službenici\korisničke maštarije" /user:--REDACTED-- -REDACTED--"
I'm trying to find a way to allow characters Ž,Č,Š to be inside the EPT argument, because renaming the folder that contains those characters would affect multiple systems and users, so that is my last resort.
I tried to change LocaleId of the task to Croatian