<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Pakzilla</title>
	
	<link>http://www.pakzilla.com</link>
	<description>A developer's blog!</description>
	<lastBuildDate>Tue, 30 Apr 2013 09:37:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/pakzilla" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="pakzilla" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">pakzilla</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to connect Cognos 10.2 with DB2 v9.7 data source on AIX?</title>
		<link>http://www.pakzilla.com/2013/04/30/how-to-connect-cognos-10-2-with-db2-v9-7-data-source-on-aix/</link>
		<comments>http://www.pakzilla.com/2013/04/30/how-to-connect-cognos-10-2-with-db2-v9-7-data-source-on-aix/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 09:24:25 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Cognos BI]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[Cognos]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=2256</guid>
		<description><![CDATA[To access DB2 remote database data source in Cognos you have to do following things on Cognos machine. Install DB2 client Set DB2 envoirnment variables Catalog remote host and database After above these steps, add a new DB2 data source in Cognos Configurations. Navigate to IBM Cognos Connection &#62; Launch &#62; IBM Cognos Administration &#62; [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/01/23/how-to-set-java_home-environment-variable-for-root-user-on-aix/' rel='bookmark' title='How to set JAVA_HOME environment variable for root user on AIX?'>How to set JAVA_HOME environment variable for root user on AIX?</a></li>
<li><a href='http://www.pakzilla.com/2013/02/11/tutorial-how-to-setup-ibm-unica-campaign-with-db2-on-aix/' rel='bookmark' title='Tutorial: How to setup IBM Unica Campaign with DB2 on AIX'>Tutorial: How to setup IBM Unica Campaign with DB2 on AIX</a></li>
<li><a href='http://www.pakzilla.com/2013/03/08/how-to-add-netezza-odbc-datasource-in-ibm-unica-campaign/' rel='bookmark' title='How to add Netezza ODBC datasource in IBM Unica Campaign?'>How to add Netezza ODBC datasource in IBM Unica Campaign?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>To access DB2 remote database data source in Cognos you have to do following things on Cognos machine.</p>
<ol>
<li><a href="http://www.newpush.com/2009/06/installing-the-db2-95-client-on-aix-61/" target="_blank">Install DB2 client</a></li>
<li>Set DB2 envoirnment variables</li>
<li><a href="http://www.pakzilla.com/2013/04/29/how-to-access-remote-database-from-db2-client/">Catalog remote host and database</a></li>
</ol>
<p>After above these steps, add a new DB2 data source in Cognos Configurations. Navigate to IBM Cognos Connection &gt; Launch &gt; IBM Cognos Administration &gt; Configuration and click New Data Source.</p>
<p>I set following environment variables in <code>/etc/profile</code>.</p>
<pre class="brush: bash; title: ; notranslate">
 JAVA_HOME=/usr/java6_64/jre
 PATH=$JAVA_HOME/bin:$PATH:/u01/ibm_cognos/cognos/c10_64/bin:/u01/IBM/db2/V9.7/bin
 LIBPATH=/u01/ibm_cognos/cognos/c10_64/bin:/home/db2inst1/sqllib/lib32
 export JAVA_HOME
 export PATH
 export LIBPATH

DB2DIR=/u01/IBM/db2/V9.7
 export DB2DIR

INSTHOME=/home/db2inst1
 export INSTHOME

DB2INSTANCE=db2inst1
 export DB2INSTANCE

</pre>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/01/23/how-to-set-java_home-environment-variable-for-root-user-on-aix/' rel='bookmark' title='How to set JAVA_HOME environment variable for root user on AIX?'>How to set JAVA_HOME environment variable for root user on AIX?</a></li>
<li><a href='http://www.pakzilla.com/2013/02/11/tutorial-how-to-setup-ibm-unica-campaign-with-db2-on-aix/' rel='bookmark' title='Tutorial: How to setup IBM Unica Campaign with DB2 on AIX'>Tutorial: How to setup IBM Unica Campaign with DB2 on AIX</a></li>
<li><a href='http://www.pakzilla.com/2013/03/08/how-to-add-netezza-odbc-datasource-in-ibm-unica-campaign/' rel='bookmark' title='How to add Netezza ODBC datasource in IBM Unica Campaign?'>How to add Netezza ODBC datasource in IBM Unica Campaign?</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2013/04/30/how-to-connect-cognos-10-2-with-db2-v9-7-data-source-on-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to access remote database from DB2 client?</title>
		<link>http://www.pakzilla.com/2013/04/29/how-to-access-remote-database-from-db2-client/</link>
		<comments>http://www.pakzilla.com/2013/04/29/how-to-access-remote-database-from-db2-client/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 14:01:35 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=2247</guid>
		<description><![CDATA[If you want to access a remote DB2 (v9.7) database from another host that&#8217;s running DB2 client. You have to do following things on client machine: Adding remote host in host file Switch user to DB2 user (e.g. db2inst1) Catalog remote node Catalog remote database Adding remote host in host file Open /etc/hosts file and [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/04/30/how-to-connect-cognos-10-2-with-db2-v9-7-data-source-on-aix/' rel='bookmark' title='How to connect Cognos 10.2 with DB2 v9.7 data source on AIX?'>How to connect Cognos 10.2 with DB2 v9.7 data source on AIX?</a></li>
<li><a href='http://www.pakzilla.com/2013/02/21/how-to-run-db2-store-procedure-from-a-shell-script-via-root-user/' rel='bookmark' title='How to run DB2 store procedure from a shell script via root user?'>How to run DB2 store procedure from a shell script via root user?</a></li>
<li><a href='http://www.pakzilla.com/2013/01/23/ibm-infosphere-client-v8-7-failed-to-authenticate-the-current-user-against-the-selected-services-tier/' rel='bookmark' title='IBM InfoSphere Client v8.7: Failed to authenticate the current user against the selected Services Tier'>IBM InfoSphere Client v8.7: Failed to authenticate the current user against the selected Services Tier</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>If you want to access a remote DB2 (v9.7) database from another host that&#8217;s running DB2 client. You have to do following things on client machine:</p>
<ol>
<li>Adding remote host in host file</li>
<li>Switch user to DB2 user (e.g. db2inst1)</li>
<li>Catalog remote node</li>
<li>Catalog remote database</li>
</ol>
<h3>Adding remote host in host file</h3>
<p>Open <code>/etc/hosts</code> file and add your remote host with it&#8217;s IP address. You can <code>vi</code> this file and make changes. You must have root privileges to do this operation.</p>
<h3>Switch to DB2 user</h3>
<p>Switch to DB2 user by following command in shell.</p>
<pre class="brush: bash; title: ; notranslate">su - db2inst1</pre>
<h3>Catalog remote node</h3>
<p>Since now you have added you remote host in the host file (suppose your hostname is lpar0). Execute following command in the shell:</p>
<pre class="brush: bash; title: ; notranslate">
catalog tcpip node lpar0 remote lpar0 server 50000

50000 is the port of DB2 database.
</pre>
<h4>Cataloging remote database</h4>
<p>Now execute following command.</p>
<pre class="brush: bash; title: ; notranslate">
. DB2_INST_HOME/sqllib/db2profile

catalog database mysampledb as mysampledb at node lpar0 authentication server
</pre>
<h3>Check your connectivity</h3>
<pre class="brush: bash; title: ; notranslate">connect to mysampledb user ctginst1 using admin</pre>
<p>Where <code>ctginst1</code> and <code>admin</code> are user name and password of <code>mysampledb</code> on host <code>lpar0</code>.</p>
<h4>References</h4>
<ol>
<li><a href="http://pic.dhe.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=%2Fcom.ibm.db2.luw.admin.cmd.doc%2Fdoc%2Fr0001944.html" target="_blank">CATALOG TCPIP/TCPIP4/TCPIP6 NODE command</a></li>
<li><a href="http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/start/t0005622.htm" target="_blank">Cataloging a database from a DB2 client using the CLP</a></li>
</ol>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/04/30/how-to-connect-cognos-10-2-with-db2-v9-7-data-source-on-aix/' rel='bookmark' title='How to connect Cognos 10.2 with DB2 v9.7 data source on AIX?'>How to connect Cognos 10.2 with DB2 v9.7 data source on AIX?</a></li>
<li><a href='http://www.pakzilla.com/2013/02/21/how-to-run-db2-store-procedure-from-a-shell-script-via-root-user/' rel='bookmark' title='How to run DB2 store procedure from a shell script via root user?'>How to run DB2 store procedure from a shell script via root user?</a></li>
<li><a href='http://www.pakzilla.com/2013/01/23/ibm-infosphere-client-v8-7-failed-to-authenticate-the-current-user-against-the-selected-services-tier/' rel='bookmark' title='IBM InfoSphere Client v8.7: Failed to authenticate the current user against the selected Services Tier'>IBM InfoSphere Client v8.7: Failed to authenticate the current user against the selected Services Tier</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2013/04/29/how-to-access-remote-database-from-db2-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing “Class has two properties of the same name” exception</title>
		<link>http://www.pakzilla.com/2013/03/27/fixing-class-has-two-properties-of-the-same-name-exception/</link>
		<comments>http://www.pakzilla.com/2013/03/27/fixing-class-has-two-properties-of-the-same-name-exception/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 08:44:18 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JAXB]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=2239</guid>
		<description><![CDATA[I started to learn JAXB from Vogella tutorial site. I changed the package and project name, and running the example generated following exception. Solution: After some googling I figured out, that I have to move annotation to the getter method. That solves above exception. The Bookstore.java will be look like this:<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.pakzilla.com/2007/04/08/sending-mail-using-javamail-apis/' rel='bookmark' title='Sending mail using JavaMail APIs'>Sending mail using JavaMail APIs</a></li>
<li><a href='http://www.pakzilla.com/2012/01/04/fuds-jdbc-addiction-and-designing-software-for-nosql/' rel='bookmark' title='FUD: JDBC addiction and designing software for NoSQL'>FUD: JDBC addiction and designing software for NoSQL</a></li>
<li><a href='http://www.pakzilla.com/2011/11/03/calling-posterous-api-in-java/' rel='bookmark' title='Calling Posterous API in Java'>Calling Posterous API in Java</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>I started to learn JAXB from Vogella tutorial <a href="http://www.vogella.com/articles/JAXB/article.html" target="_blank">site</a>. I changed the package and project name, and running the example generated following exception.</p>
<pre class="brush: java; title: ; notranslate">
Exception in thread &quot;main&quot; com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
Class has two properties of the same name &quot;bookList&quot;
	this problem is related to the following location:
		at public java.util.ArrayList com.xmlservice.jaxb.model.Bookstore.getBookList()
		at com.xmlservice.jaxb.model.Bookstore
	this problem is related to the following location:
		at private java.util.ArrayList com.xmlservice.jaxb.model.Bookstore.bookList
		at com.xmlservice.jaxb.model.Bookstore

	at com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException$Builder.check(Unknown Source)
	at com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(Unknown Source)
	at com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.&lt;init&gt;(Unknown Source)
	at com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(Unknown Source)
	at com.sun.xml.internal.bind.v2.ContextFactory.createContext(Unknown Source)
	at com.sun.xml.internal.bind.v2.ContextFactory.createContext(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at javax.xml.bind.ContextFinder.newInstance(Unknown Source)
	at javax.xml.bind.ContextFinder.find(Unknown Source)
	at javax.xml.bind.JAXBContext.newInstance(Unknown Source)
	at javax.xml.bind.JAXBContext.newInstance(Unknown Source)
	at com.xmlservice.jaxb.model.BookMain.main(BookMain.java:43)
</pre>
<p><strong>Solution:</strong> After some googling I figured out, that I have to move annotation to the getter method. That solves above exception.</p>
<p>The Bookstore.java will be look like this:</p>
<pre class="brush: java; title: ; notranslate">
package com.xmlservice.jaxb.model;

import java.util.ArrayList;

import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementWrapper;
import javax.xml.bind.annotation.XmlRootElement;

@XmlRootElement(namespace = &quot;com.xmlservice.jaxb.model&quot;)
public class Bookstore {

	private ArrayList&lt;Book&gt; bookList;
	private String name;
	private String location;

	@XmlElementWrapper(name = &quot;bookList&quot;)
	@XmlElement(name = &quot;book&quot;)
	public ArrayList&lt;Book&gt; getBookList() {
		return bookList;
	}
	public void setBookList(ArrayList&lt;Book&gt; bookList) {
		this.bookList = bookList;
	}
	public String getName() {
		return name;
	}
	public void setName(String name) {
		this.name = name;
	}
	public String getLocation() {
		return location;
	}
	public void setLocation(String location) {
		this.location = location;
	}
}
</pre>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2007/04/08/sending-mail-using-javamail-apis/' rel='bookmark' title='Sending mail using JavaMail APIs'>Sending mail using JavaMail APIs</a></li>
<li><a href='http://www.pakzilla.com/2012/01/04/fuds-jdbc-addiction-and-designing-software-for-nosql/' rel='bookmark' title='FUD: JDBC addiction and designing software for NoSQL'>FUD: JDBC addiction and designing software for NoSQL</a></li>
<li><a href='http://www.pakzilla.com/2011/11/03/calling-posterous-api-in-java/' rel='bookmark' title='Calling Posterous API in Java'>Calling Posterous API in Java</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2013/03/27/fixing-class-has-two-properties-of-the-same-name-exception/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Could not start the IBM Unica Campaign Listener service on Local Computer error</title>
		<link>http://www.pakzilla.com/2013/03/15/could-not-start-the-ibm-unica-campaign-listener-service-on-local-computer-error/</link>
		<comments>http://www.pakzilla.com/2013/03/15/could-not-start-the-ibm-unica-campaign-listener-service-on-local-computer-error/#comments</comments>
		<pubDate>Fri, 15 Mar 2013 12:44:21 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[IBM Campaign]]></category>
		<category><![CDATA[Campaign]]></category>
		<category><![CDATA[Unica]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=2226</guid>
		<description><![CDATA[I was running a successful installation of IBM Unica Campaign on Windows 2003 VM. By some how I have to give a restart to the machine because it was halt. And I was with the following error. Could not start the IBM Unica Campaign Listener service on Local Computer. Error 183: Cannot create a file [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/02/11/tutorial-how-to-setup-ibm-unica-campaign-with-db2-on-aix/' rel='bookmark' title='Tutorial: How to setup IBM Unica Campaign with DB2 on AIX'>Tutorial: How to setup IBM Unica Campaign with DB2 on AIX</a></li>
<li><a href='http://www.pakzilla.com/2013/03/08/how-to-add-netezza-odbc-datasource-in-ibm-unica-campaign/' rel='bookmark' title='How to add Netezza ODBC datasource in IBM Unica Campaign?'>How to add Netezza ODBC datasource in IBM Unica Campaign?</a></li>
<li><a href='http://www.pakzilla.com/2013/01/10/how-to-configure-oracles-data-source-in-unica-for-user-tables/' rel='bookmark' title='How to configure Oracle&#8217;s data source in Unica for User Tables?'>How to configure Oracle&#8217;s data source in Unica for User Tables?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>I was running a successful installation of IBM Unica Campaign on Windows 2003 VM. By some how I have to give a restart to the machine because it was halt. And I was with the following error.</p>
<blockquote><p>Could not start the IBM Unica Campaign Listener service on Local Computer.</p>
<p>Error 183: Cannot create a file when that file already exists.</p></blockquote>
<p><img class="aligncenter size-full wp-image-2229" alt="IBM_Listener_Error" src="http://www.pakzilla.com/wp-content/new_upload/IBM_Listener_Error.png" width="775" height="496" /></p>
<p>To resolve this issue you have to do following steps.<br />
1. Make sure database is up and running. I was have Oracle database and checked it while connecting Sqlplus.<br />
2. Start IBM WebSphere Application Server. Make sure Campaign, unica and dashboard applications are up and running in Enterprise Application section.<br />
<img class="aligncenter size-full wp-image-2230" alt="unica_aclsnr-pid" src="http://www.pakzilla.com/wp-content/new_upload/unica_aclsnr-pid.png" width="600" height="435" /><br />
3. Navigate to <strong>&lt;You Installation DIR&gt;\Unica\Campaign\conf</strong> and delete <strong>unica_aclsnr.pid</strong> file. This is the file which is already there and listener is throwing error about it. We will delete it so that when we will start the Listener service, it will create a new file.<br />
4. Right click on <strong>IBM Unica Campaign Listener</strong> service and click Start. It will work.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/02/11/tutorial-how-to-setup-ibm-unica-campaign-with-db2-on-aix/' rel='bookmark' title='Tutorial: How to setup IBM Unica Campaign with DB2 on AIX'>Tutorial: How to setup IBM Unica Campaign with DB2 on AIX</a></li>
<li><a href='http://www.pakzilla.com/2013/03/08/how-to-add-netezza-odbc-datasource-in-ibm-unica-campaign/' rel='bookmark' title='How to add Netezza ODBC datasource in IBM Unica Campaign?'>How to add Netezza ODBC datasource in IBM Unica Campaign?</a></li>
<li><a href='http://www.pakzilla.com/2013/01/10/how-to-configure-oracles-data-source-in-unica-for-user-tables/' rel='bookmark' title='How to configure Oracle&#8217;s data source in Unica for User Tables?'>How to configure Oracle&#8217;s data source in Unica for User Tables?</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2013/03/15/could-not-start-the-ibm-unica-campaign-listener-service-on-local-computer-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toothpase – A new theme for the blog</title>
		<link>http://www.pakzilla.com/2013/03/11/toothpase-a-new-theme-for-the-blog/</link>
		<comments>http://www.pakzilla.com/2013/03/11/toothpase-a-new-theme-for-the-blog/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 10:13:08 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=2151</guid>
		<description><![CDATA[From last couple of weeks I was able to write new posts on the blog. That makes me come on the site quite often. I was looking for a fresh theme with more white space and less design. I come up with Toothpaste theme which is freely available on WordPress themes repository. I am loving [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.pakzilla.com/2010/10/15/now-a-days-i-am-a-wordpress-advocate/' rel='bookmark' title='Now a days, I am a WordPress advocate :)'>Now a days, I am a WordPress advocate :)</a></li>
<li><a href='http://www.pakzilla.com/2010/04/13/download-premium-wordpress-theme-thesis-1-7/' rel='bookmark' title='Download premium WordPress theme Thesis 1.7'>Download premium WordPress theme Thesis 1.7</a></li>
<li><a href='http://www.pakzilla.com/2009/05/17/how-to-solve-image-upload-problem-in-wordpress-blog/' rel='bookmark' title='How to solve image upload problem in wordpress blog'>How to solve image upload problem in wordpress blog</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-2170" alt="pz_new_theme" src="http://www.pakzilla.com/wp-content/new_upload/pz_new_theme.png" width="360" height="269" /><br />
From last couple of weeks I was able to write new posts on the blog. That makes me come on the site quite often. I was looking for a fresh theme with more white space and less design.</p>
<p>I come up with <a href="http://wordpress.org/extend/themes/toothpaste" target="_blank">Toothpaste theme</a> which is freely available on WordPress themes repository.</p>
<p>I am loving it&#8217;s customization and simplicity. And it&#8217;s what I was looking for.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2010/10/15/now-a-days-i-am-a-wordpress-advocate/' rel='bookmark' title='Now a days, I am a WordPress advocate :)'>Now a days, I am a WordPress advocate :)</a></li>
<li><a href='http://www.pakzilla.com/2010/04/13/download-premium-wordpress-theme-thesis-1-7/' rel='bookmark' title='Download premium WordPress theme Thesis 1.7'>Download premium WordPress theme Thesis 1.7</a></li>
<li><a href='http://www.pakzilla.com/2009/05/17/how-to-solve-image-upload-problem-in-wordpress-blog/' rel='bookmark' title='How to solve image upload problem in wordpress blog'>How to solve image upload problem in wordpress blog</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2013/03/11/toothpase-a-new-theme-for-the-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add Netezza ODBC datasource in IBM Unica Campaign?</title>
		<link>http://www.pakzilla.com/2013/03/08/how-to-add-netezza-odbc-datasource-in-ibm-unica-campaign/</link>
		<comments>http://www.pakzilla.com/2013/03/08/how-to-add-netezza-odbc-datasource-in-ibm-unica-campaign/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 13:14:35 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[IBM Campaign]]></category>
		<category><![CDATA[Campaign]]></category>
		<category><![CDATA[EMM]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Netezza]]></category>
		<category><![CDATA[Unica]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=2152</guid>
		<description><![CDATA[This tutorial is about adding Netezza (a data warehouse appliance) ODBC based data source in IBM Unica Campaign. So that you can import tables from data warehouse to Unica and perform operations. We will install Netezza client on the machine where we are running IBM Unica Campaign. And will configure ODBC on this machine. Installing [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/02/11/tutorial-how-to-setup-ibm-unica-campaign-with-db2-on-aix/' rel='bookmark' title='Tutorial: How to setup IBM Unica Campaign with DB2 on AIX'>Tutorial: How to setup IBM Unica Campaign with DB2 on AIX</a></li>
<li><a href='http://www.pakzilla.com/2013/01/10/how-to-configure-oracles-data-source-in-unica-for-user-tables/' rel='bookmark' title='How to configure Oracle&#8217;s data source in Unica for User Tables?'>How to configure Oracle&#8217;s data source in Unica for User Tables?</a></li>
<li><a href='http://www.pakzilla.com/2013/01/23/how-to-set-java_home-environment-variable-for-root-user-on-aix/' rel='bookmark' title='How to set JAVA_HOME environment variable for root user on AIX?'>How to set JAVA_HOME environment variable for root user on AIX?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>This tutorial is about adding Netezza (a data warehouse appliance) ODBC based data source in IBM Unica Campaign. So that you can import tables from data warehouse to Unica and perform operations.</p>
<p>We will install Netezza client on the machine where we are running IBM Unica Campaign. And will configure ODBC on this machine.</p>
<h3>Installing Netezza client</h3>
<p>1. Extract nz-aixclient-v6.0.5.p7.tar somewhare in your directory<br />
2. Run unpack script and install Netezza client on /usr/local/nz</p>
<h3>Installing ODBC Data Direct</h3>
<p>This application will help to test our connectivity with Netezza using above installed client. For IBM Unica Campaign, we will add odbc.so file in our LIBPATH.<br />
1. Extract datadirect.package.tar to /opt/<br />
2. It will be extracted as /opt/odbc64v51</p>
<h3>ODBC.ini file</h3>
<p>If it does not exist in your envoirnment, create it.<br />
1. Create a file with name odbc.ini<br />
2. Add following entry of your Netezza server</p>
<pre class="brush: bash; title: ; notranslate">
[NZSQL]
Driver                = /usr/local/nz/lib64/libnzodbc.so
Description           = NetezzaSQL ODBC
Servername            =
Port                  = 5480
Database              =
Username              =
Password              =
ReadOnly              = false
ShowSystemTables      = false
LegacySQLTables       = false
LoginTimeout          = 0
QueryTimeout          = 0
DateFormat            = 1
NumericAsChar         = false
SQLBitOneZero         = false
StripCRLF             = false
CancelAsFreeSmt       = false
CommLog               = false
Ksqo                  = false
Lie                   = false
Optimizer             = false
Parse                 = false
PreFetch              = 256
Protocol              = 7.0
Socket                = 16384
DateFormat            = 1
TranslationDLL        =
TranslationName       =
TranslationOption     =
</pre>
<p>3. You will add this file name with path in ODBC environment variable in next step<br />
4. Make sure you have libnzodbc.so in /usr/local/nz/lib64 (if you don&#8217;t have, get it from here)</p>
<h3>Setting environment variables</h3>
<p>To run Netezza client you have to set following environment variables. I have set these variables in /etc/profile because I want them for root user.</p>
<pre class="brush: bash; title: ; notranslate">
ODBCINI=/u01/CONFIG/odbc.ini
NZ_ODBC_INI_PATH=/u01/CONFIG
NETEZZA=/usr/local/nz
LIBPATH=$NETEZZA/lib64:$NETEZZA/lib
PATH=$PATH:$NETEZZA/bin64:$NETEZZA/bin
LANG=en_US

export ODBCINI
export NETEZZA
export NZ_ODBC_INI_PATH
export PATH
export LANG
</pre>
<h3>Testing connectivity with Netezza</h3>
<p>1. Navigate to /opt/odbc64v51/example<br />
2. Run example script<br />
3. It will ask data source, username and password<br />
4. Give those values to verify if you have successfully setup every thing</p>
<p>Important: Must read Netezza ODBC JDBC Configuration Guide for more understanding.</p>
<h3>Add Netezza environment variables in setenv.sh for Unica listener</h3>
<p>1. Add following environment variables in setenv.sh present in /u01/IBM/Unica/Campaign/bin</p>
<pre class="brush: bash; title: ; notranslate">
NETEZZA=/usr/local/nz
export NETEZZA
NZ_ODBC_INI_PATH=/u01/CONFIG
export NZ_ODBC_INI_PATH
ODBCINI=/u01/CONFIG/odbc.ini
export ODBCINI
</pre>
<p>2. Update LIBPATH in setenv.sh and it will look like this:</p>
<pre class="brush: bash; title: ; notranslate">
LIBPATH=$CAMPAIGN_HOME/bin:/usr/lib:$ORACLE_HOME/lib:$NETEZZA/lib64:$NETEZZA/lib:/opt/odbc64v51/lib
</pre>
<p>3. Commit your changes and restart Unica listener</p>
<h3>Import Netezza data source template in IBM Unica Campaign</h3>
<p>Since you have set up the Netezza client. Now you have to add it as a data source in IBM Unica Campaign. For that first, you have to import Netezza data source template in IBM Unica Campaign.<br />
1. Navigate to /u01/IBM/Unica/Platform/tools/bin<br />
2. Run following command</p>
<pre class="brush: bash; title: ; notranslate">./configTool.sh -i -p &quot;Affinium|Campaign|partitions|partition1|dataSources&quot; -f /u01/IBM/Unica/Campaign/conf/NetezzaTemplate.xml</pre>
<h3>Add Netezza data source in IBM Unica Campaign</h3>
<p>1. Open IBM Unica Platform and navigate to Settings &gt; Configuration.<br />
2. Navigate to data source in Campaign &gt; partitions &gt; partion1 &gt; dataSources &gt; NetezzaTemplate<br />
<a href="http://www.pakzilla.com/wp-content/new_upload/netezza_config.png"><img class="aligncenter size-full wp-image-2163" alt="netezza_config" src="http://www.pakzilla.com/wp-content/new_upload/netezza_config.png" width="600" height="440" /></a><br />
3. Configure following properties<br />
4. Now you are good to import tables from Netezza data warehouse</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/02/11/tutorial-how-to-setup-ibm-unica-campaign-with-db2-on-aix/' rel='bookmark' title='Tutorial: How to setup IBM Unica Campaign with DB2 on AIX'>Tutorial: How to setup IBM Unica Campaign with DB2 on AIX</a></li>
<li><a href='http://www.pakzilla.com/2013/01/10/how-to-configure-oracles-data-source-in-unica-for-user-tables/' rel='bookmark' title='How to configure Oracle&#8217;s data source in Unica for User Tables?'>How to configure Oracle&#8217;s data source in Unica for User Tables?</a></li>
<li><a href='http://www.pakzilla.com/2013/01/23/how-to-set-java_home-environment-variable-for-root-user-on-aix/' rel='bookmark' title='How to set JAVA_HOME environment variable for root user on AIX?'>How to set JAVA_HOME environment variable for root user on AIX?</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2013/03/08/how-to-add-netezza-odbc-datasource-in-ibm-unica-campaign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run DB2 store procedure from a shell script via root user?</title>
		<link>http://www.pakzilla.com/2013/02/21/how-to-run-db2-store-procedure-from-a-shell-script-via-root-user/</link>
		<comments>http://www.pakzilla.com/2013/02/21/how-to-run-db2-store-procedure-from-a-shell-script-via-root-user/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 08:26:06 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=2139</guid>
		<description><![CDATA[If you have used default settings while installing DB2 on AIX. You have created db2inst1 user to use and access DB2. This post is related to the scenario, when a root user have to execute a shell script containing a store procedure of DB2. Create a shell script with following contents. Your every statement will [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/01/23/how-to-set-java_home-environment-variable-for-root-user-on-aix/' rel='bookmark' title='How to set JAVA_HOME environment variable for root user on AIX?'>How to set JAVA_HOME environment variable for root user on AIX?</a></li>
<li><a href='http://www.pakzilla.com/2013/02/11/tutorial-how-to-setup-ibm-unica-campaign-with-db2-on-aix/' rel='bookmark' title='Tutorial: How to setup IBM Unica Campaign with DB2 on AIX'>Tutorial: How to setup IBM Unica Campaign with DB2 on AIX</a></li>
<li><a href='http://www.pakzilla.com/2013/03/08/how-to-add-netezza-odbc-datasource-in-ibm-unica-campaign/' rel='bookmark' title='How to add Netezza ODBC datasource in IBM Unica Campaign?'>How to add Netezza ODBC datasource in IBM Unica Campaign?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>If you have used default settings while installing DB2 on AIX. You have created db2inst1 user to use and access DB2. This post is related to the scenario, when a root user have to execute a shell script containing a store procedure of DB2.</p>
<p>Create a shell script with following contents. Your every statement will be run with su to db2inst1.</p>
<pre class="brush: bash; title: ; notranslate">#!/bin/sh
su - db2inst1 -c 'db2 connect to customerdb user db2inst1 using admin'
su - db2inst1 -c 'db2 -tvsf /u01/IBM/workspace/addcustomer.sql'
</pre>
<p>Write any thing in your SQL file. I am calling a DB2 store procedure that will insert a row in a table. </p>
<pre class="brush: bash; title: ; notranslate">call ADDCUSTOMER();</pre>
<p>Running being a root user.</p>
<pre class="brush: bash; title: ; notranslate">
bash-3.2# ./addcustomer.sh

   Database Connection Information

 Database server        = DB2/AIX64 9.7.0
 SQL authorization ID   = DB2INST1
 Local database alias   = CUSTOMERDB

call ADDCUSTOMER()

  Return Status = 0
</pre>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/01/23/how-to-set-java_home-environment-variable-for-root-user-on-aix/' rel='bookmark' title='How to set JAVA_HOME environment variable for root user on AIX?'>How to set JAVA_HOME environment variable for root user on AIX?</a></li>
<li><a href='http://www.pakzilla.com/2013/02/11/tutorial-how-to-setup-ibm-unica-campaign-with-db2-on-aix/' rel='bookmark' title='Tutorial: How to setup IBM Unica Campaign with DB2 on AIX'>Tutorial: How to setup IBM Unica Campaign with DB2 on AIX</a></li>
<li><a href='http://www.pakzilla.com/2013/03/08/how-to-add-netezza-odbc-datasource-in-ibm-unica-campaign/' rel='bookmark' title='How to add Netezza ODBC datasource in IBM Unica Campaign?'>How to add Netezza ODBC datasource in IBM Unica Campaign?</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2013/02/21/how-to-run-db2-store-procedure-from-a-shell-script-via-root-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: How to setup IBM Unica Campaign with DB2 on AIX</title>
		<link>http://www.pakzilla.com/2013/02/11/tutorial-how-to-setup-ibm-unica-campaign-with-db2-on-aix/</link>
		<comments>http://www.pakzilla.com/2013/02/11/tutorial-how-to-setup-ibm-unica-campaign-with-db2-on-aix/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 07:39:09 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Cognos BI]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[IBM Campaign]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[WebSphere AS]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[Campaign]]></category>
		<category><![CDATA[Cognos]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[EMM]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Unica]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[WebSphere]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=2134</guid>
		<description><![CDATA[Few days ago, I worked on the implementation of setting up IBM Unica Campaign with DB2 on AIX platform. For user tables I used data source of Oracle database by installing Oracle client and data source of DB2 by DB2 Runtime Client. In this activity, I also setup Cognos BI Server and integrated IBM Unica [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/03/08/how-to-add-netezza-odbc-datasource-in-ibm-unica-campaign/' rel='bookmark' title='How to add Netezza ODBC datasource in IBM Unica Campaign?'>How to add Netezza ODBC datasource in IBM Unica Campaign?</a></li>
<li><a href='http://www.pakzilla.com/2013/01/10/how-to-configure-oracles-data-source-in-unica-for-user-tables/' rel='bookmark' title='How to configure Oracle&#8217;s data source in Unica for User Tables?'>How to configure Oracle&#8217;s data source in Unica for User Tables?</a></li>
<li><a href='http://www.pakzilla.com/2013/01/09/how-to-create-strategic-segment-in-unica/' rel='bookmark' title='How to create strategic segment in Unica?'>How to create strategic segment in Unica?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Few days ago, I worked on the implementation of setting up IBM Unica Campaign with DB2 on AIX platform. For user tables I used data source of Oracle database by installing Oracle client and data source of DB2 by DB2 Runtime Client. In this activity, I also setup Cognos BI Server and integrated IBM Unica components on it. IBM Unica is running on IBM WebSphere. I documented all steps to make it a detailed installation guide.</p>
<p>Following are table of contents extracted from guide.</p>
<ul>
<li>Preparing AIX Platform</li>
<li>Setting up DB2 Server</li>
<li>Installing DB2</li>
<li>Creating Users, Buffer pool &amp; Table Spaces</li>
<li>Create DB Users of IBM Unica Platform and Campaign on AIX</li>
<li>Installing IBM WebSphere Application Server</li>
<li>Create IBM WebSphere Server Profile</li>
<li>Configuring IBM WebSphere Application Server for Unica Deployment</li>
<li>Adding Application Server Custom Property</li>
<li>Creating JDBC Provider for DB2</li>
<li>Creating Data Source for IBM Unica Platform</li>
<li>Create Data Source for IBM Unica Campaign</li>
<li>Setting Heap Size of WebSphere</li>
<li>Installing IBM Unica Platform</li>
<li>Deploying IBM Unica Platform on WebSphere</li>
<li>Installing IBM Unica Campaign</li>
<li>Deploying IBM Unica Campaign on WebSphere</li>
<li>Configuring Campaign Server on AIX</li>
<li>Configuring Campaign after Deployment</li>
<li>Set up Campaign System User</li>
<li>Settings for Configuration page of Unica</li>
<li>Map System Tables in Campaign</li>
<li>Configuring Reports in IBM Unica Platform</li>
<li>Installing Oracle Client 11g for Oracle Data Sources in IBM Unica Campaign</li>
<li>Creating Group and User for Oracle Client Installation</li>
<li>Create Oracle Base Directory</li>
<li>Login Oracle User and Configure Environment</li>
<li>Install Oracle Client</li>
<li>Creating Oracle Data Source in IBM WebSphere Application Server</li>
<li>Creating Oracle Data Source in IBM Unica Platform</li>
<li>Installing DB2 Runtime Client for DB2 Data Sources in IBM Unica Campaign</li>
<li>Adding DB2 Data Source in db2cli.ini</li>
<li>Installing IBM Cognos BI 10.2</li>
<li>Prerequisites and Checklist</li>
<li>Installing Java 6 on AIX</li>
<li>Installing HTTP Server &amp; Configuring for Cognos</li>
<li>Setting up IBM Cognos BI 10.2 System</li>
<li>Configuring Cognos Server</li>
<li>Installing Unica Integration Components &amp; Report Model on Cognos System</li>
<li>Installation checklist: IBM Cognos Integration</li>
<li>Obtain the JDBC Driver for the Marketing Platform System Tables</li>
<li>Install Reporting Models on the Cognos System</li>
<li>Create Cognos Data Source for Unica Database</li>
<li>Import Reports Folder to Cognos Connection</li>
<li>Configure &amp; Publish Data Model</li>
<li>Configure the Reporting Properties in IBM Unica Marketing</li>
<li>Test Your Configuration without Authentication Enabled</li>
</ul>
<p><iframe id="doc_73851" src="http://www.scribd.com/embeds/124507471/content?start_page=1&amp;view_mode=scroll&amp;access_key=key-m0th3ilzcr004yskokd" height="600" width="100%" frameborder="0" scrolling="no" data-auto-height="false" data-aspect-ratio="0.772727272727273"></iframe></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/03/08/how-to-add-netezza-odbc-datasource-in-ibm-unica-campaign/' rel='bookmark' title='How to add Netezza ODBC datasource in IBM Unica Campaign?'>How to add Netezza ODBC datasource in IBM Unica Campaign?</a></li>
<li><a href='http://www.pakzilla.com/2013/01/10/how-to-configure-oracles-data-source-in-unica-for-user-tables/' rel='bookmark' title='How to configure Oracle&#8217;s data source in Unica for User Tables?'>How to configure Oracle&#8217;s data source in Unica for User Tables?</a></li>
<li><a href='http://www.pakzilla.com/2013/01/09/how-to-create-strategic-segment-in-unica/' rel='bookmark' title='How to create strategic segment in Unica?'>How to create strategic segment in Unica?</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2013/02/11/tutorial-how-to-setup-ibm-unica-campaign-with-db2-on-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM InfoSphere Client v8.7: Failed to authenticate the current user against the selected Services Tier</title>
		<link>http://www.pakzilla.com/2013/01/23/ibm-infosphere-client-v8-7-failed-to-authenticate-the-current-user-against-the-selected-services-tier/</link>
		<comments>http://www.pakzilla.com/2013/01/23/ibm-infosphere-client-v8-7-failed-to-authenticate-the-current-user-against-the-selected-services-tier/#comments</comments>
		<pubDate>Wed, 23 Jan 2013 13:19:13 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[InfoSphere]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[InfoSphere Client]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=2102</guid>
		<description><![CDATA[The installation of IBM InfoSphere Client v8.7 on Windows 7 went very smooth without any warning and error. But while I gave credentials of my host to attach a project I recieved following error: Problem Failed to authenticate the current user against the selected Services Tier The URL [iiop://lpar5:2825] that is used to connect to [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.pakzilla.com/2007/04/08/sending-mail-using-javamail-apis/' rel='bookmark' title='Sending mail using JavaMail APIs'>Sending mail using JavaMail APIs</a></li>
<li><a href='http://www.pakzilla.com/2010/04/13/download-gravity-a-symbian-s60-twitter-client/' rel='bookmark' title='Download Gravity, a Symbian S60 Twitter client'>Download Gravity, a Symbian S60 Twitter client</a></li>
<li><a href='http://www.pakzilla.com/2013/01/10/how-to-configure-oracles-data-source-in-unica-for-user-tables/' rel='bookmark' title='How to configure Oracle&#8217;s data source in Unica for User Tables?'>How to configure Oracle&#8217;s data source in Unica for User Tables?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>The installation of IBM InfoSphere Client v8.7 on Windows 7 went very smooth without any warning and error.</p>
<p>But while I gave credentials of my host to attach a project I recieved following error:</p>
<p><img class="aligncenter size-full wp-image-2106" alt="SCR-021" src="http://www.pakzilla.com/wp-content/new_upload/SCR-0211.png" width="492" height="541" /></p>
<p style="text-align: center;"><a href="http://www.pakzilla.com/wp-content/new_upload/SCR-0181.png"><img class="aligncenter wp-image-2109" alt="SCR-018" src="http://www.pakzilla.com/wp-content/new_upload/SCR-0181.png" width="581" height="107" /></a></p>
<h3>Problem</h3>
<blockquote><p>Failed to authenticate the current user against the selected Services Tier</p>
<p>The URL [iiop://lpar5:2825] that is used to connect to the host [172.21.2.176] on the port [9080] is incorrect or is not trusted. To trust the connection, import the signer certificate into the local truststore, by running the following UpdateSignerCerts command: UpdateSignerCerts{.sh|.bat} -host 172.21.2.176 -port 9080</p></blockquote>
<p>Exception stack trace:</p>
<pre class="brush: java; title: ; notranslate">
com.ascential.acs.security.auth.JNDILoginException: The URL [iiop://lpar5:2825] that is used to connect to the host [172.21.2.176] on the port [9080] is incorrect or is not trusted. To trust the connection, import the signer certificate into the local truststore, by running the following UpdateSignerCerts command: UpdateSignerCerts{.sh|.bat} -host 172.21.2.176 -port 9080
	at com.ascential.acs.security.auth.JAASAuthenticationService.loginImpl(JAASAuthenticationService.java:345)
	at com.ascential.acs.security.auth.JAASAuthenticationService.login(JAASAuthenticationService.java:148)
	at com.ascential.acs.security.auth.client.AuthenticationService.doLoginImpl(AuthenticationService.java:866)
	at com.ascential.acs.security.auth.client.AuthenticationService.doLogin(AuthenticationService.java:350)
Caused by: com.ibm.is.isf.j2ee.J2EEClientException: A communication failure occurred while attempting to obtain an initial context with the provider URL: &quot;iiop://lpar5:2825&quot;.  Make sure that any bootstrap address information in the URL is correct and that the target name server is running.  A bootstrap address with no port specification defaults to port 2809.  Possible causes other than an incorrect bootstrap address or unavailable name server include the network environment and workstation network configuration.
	at com.ibm.is.isf.j2ee.impl.was.WASJ2EEClient.initRuntime(WASJ2EEClient.java:99)
	at com.ascential.acs.security.auth.JAASAuthenticationService.loginImpl(JAASAuthenticationService.java:311)
	... 3 more
Caused by: java.net.UnknownHostException: lpar5
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:227)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:377)
	at java.net.Socket.connect(Socket.java:539)
	at java.net.Socket.connect(Socket.java:488)
	at java.net.Socket.(Socket.java:385)
	at java.net.Socket.(Socket.java:199)
	at com.ibm.ws.orbimpl.transport.WSTCPTransportConnection.createSocket(WSTCPTransportConnection.java:270)
	at com.ibm.CORBA.transport.TransportConnectionBase.connect(TransportConnectionBase.java:354)
	... 25 more
</pre>
<h3>Solution</h3>
<p>It&#8217;s quite clear from the exception but it took time to figure out. We have to add a entry in the hosts file of Windows (present at: C:\Windows\System32\drivers\etc).</p>
<p>Open notepad or any of your favorite editor with administrator privileges (Run As Administrator) and open hosts file and edit.</p>
<p><img class="aligncenter size-full wp-image-2107" alt="SCR-019" src="http://www.pakzilla.com/wp-content/new_upload/SCR-0191.png" width="590" height="368" /></p>
<p>Save this file and open Designer Client again. This time it will fetch projects.</p>
<p><img class="aligncenter size-full wp-image-2108" alt="SCR-020" src="http://www.pakzilla.com/wp-content/new_upload/SCR-0201.png" width="492" height="541" /></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2007/04/08/sending-mail-using-javamail-apis/' rel='bookmark' title='Sending mail using JavaMail APIs'>Sending mail using JavaMail APIs</a></li>
<li><a href='http://www.pakzilla.com/2010/04/13/download-gravity-a-symbian-s60-twitter-client/' rel='bookmark' title='Download Gravity, a Symbian S60 Twitter client'>Download Gravity, a Symbian S60 Twitter client</a></li>
<li><a href='http://www.pakzilla.com/2013/01/10/how-to-configure-oracles-data-source-in-unica-for-user-tables/' rel='bookmark' title='How to configure Oracle&#8217;s data source in Unica for User Tables?'>How to configure Oracle&#8217;s data source in Unica for User Tables?</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2013/01/23/ibm-infosphere-client-v8-7-failed-to-authenticate-the-current-user-against-the-selected-services-tier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set JAVA_HOME environment variable for root user on AIX?</title>
		<link>http://www.pakzilla.com/2013/01/23/how-to-set-java_home-environment-variable-for-root-user-on-aix/</link>
		<comments>http://www.pakzilla.com/2013/01/23/how-to-set-java_home-environment-variable-for-root-user-on-aix/#comments</comments>
		<pubDate>Wed, 23 Jan 2013 09:59:35 +0000</pubDate>
		<dc:creator>Tahir Akram</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://www.pakzilla.com/?p=2094</guid>
		<description><![CDATA[If you are following my previous post about installing Java 6 64bit on AIX 6.1 platform, next you have to set JAVA_HOME and PATH variables. If you want to set environment variables for non root users. You can set those variables in /home/&#60;user&#62;/.profile file. For a root user, setting an environment variable is different. As you will not find [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/02/21/how-to-run-db2-store-procedure-from-a-shell-script-via-root-user/' rel='bookmark' title='How to run DB2 store procedure from a shell script via root user?'>How to run DB2 store procedure from a shell script via root user?</a></li>
<li><a href='http://www.pakzilla.com/2013/03/08/how-to-add-netezza-odbc-datasource-in-ibm-unica-campaign/' rel='bookmark' title='How to add Netezza ODBC datasource in IBM Unica Campaign?'>How to add Netezza ODBC datasource in IBM Unica Campaign?</a></li>
<li><a href='http://www.pakzilla.com/2013/01/23/how-to-install-java-6-java6_64-sdk-on-aix-6-1/' rel='bookmark' title='How to install Java 6 (Java6_64.sdk) on AIX 6.1?'>How to install Java 6 (Java6_64.sdk) on AIX 6.1?</a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>If you are following my previous post about <a href="http://www.pakzilla.com/2013/01/23/how-to-install-java-6-java6_64-sdk-on-aix-6-1/">installing Java 6 64bit on AIX 6.1 platform</a>, next you have to set JAVA_HOME and PATH variables. If you want to set environment variables for non root users. You can set those variables in /home/&lt;user&gt;/.profile file.<br />
For a root user, setting an environment variable is different. As you will not find it&#8217;s directory in /home.</p>
<p>There is a way for that. You can set envoirnment variable in /etc/profile. This will override all those envoirnment variables mentioned in .profile.</p>
<h3>Setting variables in /etc/profile</h3>
<p>For setting JAVA_HOME in /etc/profile enter following statements:</p>
<blockquote><p>JAVA_HOME=/usr/java6_64/jre<br />
export JAVA_HOME</p>
<p>PATH=$JAVA_HOME/bin:$PATH<br />
export PATH</p></blockquote>
<p>You have to login again to see the changes. I am using putty, so will re-open it and login with root user.</p>
<h3>Verifying variables</h3>
<p>To verify your changes you can echo JAVA_HOME and PATH variables.</p>
<blockquote><p># echo $JAVA_HOME<br />
/usr/java6_64/jre</p>
<p># echo $PATH<br />
/usr/java6_64/jre/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin</p>
<p># which java<br />
/usr/java6_64/jre/bin/java</p></blockquote>
<p>I am using Korn Shell. To know which shell you are using, you can echo SHELL.</p>
<blockquote><p># echo $SHELL<br />
/usr/bin/ksh</p></blockquote>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href='http://www.pakzilla.com/2013/02/21/how-to-run-db2-store-procedure-from-a-shell-script-via-root-user/' rel='bookmark' title='How to run DB2 store procedure from a shell script via root user?'>How to run DB2 store procedure from a shell script via root user?</a></li>
<li><a href='http://www.pakzilla.com/2013/03/08/how-to-add-netezza-odbc-datasource-in-ibm-unica-campaign/' rel='bookmark' title='How to add Netezza ODBC datasource in IBM Unica Campaign?'>How to add Netezza ODBC datasource in IBM Unica Campaign?</a></li>
<li><a href='http://www.pakzilla.com/2013/01/23/how-to-install-java-6-java6_64-sdk-on-aix-6-1/' rel='bookmark' title='How to install Java 6 (Java6_64.sdk) on AIX 6.1?'>How to install Java 6 (Java6_64.sdk) on AIX 6.1?</a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pakzilla.com/2013/01/23/how-to-set-java_home-environment-variable-for-root-user-on-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
