<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How to Access Server Parameters using eScript</title>
	<link>http://siebelguide.com/siebelblogs/2008/03/25/how-to-access-server-parameters-using-escript/</link>
	<description>Siebel Blogs, News, Events, Tips and Tricks</description>
	<pubDate>Mon, 06 Feb 2012 09:16:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Binu</title>
		<link>http://siebelguide.com/siebelblogs/2008/03/25/how-to-access-server-parameters-using-escript/#comment-6631</link>
		<author>Binu</author>
		<pubDate>Tue, 03 Mar 2009 08:19:23 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/03/25/how-to-access-server-parameters-using-escript/#comment-6631</guid>
		<description>We also had a similar requirement to distinguish between Test and Production environments while some workflows are getting executed.  

We coded a custom BS similar to what you have done. During the testing of workflows using BS simulator, every thing went fine. But once the WF’s started executing based the WF policies, monitored by WF Monitoring Agent, the WF’s started failing at the Custom BS step to get the Enterprise Server name and sometimes recovered after few attempts. But in production, this failed all the WF’s monitored by our WF monitoring agent. 

Finally we had to change this approach.</description>
		<content:encoded><![CDATA[<p>We also had a similar requirement to distinguish between Test and Production environments while some workflows are getting executed.  </p>
<p>We coded a custom BS similar to what you have done. During the testing of workflows using BS simulator, every thing went fine. But once the WF’s started executing based the WF policies, monitored by WF Monitoring Agent, the WF’s started failing at the Custom BS step to get the Enterprise Server name and sometimes recovered after few attempts. But in production, this failed all the WF’s monitored by our WF monitoring agent. </p>
<p>Finally we had to change this approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://siebelguide.com/siebelblogs/2008/03/25/how-to-access-server-parameters-using-escript/#comment-2065</link>
		<author>Sridhar</author>
		<pubDate>Tue, 03 Jun 2008 22:12:19 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/03/25/how-to-access-server-parameters-using-escript/#comment-2065</guid>
		<description>Mike,
Did you release the memory at the end of the script by nullifying the object variables? I will be surprised if the server still crashed after doing this. Check Tip 11 under this link.

http://siebelguide.com/siebelblogs/2008/05/31/escript-best-practices-part6/

Let me know. Thanks.</description>
		<content:encoded><![CDATA[<p>Mike,<br />
Did you release the memory at the end of the script by nullifying the object variables? I will be surprised if the server still crashed after doing this. Check Tip 11 under this link.</p>
<p><a href="http://siebelguide.com/siebelblogs/2008/05/31/escript-best-practices-part6/" rel="nofollow">http://siebelguide.com/siebelblogs/2008/05/31/escript-best-practices-part6/</a></p>
<p>Let me know. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike M. Lin</title>
		<link>http://siebelguide.com/siebelblogs/2008/03/25/how-to-access-server-parameters-using-escript/#comment-2061</link>
		<author>Mike M. Lin</author>
		<pubDate>Tue, 03 Jun 2008 18:16:33 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/03/25/how-to-access-server-parameters-using-escript/#comment-2061</guid>
		<description>Be very careful with this one.  We are on Siebel 7.7.2.6 and tried querying the Enterprise Server buscomp to get some info during login.  Functionally it worked, but there were some serious memory leaks that brought down our development environment just a few hours after each restart.</description>
		<content:encoded><![CDATA[<p>Be very careful with this one.  We are on Siebel 7.7.2.6 and tried querying the Enterprise Server buscomp to get some info during login.  Functionally it worked, but there were some serious memory leaks that brought down our development environment just a few hours after each restart.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

