<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://k2underground.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>From The Bench - All Comments</title><link>http://k2underground.com/blogs/fromthebench/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: InfoPath Tip: My form won't open in Form Services!</title><link>http://k2underground.com/blogs/fromthebench/archive/2008/11/13/infopath-tip-my-form-won-t-open-in-form-services.aspx#35458</link><pubDate>Wed, 17 Feb 2010 22:39:29 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:35458</guid><dc:creator>wagent</dc:creator><description>&lt;p&gt;This problem can also occur if the trust level of the form is set to &amp;quot;Full Trust&amp;quot;. &amp;nbsp;Check the setting in the InfoPath client by going to the Form Options - Security and Trust Section. If the security level is set to Full Trust and the for has not been approved by an administrator, the form will not open in the browser.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=35458" width="1" height="1"&gt;</description></item><item><title>re: Using a repeating XML node to start child IPCs</title><link>http://k2underground.com/blogs/fromthebench/archive/2008/10/22/using-a-repeating-xml-node-to-start-child-ipcs.aspx#34968</link><pubDate>Mon, 11 Jan 2010 21:06:05 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:34968</guid><dc:creator>kbamar83</dc:creator><description>&lt;p&gt;How will the child behave. Do They run in parallel or they run one after the other.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Amarnath&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=34968" width="1" height="1"&gt;</description></item><item><title>re: How To: Create InfoPath Task URL</title><link>http://k2underground.com/blogs/fromthebench/archive/2009/08/10/how-to-create-infopath-task-url.aspx#34713</link><pubDate>Tue, 15 Dec 2009 19:42:46 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:34713</guid><dc:creator>erice</dc:creator><description>&lt;p&gt;Yes azhavee, I too have noticed that pulling in Object Browser values and SmartObject properties into the Mail Event wizard breaks the HTML by wrapping those values in &amp;lt;span&amp;gt; elements. &amp;nbsp;It is a design flaw IMHO. &amp;nbsp;I typically build the URL in code behind (blackpearl) or use a Data Manipulation event (blackpoint but soon to be blackpearl) to build the URL and store it in a process level data field. &amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=34713" width="1" height="1"&gt;</description></item><item><title>Using a K2 connect transformation to return XML data properly</title><link>http://k2underground.com/blogs/fromthebench/archive/2008/10/24/smartobject-logging.aspx#34446</link><pubDate>Wed, 25 Nov 2009 03:12:13 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:34446</guid><dc:creator>Johnny's K2 Blog</dc:creator><description>&lt;p&gt;When working with K2 connect in the scenario where you want to return multiple structures from a BAPI&lt;/p&gt;
&lt;img src="http://k2underground.com/aggbug.aspx?PostID=34446" width="1" height="1"&gt;</description></item><item><title>Troubleshooting and debugging tips in K2 connect v1 (4.8276.1.0 &amp; 4.8276.3.0)</title><link>http://k2underground.com/blogs/fromthebench/archive/2008/10/24/smartobject-logging.aspx#34143</link><pubDate>Tue, 03 Nov 2009 09:58:26 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:34143</guid><dc:creator>Johnny's K2 Blog</dc:creator><description>&lt;p&gt;Most people are somewhat familar with how K2 blackpearl does logging and how we can tweak the various&lt;/p&gt;
&lt;img src="http://k2underground.com/aggbug.aspx?PostID=34143" width="1" height="1"&gt;</description></item><item><title>re: How to check the status of a process instance after synchronously actioning a worklist item</title><link>http://k2underground.com/blogs/fromthebench/archive/2008/04/21/how-to-check-the-status-of-a-process-instance-after-synchronously-actioning-a-worklist-item.aspx#33934</link><pubDate>Fri, 23 Oct 2009 09:37:15 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:33934</guid><dc:creator>nuclear</dc:creator><description>&lt;p&gt;This would also be very helpful in the event that you want to call the StartProcessInstance and so creating a SourceCode.Workflow.Client.ProcessInstance and want to step past the first activity and execute an Action on the WorklistItem. Isn&amp;#39;t there a quicker/more effective search for just getting the WorklistItem without getting the whole Worklist, maybe extend the OpenWorklist method?&lt;/p&gt;
&lt;p&gt;Here is my code&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SourceCode.Workflow.Client.Connection wccK2Connection = WorkflowCommon.CreateConnection(); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;try&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;string sProcessName = @&amp;quot;MUJV.Workflows\JobProcess&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SourceCode.Workflow.Client.ProcessInstance piInfoRequest = wccK2Connection.CreateProcessInstance(sProcessName);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;piInfoRequest.Folio = tb.Text;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;wccK2Connection.StartProcessInstance(piInfoRequest); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SourceCode.Workflow.Client.WorklistCriteria wlc = new SourceCode.Workflow.Client.WorklistCriteria();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;wlc.AddFilterField(SourceCode.Workflow.Client.WCField.ProcessFolio, SourceCode.Workflow.Client.WCCompare.Equal, piInfoRequest.Folio);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SourceCode.Workflow.Client.Worklist wl = wccK2Connection.OpenWorklist(wlc);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (wl.Count &amp;gt; 0)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SourceCode.Workflow.Client.WorklistItem wfi = wl[0];&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;wfi.Actions[&amp;quot;ActionName&amp;quot;].Execute(); &amp;nbsp;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=33934" width="1" height="1"&gt;</description></item><item><title>Changing the InfoPath 2007 file attachment control size limit in SharePoint 2007</title><link>http://k2underground.com/blogs/fromthebench/archive/2008/03/10/infopath-file-attachment-size-limit.aspx#33620</link><pubDate>Fri, 09 Oct 2009 15:17:28 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:33620</guid><dc:creator>Rez's spot</dc:creator><description>&lt;p&gt;In my InfoPath page, I have placed a file attachment control on it for users to attach files with the&lt;/p&gt;
&lt;img src="http://k2underground.com/aggbug.aspx?PostID=33620" width="1" height="1"&gt;</description></item><item><title>InfoPath Task URL</title><link>http://k2underground.com/blogs/fromthebench/archive/2009/08/10/how-to-create-infopath-task-url.aspx#33488</link><pubDate>Mon, 05 Oct 2009 17:51:13 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:33488</guid><dc:creator>azhavee</dc:creator><description>&lt;p&gt;I followed your instructions, however when I &amp;nbsp;open the link I am getting the error below:&lt;/p&gt;
&lt;p&gt;A potentially dangerous Request.QueryString value was detected from the client (SN=&amp;quot;&amp;lt;/span&amp;gt;134&amp;lt;span styl...&amp;quot;).&lt;/p&gt;
&lt;p&gt;I noticed &amp;nbsp;&amp;lt;span&amp;gt; tags are being added before and after the Process ID and the Activity Instance Destination ID. When i manually remove the tags in the url, it resolved successfully, so I know that the problem lies there. I &amp;nbsp;have html selected for the message format. Any ideas of what can be causing this?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=33488" width="1" height="1"&gt;</description></item><item><title>re: How to Decrypt a K2Hostserver.config file in Order to Add a New Connection String</title><link>http://k2underground.com/blogs/fromthebench/archive/2008/05/01/how-to-decrypt-a-k2hostserver-config-file-in-order-to-add-a-new-connection-string.aspx#33097</link><pubDate>Mon, 14 Sep 2009 11:56:32 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:33097</guid><dc:creator>Abrn99</dc:creator><description>&lt;p&gt;Really GREAT article thank you.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=33097" width="1" height="1"&gt;</description></item><item><title>re: How To: Create InfoPath Task URL</title><link>http://k2underground.com/blogs/fromthebench/archive/2009/08/10/how-to-create-infopath-task-url.aspx#32917</link><pubDate>Thu, 03 Sep 2009 19:33:48 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:32917</guid><dc:creator>nikki</dc:creator><description>&lt;p&gt;Thank you so much. It s very useful. =)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=32917" width="1" height="1"&gt;</description></item><item><title>re: Custom Notifications</title><link>http://k2underground.com/blogs/fromthebench/archive/2008/02/13/custom-notifications.aspx#32303</link><pubDate>Thu, 30 Jul 2009 08:40:28 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:32303</guid><dc:creator>ganesh2009</dc:creator><description>&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=32303" width="1" height="1"&gt;</description></item><item><title>re: Custom Notifications</title><link>http://k2underground.com/blogs/fromthebench/archive/2008/02/13/custom-notifications.aspx#32302</link><pubDate>Thu, 30 Jul 2009 08:40:27 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:32302</guid><dc:creator>ganesh2009</dc:creator><description>&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=32302" width="1" height="1"&gt;</description></item><item><title>re: Custom Notifications</title><link>http://k2underground.com/blogs/fromthebench/archive/2008/02/13/custom-notifications.aspx#32301</link><pubDate>Thu, 30 Jul 2009 08:40:27 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:32301</guid><dc:creator>ganesh2009</dc:creator><description>&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;p&gt;a&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=32301" width="1" height="1"&gt;</description></item><item><title>re: Creating a quick AD utilities service object with the Dynamic Assembly Service</title><link>http://k2underground.com/blogs/fromthebench/archive/2008/07/29/creating-a-quick-ad-utilities-service-object-with-the-dynamic-assembly-service.aspx#31655</link><pubDate>Wed, 24 Jun 2009 14:46:41 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:31655</guid><dc:creator>timkn</dc:creator><description>&lt;p&gt;Hey Joseph,&lt;/p&gt;
&lt;p&gt;Just an update that I resolved the issue that you mention in your blog with the K2 Active Directory Event Template losing its values after viewing the code. &amp;nbsp;I've also tested the event template with blackpearl 807 and 90x beta which works fine using the interop. &amp;nbsp;I updated the 2003 template since believe that there are still a lot of scenarios where it makes sense to use the event template because of additional functionality vs the AD service object. &amp;nbsp;Regards, Tim&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=31655" width="1" height="1"&gt;</description></item><item><title>re: Misc K2 blackpearl Connections Strings</title><link>http://k2underground.com/blogs/fromthebench/archive/2008/04/30/misc-k2-blackpearl-connections-strings.aspx#31283</link><pubDate>Tue, 02 Jun 2009 08:32:40 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:31283</guid><dc:creator>cpugeni</dc:creator><description>&lt;p&gt;I'm passing in user details for an AD account and getting this:&lt;/p&gt;
&lt;p&gt;Exception:&lt;/p&gt;
&lt;p&gt;SourceCode.Hosting.Exceptions.AutehnticationException &lt;/p&gt;
&lt;p&gt;Message:&lt;/p&gt;
&lt;p&gt;Authentication Failed : SEC_E_LOGON_DENIED&lt;/p&gt;
&lt;p&gt;SmartObjectClientServer k2SoConnection;&lt;/p&gt;
&lt;p&gt;k2SoConnection.Connection.Open(connectionString.ToString());&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=31283" width="1" height="1"&gt;</description></item></channel></rss>