<?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: Database Export Utility</title>
	<atom:link href="http://www.burakbolek.com/blog/2009/02/database-export-utility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burakbolek.com/blog/2009/02/database-export-utility/</link>
	<description>Burak BÖLEK</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:05:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: John</title>
		<link>http://www.burakbolek.com/blog/2009/02/database-export-utility/comment-page-1/#comment-265</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 06 May 2010 11:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=7#comment-265</guid>
		<description>Hi Burak

Why not you try out the unlcvt.bat converting Maximo on sql server to db2 and let us know the result. 

Thanks for all your posting and some are very good.</description>
		<content:encoded><![CDATA[<p>Hi Burak</p>
<p>Why not you try out the unlcvt.bat converting Maximo on sql server to db2 and let us know the result. </p>
<p>Thanks for all your posting and some are very good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fermin Chervin</title>
		<link>http://www.burakbolek.com/blog/2009/02/database-export-utility/comment-page-1/#comment-262</link>
		<dc:creator>Fermin Chervin</dc:creator>
		<pubDate>Sun, 02 May 2010 16:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=7#comment-262</guid>
		<description>cool article i have found some great video @ youtube about it check it out here:</description>
		<content:encoded><![CDATA[<p>cool article i have found some great video @ youtube about it check it out here:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imran</title>
		<link>http://www.burakbolek.com/blog/2009/02/database-export-utility/comment-page-1/#comment-255</link>
		<dc:creator>imran</dc:creator>
		<pubDate>Fri, 12 Mar 2010 08:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=7#comment-255</guid>
		<description>migration from sql server to db2 using will not work. I have manage to migrate sql server to db2 but require a lot of back hand task. Thanks for the idea. I appreciate it.</description>
		<content:encoded><![CDATA[<p>migration from sql server to db2 using will not work. I have manage to migrate sql server to db2 but require a lot of back hand task. Thanks for the idea. I appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amir samir</title>
		<link>http://www.burakbolek.com/blog/2009/02/database-export-utility/comment-page-1/#comment-239</link>
		<dc:creator>amir samir</dc:creator>
		<pubDate>Tue, 19 Jan 2010 10:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=7#comment-239</guid>
		<description>good topic but it gives this error when using from db2 into sql server:
Writing Create Index statements
Writing Update MaxSequence statements
com.ibm.db2.jcc.c.SqlException: The data type of an operand of an arithmetic function or operation &quot;+&quot; is not numeric.
        at com.ibm.db2.jcc.c.fg.e(fg.java:1596)
        at com.ibm.db2.jcc.c.fg.a(fg.java:1206)
        at com.ibm.db2.jcc.b.gb.g(gb.java:140)
        at com.ibm.db2.jcc.b.gb.a(gb.java:39)
        at com.ibm.db2.jcc.b.w.a(w.java:34)
        at com.ibm.db2.jcc.b.vb.g(vb.java:139)
        at com.ibm.db2.jcc.c.fg.n(fg.java:1177)
        at com.ibm.db2.jcc.c.fg.a(fg.java:1832)
        at com.ibm.db2.jcc.c.fg.a(fg.java:473)
        at com.ibm.db2.jcc.c.fg.executeQuery(fg.java:457)
        at psdi.configure.Util.selectString(Util.java:13306)
        at psdi.configure.Util.updateMaxSequence(Util.java:7153)
        at psdi.configure.Unlcvt.updateMaxSequence(Unlcvt.java:602)
        at psdi.configure.Unlcvt.process(Unlcvt.java:179)
        at psdi.configure.Unlcvt.main(Unlcvt.java:903)
The data type of an operand of an arithmetic function or operation &quot;+&quot; is not nu
meric.
Unlcvt completed with errors</description>
		<content:encoded><![CDATA[<p>good topic but it gives this error when using from db2 into sql server:<br />
Writing Create Index statements<br />
Writing Update MaxSequence statements<br />
com.ibm.db2.jcc.c.SqlException: The data type of an operand of an arithmetic function or operation &#8220;+&#8221; is not numeric.<br />
        at com.ibm.db2.jcc.c.fg.e(fg.java:1596)<br />
        at com.ibm.db2.jcc.c.fg.a(fg.java:1206)<br />
        at com.ibm.db2.jcc.b.gb.g(gb.java:140)<br />
        at com.ibm.db2.jcc.b.gb.a(gb.java:39)<br />
        at com.ibm.db2.jcc.b.w.a(w.java:34)<br />
        at com.ibm.db2.jcc.b.vb.g(vb.java:139)<br />
        at com.ibm.db2.jcc.c.fg.n(fg.java:1177)<br />
        at com.ibm.db2.jcc.c.fg.a(fg.java:1832)<br />
        at com.ibm.db2.jcc.c.fg.a(fg.java:473)<br />
        at com.ibm.db2.jcc.c.fg.executeQuery(fg.java:457)<br />
        at psdi.configure.Util.selectString(Util.java:13306)<br />
        at psdi.configure.Util.updateMaxSequence(Util.java:7153)<br />
        at psdi.configure.Unlcvt.updateMaxSequence(Unlcvt.java:602)<br />
        at psdi.configure.Unlcvt.process(Unlcvt.java:179)<br />
        at psdi.configure.Unlcvt.main(Unlcvt.java:903)<br />
The data type of an operand of an arithmetic function or operation &#8220;+&#8221; is not nu<br />
meric.<br />
Unlcvt completed with errors</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: plovosmeperer</title>
		<link>http://www.burakbolek.com/blog/2009/02/database-export-utility/comment-page-1/#comment-167</link>
		<dc:creator>plovosmeperer</dc:creator>
		<pubDate>Thu, 26 Nov 2009 23:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=7#comment-167</guid>
		<description>Fantastic affair, didn&#039;t thought reading it was going to be so interesting when I klicked at your title with link!</description>
		<content:encoded><![CDATA[<p>Fantastic affair, didn&#8217;t thought reading it was going to be so interesting when I klicked at your title with link!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imran</title>
		<link>http://www.burakbolek.com/blog/2009/02/database-export-utility/comment-page-1/#comment-130</link>
		<dc:creator>imran</dc:creator>
		<pubDate>Tue, 02 Jun 2009 08:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=7#comment-130</guid>
		<description>I managed to migrate the database using the Unclvt.bat tools in “maximo/tools/maximo/internal folder” and unable to start the Maximo service. When I tried to start the maximo services, the “system#major” error occurred in the “MXService .log”. Can you please checked the log file?

I am very greatful to you if you can review the log file and provide me some suggestions/pointer what to look for to resove the problem. I appriciate your reply as soon as possible. You can mail to me so that i can sent the log file. Thank you.</description>
		<content:encoded><![CDATA[<p>I managed to migrate the database using the Unclvt.bat tools in “maximo/tools/maximo/internal folder” and unable to start the Maximo service. When I tried to start the maximo services, the “system#major” error occurred in the “MXService .log”. Can you please checked the log file?</p>
<p>I am very greatful to you if you can review the log file and provide me some suggestions/pointer what to look for to resove the problem. I appriciate your reply as soon as possible. You can mail to me so that i can sent the log file. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.burakbolek.com/blog/2009/02/database-export-utility/comment-page-1/#comment-128</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 21 May 2009 03:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=7#comment-128</guid>
		<description>Hello;

You can run maxinst.bat to install new db to db2 database...

Have a good day..</description>
		<content:encoded><![CDATA[<p>Hello;</p>
<p>You can run maxinst.bat to install new db to db2 database&#8230;</p>
<p>Have a good day..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran</title>
		<link>http://www.burakbolek.com/blog/2009/02/database-export-utility/comment-page-1/#comment-127</link>
		<dc:creator>Imran</dc:creator>
		<pubDate>Mon, 18 May 2009 09:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=7#comment-127</guid>
		<description>After export to db2 output file, how do you upload to maximo production db2?

Thanks.</description>
		<content:encoded><![CDATA[<p>After export to db2 output file, how do you upload to maximo production db2?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: advedopomyday</title>
		<link>http://www.burakbolek.com/blog/2009/02/database-export-utility/comment-page-1/#comment-34</link>
		<dc:creator>advedopomyday</dc:creator>
		<pubDate>Wed, 01 Apr 2009 15:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=7#comment-34</guid>
		<description>Is it very recently reproduce ? Already saw the self info on this locality 

&lt;a href=&quot;http://just-info.freehostia.com&quot; rel=&quot;nofollow&quot;&gt;Watch&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Is it very recently reproduce ? Already saw the self info on this locality </p>
<p><a href="http://just-info.freehostia.com" rel="nofollow">Watch</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RaiulBaztepo</title>
		<link>http://www.burakbolek.com/blog/2009/02/database-export-utility/comment-page-1/#comment-29</link>
		<dc:creator>RaiulBaztepo</dc:creator>
		<pubDate>Tue, 31 Mar 2009 14:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=7#comment-29</guid>
		<description>Hello!
Very Interesting post! Thank you for such interesting resource! 
PS: Sorry for my bad english, I&#039;v just started to learn this language ;)
See you! 
Your, Raiul Baztepo</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Very Interesting post! Thank you for such interesting resource!<br />
PS: Sorry for my bad english, I&#8217;v just started to learn this language <img src='http://www.burakbolek.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
See you!<br />
Your, Raiul Baztepo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
