Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9080

Error WIS 30270 using Web Intelligence 4.1 SP5 UNX multisource derived table with decimal or timestamp

$
0
0

Hi all,

I  have found some discussions about the wis 30270 error. One of these talks about decimal and local.

 

I have this mistake when I use decimal or timestamp into a derivate table.

 

For example:

 

WITH

sysdate AS NATIVE ( "BI_COLLAUDO",

'select sysdate from dual',

"SYSDATE" TIMESTAMP

)

 

 

SELECT

  sysdate."SYSDATE"

FROM

  sysdate

 

If I use a varchar all works fine :

 

WITH

stringa_from_dual AS NATIVE ( "SKYBI_COLLAUDO",

'SELECT ''aaaa'' as campo

FROM dual',

"CAMPO" VARCHAR (4)

)

 

 

SELECT

  stringa_from_dual."CAMPO"

FROM

  stringa_from_dual

 

The mistake occurs only with Webi. It doesn't occur using IDT or Data Federation Administration Tool.

 

Do you have some ideas about this?

 

Thanks in advance,

 

Francesco


Viewing all articles
Browse latest Browse all 9080

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>