<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>orchestrator Discussions Rss Feed</title><link>http://orchestrator.codeplex.com/discussions</link><description>orchestrator Discussions Rss Description</description><item><title>New Post: Download attachment from a form library item</title><link>http://orchestrator.codeplex.com/discussions/442716</link><description>&lt;div style="line-height: normal;"&gt;I'm in a project where I'm integrating SharePoint Forms (library) with Service Manager through Orchestrator. I'm stuck at the Attachment handling. I am able to retrieve the .xml file for the item itself and handle the information. However, when we are handling attachments, the Get Attachment List activity fails with this message:&lt;br /&gt;
Exception occurred in SharePointDomain::GetAttachmentCollection: Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.&lt;br /&gt;
Detail: Column 'Attachments' does not exist. It may have been deleted by another user.&lt;br /&gt;
I have tested and it works properly with a List Item (not a library form).&lt;br /&gt;
&lt;br /&gt;
Any tips on how to handle this?&lt;br /&gt;
Thank you,&lt;br /&gt;
&lt;br /&gt;
Jose Fehse&lt;br /&gt;
&lt;/div&gt;</description><author>josefehse</author><pubDate>Mon, 06 May 2013 18:53:42 GMT</pubDate><guid isPermaLink="false">New Post: Download attachment from a form library item 20130506065342P</guid></item><item><title>New Post: Using Orchestrator to find Last Logon so I can send an email prior to an AD Account being disabled</title><link>http://orchestrator.codeplex.com/discussions/442173</link><description>&lt;div style="line-height: normal;"&gt;Here is the final runbook.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://img.photobucket.com/albums/v247/randallgoedel/CodePlex/Codeplex21daynotificationfinal.png" alt="Image" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Integration Packs you will need:&lt;/strong&gt;  &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Active Directory (CodePlex)---- imports under Activities as &amp;quot;SCORCH Dev - Active Directory&amp;quot;&lt;/li&gt;
&lt;li&gt;Active Directory (Microsoft)---- imports under Activities as &amp;quot;Active Directory&amp;quot;&lt;/li&gt;
&lt;li&gt;Data Manipulation (CodePlex)---- imports under Activities as &amp;quot;Data Manipulation&amp;quot;&lt;/li&gt;
&lt;li&gt;Utilities (Built-in)&lt;/li&gt;
&lt;li&gt;Scheduling (Built-in)&lt;/li&gt;
&lt;li&gt;
Email (Built-in)&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Controls you will need:&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Monitor Date/Time (from Scheduling Activity)&lt;/li&gt;
&lt;li&gt;Format Date/Time (from Utilities Activity)&lt;/li&gt;
&lt;li&gt;Get User (from Active Directory Activity)&lt;/li&gt;
&lt;li&gt;Get Object Properties (from SCORCH Dev - Active Directory Activity)&lt;/li&gt;
&lt;li&gt;Compare Multiple Values (from Date Manipulation Activity)&lt;/li&gt;
&lt;li&gt;
Send Email (from Email Activity)&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Monitor Date / Time:&lt;/strong&gt;  Set you however you desire.  I have mine to kick off at 12:00 pm every day.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;-21 Days:&lt;/strong&gt;  (Format Date/Time)&lt;br /&gt;
&lt;em&gt;Input&lt;/em&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Date / Time:  Published Data from {Activity end time from &amp;quot;Monitor Date/Time}&lt;/li&gt;
&lt;li&gt;
Format:  yyyy-MM-ddThh:mm:ss&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;em&gt;Output&lt;/em&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Format:  MM/dd/yyyy hh:mm:ss&lt;/li&gt;
&lt;li&gt;
Output Adjustments:  Days:  -21 (change  this to whatever your requirements are)&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;strong&gt;Get Employee:&lt;/strong&gt;  (Get User Object)&lt;br /&gt;
&lt;em&gt;Properties&lt;/em&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;
Select your domain that is pre-configured for your environment&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;em&gt;Filters&lt;/em&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Name:  MemberOf | Relation:  Equals | Value:  Distinguished name of the group you are querying (CN=mygroup,OU=myOU,DC=domainname,DC=com)&lt;/li&gt;
&lt;li&gt;
Name:  Disabled | Relation:  Equals | Value:  False&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;strong&gt;Get Employee Object Property Values&lt;/strong&gt; (Get Object Property Values)&lt;br /&gt;
Configuration:  Pre-configured with the SCORCH Dev - Active Directory (under Options from the Toolbar)&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Properties&lt;/em&gt; &lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Object LDAP Path:  Type in LDAP:// and then Right-click/Subscribe/Published Data from {Distinguished Name from &amp;quot;Get Employee&amp;quot;}&lt;/li&gt;
&lt;li&gt;
Include Child Items:  True&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;em&gt;Filters&lt;/em&gt;&lt;br /&gt;
Property_Name | Relations:  Contains | Value:  lastLogonTimestamp&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Compare Multiple Values&lt;/strong&gt;  (Compare Mulitple Values)  &lt;strong&gt;&lt;em&gt;Note.... This is the fun one&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Properties&lt;/em&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Value01 Compare Type:  Number&lt;/li&gt;
&lt;li&gt;Value01 Operator:  Greater Than or Equals&lt;/li&gt;
&lt;li&gt;Value01 Input01:  &amp;lt;@DateDiff({Property_Value from &amp;quot;Get Employee Object Property Values&amp;quot;}, {Activity end time from &amp;quot;Monitoring Date/Time&amp;quot;}, 'days')&amp;gt;&lt;/li&gt;
&lt;li&gt;
Value01 Input02:  &amp;lt;@DateDiff({Format Result from &amp;quot;-21 Days&amp;quot;}, {Activity end time from &amp;quot;Monitoring Date/Time&amp;quot;}, 'days')&amp;gt;&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;strong&gt;Send Email to Employee&lt;/strong&gt; (Send Email)&lt;br /&gt;
&lt;em&gt;Details&lt;/em&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Subject:  Format with desired text&lt;/li&gt;
&lt;li&gt;Recipients:  Click on Add and then Right-Click/Subscribe/Published data.  Select &amp;quot;Get Employee&amp;quot; from the drop-down and then select &amp;quot;Email&amp;quot;.&lt;/li&gt;
&lt;li&gt;
Body:  Format with desired text.&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;em&gt;Connect&lt;/em&gt;&lt;br /&gt;
Configure a Mail Account to send the email from and the server that will handle the SMTP connection&lt;br /&gt;
&lt;/div&gt;</description><author>rgoedel</author><pubDate>Mon, 06 May 2013 17:25:54 GMT</pubDate><guid isPermaLink="false">New Post: Using Orchestrator to find Last Logon so I can send an email prior to an AD Account being disabled 20130506052554P</guid></item><item><title>New Post: Using Orchestrator to find Last Logon so I can send an email prior to an AD Account being disabled</title><link>http://orchestrator.codeplex.com/discussions/442173</link><description>&lt;div style="line-height: normal;"&gt;I figured out the solution.  I will post it within the next few days when I get a chance.  I had to get the Orchestrator Integration Pack for Data Manipulation.oip in order to get it to work.&lt;br /&gt;
&lt;/div&gt;</description><author>rgoedel</author><pubDate>Thu, 02 May 2013 04:24:47 GMT</pubDate><guid isPermaLink="false">New Post: Using Orchestrator to find Last Logon so I can send an email prior to an AD Account being disabled 20130502042447A</guid></item><item><title>New Post: Using Orchestrator to find Last Logon so I can send an email prior to an AD Account being disabled</title><link>http://orchestrator.codeplex.com/discussions/442173</link><description>&lt;div style="line-height: normal;"&gt;I am trying to create a Runbook that will pull all of the users from a security group that are no disabled that have not logged into the network (Active Directory) in the last 21 days.  I am using the Active Directory IP from Codeplex.  I am stuck trying to get the lastLogonTimeStamp - 21 days to actually pull valid data.  For troubleshooting, I am appending the lines to a text file to figure out if it is pulling the correct data, but I am stumped.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://img.photobucket.com/albums/v247/randallgoedel/Codeplex21daynotification.png" alt="Image" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>rgoedel</author><pubDate>Wed, 01 May 2013 03:13:05 GMT</pubDate><guid isPermaLink="false">New Post: Using Orchestrator to find Last Logon so I can send an email prior to an AD Account being disabled 20130501031305A</guid></item><item><title>New Post: Using SCOrch to write to a SQL database</title><link>http://orchestrator.codeplex.com/discussions/440393</link><description>&lt;div style="line-height: normal;"&gt;Sorry for my delayed reply, yes i did find a solution and it was also the SCORCHDev.SQL.OIP. I have found this IP to be pretty powerful and very useful, I can run a number of different .sql files and even alter the .sql files using something like a replace text activity followed by the deploy SQL scripts activity which is part of the SCORCHDev SQL IP.&lt;br /&gt;
&lt;/div&gt;</description><author>josh2992</author><pubDate>Tue, 30 Apr 2013 02:03:09 GMT</pubDate><guid isPermaLink="false">New Post: Using SCOrch to write to a SQL database 20130430020309A</guid></item><item><title>New Post: Using SCOrch to write to a SQL database</title><link>http://orchestrator.codeplex.com/discussions/440393</link><description>&lt;div style="line-height: normal;"&gt;Did you find a solution? I've been using the SCORCHDev.SQL.OIP to do my SQL Server table inserts.  It allows more free-form SQL and lets you parameterize the input.  I just set up a simple runbook and call this runbook all over especially for my logging.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://scorch.codeplex.com/releases/view/85357" rel="nofollow"&gt;https://scorch.codeplex.com/releases/view/85357&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>flipside25</author><pubDate>Wed, 24 Apr 2013 19:07:30 GMT</pubDate><guid isPermaLink="false">New Post: Using SCOrch to write to a SQL database 20130424070730P</guid></item><item><title>New Post: Using SCOrch to write to a SQL database</title><link>http://orchestrator.codeplex.com/discussions/440393</link><description>&lt;div style="line-height: normal;"&gt;Hello again,&lt;br /&gt;
&lt;br /&gt;
I have become stuck on a workflow that I am currently building. I am at a stage where I want to write data into a collection of differen tables within a database and was wondering what the best way to do this is.&lt;br /&gt;
&lt;br /&gt;
I have found the 'Write To Database' activity, but this seems like a bit of a hassle to use if I am adding a whole lot of different data. Is there any way that I can add data using straight SQL. However I obviously don't want to be using hard coded SQL, I want to be able to have a template-like SQL script and then add all the data values into this template each time the workflow is run.&lt;br /&gt;
&lt;/div&gt;</description><author>josh2992</author><pubDate>Tue, 16 Apr 2013 01:08:49 GMT</pubDate><guid isPermaLink="false">New Post: Using SCOrch to write to a SQL database 20130416010849A</guid></item><item><title>New Post: SharePoint IP - Download Document Error</title><link>http://orchestrator.codeplex.com/discussions/439583</link><description>&lt;div style="line-height: normal;"&gt;Yes, you need to include the entire path incl. filename here. Some extra advise: Try to avoid fixed names and use Published Data or define a variable for it. that makes it flexibleand better manageable.&lt;br /&gt;
&lt;/div&gt;</description><author>pimleys</author><pubDate>Wed, 10 Apr 2013 10:15:22 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint IP - Download Document Error 20130410101522A</guid></item><item><title>New Post: SharePoint IP - Download Document Error</title><link>http://orchestrator.codeplex.com/discussions/439583</link><description>&lt;div style="line-height: normal;"&gt;Thanks for the reply. The S: drive is present, it is a network drive so it is available to all servers. After a lot of trial and error, I have finally figured out that my syntax is the issue. When giving a location for the file to be written to, i have to include an actual file name not just a folder location.&lt;br /&gt;
&lt;br /&gt;
Wrong:&lt;br /&gt;
&lt;blockquote&gt;
S:\&lt;br /&gt;
&lt;/blockquote&gt;
Right:&lt;br /&gt;
&lt;blockquote&gt;
S:\filename.csv&lt;br /&gt;
&lt;/blockquote&gt;
&lt;/div&gt;</description><author>josh2992</author><pubDate>Tue, 09 Apr 2013 23:41:16 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint IP - Download Document Error 20130409114116P</guid></item><item><title>New Post: SharePoint IP - Download Document Error</title><link>http://orchestrator.codeplex.com/discussions/439583</link><description>&lt;div style="line-height: normal;"&gt;Josh,&lt;br /&gt;
&lt;br /&gt;
is this S: drive present on the Sharepoint server or on the Orchestrator run book server?&lt;br /&gt;
Why don't you download the file to a local drive on the sharepoint server and then do the SQL import from there or move the file further from the local drive to the required location. There is a run book action available to create a drive mapping.That should defenitely work.&lt;br /&gt;
&lt;/div&gt;</description><author>pimleys</author><pubDate>Tue, 09 Apr 2013 11:52:42 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint IP - Download Document Error 20130409115242A</guid></item><item><title>New Post: SharePoint IP - Download Document Error</title><link>http://orchestrator.codeplex.com/discussions/439583</link><description>&lt;div style="line-height: normal;"&gt;Hi Guys,&lt;br /&gt;
&lt;br /&gt;
I am quite new to SharePoint and Orchestrator and am working on an automation project to pull down a document from SharePoint and then take the data out of that document (csv file) and input it into a database. This would replace the current method of having to manually look up the data and then enter it by hand into a form.&lt;br /&gt;
&lt;br /&gt;
Anyway, I have begun with the Integration Pack for Microsoft SharePoint 1.30. I have my monitor list item set up correctly, so when it sees the document uploaded, it will move to the download document activity. However i get an error (see below) on the download document activity. When I check the logs, it would seem that the correct file is being accessed as the ID I pass in comes from the ID published by the monitor list item activity. I just don't understand what the error means exactly:&lt;br /&gt;
&lt;blockquote&gt;
Exception occurred in SharePointDomain::DownloadFile: The filename, directory name, or volume label syntax is incorrect.&lt;br /&gt;
&lt;br /&gt;
Details: Url = &lt;a href="http://**********.*******/*********/********************/*****/*******/Document%20Library/check.csv" rel="nofollow"&gt;http://**********.*******/*********/********************/*****/*******/Document%20Library/check.csv&lt;/a&gt;, Destination = S:\&lt;br /&gt;
&lt;br /&gt;
Exception: Exception&lt;br /&gt;
Target site: SharepointDomain.DownloadFile&lt;br /&gt;
&lt;br /&gt;
Stack trace:&lt;br /&gt;
at jf.SCOrch.Integration.SharePoint.SharepointDomain.DownloadFile(String url, String destination)&lt;br /&gt;
at jf.SCOrch.Integration.SharePoint.DownloadDocument.DoExecute()&lt;br /&gt;
at jf.SCOrch.Integration.SharePoint.DownloadDocument.Execute(IActivityRequest request, IActivityResponse response)&lt;br /&gt;
&lt;/blockquote&gt;
*Please note: I have replaced the SharePoint address wth asterisks just as a measure of confidentiality, in reality it is the correct location.&lt;br /&gt;
&lt;br /&gt;
Does anyone have any idea as to what would cause this error. Also if anyone has any idea on how to better achieve what I am looking for or any other suggestions, please feel free to let me know, it would be much appreciated.&lt;br /&gt;
&lt;/div&gt;</description><author>josh2992</author><pubDate>Tue, 09 Apr 2013 01:54:02 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint IP - Download Document Error 20130409015402A</guid></item><item><title>New Post: Issue invoking SC 2012 Orchestrator SP1 runbooks using System Center Orchestrator Web Service PowerShell </title><link>http://orchestrator.codeplex.com/discussions/437293</link><description>&lt;div style="line-height: normal;"&gt;The root cause has been identified checking Microsoft KB: &lt;a href="http://support.microsoft.com/kb/2738490" rel="nofollow"&gt;http://support.microsoft.com/kb/2738490&lt;/a&gt; .&lt;br /&gt;
&lt;br /&gt;
&amp;quot;You may experience one of the following problems while using the System Center Orchestrator Orchestration Console or when accessing System Center Orchestrator data using the Web Service:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;
New Runbooks and/or Folders that have been created using the Runbook Designer are not displayed even though the user has the appropriate permissions to see them.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;
Summary pages have incorrect results for all statistics.&amp;quot;&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
System Center SP1 should have fixed this issue but it did not resolved it.&lt;br /&gt;
&lt;br /&gt;
Giovanni&lt;br /&gt;
&lt;/div&gt;</description><author>giovannifl</author><pubDate>Fri, 22 Mar 2013 09:02:17 GMT</pubDate><guid isPermaLink="false">New Post: Issue invoking SC 2012 Orchestrator SP1 runbooks using System Center Orchestrator Web Service PowerShell  20130322090217A</guid></item><item><title>New Post: Issue invoking SC 2012 Orchestrator SP1 runbooks using System Center Orchestrator Web Service PowerShell </title><link>http://orchestrator.codeplex.com/discussions/437293</link><description>&lt;div style="line-height: normal;"&gt;Hello, &lt;br /&gt;
I'm tryng to invoke remotely SC Orchestrator (SCOrch) runbooks using System Center Orchestrator Web Service PowerShell module.&lt;br /&gt;
&lt;br /&gt;
Actually I'm experiencing some random issue when I invoke more runbooks at the same time.&lt;br /&gt;
&lt;br /&gt;
When there is an error, i recevive this message:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;__You cannot call a method on a null-valued expression.&lt;br /&gt;
At C:\Integrations\MSorchestrator_script\OrchestratorServiceModule.psm1:1226 char:24&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
$response.Close &amp;lt;&amp;lt;&amp;lt;&amp;lt; ()&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;CategoryInfo          : InvalidOperation: (Close:String) [], RuntimeException&lt;/li&gt;
&lt;li&gt;
FullyQualifiedErrorId : InvokeMethodOnNull&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
Cannot convert value &amp;quot;System.Object[]&amp;quot; to type &amp;quot;System.Xml.XmlDocument&amp;quot;. Error: &amp;quot;Data at the root level is invalid. Lin&lt;br /&gt;
e 1, position 1.&amp;quot;&lt;br /&gt;
At C:\Integrations\MSorchestrator_script\OrchestratorServiceModule.psm1:206 char:18&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
[xml] $xmlDoc &amp;lt;&amp;lt;&amp;lt;&amp;lt;  = sendHttpGetRequest -Url $Url -credentials $Credentials&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;CategoryInfo          : MetadataError: (:) [], ArgumentTransformationMetadataException&lt;/li&gt;
&lt;li&gt;
FullyQualifiedErrorId : RuntimeException&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
getEntryNodes : Cannot bind argument to parameter 'XmlDoc' because it is null.&lt;br /&gt;
At C:\Integrations\MSorchestrator_script\OrchestratorServiceModule.psm1:217 char:34&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
$jobnodes = getEntryNodes &amp;lt;&amp;lt;&amp;lt;&amp;lt;  $xmlDoc&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;CategoryInfo          : InvalidData: (:) [getEntryNodes], ParameterBindingValidationException&lt;/li&gt;
&lt;li&gt;
FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,getEntryNodes&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
getJobObject : Cannot bind argument to parameter 'JobNode' because it is null.&lt;br /&gt;
At C:\Integrations\MSorchestrator_script\OrchestratorServiceModule.psm1:224 char:47&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
$jobarray += getJobObject -JobNode &amp;lt;&amp;lt;&amp;lt;&amp;lt;  $jobnode&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;CategoryInfo          : InvalidData: (:) [getJobObject], ParameterBindingValidationException&lt;/li&gt;
&lt;li&gt;
FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,getJobObject&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
Get-OrchestratorRunbookInstance : Cannot bind argument to parameter 'Job' because it is null.&lt;br /&gt;
At C:\Integrations\Windows_script\testSCOrchCreateSC.ps1:113 char:51&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
$instance = Get-OrchestratorRunbookInstance -job &amp;lt;&amp;lt;&amp;lt;&amp;lt;  $job -credentials $creds&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;CategoryInfo          : InvalidData: (:) [Get-OrchestratorRunbookInstance], ParameterBindingValidationException&lt;/li&gt;
&lt;li&gt;
FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Get-OrchestratorRunbookInstance&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
Instance Status =&lt;br /&gt;
Get-OrchestratorRunbookInstanceParameter : Cannot bind argument to parameter 'RunbookInstance' because it is null.&lt;br /&gt;
&lt;br /&gt;
At C:\Integrations\Windows_script\testSCOrchCreateSC.ps1:159 char:75&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
$instparams = Get-OrchestratorRunbookInstanceParameter -RunbookInstance &amp;lt;&amp;lt;&amp;lt;&amp;lt;  $instance -Credentials $cre&lt;br /&gt;
ds&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;CategoryInfo          : InvalidData: (:) [Get-OrchestratorRunbookInstanceParameter], ParameterBindingValidationE&lt;br /&gt;
xception&lt;/li&gt;
&lt;li&gt;
FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Get-OrchestratorRunbookInstanceParameter__&lt;br /&gt;
``&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
If I send a single execution everything is right.&lt;br /&gt;
&lt;br /&gt;
Note: when I invoke more runbooks at the same time opening more powershell console, it's true that in some console I receive that error but SCOrch has received them and it put them in its queue and execute them when it is their time.&lt;br /&gt;
&lt;br /&gt;
Any ideas ?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance&lt;br /&gt;
&lt;br /&gt;
Giovanni &lt;br /&gt;
&lt;/div&gt;</description><author>giovannifl</author><pubDate>Wed, 20 Mar 2013 08:43:51 GMT</pubDate><guid isPermaLink="false">New Post: Issue invoking SC 2012 Orchestrator SP1 runbooks using System Center Orchestrator Web Service PowerShell  20130320084351A</guid></item><item><title>New Post: Set people picker field</title><link>http://orchestrator.codeplex.com/discussions/287805</link><description>&lt;div style="line-height: normal;"&gt;@randorfer,&lt;br /&gt;
&lt;br /&gt;
Do you also know how to add  multiple users to a People Picker field or add users to th existong set of users in a People Picking field?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.&lt;br /&gt;
&lt;/div&gt;</description><author>pimleys</author><pubDate>Tue, 12 Mar 2013 15:39:48 GMT</pubDate><guid isPermaLink="false">New Post: Set people picker field 20130312033948P</guid></item><item><title>New Post: Sharepoint IP - Unauthorised error</title><link>http://orchestrator.codeplex.com/discussions/395926</link><description>&lt;div style="line-height: normal;"&gt;Hi Guys,&lt;br /&gt;
Were you able to resolve this issue? I am also getting the same error message and an audit failure error also in Event Viewer&lt;br /&gt;
&lt;/div&gt;</description><author>shanis97</author><pubDate>Sun, 10 Mar 2013 02:55:42 GMT</pubDate><guid isPermaLink="false">New Post: Sharepoint IP - Unauthorised error 20130310025542A</guid></item><item><title>New Post: Sharepoint IP &amp; SP1</title><link>http://orchestrator.codeplex.com/discussions/433735</link><description>&lt;div style="line-height: normal;"&gt;Any chance of getting an SP1 RTM-compatible version of the Sharepoint IP?  Or would it be possible to post the code to CP, and I can take it from there?&lt;br /&gt;
&lt;/div&gt;</description><author>sethostrich</author><pubDate>Tue, 19 Feb 2013 22:56:23 GMT</pubDate><guid isPermaLink="false">New Post: Sharepoint IP &amp; SP1 20130219105623P</guid></item><item><title>New Post: Exchange User Orchestrator</title><link>http://orchestrator.codeplex.com/discussions/402880</link><description>&lt;div style="line-height: normal;"&gt;I am also experiencing this issue - any updates or suggestions?&lt;br /&gt;
&lt;/div&gt;</description><author>petermorrissey</author><pubDate>Tue, 19 Feb 2013 03:57:18 GMT</pubDate><guid isPermaLink="false">New Post: Exchange User Orchestrator 20130219035718A</guid></item><item><title>New Post: Integration packs on codeplex and SP1</title><link>http://orchestrator.codeplex.com/discussions/429852</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Normally needn't to upgrade IP&lt;/p&gt;
&lt;/div&gt;</description><author>Jumping</author><pubDate>Fri, 25 Jan 2013 09:33:02 GMT</pubDate><guid isPermaLink="false">New Post: Integration packs on codeplex and SP1 20130125093302A</guid></item><item><title>New Post: Integration packs on codeplex and SP1</title><link>http://orchestrator.codeplex.com/discussions/429852</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'm newer to Orchestrator, I upgraded our environment to SP1 and imported the SP1 versionof MS&amp;nbsp; integration packs.&amp;nbsp; Do the integration packs on codeplex need upgrading before importing into SP1 environment?&lt;/p&gt;
&lt;/div&gt;</description><author>steveschofield</author><pubDate>Thu, 17 Jan 2013 03:18:03 GMT</pubDate><guid isPermaLink="false">New Post: Integration packs on codeplex and SP1 20130117031803A</guid></item><item><title>New Post: Exchange User Orchestrator</title><link>http://orchestrator.codeplex.com/discussions/402880</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I want to get the unread mail of my mailboxe with &amp;quot;get item&amp;quot; activitie. but i have the follow error :&lt;/p&gt;
&lt;p&gt;Exchange Server doesn't support the requested version.&lt;br&gt;
&lt;br&gt;
Exception: ServiceVersionException&lt;br&gt;
Target site: ServiceRequestBase.ProcessWebException&lt;/p&gt;
&lt;p&gt;i'm on windows server 2008R2, exchange 2010, orchestrator 2012&lt;/p&gt;
&lt;p&gt;anyone can help me?&lt;/p&gt;
&lt;/div&gt;</description><author>cyrilmoreau</author><pubDate>Mon, 12 Nov 2012 16:23:23 GMT</pubDate><guid isPermaLink="false">New Post: Exchange User Orchestrator 20121112042323P</guid></item></channel></rss>