Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Search in multiple Gemini instances

web-app

Hi,
I have many Gemini instances running in the same IIS and in the same SQLServer (but different databases). This is beacause I need different workflows for different projects and the only way I found is to separate in different instances (IIS & Databases).
The problem is that I want to search across Gemini instances. Is there any way to do it ? How ?

Any help ?

Thanks a lot in advance.

PD: I think that the problem could be resolved if I could have a custom workflow per project.

alasso
· 1
alasso
Replies (1)
helpful
0
not helpful

There is no simple sulotion for this.

You can use web services to query each instance and display the results or create a database that will have view that are unions of the other databases:

select * from DB1.dbo.issues union all

select * from DB2.dbo.issues.....

 

We are looking into having custom workflow per project for 2.1.


Saar Cohen
· 5000
Saar Cohen