scriptbox for remote SQL
I have FIM 2010 installed with remote SQL server, when I run the scripts from scriptbox -like object visualizer- it give me an error, no FIM is installed.
any idea how to solve this
November 23rd, 2010 7:56am
Look in the script for database connection strings. It's probably set to "localhost" so you'll need to change that to your actual SQL server. This should just be for DB connection strings though - if your FIM Service is running locally then you don't want
to change the URI address.http://www.wapshere.com/missmiis
Free Windows Admin Tool Kit Click here and download it now
November 23rd, 2010 10:59am
for some PS scripts, the only parameter I can configure is:
set-variable -name URI -value "http://localhost:5725/resourcemanagementservice" -option constant
when I changed the localhost to sql server name I get errors.
any idea how to solve this?
November 29th, 2010 3:24am
What are the errors?
The scripts will have to run on the FIM Service server.
Cheers,
Markus Markus Vilcinskas, Knowledge Engineer, Microsoft Corporation
Free Windows Admin Tool Kit Click here and download it now
November 29th, 2010 11:34am
I'm running it from the FIM service server, and for the Schema Documenter script, I get the error
Error: There is no metaverse data available on your system!
November 29th, 2010 11:59pm
it is solved, on the fimservice server, the fimservice, fimma, and fimsyncservice will denied from logon locally.
Free Windows Admin Tool Kit Click here and download it now
November 30th, 2010 3:17am