Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Important Error with Stambia analytics

More
19 Sep 2016 16:06 #1 by MOUDEN_Kenza
MOUDEN_Kenza created the topic: Error with Stambia analytics
Hello,
I have a process that works verry well in stambia designer, but when I try to execute it in stambia analytics it didn't work and gave me the error :
"SQL exception error cross-database are not implemented"
while I'm using just a single database.
More
19 Sep 2016 18:09 #2 by Thomas BLETON
Thomas BLETON replied the topic: Error with Stambia analytics
Hi,
Can you have a closer look at the step which produces this error?
You may want to compare the SQL executed in the Analytics version and the SQL executed in the Designer version. => Is there a difference ?
More
19 Sep 2016 18:57 #3 by MOUDEN_Kenza
MOUDEN_Kenza replied the topic: Error with Stambia analytics
Hi,
I compared them and there is no difference between them.
Attachments:
More
20 Sep 2016 10:20 #4 by Thomas BLETON
Thomas BLETON replied the topic: Error with Stambia analytics
There is a small difference: the database name is enclosed in double quotes, or not.
If you work with a database such as Postgresql, this is a big difference. Postgresql database names can be case sensitive, and I guess this is the origin of the error.

Can you show how your metadata is set in the Designer? the server node & the schema node, please.
More
20 Sep 2016 10:55 #5 by MOUDEN_Kenza
MOUDEN_Kenza replied the topic: Error with Stambia analytics
Hi,
Okay, I see.
Here are my metadata (the server node and the schema node).
Attachments:
More
20 Sep 2016 11:07 #6 by Thomas BLETON
Thomas BLETON replied the topic: Error with Stambia analytics
Okay thanks, I don't really see why this would not work the same between Designer & Analytics.
Can you please open a Support Ticket? please refer to this forum page URL so that they can see the history.
More
20 Sep 2016 11:12 #7 by MOUDEN_Kenza
MOUDEN_Kenza replied the topic: Error with Stambia analytics
Okay thank you.
I'll contact the support.
More
20 Sep 2016 12:03 #8 by MOUDEN_Kenza
MOUDEN_Kenza replied the topic: Error with Stambia analytics
Hi,
I solved the problem.
I changed the name of the catalog name from (DB_OCD_SR_OM_FA_TT_IM_RECETTE ) to ("DB_OCD_SR_OM_FA_TT_IM_RECETTE") in Stambia analytics and my process runs well.