MSSQL databases
|
Q
|
What should I do if the date_format environment variable is not set correctly when I install Magic xpi on MS Server 2000 and 2003, with a German version of the MSSQL Server?
|
A
|
You should set the date_format environment variable manually, in the magic.ini file, so that it matches your internal database date format.
|
| |
Q
|
Why do I get an error Incorrect syntax near '-' at runtime even when the Database resource gets validated?
|
A
|
The hyphen (-) character is not allowed as part of the database name. To overcome this limitation, enclose the database name within square brackets ([ ]).
|
| |
Oracle databases
|
Q
|
Why am I getting the "System Property oracle.net.tns_admin was empty" error?
|
A
|
You might get this error when trying to change your internal database to an Oracle database.
To solve this issue, update the GigaSpaces-xpi\bin\magicxpi-setenv.bat > ADDITIONAL_OPTIONS property with the oracle.net.tns_admin jvm argument, which contains the path to the folder containing the TNSNAMES.ORA file. For example:
set ADDITIONAL_OPTIONS=%ADDITIONAL_OPTIONS% -Dcom.magicsoftware.ibolt.home=%MAGIC_XPI_HOME%\runtime -Doracle.net.tns_admin=$ORACLE_HOME/network/admin
|
|
|
Q
|
Why does the ORA-01858 database error message occur in the Magic xpi Monitor?
|
A
|
The ORA-01858 database error message means that a non-numeric character appears where a digit was expected.
This error is related to the format of the Date field, and occurs when an invalid date format is given.
To prevent this problem from arising, make sure that you enter the correct date format. The date_format field in the [MAGIC_LOGICAL_NAMES] section of the Magic.ini should be the same as the internal database's date format.
|
|
|
Q
|
Why does the Select count (*) statement from the Oracle database return a picture as N22?
|
A
|
The N22 picture, which is not valid in Magic xpi, is actually coming from Oracle. To prevent this from happening, you should add casting to the statement. This casts the value to something that Magic xpi can handle.
Nevertheless, the Checker alerts you to any invalid numeric pictures.
|
|
|
Q
|
When I try to work with numeric values, I get the ORA-01722 error. How can I overcome this?
|
A
|
The ORA-01722 error indicates that a number was sent to the database in the wrong format. Magic xpi can only work with a decimal separator which is set to dot (.). You should check the following:
-
In your regional settings, verify that the decimal separator is set to dot (.) and the thousand separator is set to comma (,).
-
Check the server settings by running the following command: select * from nls_database_parameters; The NLS_NUMERIC_CHARACTERS should be dot (.) comma (,). (The NLS_NUMERIC_CHARACTERS .,).
-
Check your machine’s registry for the Oracle settings in software\Oracle for a 32-bit machine and in software\wow6432Node\Oracle for a 64-bit machine. The NLS_TERRITORY should be AMERICA. For example, AMERICAN_AMERICA.WE8MSWIN1252.
|
|
|
Q
|
When I try to run the Oracle script, why am I getting the "ORA-65096: invalid common user or role name" error?
|
A
|
This error might occur when you try to run the script on an Oracle 12c database. To solve this issue, follow the instructions in step #5 of the How Do I Change the Magic xpi Internal Database? topic.
|
|
|
MySQL databases
|
Q
|
When using the MySQL database, why am I getting an error about an incorrect time value?
|
A
|
When using the Time function, you might see the following error if you are using MySQL 5.1.4 database:
- Error 9804: [MySQL][ODBC 5.1 Driver][mysqld-5.6.20]Incorrect time value: '14:39:23''14:39:2' for column 'time_1' at row 1
To solve this issue, install MySQL 5.3.4 or above.
|
|
|
DB2/400 databases
|
Q
|
When running a project using the DB2/400 internal database, why am I getting the following error in the GS-UI: 'mgmirror-gs [1] ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] - Data truncation'?
|
A
|
This error might appear when you use a very large XML BLOB. To solve this issue, define a larger USER_BLOB column(USERBLOB). For example: USERBLOB BLOB(10000000)
|
ODBC databases
|
Q
|
While using a SQL Server via ODBC in the Data Mapper, why are the DB schema property values not being shown correctly?
|
A
|
To use the native Microsoft® ODBC Driver for SQL Server® with the Magic xpi Studio, you need to replace the information in the data_types.xml file with the information from the data_types_MSSQLODBC.xml file. Both of these files are located at: <Magic xpi installation>\Studio.
|
| |
Q
|
When using the Postgre database, why is the database connection using the ODBC driver not created?
|
A
|
The database connection fails to create as the version of the Postgre ODBC database driver installed on the system is not compatible with the Magic xpi installation. To solve the issue, install the 09.03.0400 or 10.00 version of the Postgre ODBC database driver. Both these versions are compatible with Magic xpi.
|