Hi,
I have defined a Linked Server that allows me to query IBM DB2/AS400 data using four-part-naming in an SQL statement. For example, "Select * from LinkedServer.Catalog.Database.Table where PrimaryKey = 1" selects data from the Linked Server's database Table. The query runs and returns data from the Linked Server - so I know that part works.
The question is: How do I setup a FIM Management Agent (in FIM 2010) to use a Linked Server?
Here's what I've tried for the settings in the "Create Management Agent" screen.
- Server: localhost
- Database: LinkedServer.Catalog.Database
- Table/View: Table
However, I get the following error message: Failed to retrieve the schema. Cannot connect to the database you have specified.
Thanks,
Blayne