-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Converting an nvarchar data type to a datetime data type has created an out of range value." #3
Comments
Hello Davidffry, |
Hello jorgedlcrux, yes it seems ok, I retrieve some data from these functions : job_statistics / vms_overview / overview... |
Hello, Have you fin a solution ? Because i have the same problem. Thank's |
Hello I had the same problem with our Enterprise Manager. The SQL request done by the manager can be found in "C:\ProgramData\Veeam\Backup\Svc.VeeamRestAPI.log" |
Hello, when you ran the script before any change, which section failed? You should not mess around with MSSQL. Could you please share more details, some screenshots, or similar? I am sure we can fix this on the Script collecting data, or if it is a Veeam Bug, properly track it on the Veeam side, but editing the MSSQL manually can put you in trouble in Veeam's eyes. Please share more details with me. |
Wow, that is bizarre. Please let me pass this to QA, so we might need to create a bug, etc. This does not look right, is it your OS, and SQL installed with the French version? Thanks! |
Hi!
I've got this issue :
curl -X GET "https://X.X.X.X:9398/api/backupSessions?format=Entity" -H "Accept:application/json" -H "X-RestSvcSessionId: ZTRjYzU0ZjQtNWRhZS00OThiLTkzZGUtMGM3Yjg5Yzk3ZjVl" -H "Cookie: X-RestSvcSessionId=ZTRjYzU0ZjQtNWRhZS00OThiLTkzZGUtMGM3Yjg5Yzk3ZjVl" -H "Content-Length: 0" 2>&1 -k {"FirstChanceExceptionMessage":"La conversion d'un type de données nvarchar en type de données datetime a créé une valeur hors limites.","Message":"La conversion d'un type de données nvarchar en type de données datetime a créé une valeur hors limites.","StackTrace":null,"Status":null,"StatusCode":500}
in english "The conversion of a nvarchar data type to a datetime data type resulted in an out-of-range value"
it seems come from server-side, can you give me some help.
same for
and so on
The text was updated successfully, but these errors were encountered: