Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
440 views

Open Source Federated Search Server

Looking for Open Source Search Federation solutions. Essentially I have a myriad of data repositories that I am unable to connect directly to SOLR. I have evaluated SESAT (http://sesat.no/home.html) ...
2
votes
1answer
194 views

Using open ID with Google app engine

I have an app running on Google app engine. I want to change the sign-in from using google, to using open id, in Java. So, I tried following this guide: ...
2
votes
0answers
262 views

Windows 7 Federated Search - How to make it send search requests to my .net assembly

I am trying to display search results in the windows 7 explorer thru the federated search feature, from a local .net assembly. (not from a web service) I have found various tutorials, but all of them ...
2
votes
5answers
193 views

Variables in Create Statement

I am trying to use some variables in a creation script for database setups. I am not exactly sure how to use them. Please explain how to properly format my code. Below is the code I try, and the error ...
1
vote
1answer
282 views

Is is possible to create a FEDERATED on VIEW for mysql

How can I create a FEDERATED on VIEW which placed on remote server? I'm using MySQL.
1
vote
0answers
181 views

Accessing data with FEDERATED error #1429

I am currently trying to establish a connection from one database to another on the same hostname(mysql.stud.ntnu.no) with FEDERATED, however, when the table is created(no problem), I get this ...
1
vote
2answers
407 views

Feedly “Login with Google” system

I'm trying to figure out how Feedly does their login with Google link. Based on the redirect URL it passes I'd think it was a google service, but at the same time, the login page says it's not ...
0
votes
1answer
38 views

WCF-based federated security in a service-oriented setup

So i have the following scenario: I have a WPF-application which includes a login-box. Users enter credentials, which is used to get a security token from a SecurityTokenService (STS). This token is ...
0
votes
0answers
28 views

Google federated login for peoplesoft [closed]

How can we implement google federated login with PeopleSoft. Thanks Girish
0
votes
1answer
49 views

generating federated tables dynamically in mysql

I have server-1 and has database demo and have 10 tables . I have server-2 and has database feddemo. I have to generate federated tables in server-2 from demo database. How can this can be achieved. ...
0
votes
2answers
389 views

How do I create a MySQL View that reads its data from a different host and database?

I have a table T, which is stored in MySQL database dbA, on host HOST_A. I want to create a view V on database MySQL dbB, on host HOST_B. I want to read data from table T into view V. and...I'm not ...
0
votes
1answer
172 views

select from another mysql host

is it possible to execute a SELECT command on a mysql host db2, being logined to mysql host db1? e.g. i'm logined on mysql server db1, and i want to SELECT some data from db1 tables and db2 server ...