Script doesn't work with Windows Server 2008
Hey guys. First of all, I'd want to thank the creators of this program, especially Martin for being so active here, it's very nice to see. As for why I came here; I got an issue with a script that I've made, which have been working fine on multiple Windows 7 and Windows Server 2012 systems. However, today I tried it out for the first time on a Windows Server 2008 English Enterprise system, and it would just not function and do what the script says. It takes some time to execute but "does nothing", the db file assigned in the script does not get downloaded from the database. I've googled (whereas I've found that Windows Server 2008 is supported), updated the program to the most recent (portable) version as well as using the version running on my other systems, and been trying fix it myself by adjusting script code, but I haven't managed to. Therefore I come here as a last resort, hoping to get some help.
The log files are pretty different so I'll supply two "runs"
I've replaced database host, user, password and database file-name, however these are correctly assigned, as I said before the script is working fine on other OS:es.
Code commands tried from running .bat files, whereas both failed (but works fine on other Windows systems):
I've added an attachment file with the logs from both "runs".
I'd appreciate it a ton if I could get some help to get this sorted, thanks in advance :)
The log files are pretty different so I'll supply two "runs"
I've replaced database host, user, password and database file-name, however these are correctly assigned, as I said before the script is working fine on other OS:es.
Code commands tried from running .bat files, whereas both failed (but works fine on other Windows systems):
"C:\WinSCP\WinSCP.exe" /command "open ftp://user:pass@host" "get -neweronly ""db_file.extension"" ""%userprofile%\Desktop\""" "exit" /log="C:\winscp.log"
"C:\WinSCP\WinSCP.exe" /command "open ftp://user:pass@host" "get -neweronly ""db_file.extension"" ""%userprofile%\Desktop\""" /log="C:\winscp.log" "exit"
I've added an attachment file with the logs from both "runs".
I'd appreciate it a ton if I could get some help to get this sorted, thanks in advance :)