<?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>Online Siebel Tutorials - Bookshelf &#187; Siebel Administration</title>
	<atom:link href="http://www.siebelintegration.com/index.php/category/siebel-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siebelintegration.com</link>
	<description>Learn by Sharing Siebel Knowledge............</description>
	<lastBuildDate>Mon, 12 Jul 2010 11:17:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to configure Secured HTTP or Web Service Connection in Siebel?</title>
		<link>http://www.siebelintegration.com/index.php/eai/how-to-configure-secured-http-or-web-service-connection-in-siebel/</link>
		<comments>http://www.siebelintegration.com/index.php/eai/how-to-configure-secured-http-or-web-service-connection-in-siebel/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 11:00:53 +0000</pubDate>
		<dc:creator>Site Admin</dc:creator>
				<category><![CDATA[EAI]]></category>
		<category><![CDATA[Siebel Administration]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Siebel Web Services]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.siebelintegration.com/?p=476</guid>
		<description><![CDATA[Whenever we make use of HTTP Transport or Web Services based on HTTP transport, we need to secure that web service using the
digital certificates. Because, the information is exchanged over internet which is no more secure now.
Now question is, what is a digital certificate? Then answer is simple, just launch your http://mail.google.com in a browser.
Automatically, you will see the url will be redirected to &#8220;https&#8221; from &#8220;http&#8221;. Also, you will see a &#8220;Lock&#8221; on the browser url
on right side. Because google has configured a digital certificate on this site. So, ...]]></description>
		<wfw:commentRss>http://www.siebelintegration.com/index.php/eai/how-to-configure-secured-http-or-web-service-connection-in-siebel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Disable Multiple Sessions for a User ?</title>
		<link>http://www.siebelintegration.com/index.php/uncategorized/how-to-disable-multiple-sessions-for-a-user/</link>
		<comments>http://www.siebelintegration.com/index.php/uncategorized/how-to-disable-multiple-sessions-for-a-user/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 16:19:01 +0000</pubDate>
		<dc:creator>Site Admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Siebel Administration]]></category>
		<category><![CDATA[Siebel SQLs & Database]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Siebel Session]]></category>

		<guid isPermaLink="false">http://www.siebelintegration.com/?p=224</guid>
		<description><![CDATA[This issues was faced by a developer, who asked for the solution, so here is something can be done at database level -
[a]
Create an Oracle profile and limit the number of sessions per database user, for example:
sql&#62; CREATE PROFILE &#60;profilename&#62; limit SESSIONS_PER_USER 1;
sql&#62; ALTER USER &#60;username&#62; &#60;profilename&#62;;
sql&#62; ALTER SYSTEM SET RESOURCE_LIMIT=TRUE;
Using this approach, please be aware that dead connections will not always be detected by the database immediately, so users might occasionally not be able to login even a single time until a database administrator has killed their session. Also, ...]]></description>
		<wfw:commentRss>http://www.siebelintegration.com/index.php/uncategorized/how-to-disable-multiple-sessions-for-a-user/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How find Source of Emails Sent from Siebel</title>
		<link>http://www.siebelintegration.com/index.php/siebel-administration/outbound-communication-manager/34/</link>
		<comments>http://www.siebelintegration.com/index.php/siebel-administration/outbound-communication-manager/34/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 09:01:35 +0000</pubDate>
		<dc:creator>Site Admin</dc:creator>
				<category><![CDATA[Outbound Communication Manager]]></category>
		<category><![CDATA[Siebel SQLs & Database]]></category>
		<category><![CDATA[Emails]]></category>
		<category><![CDATA[Siebel]]></category>

		<guid isPermaLink="false">http://www.siebelintegration.com/?p=34</guid>
		<description><![CDATA[During Siebel development, we have many development environments like DEV, QA, BUILD, and PRODUCTION. And we may get mails or end-users may get mails from Siebel, but we don&#8217;t know which the originating environment is. Hence, it takes time to debug and find the source of emails.
Solution:
The emails are sent by the server component &#8211; Outbound Communication Manager. Outbound Communication Manager Business service inserts records with parameters in two tables &#8211; S_SRM_ACTION and S_SRM_DATA. The action name is stored in S_SRM_ACTION. S_SRM_DATA stores the various parts of the mail like ...]]></description>
		<wfw:commentRss>http://www.siebelintegration.com/index.php/siebel-administration/outbound-communication-manager/34/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
