CMDBuild Forum

Re: Task manager // connector : unable to use an extarnal table defined within a schema

Salve,

 

  we plan to have a bunch of views related to cmdbuild in our monitoring system database. Hence we decided to create a schema grouping all the views within this external database

.

 

 However the connector task (from the gui) cannot make a request when we add a schema in the "external entity" field.

 

 For example : the request done by cmdbuild is

SELECT * "cmdbuild.get_switches_view"

instead of :

SELECT * "cmdbuild"."get_switches_view"


Jean-Marie:

PS: I did not find another way to signal such errors. Do you plan to deploy a real bug tracking system instead of the forum ?

maybe on bitbucket ?

Dear jmk,
 
thank you for your submission, we will fix it as soon as possible.
 
Best regards.
 
-- CMDBuild Team
 
Previously jmk wrote:

Salve,

 

  we plan to have a bunch of views related to cmdbuild in our monitoring system database. Hence we decided to create a schema grouping all the views within this external database

.

 

 However the connector task (from the gui) cannot make a request when we add a schema in the "external entity" field.

 

 For example : the request done by cmdbuild is

SELECT * "cmdbuild.get_switches_view"

instead of :

SELECT * "cmdbuild"."get_switches_view"


Jean-Marie:

PS: I did not find another way to signal such errors. Do you plan to deploy a real bug tracking system instead of the forum ?

maybe on bitbucket ?