<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>blog.watashii &#187; designer</title>
	<atom:link href="http://blog.watashii.com/tag/designer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.watashii.com</link>
	<description></description>
	<lastBuildDate>Wed, 02 Nov 2011 02:23:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>BusinessObjects &#8211; Internal Error when connecting Windows clients</title>
		<link>http://blog.watashii.com/2008/09/businessobjects-internal-error-when-connecting-windows-clients/</link>
		<comments>http://blog.watashii.com/2008/09/businessobjects-internal-error-when-connecting-windows-clients/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 04:59:49 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[BusinessObjects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[import wizard]]></category>
		<category><![CDATA[repo_proxy]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=68</guid>
		<description><![CDATA[When connecting with a Windows client using Designer or Import Wizard to a remote BOE XIR2 server, I got the following error: Internal Error [repo_proxy 13] SessionFacade::openSessionLogon with user info has failed(Transport error: Communication failure.) This error message (generally repo_proxy) is a very generic error message and doesnt tell you much what is going on. [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2009/07/businessobjects-infoview-ldap-authentication-error/' rel='bookmark' title='Permanent Link: BusinessObjects InfoView LDAP Authentication Error'>BusinessObjects InfoView LDAP Authentication Error</a></li>
<li><a href='http://blog.watashii.com/2008/10/businessobjects-delete-universes-in-cmc/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Delete Universes in CMC'>BusinessObjects &#8211; Delete Universes in CMC</a></li>
<li><a href='http://blog.watashii.com/2008/10/businessobjects-insert-webi-report-images/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Insert Webi Report Images'>BusinessObjects &#8211; Insert Webi Report Images</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When connecting with a Windows client using Designer or Import Wizard to a remote BOE XIR2 server, I got the following error:</p>
<blockquote><p>Internal Error [repo_proxy 13] SessionFacade::openSessionLogon with user info has failed(Transport error: Communication failure.)</p></blockquote>
<p>This error message (generally repo_proxy) is a very generic error message and doesnt tell you much what is going on.   Your problem may be different to mine.   However this post shows the steps I used to troubleshoot the problem and make my windows client to connect properly.</p>
<p><span id="more-68"></span></p>
<p>Since my BO Enterprise server (Unix Solaris) and my Windows client PC is between a firewall, 4 &#8216;holes&#8217; must be punched out to allow the data communication.   These ports are for the CMS server (6400 by default &amp; 6401) and the Input/Output repository servers (6402, 6403).</p>
<h3>Step 1</h3>
<p>In the ccm.config file, the following entries (in bold) must be added to &#8216;concrete&#8217; the ports that BO will use for these 3 servers, otherwise it will use random ports and your firewall will just block it.   Ports 6401-6403 can be any arbitary port number for which the firewall port is opened.   <em>&lt;FQDN&gt;</em> is the fully qualified domain name of the server.  For me, I always use the short hostname which also works.</p>
<p><code>add to cmsLAUNCH line: -port &lt;FQDN&gt; -requestport 6401<br />
add to inputLAUNCH line: -port &lt;FQDN&gt; -requestport 6402<br />
add to outputLAUNCH line: -port &lt;FQDN&gt; -requestport 6403</code></p>
<h3>Step 2</h3>
<p>Restart the above 3 servers, and make sure the servers are running by checking the CMC administrator web console.   On the windows client PC, open a command prompt to verify no issues with firewalled connectivity.</p>
<p><code>telnet &lt;FQDN&gt; 6400<br />
telnet &lt;FQDN&gt; 6401<br />
telnet &lt;FQDN&gt; 6402<br />
telnet &lt;FQDN&gt; 6403</code></p>
<h3>Step 3</h3>
<p>Modify your windows hosts file <em>&lt;C:\Windows\system32\drivers\etc\hosts</em>&gt; to include your BO server&#8217;s host.  For example:</p>
<p><code>58.163.117.165   boserverhost01  boserverhost01.watashii.com</code></p>
<h3>Step 4</h3>
<p>Open your windows client PC&#8217;s list of Network Connections via Control Panel.   Check how many LAN connections you have.   Disable all of them except the one need to connect to BO.   Or otherwise change your NIC binding order to the top of the list.   Disable Windows firewall if you have to.</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2009/07/businessobjects-infoview-ldap-authentication-error/' rel='bookmark' title='Permanent Link: BusinessObjects InfoView LDAP Authentication Error'>BusinessObjects InfoView LDAP Authentication Error</a></li>
<li><a href='http://blog.watashii.com/2008/10/businessobjects-delete-universes-in-cmc/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Delete Universes in CMC'>BusinessObjects &#8211; Delete Universes in CMC</a></li>
<li><a href='http://blog.watashii.com/2008/10/businessobjects-insert-webi-report-images/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Insert Webi Report Images'>BusinessObjects &#8211; Insert Webi Report Images</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2008/09/businessobjects-internal-error-when-connecting-windows-clients/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

