<?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 for SSG Limited</title>
	<atom:link href="http://blog.ssglimited.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ssglimited.com</link>
	<description>Bridging the Gap between Vision and Implementation</description>
	<lastBuildDate>Wed, 14 Apr 2010 11:02:07 +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 Common BRM Pipeline Installation Issues by Anthony</title>
		<link>http://blog.ssglimited.com/2010/03/24/common-cbrm-pipeline-installation-issues/comment-page-1/#comment-374</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 14 Apr 2010 11:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ssglimited.com/?p=1258#comment-374</guid>
		<description>First of all, thanks for your response.

In the PIN.PRICING_ADMIN_CONF_INFO_T, we have the user in capital letters and the password is encrypted, so I&#039;m not able to connect using sqlplus with these parameters. 
If I use the user in lower case and the password unencrypted, I get connection to the database and I&#039;m able to see all jsa_* tables.

I mean, in PIN.PRICING_ADMIN_CONF_INFO_T I have for example:
LOGIN:INTEGRATE, PASSWD:&amp;aes&#124;0000&#124;09&#124;0D5E11BFDD97D27,
NAME:my_sid
HOSTNAME:my_host. With these values i&#039;m unable to connect to database, but with the user: integrate passwd:integrate i get connection.

I think this could be the problem, because the synonyms were set up correctly, and if I update the runPC.bat to invoke java I get the message: GRAVE: Problem logging into pipeline database.

Sorry for the inconviniences.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>First of all, thanks for your response.</p>
<p>In the PIN.PRICING_ADMIN_CONF_INFO_T, we have the user in capital letters and the password is encrypted, so I&#8217;m not able to connect using sqlplus with these parameters.<br />
If I use the user in lower case and the password unencrypted, I get connection to the database and I&#8217;m able to see all jsa_* tables.</p>
<p>I mean, in PIN.PRICING_ADMIN_CONF_INFO_T I have for example:<br />
LOGIN:INTEGRATE, PASSWD:&amp;aes|0000|09|0D5E11BFDD97D27,<br />
NAME:my_sid<br />
HOSTNAME:my_host. With these values i&#8217;m unable to connect to database, but with the user: integrate passwd:integrate i get connection.</p>
<p>I think this could be the problem, because the synonyms were set up correctly, and if I update the runPC.bat to invoke java I get the message: GRAVE: Problem logging into pipeline database.</p>
<p>Sorry for the inconviniences.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Common BRM Pipeline Installation Issues by Mark Peterson</title>
		<link>http://blog.ssglimited.com/2010/03/24/common-cbrm-pipeline-installation-issues/comment-page-1/#comment-368</link>
		<dc:creator>Mark Peterson</dc:creator>
		<pubDate>Tue, 13 Apr 2010 21:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ssglimited.com/?p=1258#comment-368</guid>
		<description>You have to be able to connect to the IFW database from the box the PC is on. Try to connect from SQLPLUS using the connection properties in the PIN.PRICING_ADMIN_CONF_INFO_T. If you can then you also must see the JSA_USER, JSA_MODULES and JSA_USERRIGHT tables. Try to do a select * from JSA_USER and see. Do the same for JSA_MODULES an JSA_USERRIGHT. If not, check to be sure public synonyms are set up. Refer to the JSA_SYNONYMS.sql script. 

You can also check the Oracle libraries in the PC install directory; 3plibs. Make sure they&#039;re all there. Look in the lib/runPC.bat to see which ones it&#039;s looking for.

And finally, you can edit the runPC.bat file. Instead of calling javaw, just call java.exe. It will open a CMD window and give you more information. 
Good luck!</description>
		<content:encoded><![CDATA[<p>You have to be able to connect to the IFW database from the box the PC is on. Try to connect from SQLPLUS using the connection properties in the PIN.PRICING_ADMIN_CONF_INFO_T. If you can then you also must see the JSA_USER, JSA_MODULES and JSA_USERRIGHT tables. Try to do a select * from JSA_USER and see. Do the same for JSA_MODULES an JSA_USERRIGHT. If not, check to be sure public synonyms are set up. Refer to the JSA_SYNONYMS.sql script. </p>
<p>You can also check the Oracle libraries in the PC install directory; 3plibs. Make sure they&#8217;re all there. Look in the lib/runPC.bat to see which ones it&#8217;s looking for.</p>
<p>And finally, you can edit the runPC.bat file. Instead of calling javaw, just call java.exe. It will open a CMD window and give you more information.<br />
Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Common BRM Pipeline Installation Issues by Anthony</title>
		<link>http://blog.ssglimited.com/2010/03/24/common-cbrm-pipeline-installation-issues/comment-page-1/#comment-364</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 13 Apr 2010 11:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ssglimited.com/?p=1258#comment-364</guid>
		<description>Hello,
I&#039;m facing this problem and i&#039;m not able to fix it using the steps you provide here.

I have all the required tables populated with data related to my pipeline database user. The user is able to see the content of the jsa_* tables, but when I try to start the pricing center gui, I&#039;m always getting the same error: &quot;Unable to connect to pipeline database&quot;.

Could you provide me more information, please?
Maybe, I&#039;m skipping something.... but after several days I&#039;m not able to see what could be happening.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I&#8217;m facing this problem and i&#8217;m not able to fix it using the steps you provide here.</p>
<p>I have all the required tables populated with data related to my pipeline database user. The user is able to see the content of the jsa_* tables, but when I try to start the pricing center gui, I&#8217;m always getting the same error: &#8220;Unable to connect to pipeline database&#8221;.</p>
<p>Could you provide me more information, please?<br />
Maybe, I&#8217;m skipping something&#8230;. but after several days I&#8217;m not able to see what could be happening.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Common BRM Pipeline Installation Issues by How to Get BRM Pipeline Working &#171; SSG Limited</title>
		<link>http://blog.ssglimited.com/2010/03/24/common-cbrm-pipeline-installation-issues/comment-page-1/#comment-345</link>
		<dc:creator>How to Get BRM Pipeline Working &#171; SSG Limited</dc:creator>
		<pubDate>Fri, 09 Apr 2010 21:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ssglimited.com/?p=1258#comment-345</guid>
		<description>[...] Common BRM Pipeline Installation Issues 24.03 [...]</description>
		<content:encoded><![CDATA[<p>[...] Common BRM Pipeline Installation Issues 24.03 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I became Virtually Frustrated by Robert McMillen</title>
		<link>http://blog.ssglimited.com/2009/05/26/why-i-became-virtually-frustrated/comment-page-1/#comment-196</link>
		<dc:creator>Robert McMillen</dc:creator>
		<pubDate>Tue, 02 Mar 2010 20:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ssglimited.com/?p=684#comment-196</guid>
		<description>Sanjay,

I&#039;m not sure exactly how to answer the question because the only thing I used XP for was as my Virtual Machine Manager installation (I have since moved it over to an Oracle Enterprise Linux server).  I have setup several Virtual Machines that use Windows 2000 since we have licenses for that.  To do that I created a new VM and loaded the Win2K software from a CD inserted in the physical server.  Once I had patched with all of the latest MS security patches, I saved it as a template so I didn&#039;t have to repeat the steps in the future.

I hope that helps.  My apologies for the slow response!</description>
		<content:encoded><![CDATA[<p>Sanjay,</p>
<p>I&#8217;m not sure exactly how to answer the question because the only thing I used XP for was as my Virtual Machine Manager installation (I have since moved it over to an Oracle Enterprise Linux server).  I have setup several Virtual Machines that use Windows 2000 since we have licenses for that.  To do that I created a new VM and loaded the Win2K software from a CD inserted in the physical server.  Once I had patched with all of the latest MS security patches, I saved it as a template so I didn&#8217;t have to repeat the steps in the future.</p>
<p>I hope that helps.  My apologies for the slow response!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Turn on Workspace Logging in Oracle BPM Studio (10g or 6.x) by wally</title>
		<link>http://blog.ssglimited.com/2010/02/19/how-to-turn-on-workspace-logging-in-oracle-bpm-studio/comment-page-1/#comment-188</link>
		<dc:creator>wally</dc:creator>
		<pubDate>Mon, 22 Feb 2010 10:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ssglimited.com/?p=1198#comment-188</guid>
		<description>thanks a lot!!!helps a lot in debugging</description>
		<content:encoded><![CDATA[<p>thanks a lot!!!helps a lot in debugging</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Turn on Workspace Logging in Oracle BPM Studio (10g or 6.x) by Customizing Oracle BPM using Worklist Decorator &#171; SSG Limited</title>
		<link>http://blog.ssglimited.com/2010/02/19/how-to-turn-on-workspace-logging-in-oracle-bpm-studio/comment-page-1/#comment-187</link>
		<dc:creator>Customizing Oracle BPM using Worklist Decorator &#171; SSG Limited</dc:creator>
		<pubDate>Fri, 19 Feb 2010 23:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ssglimited.com/?p=1198#comment-187</guid>
		<description>[...] console or edit the logging in the workspace.properties file. For Studio, refer to my blog post on Workspace Logging.  WorkListDecorator Sample Code for Shading lines in the [...]</description>
		<content:encoded><![CDATA[<p>[...] console or edit the logging in the workspace.properties file. For Studio, refer to my blog post on Workspace Logging.  WorkListDecorator Sample Code for Shading lines in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I became Virtually Frustrated by sanjay naik</title>
		<link>http://blog.ssglimited.com/2009/05/26/why-i-became-virtually-frustrated/comment-page-1/#comment-186</link>
		<dc:creator>sanjay naik</dc:creator>
		<pubDate>Thu, 04 Feb 2010 21:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ssglimited.com/?p=684#comment-186</guid>
		<description>How did you make *iso to be executed on Windows XP</description>
		<content:encoded><![CDATA[<p>How did you make *iso to be executed on Windows XP</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IPod for the Enterprise &#8211; Oracle&#8217;s Vision by Leta Elson</title>
		<link>http://blog.ssglimited.com/2009/10/11/ipod-for-the-enterprise-oracles-vision/comment-page-1/#comment-185</link>
		<dc:creator>Leta Elson</dc:creator>
		<pubDate>Sun, 31 Jan 2010 03:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ssglimited.com/?p=958#comment-185</guid>
		<description>Alot of bloggers aren&#039;t very happy with this new iPad.There was just too much hype over it and lots of people got disapointed.Thing is, I for one see great deal of the awesome potential of this device. Third-party soft for doing tunes, games, newsprints and magazines and books, tons of neat stuff, but IMHO they failed to sell it very well (excluding the books). It feels kinda incomplete</description>
		<content:encoded><![CDATA[<p>Alot of bloggers aren&#8217;t very happy with this new iPad.There was just too much hype over it and lots of people got disapointed.Thing is, I for one see great deal of the awesome potential of this device. Third-party soft for doing tunes, games, newsprints and magazines and books, tons of neat stuff, but IMHO they failed to sell it very well (excluding the books). It feels kinda incomplete</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Your Oracle Virtual Machine by Abhishek Gupta</title>
		<link>http://blog.ssglimited.com/2009/06/05/creating-your-oracle-virtual-machine/comment-page-1/#comment-171</link>
		<dc:creator>Abhishek Gupta</dc:creator>
		<pubDate>Fri, 04 Dec 2009 22:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ssglimited.com/?p=690#comment-171</guid>
		<description>Hi,

Can I just install the VM Manager on Oracle Enterprise Linux machine and use it to create the Virtual machine without installing the VM server on a separate machine. The issue I have got is that I just have one laptop that runs Oracle Enterprise Linux 5.x. So what is the easiest way around for creating the virtual machine on that? Virtualbox and VMWare products don&#039;t work on that. 

Regards
Abhishek</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can I just install the VM Manager on Oracle Enterprise Linux machine and use it to create the Virtual machine without installing the VM server on a separate machine. The issue I have got is that I just have one laptop that runs Oracle Enterprise Linux 5.x. So what is the easiest way around for creating the virtual machine on that? Virtualbox and VMWare products don&#8217;t work on that. </p>
<p>Regards<br />
Abhishek</p>
]]></content:encoded>
	</item>
</channel>
</rss>
