WFC for System Center 2012 Application web catalog

Dopo aver installato tutto regolarmente l’applicazione client Software Center non riesce a connettersi correttamente al catalogo delle applicazioni via web?
Avete controllato i log e siete giunti ad un errore in WFC…
Avete ricontrollato e sembra tutto correttamente installato e funzionante ?

Ma wfc sta funzionando ? Leggete questo post:
http://3water.wordpress.com/2012/09/05/host-wcf-in-iis8-windows-server-2012

Posted in .Net, SqlServer | Tagged , , , , , | Leave a comment

SqlServer 2012 – Cannot access the specified path or file on the server

Avete ricevuto l’errore riportato sotto e siete in un ambiente cluster ?
Avete modificato i dischi o tolto e rimesso delle risorse al servizio cluster MsSql ?

TITLE: Locate Database FilesSVDB2012S0

M:\MSSQL11.MSSQLFF\MSSQL\Backup
Cannot access the specified path or file on the server. Verify that you have the necessary security privileges and that the path or file exists. If you know that the service account can access a specific file, type in the full path for the file in the File Name control in the Locate dialog box.

Or

System.Data.SqlClient.SqlError: Cannot use file for clustered server. Only formatted files on which the cluster resource of the server has a dependency can be used. Either the disk resource containing the file is not present in the cluster group or the cluster resource of the Sql Server does not have a dependency on it. (Microsoft.SqlServer.SmoExtended)

Soluzione:

Il problema potrebbero essere le dipendenze. Se guardate nelle risorse del servizio in cluster di SqlServer, vedrete le varie risorse: Server, Network, Storage e SQL Server e SQL Server Agent. Bene, l’errore nel mio caso era scatenato dal fatto che il servizio SQL Server partiva prima dello storage e quindi non riusciva ad accedervi poichè non lo vedeva come una risorsa disponibile. Poco importa se partiva un millisecondo dopo e se il sistema operativo host poteva accederci…

Per sistemare il problema dovete cliccare con il tasto dx sul servizio SQL Server e impostare le Dependency aggiungendo i due dischi dello storage.
In questo modo, quando farete partire il cluster di SQLServer, lui farà partire prima i dischi dello storage e poi il servizio SQL Server che, questa volta, troverà correttamente la disponibilità della risorsa e tutto funzionerà correttamente !

Posted in SqlServer | Tagged , , , , , , , | Leave a comment

ActiveDirectory: Update ExtensionAttribute with PowerShell

Updating ExtensionAttribute with a single command and with ActiveRoles Management Shell for Active Directory… it’s very easy:

Example:
Get-QADUser -SearchRoot ‘OU=Unit,DC=Domain’ -objectAttributes @{extensionAttribute1=”value”} | Set-QADUser -objectAttributes @{extensionAttribute2=”newvalue”}

Only users with email:

Get-QADUser -SearchRoot ‘OU=Unit,DC=Domain’ -objectAttributes @{extensionAttribute1=”value”} -LdapFilter ‘(mail=*)’ | Set-QADUser -objectAttributes @{extensionAttribute2=”newvalue”}

 

Posted in ActiveDirectory | Tagged , , | Leave a comment

Solo una moda ?

Posted in Marketing, Varie | Tagged | Leave a comment

Social And Digital Marketing

Posted in Marketing, Varie | Tagged | Leave a comment

Vodafone ci vede bene

Trovato, o meglio, visto…
sul sito della Vodafone.

Vodafone [Non vedenti]

Posted in Varie | Leave a comment