<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments for Idea Excursion</title>
	<atom:link href="http://www.ideaexcursion.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ideaexcursion.com</link>
	<description>Technology Musings</description>
	<lastBuildDate>Thu, 02 Sep 2010 04:20:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on HOWTO: Setup SQL Server Linked Server to MySQL by Yushe &#187; Blog Archive &#187; Conectar SQL Server con MySql</title>
		<link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-1/#comment-468</link>
		<dc:creator>Yushe &#187; Blog Archive &#187; Conectar SQL Server con MySql</dc:creator>
		<pubDate>Thu, 02 Sep 2010 04:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-468</guid>
		<description>[...] Disclaimer: El árticulo arriba no es mio, es solo una traducción parcial del árticulo aqui [...]</description>
		<content:encoded><![CDATA[<p>[...] Disclaimer: El árticulo arriba no es mio, es solo una traducción parcial del árticulo aqui [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 7 in VirtualBox: Shared Folders workaround by Nick</title>
		<link>http://www.ideaexcursion.com/2009/01/15/windows-7-in-virtualbox-shared-folders-workaround/comment-page-1/#comment-467</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 01 Sep 2010 23:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=222#comment-467</guid>
		<description>Here is an extensive how to on sharing folders with Windows 7.
http://www.ilertech.com/2010/09/sharing-files-and-folders-in-windows-7/</description>
		<content:encoded><![CDATA[<p>Here is an extensive how to on sharing folders with Windows 7.<br />
<a href="http://www.ilertech.com/2010/09/sharing-files-and-folders-in-windows-7/" rel="nofollow">http://www.ilertech.com/2010/09/sharing-files-and-folders-in-windows-7/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing &#8220;passwd: Authentication token manipulation error&#8221; when changing passwords by dushyant kayarkar</title>
		<link>http://www.ideaexcursion.com/2009/09/11/fixing-authentication-token-manipulation-error-when-changing-passwords-with-passwd/comment-page-1/#comment-463</link>
		<dc:creator>dushyant kayarkar</dc:creator>
		<pubDate>Mon, 09 Aug 2010 13:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=1420#comment-463</guid>
		<description>I attempted to update my password on Ubuntu today and encountered a strange error. I thought I’d disseminate my solution in hopes that it saves other time. A few suggest playing with pwconvert, /etc/shadow and /etc/passwd, but my solution was much simpler.

Basically, if you run passwd and receive the error,”passwd: Authentication token manipulation error”, and passwd: password unchanged . error may be in likewise open and libnss-ldap. Unfortunately, even having this installed — but not configured — will prevent you from using passwd to update a local users’s password. Fortunately, the fix is very easy if you don’t actually use Likewise Open – just remove it from your system with this command:

sudo apt-get remove likewise-open

sudo apt-get remove libnss-ldap

Confirm the prompts and after apt-get is done, you should be able to use passwd like normal. Thanks to Bug 302026 for guiding me to the solution.  and refer http://www.ideaexcursion.com/2009/09/11/fixing-authentication-token-manipulation-error-when-changing-passwords-with-passwd/ this u get an solution.</description>
		<content:encoded><![CDATA[<p>I attempted to update my password on Ubuntu today and encountered a strange error. I thought I’d disseminate my solution in hopes that it saves other time. A few suggest playing with pwconvert, /etc/shadow and /etc/passwd, but my solution was much simpler.</p>
<p>Basically, if you run passwd and receive the error,”passwd: Authentication token manipulation error”, and passwd: password unchanged . error may be in likewise open and libnss-ldap. Unfortunately, even having this installed — but not configured — will prevent you from using passwd to update a local users’s password. Fortunately, the fix is very easy if you don’t actually use Likewise Open – just remove it from your system with this command:</p>
<p>sudo apt-get remove likewise-open</p>
<p>sudo apt-get remove libnss-ldap</p>
<p>Confirm the prompts and after apt-get is done, you should be able to use passwd like normal. Thanks to Bug 302026 for guiding me to the solution.  and refer <a href="http://www.ideaexcursion.com/2009/09/11/fixing-authentication-token-manipulation-error-when-changing-passwords-with-passwd/" rel="nofollow">http://www.ideaexcursion.com/2009/09/11/fixing-authentication-token-manipulation-error-when-changing-passwords-with-passwd/</a> this u get an solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Setup SQL Server Linked Server to MySQL by Prakash - Savvysoft Technologies</title>
		<link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-1/#comment-462</link>
		<dc:creator>Prakash - Savvysoft Technologies</dc:creator>
		<pubDate>Fri, 06 Aug 2010 08:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-462</guid>
		<description>USE master
GO
-- To use named parameters: Add linked server in the source (Local machine - eg: MachineName or LocalSeverLoginName)

sp_addlinkedserver 
	@server = N&#039;LnkSrv_RemoteServer_TEST&#039;, 
	@srvproduct=N&#039;&#039;, -- Leave it blank when its not &#039;SQL Server&#039;
	@provider=N&#039;SQLNCLI&#039;, -- see notes
	@datasrc=N&#039;RemoteServerName&#039;, 
	@provstr=N&#039;UID=sa;PWD=sa;&#039;
	--,@catalog = N&#039;MYDATABASE&#039; eg: pubs
GO

/*
	Note: 
		To check provider name use the folling query in the destination server
			Select Provider From sys.servers
*/
----------------------------------------------------------------------------------------------------------
-- Optional
--EXEC sp_addlinkedsrvlogin &#039;LnkSrv_RemoteServer_TEST&#039;, &#039;true&#039; -- (self is true) -- for LocalSeverLoginName
--GO

-- Remote login
sp_addlinkedsrvlogin
	@rmtsrvname = &#039;LnkSrv_RemoteServer_TEST&#039;,
	@useself = &#039;False&#039;,
	@rmtuser = &#039;sa&#039;,
	@rmtpassword = &#039;sa&#039;
GO

-- OR
/*
IF the above add linked server login failed then try in the Linked Server (LnkSrv_RemoteServer_TEST) Property 
Select -&gt; Security - &gt; &#039;For a login not defined in the list above, Connection will:&#039;

Choose - &gt; Be made using this security context
SET Remote login: sa
With password: sa
*/
----------------------------------------------------------------------------------------------------------

-- Test server connection
declare @srvr nvarchar(128), @retval int;
set @srvr = &#039;LnkSrv_RemoteServer_TEST&#039;;
begin try
    exec @retval = sys.sp_testlinkedserver @srvr;
end try
begin catch
    set @retval = sign(@@error);
end catch;
if @retval  0
  raiserror(&#039;Unable to connect to server. This operation will be tried later!&#039;, 16, 2 );

-- OR

BEGIN TRY 
    EXEC sp_testlinkedserver N&#039;LnkSrv_RemoteServer_TEST&#039;; 
END TRY 
BEGIN CATCH 
    PRINT &#039;Linked Server not available&#039;; 
    RETURN; 
END CATCH 
----------------------------------------------------------------------------------------------------------

-- Get access linked server database
SET xact_abort ON 
GO

BEGIN TRANSACTION
SELECT  *  FROM LnkSrv_RemoteServer_TEST.DBName.dbo.tblName 
COMMIT TRAN
GO

-- OR
SELECT * FROM OPENQUERY(LnkSrv_RemoteServer_TEST, &#039;SELECT * FROM DBName.dbo.tblName&#039;)
GO

-- OR
SELECT * FROM OPENQUERY(LnkSrv_RemoteServer_TEST, &#039;SELECT * FROM sys.databases Order by name&#039;)
GO
----------------------------------------------------------------------------------------------------------</description>
		<content:encoded><![CDATA[<p>USE master<br />
GO<br />
&#8211; To use named parameters: Add linked server in the source (Local machine &#8211; eg: MachineName or LocalSeverLoginName)</p>
<p>sp_addlinkedserver<br />
	@server = N&#8217;LnkSrv_RemoteServer_TEST&#8217;,<br />
	@srvproduct=N&#8221;, &#8212; Leave it blank when its not &#8216;SQL Server&#8217;<br />
	@provider=N&#8217;SQLNCLI&#8217;, &#8212; see notes<br />
	@datasrc=N&#8217;RemoteServerName&#8217;,<br />
	@provstr=N&#8217;UID=sa;PWD=sa;&#8217;<br />
	&#8211;,@catalog = N&#8217;MYDATABASE&#8217; eg: pubs<br />
GO</p>
<p>/*<br />
	Note:<br />
		To check provider name use the folling query in the destination server<br />
			Select Provider From sys.servers<br />
*/<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&#8211; Optional<br />
&#8211;EXEC sp_addlinkedsrvlogin &#8216;LnkSrv_RemoteServer_TEST&#8217;, &#8216;true&#8217; &#8212; (self is true) &#8212; for LocalSeverLoginName<br />
&#8211;GO</p>
<p>&#8211; Remote login<br />
sp_addlinkedsrvlogin<br />
	@rmtsrvname = &#8216;LnkSrv_RemoteServer_TEST&#8217;,<br />
	@useself = &#8216;False&#8217;,<br />
	@rmtuser = &#8216;sa&#8217;,<br />
	@rmtpassword = &#8216;sa&#8217;<br />
GO</p>
<p>&#8211; OR<br />
/*<br />
IF the above add linked server login failed then try in the Linked Server (LnkSrv_RemoteServer_TEST) Property<br />
Select -&gt; Security &#8211; &gt; &#8216;For a login not defined in the list above, Connection will:&#8217;</p>
<p>Choose &#8211; &gt; Be made using this security context<br />
SET Remote login: sa<br />
With password: sa<br />
*/<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>&#8211; Test server connection<br />
declare @srvr nvarchar(128), @retval int;<br />
set @srvr = &#8216;LnkSrv_RemoteServer_TEST&#8217;;<br />
begin try<br />
    exec @retval = sys.sp_testlinkedserver @srvr;<br />
end try<br />
begin catch<br />
    set @retval = sign(@@error);<br />
end catch;<br />
if @retval  0<br />
  raiserror(&#8216;Unable to connect to server. This operation will be tried later!&#8217;, 16, 2 );</p>
<p>&#8211; OR</p>
<p>BEGIN TRY<br />
    EXEC sp_testlinkedserver N&#8217;LnkSrv_RemoteServer_TEST&#8217;;<br />
END TRY<br />
BEGIN CATCH<br />
    PRINT &#8216;Linked Server not available&#8217;;<br />
    RETURN;<br />
END CATCH<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>&#8211; Get access linked server database<br />
SET xact_abort ON<br />
GO</p>
<p>BEGIN TRANSACTION<br />
SELECT  *  FROM LnkSrv_RemoteServer_TEST.DBName.dbo.tblName<br />
COMMIT TRAN<br />
GO</p>
<p>&#8211; OR<br />
SELECT * FROM OPENQUERY(LnkSrv_RemoteServer_TEST, &#8216;SELECT * FROM DBName.dbo.tblName&#8217;)<br />
GO</p>
<p>&#8211; OR<br />
SELECT * FROM OPENQUERY(LnkSrv_RemoteServer_TEST, &#8216;SELECT * FROM sys.databases Order by name&#8217;)<br />
GO<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting to Oracle from SQL Server by Mike</title>
		<link>http://www.ideaexcursion.com/2009/01/05/connecting-to-oracle-from-sql-server/comment-page-1/#comment-461</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 04 Aug 2010 13:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=124#comment-461</guid>
		<description>Doh!  The inprocess flag was killing me.  Thanks.</description>
		<content:encoded><![CDATA[<p>Doh!  The inprocess flag was killing me.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Connect to MySQL in SSIS by shiva ramani</title>
		<link>http://www.ideaexcursion.com/2009/06/04/howto-connect-to-mysql-in-ssis/comment-page-1/#comment-459</link>
		<dc:creator>shiva ramani</dc:creator>
		<pubDate>Fri, 30 Jul 2010 00:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=793#comment-459</guid>
		<description>good instruction. How to push data to MySQL from SQL 2005</description>
		<content:encoded><![CDATA[<p>good instruction. How to push data to MySQL from SQL 2005</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Setup SQL Server Linked Server to MySQL by Winkey</title>
		<link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-1/#comment-458</link>
		<dc:creator>Winkey</dc:creator>
		<pubDate>Fri, 23 Jul 2010 04:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-458</guid>
		<description>I&#039;ve created a linked server for mysql successfully, and also can do Insert, Select. But when I try to insert into mysql in TRIGGER, it give out an error:

OLE DB provider &quot;MSDASQL&quot; for linked server &quot;MYSQL&quot; returned message &quot;[MySQL][ODBC 5.1 Driver]Optional feature not supported&quot;.
Msg 7391, Level 16, State 2, Procedure msg_insert, Line 17
The operation could not be performed because OLE DB provider &quot;MSDASQL&quot; for linked server &quot;MYSQL&quot; was unable to begin a distributed transaction.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve created a linked server for mysql successfully, and also can do Insert, Select. But when I try to insert into mysql in TRIGGER, it give out an error:</p>
<p>OLE DB provider &#8220;MSDASQL&#8221; for linked server &#8220;MYSQL&#8221; returned message &#8220;[MySQL][ODBC 5.1 Driver]Optional feature not supported&#8221;.<br />
Msg 7391, Level 16, State 2, Procedure msg_insert, Line 17<br />
The operation could not be performed because OLE DB provider &#8220;MSDASQL&#8221; for linked server &#8220;MYSQL&#8221; was unable to begin a distributed transaction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing &#8220;passwd: Authentication token manipulation error&#8221; when changing passwords by RaghuRam</title>
		<link>http://www.ideaexcursion.com/2009/09/11/fixing-authentication-token-manipulation-error-when-changing-passwords-with-passwd/comment-page-1/#comment-456</link>
		<dc:creator>RaghuRam</dc:creator>
		<pubDate>Thu, 22 Jul 2010 07:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=1420#comment-456</guid>
		<description>Thanks a lot buddy 

it helped me to change the root password when I got the error 

trying to change the root password</description>
		<content:encoded><![CDATA[<p>Thanks a lot buddy </p>
<p>it helped me to change the root password when I got the error </p>
<p>trying to change the root password</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Setup SQL Server Linked Server to MySQL by Taylor Gerring</title>
		<link>http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/comment-page-1/#comment-455</link>
		<dc:creator>Taylor Gerring</dc:creator>
		<pubDate>Wed, 21 Jul 2010 16:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=558#comment-455</guid>
		<description>If you&#039;re on a 64-bit OS, did you run the 32-bit version of ODBC applet? Run: odbcad32</description>
		<content:encoded><![CDATA[<p>If you&#8217;re on a 64-bit OS, did you run the 32-bit version of ODBC applet? Run: odbcad32</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Synchronize a Virtualized Domain Controller with External Time Servers by Taylor Gerring</title>
		<link>http://www.ideaexcursion.com/2008/08/19/synchronize-a-virtualized-domain-controller-with-external-time-servers/comment-page-1/#comment-454</link>
		<dc:creator>Taylor Gerring</dc:creator>
		<pubDate>Wed, 21 Jul 2010 16:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ideaexcursion.com/?p=8#comment-454</guid>
		<description>If the issue is the guest sync&#039;ing to the host, can&#039;t you just force time sync the host if you can&#039;t disable syncing between host/guest?</description>
		<content:encoded><![CDATA[<p>If the issue is the guest sync&#8217;ing to the host, can&#8217;t you just force time sync the host if you can&#8217;t disable syncing between host/guest?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
