<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for CEDANIEL.COM</title>
	<atom:link href="http://www.cedaniel.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.cedaniel.com/blog</link>
	<description>Innovation, Education, Dedication, Pride, and Team Work  brought to you by Clinton Daniel</description>
	<lastBuildDate>Wed, 09 Jun 2010 14:22:24 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Zen Cart store duplication by Mick</title>
		<link>http://www.cedaniel.com/blog/?p=129&#038;cpage=1#comment-266</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Wed, 09 Jun 2010 14:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.cedaniel.com/blog/?p=129#comment-266</guid>
		<description>Great tips Jose; an excellent reminder when you&#039;re creating a new Zencart store and you&#039;ve spent a long time installing great Mods on an existing site that greatly enhances the functionality of Zencart as it is out of the box.</description>
		<content:encoded><![CDATA[<p>Great tips Jose; an excellent reminder when you&#8217;re creating a new Zencart store and you&#8217;ve spent a long time installing great Mods on an existing site that greatly enhances the functionality of Zencart as it is out of the box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extract Data from a SharePoint List and Load it into MySQL by CozyRoc</title>
		<link>http://www.cedaniel.com/blog/?p=62&#038;cpage=1#comment-265</link>
		<dc:creator>CozyRoc</dc:creator>
		<pubDate>Tue, 08 Jun 2010 22:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cedaniel.com/blog/?p=62#comment-265</guid>
		<description>If you can use third-party solutions, check the commercial CozyRoc SharePoint integration. These are the relevant components:

* SharePoint Source SSIS Data Flow Component – http://www.cozyroc.com/ssis/sharepoint-source
* SharePoint Destination SSIS Data Flow Component – http://www.cozyroc.com/ssis/sharepoint-destination
* SharePoint SSIS Connection Manager – http://www.cozyroc.com/ssis/sharepoint-connection

Batch insert and update is also supported. Also we have

ODBC Destination component - http://www.cozyroc.com/ssis/odbc-destination

which can be used to insert data into MySQL in bulk. Compared to the regular ADO.NET Destination, the bulk component is 30x times faster.</description>
		<content:encoded><![CDATA[<p>If you can use third-party solutions, check the commercial CozyRoc SharePoint integration. These are the relevant components:</p>
<p>* SharePoint Source SSIS Data Flow Component – <a href="http://www.cozyroc.com/ssis/sharepoint-source" rel="nofollow">http://www.cozyroc.com/ssis/sharepoint-source</a><br />
* SharePoint Destination SSIS Data Flow Component – <a href="http://www.cozyroc.com/ssis/sharepoint-destination" rel="nofollow">http://www.cozyroc.com/ssis/sharepoint-destination</a><br />
* SharePoint SSIS Connection Manager – <a href="http://www.cozyroc.com/ssis/sharepoint-connection" rel="nofollow">http://www.cozyroc.com/ssis/sharepoint-connection</a></p>
<p>Batch insert and update is also supported. Also we have</p>
<p>ODBC Destination component &#8211; <a href="http://www.cozyroc.com/ssis/odbc-destination" rel="nofollow">http://www.cozyroc.com/ssis/odbc-destination</a></p>
<p>which can be used to insert data into MySQL in bulk. Compared to the regular ADO.NET Destination, the bulk component is 30x times faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Adobe (pdf) Forms to Submit Data to a SharePoint List by Rich Webb</title>
		<link>http://www.cedaniel.com/blog/?p=81&#038;cpage=1#comment-200</link>
		<dc:creator>Rich Webb</dc:creator>
		<pubDate>Fri, 26 Feb 2010 01:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cedaniel.com/blog/?p=81#comment-200</guid>
		<description>Thank you so much for this post!! 

I am having a couple of issues though and I don&#039;t know where to go.  First off, copied code and cleaned it per previous comments.  Did the HelloHTTPHandler demo - it worked.  I have my form, have the handler, have the list. 
This is where I am pointing my form: https://servername/site/_layouts/specific_folder/put_data_in_sp_list.ashx

This is where my list is: https://servername/site/Lists/Advertising_Submissions/AllItems.aspx

I am getting unknown error but event viewer is hitting 2 errors - 111: Unable to apply folder redirection policy, initialization failed &amp; 1085:  The Group Policy client-side extension Folder Redirection failed to execute. Please look for any errors reported earlier by that extension.

I thought it was permissions at first but I am administrator so I should be able to post to the list .

I would greatly appreciate any help on this. 
Thanks In Advance.</description>
		<content:encoded><![CDATA[<p>Thank you so much for this post!! </p>
<p>I am having a couple of issues though and I don&#8217;t know where to go.  First off, copied code and cleaned it per previous comments.  Did the HelloHTTPHandler demo &#8211; it worked.  I have my form, have the handler, have the list.<br />
This is where I am pointing my form: <a href="https://servername/site/_layouts/specific_folder/put_data_in_sp_list.ashx" rel="nofollow">https://servername/site/_layouts/specific_folder/put_data_in_sp_list.ashx</a></p>
<p>This is where my list is: <a href="https://servername/site/Lists/Advertising_Submissions/AllItems.aspx" rel="nofollow">https://servername/site/Lists/Advertising_Submissions/AllItems.aspx</a></p>
<p>I am getting unknown error but event viewer is hitting 2 errors &#8211; 111: Unable to apply folder redirection policy, initialization failed &amp; 1085:  The Group Policy client-side extension Folder Redirection failed to execute. Please look for any errors reported earlier by that extension.</p>
<p>I thought it was permissions at first but I am administrator so I should be able to post to the list .</p>
<p>I would greatly appreciate any help on this.<br />
Thanks In Advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Adobe (pdf) Forms to Submit Data to a SharePoint List by Clinton Daniel</title>
		<link>http://www.cedaniel.com/blog/?p=81&#038;cpage=1#comment-199</link>
		<dc:creator>Clinton Daniel</dc:creator>
		<pubDate>Sat, 30 Jan 2010 16:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cedaniel.com/blog/?p=81#comment-199</guid>
		<description>I recommend that if you need to use the PDF form for the &quot;time off&quot; request, go ahead and try to get it to work with submitting the data to SharePoint as this post describes. This could be done for the initial request to be made. Then, once the initial request is made, forget about the Adobe form and use SharePoint to build a workflow that takes your Director (etc.) through the approval process. Once the initial data gets added to SharePoint via the Adobe form, you will have a workflow built that automatically sends an e-mail to the next approver in the process. The approver would then have a link in the e-mail that would take them to a custom .aspx page built within SharePoint that has fields for the approval. You would then have other workflows that continue the process as needed. If you don&#039;t like the way that SharePoint works in this situation, you can do some research in Adobe&#039;s &quot;Process Management&quot; server that will allow you to do all of this inside the Adobe form in a web-based environment. This is a very expensive alternative though.</description>
		<content:encoded><![CDATA[<p>I recommend that if you need to use the PDF form for the &#8220;time off&#8221; request, go ahead and try to get it to work with submitting the data to SharePoint as this post describes. This could be done for the initial request to be made. Then, once the initial request is made, forget about the Adobe form and use SharePoint to build a workflow that takes your Director (etc.) through the approval process. Once the initial data gets added to SharePoint via the Adobe form, you will have a workflow built that automatically sends an e-mail to the next approver in the process. The approver would then have a link in the e-mail that would take them to a custom .aspx page built within SharePoint that has fields for the approval. You would then have other workflows that continue the process as needed. If you don&#8217;t like the way that SharePoint works in this situation, you can do some research in Adobe&#8217;s &#8220;Process Management&#8221; server that will allow you to do all of this inside the Adobe form in a web-based environment. This is a very expensive alternative though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Adobe (pdf) Forms to Submit Data to a SharePoint List by Sandy</title>
		<link>http://www.cedaniel.com/blog/?p=81&#038;cpage=1#comment-198</link>
		<dc:creator>Sandy</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cedaniel.com/blog/?p=81#comment-198</guid>
		<description>We are trying to do same kind of thing with PDF except that its a time off request. When someone fills out the form for a time off request, and then select the name of the manager  fromt he dropdown it should send an email to that manager and then the manager picks Director and it goes to Director and then so on. Can this be done in the same way or is it something different

P.S. I have not started anythinga and i do not anything but this blog is a good start to start with</description>
		<content:encoded><![CDATA[<p>We are trying to do same kind of thing with PDF except that its a time off request. When someone fills out the form for a time off request, and then select the name of the manager  fromt he dropdown it should send an email to that manager and then the manager picks Director and it goes to Director and then so on. Can this be done in the same way or is it something different</p>
<p>P.S. I have not started anythinga and i do not anything but this blog is a good start to start with</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extract Data from a SharePoint List and Load it into MySQL by Le Repaire du Sanglier des Ardennes » Blog Archive</title>
		<link>http://www.cedaniel.com/blog/?p=62&#038;cpage=1#comment-197</link>
		<dc:creator>Le Repaire du Sanglier des Ardennes » Blog Archive</dc:creator>
		<pubDate>Tue, 12 Jan 2010 15:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cedaniel.com/blog/?p=62#comment-197</guid>
		<description>[...] http://www.cedaniel.com/blog/?p=62 http://www.c-sharpcorner.com/UploadFile/yougerthen/307292008122410PM/3.aspx [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.cedaniel.com/blog/?p=62" rel="nofollow">http://www.cedaniel.com/blog/?p=62</a> <a href="http://www.c-sharpcorner.com/UploadFile/yougerthen/307292008122410PM/3.aspx" rel="nofollow">http://www.c-sharpcorner.com/UploadFile/yougerthen/307292008122410PM/3.aspx</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Adobe (pdf) Forms to Submit Data to a SharePoint List by TKH</title>
		<link>http://www.cedaniel.com/blog/?p=81&#038;cpage=1#comment-182</link>
		<dc:creator>TKH</dc:creator>
		<pubDate>Wed, 11 Nov 2009 21:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cedaniel.com/blog/?p=81#comment-182</guid>
		<description>I got my http handler working after almost a year of trying to figure it out.  Yeah, THank you for this post!  Now I am wondering about submiting data to a sub site list. 

I followed what I did for the first list, but kept running into an &quot;Value does not fall within the expected range&quot; error.  After some trial and error, and process of elimination it seems to me that the problemis the name of the list.  It is looking for a list on the root site.

I have tried somethings like SPList list=web.lists [&quot;site/test&quot;];
SPList list=web.lists [&quot;site/test/&quot;];
SPList list=web.lists [&quot;site/test&quot;];
SPList list=web.lists [&quot;site/Lists/test&quot;]; but I keep getting the same error.  Maybe I am just brain fried but can you suggest anything else I could try?</description>
		<content:encoded><![CDATA[<p>I got my http handler working after almost a year of trying to figure it out.  Yeah, THank you for this post!  Now I am wondering about submiting data to a sub site list. </p>
<p>I followed what I did for the first list, but kept running into an &#8220;Value does not fall within the expected range&#8221; error.  After some trial and error, and process of elimination it seems to me that the problemis the name of the list.  It is looking for a list on the root site.</p>
<p>I have tried somethings like SPList list=web.lists ["site/test"];<br />
SPList list=web.lists ["site/test/"];<br />
SPList list=web.lists ["site/test"];<br />
SPList list=web.lists ["site/Lists/test"]; but I keep getting the same error.  Maybe I am just brain fried but can you suggest anything else I could try?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Issues with SharePoint &#8220;People Picker&#8221; control (Person or Group field) in a workflow by Clinton Daniel</title>
		<link>http://www.cedaniel.com/blog/?p=22&#038;cpage=1#comment-178</link>
		<dc:creator>Clinton Daniel</dc:creator>
		<pubDate>Sun, 01 Nov 2009 02:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cedaniel.com/blog/?p=22#comment-178</guid>
		<description>I&#039;m not sure if this will help you - but I&#039;ve installed and have been using the following project in a production environment:  &lt;a href=&quot;http://datacogs.com/datablogs/archive/2007/08/26/641.aspx&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Click Here&lt;/a&gt;

This example uses a drop-down that is pre-populated. Then as you choose something specific from the drop-down, it populates another drop-down with related information. In other words, it demonstrates a good parent/child drop-down scenario.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if this will help you &#8211; but I&#8217;ve installed and have been using the following project in a production environment:  <a href="http://datacogs.com/datablogs/archive/2007/08/26/641.aspx" target="_blank" rel="nofollow">Click Here</a></p>
<p>This example uses a drop-down that is pre-populated. Then as you choose something specific from the drop-down, it populates another drop-down with related information. In other words, it demonstrates a good parent/child drop-down scenario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Issues with SharePoint &#8220;People Picker&#8221; control (Person or Group field) in a workflow by Viraj Vashi</title>
		<link>http://www.cedaniel.com/blog/?p=22&#038;cpage=1#comment-176</link>
		<dc:creator>Viraj Vashi</dc:creator>
		<pubDate>Thu, 29 Oct 2009 06:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cedaniel.com/blog/?p=22#comment-176</guid>
		<description>Hi,

I have one kind of similar issue. 

The issue is:
I have one custom list whose name is ‘Defects’ and in that custom list i have one lookup control whose name is ‘Project Name’(Which comes from Project details list) and one more column i have which is ‘Assigned To’(which is people picker). I want to display display users in ‘Assigned To’ column based on Project name column. 

For better understanding…
Project name: Lookup control(Dropdown list)
Assigned To: People picker

I hope you will understand my problem.

Regards,
Viraj Vashi</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have one kind of similar issue. </p>
<p>The issue is:<br />
I have one custom list whose name is ‘Defects’ and in that custom list i have one lookup control whose name is ‘Project Name’(Which comes from Project details list) and one more column i have which is ‘Assigned To’(which is people picker). I want to display display users in ‘Assigned To’ column based on Project name column. </p>
<p>For better understanding…<br />
Project name: Lookup control(Dropdown list)<br />
Assigned To: People picker</p>
<p>I hope you will understand my problem.</p>
<p>Regards,<br />
Viraj Vashi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Issues with SharePoint &#8220;People Picker&#8221; control (Person or Group field) in a workflow by cristina</title>
		<link>http://www.cedaniel.com/blog/?p=22&#038;cpage=1#comment-169</link>
		<dc:creator>cristina</dc:creator>
		<pubDate>Wed, 16 Sep 2009 03:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cedaniel.com/blog/?p=22#comment-169</guid>
		<description>Can be possible to be done with groups?  where &quot;allow selection of= people and groups&quot;,each group have at least &#039;Read permission&#039;,</description>
		<content:encoded><![CDATA[<p>Can be possible to be done with groups?  where &#8220;allow selection of= people and groups&#8221;,each group have at least &#8216;Read permission&#8217;,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
