<?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 on: Lotus Domino migration tools</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/migration-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/migration-tools/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 19:19:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: yves</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/migration-tools/#comment-91605</link>
		<dc:creator>yves</dc:creator>
		<pubDate>Mon, 02 May 2011 18:44:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-91605</guid>
		<description><![CDATA[Thank you.]]></description>
		<content:encoded><![CDATA[<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabe9527</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/migration-tools/#comment-90871</link>
		<dc:creator>gabe9527</dc:creator>
		<pubDate>Thu, 14 Apr 2011 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-90871</guid>
		<description><![CDATA[The link above is for mail files.... this will not help you if you want to move users DB ICONS on their workspaces to another server.

In Version 8 you can set deletion stubs as pointers that will redirect all access to the location there to some where else. Cool but not much help for you at the moment being on 6.5.

If the OLD and new servers are clustered then mark the old DB as out of service and the users will fail over. 

You could send a link stating the new location to your users. This shoudl work if the link includes the server name not UNIVERSAL ID.

There are tools out there that you can purchase that will name the ICON or there is the DSKTOOL

Here is the read me info on the DSKTOOL.exe

........................................................

Overview of Download:

The DSKTOOL.EXE Utility for Lotus Notes/Domino 5.x essentially remediates the users desktop icons in a recertification exercise.  rename.scr and restore.scr are sample script files.

Instruction on How to Use:

Iris desktop tool modification utility, Version 1.13
Copyright (c) Iris Associates, Inc. 1999.  All rights reserved.

dsktool &lt;scriptfilename&gt; -Options

The script file should have one or more lines with the following formats:

Rename &lt;Old Server Name&gt;, &lt;New Server Name&gt;.
Rename &lt;Old Server/File Name&gt;, &lt;New Server/File Name&gt;
Delete &lt;Old Server Name&gt;.
Delete &lt;Old Server/File Name&gt;

For example:

Rename OldServer NewServer
Rename Server/OldOrganization Server/NewOrganization
Delete DeletedServer

Note:	The server names can be specified as Server/Org.
	If a server has hierarchy, it must be specified.
	If a server name has any embedded spaces, a comma MUST be used to separate the old name and new name.

-Q	(Q)uiet mode.  Suppresses all messages.
-V	(V)erbose.  Shows files that were not changed as well.
-D	Do not allow shut(D)own of the client.
-R	Do not allow (R)estart of the client.
-?	(H)elp.  Display this.

Additional Notes:

If a server does not have a space, the old format will still work.
If a server name has a space, it should be followed by a comma.

i.e.	All of the following are valid lines

Rename	ServerOld			ServerNew
Rename	ServerOld with a space,	ServerNew with a space new
Rename	ServerOld with a space,ServerNew with a space new

- the file supports both native character sets and LMBCS

This can be run manually, or via a POST_OPEN db event using LotusScript and creating a scriptfilename to feed to the tool.]]></description>
		<content:encoded><![CDATA[<p>The link above is for mail files&#8230;. this will not help you if you want to move users DB ICONS on their workspaces to another server.</p>
<p>In Version 8 you can set deletion stubs as pointers that will redirect all access to the location there to some where else. Cool but not much help for you at the moment being on 6.5.</p>
<p>If the OLD and new servers are clustered then mark the old DB as out of service and the users will fail over. </p>
<p>You could send a link stating the new location to your users. This shoudl work if the link includes the server name not UNIVERSAL ID.</p>
<p>There are tools out there that you can purchase that will name the ICON or there is the DSKTOOL</p>
<p>Here is the read me info on the DSKTOOL.exe</p>
<p>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..</p>
<p>Overview of Download:</p>
<p>The DSKTOOL.EXE Utility for Lotus Notes/Domino 5.x essentially remediates the users desktop icons in a recertification exercise.  rename.scr and restore.scr are sample script files.</p>
<p>Instruction on How to Use:</p>
<p>Iris desktop tool modification utility, Version 1.13<br />
Copyright (c) Iris Associates, Inc. 1999.  All rights reserved.</p>
<p>dsktool &lt;scriptfilename&gt; -Options</p>
<p>The script file should have one or more lines with the following formats:</p>
<p>Rename &lt;Old Server Name&gt;, &lt;New Server Name&gt;.<br />
Rename &lt;Old Server/File Name&gt;, &lt;New Server/File Name&gt;<br />
Delete &lt;Old Server Name&gt;.<br />
Delete &lt;Old Server/File Name&gt;</p>
<p>For example:</p>
<p>Rename OldServer NewServer<br />
Rename Server/OldOrganization Server/NewOrganization<br />
Delete DeletedServer</p>
<p>Note:	The server names can be specified as Server/Org.<br />
	If a server has hierarchy, it must be specified.<br />
	If a server name has any embedded spaces, a comma MUST be used to separate the old name and new name.</p>
<p>-Q	(Q)uiet mode.  Suppresses all messages.<br />
-V	(V)erbose.  Shows files that were not changed as well.<br />
-D	Do not allow shut(D)own of the client.<br />
-R	Do not allow (R)estart of the client.<br />
-?	(H)elp.  Display this.</p>
<p>Additional Notes:</p>
<p>If a server does not have a space, the old format will still work.<br />
If a server name has a space, it should be followed by a comma.</p>
<p>i.e.	All of the following are valid lines</p>
<p>Rename	ServerOld			ServerNew<br />
Rename	ServerOld with a space,	ServerNew with a space new<br />
Rename	ServerOld with a space,ServerNew with a space new</p>
<p>- the file supports both native character sets and LMBCS</p>
<p>This can be run manually, or via a POST_OPEN db event using LotusScript and creating a scriptfilename to feed to the tool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/8 queries in 0.051 seconds using memcached
Object Caching 283/284 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 22:50:51 -->