SCAPaoT

System Center, Automation, Powershell and other Thoughts

Send Email Activity doesn’t store data in Orchestrator 2012 Beta

This was a bug we where facing in the actual installation of System Center Orchestrator 2012 beta.

The build in activity to send emails from within a runbook didn’t store its settings.
So the runbook failed.

The error was caused by a wrong collation.
The sql server 2008 R2 was set up with SQL_Latin1_General as collation.

As a requirement, System Center Orchestrator needs SQL_Latin1_General_CP1_CI_AS as collation.
So we had to reinstall the sql server with the correct setting and everything was correct.

A Senior Support Escalation Engineer from Microsoft wrote us about that bug:

We actually force SQL_Latin1_General_CP1_CI_AS as we write our schema entries (as does SCOM) but having the alternate collation would have some impact in terms of temp table usage and such.

 

You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

COMMENTS

1 Comments

  1. [...] where faced with an error in the Send Email Activity, caused by wrong [...]

Comments are now closed.