<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Mass Update"]]></title>
		<link>http://www.ldapsoft.com/forum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Mass Update"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Mass Update</title>
				<description><![CDATA[ I have an IBM directory server on say ip 127.0.0.1 and have around 15000 entries it it. I have added one more attribute (boolean) and want to update all the recoreds to true, how can I perform mass update to the attribute. <br /> <br /> Also I have to set that flag to false on the basis of another flag?]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/3/3.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/3/3.page</link>
				<pubDate><![CDATA[Sun, 29 Jun 2008 00:50:12]]> GMT</pubDate>
				<author><![CDATA[ macp]]></author>
			</item>
			<item>
				<title>Re:Mass Update</title>
				<description><![CDATA[ To update multiple records, open a sql window using the sql button on the main toolbar or select SQL|SQL from the main menu<br /> <br /> Enter a command like this (Replace the container and attribute name) <br /> UPDATE ou=MemberGroupA,o=stooges SET newattribute='True' subtreescope<br /> <br /> Update records on the basis of another flag  (Replace the container and attribute names) <br /> UPDATE ou=MemberGroupA,o=stooges SET newattribute='false' where seconflag='False' and thirdflag='False' subtreescope<br /> <br /> When you run the above commands an update window will open which will inform you of the number of records to be updated and their dn (Please verify the results and then Click 'Yes' to update those records)<br /> <br /> You can also create an update statement by selecting the the container from the bottom middle pane and selecting 'Copy Update Statement|Update this record and all children" and then replacing the attributes. <br /> <br /> Make sure that you increase Max Results to 20,000 (more than the expected results).]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/3/5.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/3/5.page</link>
				<pubDate><![CDATA[Sun, 29 Jun 2008 01:45:45]]> GMT</pubDate>
				<author><![CDATA[ support]]></author>
			</item>
	</channel>
</rss>
