TI Process Aborted by decimal separator
Posted: Mon Nov 12, 2012 2:21 pm
Hi all,
I use TM1 9.5.2 version on DB Oracle 11g (with NLS language "Italy")
I developed an TI process to export my cube data into DB Oracle, but it's aborted because try to insert a number with decimal separator ".", instead ","
When the process reads the tupla key sequence, the number and the decimal separator, are correct.
"DELTA", "PROD", "MBI_SKEW", "HALLIBURTON", "CRDCDS", "Default swaps", "19036,215965"
but when writes the value, trying to insert into the DB, put the "." separator and the process go to error
"DELTA","PROD","MBI_SKEW","CRDCDS","Default swaps","HALLIBURTON","ECO_PL_EUR_D12","19036.215965"
But the strange thing, is that the error appear only after the insert of some rows (c.a 7000) then stopped it.
I checked the ODBC and the Oracle installation on the TM1 Server, but both have the NLS language set Italy.
I looked for a solution in iternet, but nobody speak of this problem.
Please help me, is an critical problem for my project!Thanks.
Lucia.
I use TM1 9.5.2 version on DB Oracle 11g (with NLS language "Italy")
I developed an TI process to export my cube data into DB Oracle, but it's aborted because try to insert a number with decimal separator ".", instead ","
When the process reads the tupla key sequence, the number and the decimal separator, are correct.
"DELTA", "PROD", "MBI_SKEW", "HALLIBURTON", "CRDCDS", "Default swaps", "19036,215965"
but when writes the value, trying to insert into the DB, put the "." separator and the process go to error
"DELTA","PROD","MBI_SKEW","CRDCDS","Default swaps","HALLIBURTON","ECO_PL_EUR_D12","19036.215965"
But the strange thing, is that the error appear only after the insert of some rows (c.a 7000) then stopped it.
I checked the ODBC and the Oracle installation on the TM1 Server, but both have the NLS language set Italy.
I looked for a solution in iternet, but nobody speak of this problem.
Please help me, is an critical problem for my project!Thanks.
Lucia.