| Dear Toni,
I had the same problem with dbu on NTI-Server with German language
(I used dbu to migrate from a SCO UNIX-Server platform to NTI).
Server Versions:
================
NTI Server with V3.51 (Build 1057; Service Pack 5) German
Regional settings: Deutsch (Deutschland)
Dateformat: TMJ (for short and long format)
(calling date returns (e.g.: Mi 26.02.1997))
MS SQL-Server V6.00.121 German (SQL-DMO V6.0, DB-Lib. V6.00.128)
LinkWorks V3.07
Installed languages: English and German
Default language: German
Using dbu to migrate the cell database failed for all non-empty tables
(e.g.: eingangsbuch, attrsuche, etc.) using the data type datetime
with the error message:
Database restore failed
[Microsoft][ODBC SQL Server Driver][SQL Server]
Umwandlung von CHAR in DATETIME f�hrte zu einem DATETIME-Wert
ausserhalb des g�ltigen Bereichs.
After solving this problem by converting the corresponding *.dta files
I had the same problem by trying to manipulate user-defined LNX
attributes of data type datetime.
If I tried to assign the value 12.02.1997 the attribute was set to
02.12.1997 and if I tried to assign the value 13.02.1997 the error
message
[Microsoft][ODBC SQL Server Driver][SQL Server]
Umwandlung von CHAR in DATETIME f�hrte zu einem DATETIME-Wert
ausserhalb des g�ltigen Bereichs.
was generated and no value was assigned to the attribute.
I checked the following master tables
* syslanguages:
- dateformat: dmy
- name: Deutsch
to make sure that every language information was set to German.
After using a simple LNX-Server script using the NOW()-function
to determine the current date and time on the Server I got the
following suprising result:
WNT-Server: date: Mi 26.02.1997
LNX-Script: Now(): 02-26-1997
I'm not sure if this is correct but I think that LNX is not able
to handle German date information. Therefore I changed the
default language for the SQL-Logins omuser and omdba from <default>
to us_english and everything works fine.
Maybe this information can help to solve your problem.
Regards,
Peter
[Posted by WWW Notes gateway]
|