<?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:a10="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Dovetail Software Knowledge Base</title><link>http://feeds.feedburner.com/DovetailSoftwareKnowledgeBase</link><description>Recently created or modified solutions regarding products offered by Dovetail Software.</description><managingEditor>support@dovetailsoftware.com</managingEditor><lastBuildDate>Mon, 30 Jan 2012 09:20:51 -0600</lastBuildDate><a10:id>Dovetail Software Knowledge Base</a10:id><a10:link href="http://support.dovetailsoftware.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DovetailSoftwareKnowledgeBase" /><feedburner:info uri="dovetailsoftwareknowledgebase" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><guid isPermaLink="false">560</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/6imEDKOrYHE/560</link><title>How to refresh the cache data in Dovetail Mobile</title><description>During application startup, frequently used and seldom updated data is pulled into memory as cache objects. The cached data is exposed as read only strongly typed objects.&lt;br/&gt;&lt;br/&gt;Dovetail Mobile (like all Dovetail SDK-based applications) utilize cached objects to avoid extra round trips to the database which results in a dramatic application performance boost.&lt;br/&gt;&lt;br/&gt;The question arises: how to update cached data?&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/6imEDKOrYHE" height="1" width="1"/&gt;</description><pubDate>Mon, 30 Jan 2012 09:20:51 -0600</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/560</feedburner:origLink></item><item><guid isPermaLink="false">559</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/hFA-0b6TBus/559</link><title>Configuring the session timeout in Dovetail Mobile</title><description>How to configure session timeouts in Dovetail Mobile.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/hFA-0b6TBus" height="1" width="1"/&gt;</description><pubDate>Mon, 30 Jan 2012 09:16:05 -0600</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/559</feedburner:origLink></item><item><guid isPermaLink="false">355</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/z94O_wK8GVc/355</link><title>Dovetail SDK : Setting the session timeout length using .Net.</title><description>Dovetail SDK sessions have a default timeout of 20 minutes. It is often desirable to change the length of this timeout period.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/z94O_wK8GVc" height="1" width="1"/&gt;</description><pubDate>Mon, 30 Jan 2012 09:07:51 -0600</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/355</feedburner:origLink></item><item><guid isPermaLink="false">555</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/KXKfWYQePC4/555</link><title>What is the maximum upload file size in ASP.NET applications? How to increase it?</title><description>What is the maximum upload file size in ASP.NET applications?&lt;br/&gt;&lt;br/&gt;How to increase the max upload file size in ASP.NET applications, including Dovetail Mobile.&lt;br/&gt;&lt;br/&gt;Error messages may include:&lt;br/&gt;&lt;br/&gt;Exception Details: System.Web.HttpException: Maximum request length exceeded.&lt;br/&gt;&lt;br/&gt;HTTP Error 404.13 - Not Found&lt;br/&gt;&lt;br/&gt;The request filtering module is configured to deny a request that exceeds the request content length.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/KXKfWYQePC4" height="1" width="1"/&gt;</description><pubDate>Tue, 10 Jan 2012 15:44:42 -0600</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/555</feedburner:origLink></item><item><guid isPermaLink="false">558</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/jzDN30IxgUc/558</link><title>Server error: Unrecognized attribute &amp;#39;targetFramework&amp;#39;.</title><description>The following error can occur when starting up a web application:&lt;br/&gt;&lt;br/&gt;Server Error in &amp;#39;/admin&amp;#39; Application.&lt;br/&gt;&lt;br/&gt;--------------------------------------------------------------------------------&lt;br/&gt;&lt;br/&gt;Configuration Error &lt;br/&gt;&lt;br/&gt;Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.&lt;br/&gt;&lt;br/&gt;Parser Error Message: Unrecognized attribute &amp;#39;targetFramework&amp;#39;. Note that attribute names are case-sensitive.&lt;br/&gt;&lt;br/&gt;Source Error:&lt;br/&gt;&lt;br/&gt;Line 6:  &amp;lt;configuration&amp;gt;&lt;br/&gt;&lt;br/&gt;Line 7:    &amp;lt;system.web&amp;gt;&lt;br/&gt;&lt;br/&gt;Line 8:      &amp;lt;compilation debug=&amp;quot;true&amp;quot; targetFramework=&amp;quot;4.0&amp;quot; /&amp;gt;&lt;br/&gt;&lt;br/&gt;Line 9:      &amp;lt;pages validateRequest=&amp;quot;false&amp;quot; controlRenderingCompatibilityVersion=&amp;quot;3.5&amp;quot; clientIDMode=&amp;quot;AutoID&amp;quot;&amp;gt;&lt;br/&gt;&lt;br/&gt;Line 10:       &amp;lt;namespaces&amp;gt;&lt;br/&gt;&lt;br/&gt;Source File: C:\repo\github\dovetail-admin\pages\web.config    Line: 8&lt;br/&gt;&lt;br/&gt;--------------------------------------------------------------------------------&lt;br/&gt;&lt;br/&gt;Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/jzDN30IxgUc" height="1" width="1"/&gt;</description><pubDate>Mon, 09 Jan 2012 15:52:41 -0600</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/558</feedburner:origLink></item><item><guid isPermaLink="false">557</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/j2GU_zdmAx8/557</link><title>Dovetail SDK session user and sessionid values may not be correct in log files</title><description>The Dovetail SDK and applications written using it commonly write to log files to help administrators troubleshoot problems. Dovetail SDK sets details about the current session (user and sessionid) to the current thread&amp;#39;s logging context. These details can then be emitted with the logging pattern. This can cause ambiguity in certain logging situations involving multi-threaded host environment such as a web server.&lt;br/&gt;&lt;br/&gt;Example logging pattern with session context &lt;br/&gt;&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;&amp;lt;layout type=&amp;quot;log4net.Layout.PatternLayout&amp;quot;&amp;gt;&lt;br/&gt;&lt;br/&gt;	&amp;lt;param name=&amp;quot;ConversionPattern&amp;quot; value=&amp;quot;%d [%p] [%c] %m [user: %X{user}] [sessionid: %X{session}]%n&amp;quot; /&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;/layout&amp;gt;&lt;br/&gt;&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;This logging pattern is the default we provide with our SDK based applications. The log below is emitted by a web application whose first request is logged in as &amp;#39;annie&amp;#39; with a second request (on the same thread) being logged in as &amp;#39;hank&amp;#39;&lt;br/&gt;&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;2011-12-15 15:03:09,572 [DEBUG] [Dovetail.Agent.Authentication.ClarifySessionCache] Creating missing session for agent annie. [user: (null)] [sessionid: (null)]&lt;br/&gt;&lt;br/&gt;2011-12-15 15:03:09,589 [DEBUG] [Dovetail.Agent.Authentication.ClarifySessionCache] Created session e7deb77f-46f1-4cc3-89e0-5eed70c28327 for agent annie. [user: annie] [sessionid: e7deb77f-46f1-4cc3-89e0-5eed70c28327]&lt;br/&gt;&lt;br/&gt;2011-12-15 15:03:25,896 [DEBUG] [Dovetail.Agent.Authentication.ClarifySessionCache] Creating missing session for agent hank. [user: annie] [sessionid: e7deb77f-46f1-4cc3-89e0-5eed70c28327]&lt;br/&gt;&lt;br/&gt;2011-12-15 15:03:25,903 [DEBUG] [Dovetail.Agent.Authentication.ClarifySessionCache] Created session 31d5c417-b9d0-4df2-af0e-9cf8d6452a50 for agent hank. [user: hank] [sessionid: 31d5c417-b9d0-4df2-af0e-9cf8d6452a50]&lt;br/&gt;&lt;br/&gt;```&lt;br/&gt;&lt;br/&gt;Notice the second set of logs has the user name and session id of the previous web request. After the session is created the user name and session id are correct. The second request is still logging the user and session id of &amp;#39;annie&amp;#39;.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/j2GU_zdmAx8" height="1" width="1"/&gt;</description><pubDate>Thu, 05 Jan 2012 11:34:56 -0600</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/557</feedburner:origLink></item><item><guid isPermaLink="false">556</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/jC9jPoxWsok/556</link><title>Installation of Dovetail Mobile Agent stopped with &amp;quot;Failed to read IIsWebs table (-2147024891)&amp;quot; error message</title><description>While installing an IIS web application, the installer ran into a permission issue with the iiswebs table:&lt;br/&gt;&lt;br/&gt;&amp;quot;Failed to reas IIsWebs table (-2147024891)&amp;quot; error message&lt;br/&gt;&lt;br/&gt;The installer would not install, repair, or remove the application.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/jC9jPoxWsok" height="1" width="1"/&gt;</description><pubDate>Tue, 03 Jan 2012 12:37:46 -0600</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/556</feedburner:origLink></item><item><guid isPermaLink="false">553</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/SSZqKvL08SI/553</link><title>Error: 80040154 when trying to run DataVerifier on 64-bit Windows OS</title><description>When running the Dovetail DataVerifier, the following error may occur:&lt;br/&gt;&lt;br/&gt;System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {96EFBAF6-4FA0-4F71-A012-910F6CF61120} failed due to the following error: 80040154. &lt;br/&gt;&lt;br/&gt;at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean&amp;amp; canBeCached, RuntimeMethodHandle&amp;amp; ctor, Boolean&amp;amp; bNeedSecurityCheck) &lt;br/&gt;&lt;br/&gt;at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) &lt;br/&gt;&lt;br/&gt;at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) &lt;br/&gt;&lt;br/&gt;at System.Activator.CreateInstance(Type type, Boolean nonPublic) &lt;br/&gt;&lt;br/&gt;at FChoice.Foundation.Clarify.DataVerifier.Core.CompatVerifier.FcflNetCompatDomainVerifier.TestFCApplication(NameValueCollection appState) &lt;br/&gt;&lt;br/&gt;at FChoice.Foundation.Clarify.DataVerifier.Core.CompatVerifier.FcflNetCompatDomainVerifier.TestFCApplication(NameValueCollection appState) &lt;br/&gt;&lt;br/&gt;at FChoice.Foundation.Clarify.DataVerifier.Core.CompatVerifier.TestFCApplication(FcflNetCompatDomainVerifier domVerifier, NameValueCollection appState)&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/SSZqKvL08SI" height="1" width="1"/&gt;</description><pubDate>Wed, 07 Dec 2011 16:35:35 -0600</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/553</feedburner:origLink></item><item><guid isPermaLink="false">160</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/AhNh5XmCzjk/160</link><title>How to enable logging for the Data Verifier application</title><description>If unexpected problems occur while running the Dovetail Data Verifier application (which can be a separate application, or bundled with the Dovetail SDK product), a Dovetail support person may ask you to enable logging for the Data Verifier and send him/her the logs as well as the test results.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/AhNh5XmCzjk" height="1" width="1"/&gt;</description><pubDate>Tue, 06 Dec 2011 16:30:11 -0600</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/160</feedburner:origLink></item><item><guid isPermaLink="false">552</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/CUilp0FCGl8/552</link><title>Error connecting to database: OCIEnvCreate failed with return code -1</title><description>While trying to connect to an Oracle database using a Dovetail application (such as Data Verifier ), the following error may occur:&lt;br/&gt;&lt;br/&gt;Error connecting to database: Oracle ODBC connection issue of “System.Exception: OCIEnvCreate failed with return code -1”&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/CUilp0FCGl8" height="1" width="1"/&gt;</description><pubDate>Tue, 06 Dec 2011 11:31:30 -0600</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/552</feedburner:origLink></item><item><guid isPermaLink="false">551</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/XCmJWX_Wj18/551</link><title>Out of memory errors with Classic Client on a Terminal Server/ Citrix Server</title><description>Customers running the Classic Client on a Terminal Server/ Citrix Server &lt;br/&gt;&lt;br/&gt;may run into a problem where they cannot use the client for more than &lt;br/&gt;&lt;br/&gt;1-2 hours before the Citrix servers fails with out-of-memory-type &lt;br/&gt;&lt;br/&gt;problem and all users get a warning message &amp;quot;You must close one or &lt;br/&gt;&lt;br/&gt;more windows&amp;quot; . When this occurs, the Terminal Server / Citrix Server &lt;br/&gt;&lt;br/&gt;has to be restarted before things work again.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/XCmJWX_Wj18" height="1" width="1"/&gt;</description><pubDate>Thu, 01 Dec 2011 11:18:59 -0600</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/551</feedburner:origLink></item><item><guid isPermaLink="false">549</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/0v8L4GsJYg8/549</link><title>How are the &amp;#39;using&amp;#39; values in the Notify Frequency section of a Business Rule defined?</title><description>When configuring business rule actions, the Notification Frequency can be defined using the following parameters:&lt;br/&gt;&lt;br/&gt;Start Action - specifies the length of time prior to starting the action&lt;br/&gt;&lt;br/&gt;hrs:mins from - specifies the event from which the Start Action should be applied (event creation, commitment time, etc.)&lt;br/&gt;&lt;br/&gt;using - how to calculate the total time (Elapsed Time, Cust Bus Hrs, Suppt Bus Hrs, etc.)&lt;br/&gt;&lt;br/&gt;How are each of the values in the &amp;#39;using&amp;#39; drop down defined?&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/0v8L4GsJYg8" height="1" width="1"/&gt;</description><pubDate>Thu, 03 Nov 2011 09:41:16 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/549</feedburner:origLink></item><item><guid isPermaLink="false">550</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/plPAxJLcM5o/550</link><title>System.Threading.ThreadAbortException: Thread was being aborted.</title><description>During FcApplication initialization of the Dovetail SDK (fcSDK), the following error may occur:&lt;br/&gt;&lt;br/&gt;System.Threading.ThreadAbortException: Thread was being aborted.&lt;br/&gt;&lt;br/&gt;The stack trace may look something like:&lt;br/&gt;&lt;br/&gt;[ERROR] [FChoice.Foundation.FCApplication] Error initializing CacheManager and LicenseManager: Thread was being aborted. [user: (null)] [sessionid: (null)]&lt;br/&gt;&lt;br/&gt;System.Threading.ThreadAbortException: Thread was being aborted.&lt;br/&gt;&lt;br/&gt;   at FChoice.Common.Data.SqlHelper.FillDataSet(DbDataAdapter adapter, DataSet ds, String[] tableNames, IDbConnection connection, CommandType cmdType, String cmdText, DataParameterCollection dataParams, Boolean fillSchema)&lt;br/&gt;&lt;br/&gt;   at FChoice.Common.Data.SqlHelper.FillDataSet(DataSet ds, String[] tableNames, IDbConnection conn, CommandType cmdType, String cmdText, DataParameterCollection dataParams, Boolean fillSchema)&lt;br/&gt;&lt;br/&gt;   at FChoice.Common.Data.SqlHelper.FillDataSet(DataSet ds, String sqlStmt, String[] tableNames, Boolean fillSchema)&lt;br/&gt;&lt;br/&gt;   at FChoice.Common.Data.SqlHelper.FillDataSet(DataSet ds, String sqlStmt, String[] tableNames)&lt;br/&gt;&lt;br/&gt;   at FChoice.Foundation.Clarify.StringCache.LoadStringTable(DataSet stringDs)&lt;br/&gt;&lt;br/&gt;   at FChoice.Foundation.Clarify.StringCache.InitCacheData()&lt;br/&gt;&lt;br/&gt;   at FChoice.Foundation.CacheBase.InitializeCache()&lt;br/&gt;&lt;br/&gt;   at FChoice.Foundation.CacheManager.LoadDataCaches(CacheBase[] caches)&lt;br/&gt;&lt;br/&gt;   at FChoice.Foundation.CacheManager.Initialize(CacheBase[] caches, ISchemaCache schemaMaster)&lt;br/&gt;&lt;br/&gt;   at FChoice.Foundation.FCApplication.FCAppInitialize(CacheBase[] caches, ISchemaCache schemaMaster)&lt;br/&gt;&lt;br/&gt;2011-11-01 18:31:34,237 [ERROR] [FChoice.Common.Data.SqlHelper] Error while performing a FillDataSet database command [user: (null)] [sessionid: (null)]&lt;br/&gt;&lt;br/&gt;System.Threading.ThreadAbortException: Thread was being aborted.&lt;br/&gt;&lt;br/&gt;   at System.Data.Common.UnsafeNativeMethods.OCIStmtFetch(OciHandle stmtp, OciHandle errhp, UInt32 nrows, FETCH orientation, MODE mode)&lt;br/&gt;&lt;br/&gt;   at System.Data.OracleClient.TracedNativeMethods.OCIStmtFetch(OciHandle stmtp, OciHandle errhp, Int32 nrows, FETCH orientation, MODE mode)&lt;br/&gt;&lt;br/&gt;   at System.Data.OracleClient.OracleDataReader.ReadInternal()&lt;br/&gt;&lt;br/&gt;   at System.Data.OracleClient.OracleDataReader.Read()&lt;br/&gt;&lt;br/&gt;   at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping)&lt;br/&gt;&lt;br/&gt;   at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue)&lt;br/&gt;&lt;br/&gt;   at System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords)&lt;br/&gt;&lt;br/&gt;   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)&lt;br/&gt;&lt;br/&gt;   at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)&lt;br/&gt;&lt;br/&gt;   at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)&lt;br/&gt;&lt;br/&gt;   at FChoice.Common.Data.SqlHelper.FillDataSet(DbDataAdapter adapter, DataSet ds, String[] tableNames, IDbConnection connection, CommandType cmdType, String cmdText, DataParameterCollection dataParams, Boolean fillSchema)&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/plPAxJLcM5o" height="1" width="1"/&gt;</description><pubDate>Wed, 02 Nov 2011 17:16:41 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/550</feedburner:origLink></item><item><guid isPermaLink="false">548</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/OsOSjdJJ3ic/548</link><title>No column headers and no data visible in WIPBin or Queue in Clarify Client</title><description>User launches Clarify Client, clicks on WIPBin or Queue name. There are no column headers in the right pane, no data displayed.&lt;br/&gt;&lt;br/&gt;The reason for this behavior is that Clarify Client-specific registry entries got reset.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/OsOSjdJJ3ic" height="1" width="1"/&gt;</description><pubDate>Thu, 20 Oct 2011 10:46:12 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/548</feedburner:origLink></item><item><guid isPermaLink="false">303</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/GscRU4kFKvY/303</link><title>Running Dovetail Classic ASP Web Applications on Vista or Windows Server 2008 64-bit with IIS 7</title><description>When attempting to run any of the Dovetail ASP web applications with Dovetail SDK pre version 3.0 installed. (Agent, Self Service, Admin, etc) on Windows Vista x64 or Windows Server 2008 x64 editions with IIS 7, you may encounter the errors shown below.&lt;br/&gt;&lt;br/&gt;This is because the default application pools in IIS 7 are set to run in 64-bit mode, but the Dovetail SDK pre version 3.0 was only available as a 32 bit installer.  Due to the 32-bit/64-bit Registry Redirection feature in Vista/Server 2008, 64-bit applications cannot see certain registry settings (such as the Dovetail SDK COM compatibility registrations).  By enabling 32-bit applications in the web application&amp;#39;s application pool, the application will work. See the resolution for specific step-by-step instructions on solving this problem.&lt;br/&gt;&lt;br/&gt;Here is a sample of the errors you might encounter when the 64-bit/32-bit problems are present:&lt;br/&gt;&lt;br/&gt;Active Server Pages error &amp;#39;00000000&amp;#39;&lt;br/&gt;&lt;br/&gt;Create object failed&lt;br/&gt;&lt;br/&gt;?&lt;br/&gt;&lt;br/&gt;An error occurred while creating object &amp;#39;FCApp&amp;#39;.&lt;br/&gt;&lt;br/&gt;Active Server Pages error &amp;#39;00000000&amp;#39;&lt;br/&gt;&lt;br/&gt;Create object failed&lt;br/&gt;&lt;br/&gt;?&lt;br/&gt;&lt;br/&gt;An error occurred while creating object &amp;#39;FCApp&amp;#39;. FCApplication Initialization Failed.&lt;br/&gt;&lt;br/&gt;Class doesn&amp;#39;t support Automation&lt;br/&gt;&lt;br/&gt;Active Server Pages error &amp;#39;00000000&amp;#39;&lt;br/&gt;&lt;br/&gt;Create object failed&lt;br/&gt;&lt;br/&gt;?&lt;br/&gt;&lt;br/&gt;An error occurred while creating object &amp;#39;FCApp&amp;#39;.&lt;br/&gt;&lt;br/&gt;Active Server Pages error &amp;#39;00000000&amp;#39;&lt;br/&gt;&lt;br/&gt;Create object failed&lt;br/&gt;&lt;br/&gt;?&lt;br/&gt;&lt;br/&gt;An error occurred while creating object &amp;#39;FCApp&amp;#39;.&lt;br/&gt;&lt;br/&gt;Active Server Pages error &amp;#39;00000000&amp;#39;&lt;br/&gt;&lt;br/&gt;Create object failed&lt;br/&gt;&lt;br/&gt;?&lt;br/&gt;&lt;br/&gt;An error occurred while creating object &amp;#39;FCApp&amp;#39;. Initialization Error&lt;br/&gt;&lt;br/&gt;Application initialization failed.&lt;br/&gt;&lt;br/&gt;When configuring attachments with the ASP Smart Upload utility (for Dovetail Agent), you might also encounter the following:&lt;br/&gt;&lt;br/&gt;Microsoft JScript runtime error &amp;#39;800a01ad&amp;#39;&lt;br/&gt;&lt;br/&gt;Automation server can&amp;#39;t create object&lt;br/&gt;&lt;br/&gt;/client/workflow/44/attachment2.asp, line 87&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/GscRU4kFKvY" height="1" width="1"/&gt;</description><pubDate>Thu, 13 Oct 2011 08:44:11 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/303</feedburner:origLink></item><item><guid isPermaLink="false">547</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/qmH2-ESGklY/547</link><title>WebLogic server returns License Exception at startup</title><description>After WebLogic server is installed and configured, it may return License Exception message at start time.&lt;br/&gt;&lt;br/&gt;The message would look similar to this one:&lt;br/&gt;&lt;br/&gt;$$$$$$$$$$$$$$$$     License Exception     $$$$$$$$$$$$$$$$&lt;br/&gt;&lt;br/&gt;Loaded License : C:/weblogic/license/WebLogicLicense.xml&lt;br/&gt;&lt;br/&gt;However Unable to start because :&lt;br/&gt;&lt;br/&gt;No License found for WebLogic&lt;br/&gt;&lt;br/&gt;As well as the fact that: No License found for Tengah&lt;br/&gt;&lt;br/&gt;As well as the fact that: No License found for WebLogic/JDBC&lt;br/&gt;&lt;br/&gt;As well as the fact that: No License found for Tengah/JDBC&lt;br/&gt;&lt;br/&gt;As well as the fact that: No License found for jdbcKona/T3&lt;br/&gt;&lt;br/&gt;The exact message may vary depending on installation but the &amp;quot;License Exception&amp;quot; header is the pattern to look for.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/qmH2-ESGklY" height="1" width="1"/&gt;</description><pubDate>Fri, 30 Sep 2011 09:52:10 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/547</feedburner:origLink></item><item><guid isPermaLink="false">546</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/TLX1Mm8m-zc/546</link><title>emailclerk Error syntax error: when parsing &amp;#39;&amp;#39; in the mail on line 1</title><description>When using Clarify emailclerk, the following error can occur:&lt;br/&gt;&lt;br/&gt;CREATE CASE/LOG ERROR&lt;br/&gt;&lt;br/&gt;Error syntax error: when parsing &amp;#39;&amp;#39; in the mail on line 1&lt;br/&gt;&lt;br/&gt;Note: This is the old-school Clarify emaiclerk. &lt;br/&gt;&lt;br/&gt;Not eResponse Manager. Not First Choice SEC (SuperEmailClerk). Not Dovetail EmailAgent.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/TLX1Mm8m-zc" height="1" width="1"/&gt;</description><pubDate>Mon, 26 Sep 2011 16:26:15 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/546</feedburner:origLink></item><item><guid isPermaLink="false">545</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/UYd9JQHJdKQ/545</link><title>Which Clarify forms are used for the Clarify license(s) installed?</title><description>Depending on the Clarify license(s) installed, the application will use different forms for the same function (New Case, Opportunity Edit, etc.).  The following list identifies those known differences.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/UYd9JQHJdKQ" height="1" width="1"/&gt;</description><pubDate>Thu, 15 Sep 2011 09:36:47 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/545</feedburner:origLink></item><item><guid isPermaLink="false">544</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/m8roAOBvxGo/544</link><title>Using Rule Properties that traverse a MTM or OTM relation</title><description>For the most part, Rule properties are pretty straightforward.&lt;br/&gt;&lt;br/&gt;But what happens when a rule property had to traverse through a MTM (Many-To-Many) or OTM (One-To-Many) relation?&lt;br/&gt;&lt;br/&gt;A rule property typically resolved to one piece of data.&lt;br/&gt;&lt;br/&gt;For example, consider a property that is the site name for a case. The path to resolve this would be case_reporter2site:site_name.&lt;br/&gt;&lt;br/&gt;This would resolve to one piece of data, which is the site name.&lt;br/&gt;&lt;br/&gt;If a rule property traverses a MTM or OTM, it&amp;#39;s possible that the end result would be *many* pieces of data, not just one.&lt;br/&gt;&lt;br/&gt;For example, a solution can be related to many change requests (bugs). &lt;br/&gt;&lt;br/&gt;Given a property for a solution named &amp;quot;Related CR IDs&amp;quot;, with a property path of probdesc2bug:id_number, this could resolve to multiple ID numbers.&lt;br/&gt;&lt;br/&gt;For more information on Rule Properties, have a look at the &amp;quot;Advanced Business Rules (Part 1)&amp;quot; presentation on the Rulemanager wiki at:  &lt;a href="http://rulemanager.wikispaces.com/Training+and+Presentations"&gt;http://rulemanager.wikispaces.com/Training+and+Presentations&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;There is a difference in how Clarify Rulemanager resolves these properties versus how Dovetail Rulemanager resolves these properties.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/m8roAOBvxGo" height="1" width="1"/&gt;</description><pubDate>Thu, 08 Sep 2011 16:07:43 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/544</feedburner:origLink></item><item><guid isPermaLink="false">543</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/DK_JkD5ZIiE/543</link><title>WebLogic Admin server failing to connect to secondary server with the following error:  &amp;lt;BEA-000905&amp;gt; &amp;lt;Could not open connection with host: &amp;lt;&amp;lt;hostname&amp;gt;&amp;gt; and port: 8003.&amp;gt;</title><description>Configuration of WebLogic using an Admin server and one or more secondary servers requires specifying the proper hostnames and ports for each.  While attempting to connect to a secondary server, the Admin server may render the following errors:&lt;br/&gt;&lt;br/&gt;&amp;lt;Info&amp;gt; &amp;lt;WebLogicServer&amp;gt; &amp;lt;BEA-000377&amp;gt; &amp;lt;Starting WebLogic Server with Java HotSpot(TM) VM Version 1.4.2 1.4.2.10-060112-19:42-IA64N IA64 from Hewlett-Packard Company&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;Info&amp;gt; &amp;lt;Management&amp;gt; &amp;lt;BEA-141140&amp;gt; &amp;lt;The managed server is going to contact the admin server at &lt;a href="http://server:port"&gt;http://server:port&lt;/a&gt;# to check if there exists a running admin server at this URL.&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;Warning&amp;gt; &amp;lt;Net&amp;gt; &amp;lt;BEA-000905&amp;gt; &amp;lt;Could not open connection with host: &amp;lt;server&amp;gt; and port: &amp;lt;port#&amp;gt;.&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;Emergency&amp;gt; &amp;lt;Management&amp;gt; &amp;lt;BEA-141151&amp;gt; &amp;lt;The admin server could not be reached at &lt;a href="http://server:port"&gt;http://server:port&lt;/a&gt;#. &amp;gt;&lt;br/&gt;&lt;br/&gt;Expected Result: &lt;br/&gt;&lt;br/&gt;The secondary WebLogic server should be able to access the Admin Console:&lt;br/&gt;&lt;br/&gt;&amp;lt;Info&amp;gt; &amp;lt;Management&amp;gt; &amp;lt;BEA-141140&amp;gt; &amp;lt;The managed server is going to contact the admin server at &lt;a href="http://server:port"&gt;http://server:port&lt;/a&gt; to check if there exists a running admin server at this URL.&amp;gt; &lt;br/&gt;&lt;br/&gt;&amp;lt;Info&amp;gt; &amp;lt;Configuration Management&amp;gt; &amp;lt;BEA-150017&amp;gt; &amp;lt;This server is being started as a dependent managed server.&amp;gt;&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/DK_JkD5ZIiE" height="1" width="1"/&gt;</description><pubDate>Thu, 08 Sep 2011 14:17:52 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/543</feedburner:origLink></item><item><guid isPermaLink="false">542</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/hL_IeOkM54c/542</link><title>Clarify Rulemanager error: Failed to initialize the COM Sub System</title><description>Note: This solution is in regards to the Clarify / Amdocs Rulemanager, NOT Dovetail Rulemanager.&lt;br/&gt;&lt;br/&gt;Attempting to start the Clarify Rulemanager service on Windows can result in (any/all) of the following error(s):&lt;br/&gt;&lt;br/&gt;loc_dbg_print: Getting string from string list 51, index 12&lt;br/&gt;&lt;br/&gt;Database string_db table is missing strings for subsystem &amp;#39;com&amp;#39; (string id 12000)&lt;br/&gt;&lt;br/&gt;12000--&amp;gt;&lt;br/&gt;&lt;br/&gt;loc_dbg_print: Found string &amp;#39;Cannot retrieve the message (Messages in database out of sync)&lt;br/&gt;&lt;br/&gt;&amp;#39; for string list 51 and index 12&lt;br/&gt;&lt;br/&gt;loc_dbg_print: Found string &amp;#39;The activity code entry for &amp;#39;Rule Action&amp;#39; is missing from the database.&lt;br/&gt;&lt;br/&gt;&amp;#39; for string list 51 and index 12&lt;br/&gt;&lt;br/&gt;Critical	410	0	The commitment server could not be initialized. &lt;br/&gt;&lt;br/&gt;Error	410	1	Failed to initialize the COM Sub System&lt;br/&gt;&lt;br/&gt;This means that Rulemanager cannot locate the required strings in the string_db table that it needs.&lt;br/&gt;&lt;br/&gt;Looking at the corresponding SQL log shows the strings that Rulemanager is trying to load:&lt;br/&gt;&lt;br/&gt;--SQL Batch Started(32cd2b4)&lt;br/&gt;&lt;br/&gt;execute sp_executesql N&amp;#39;select  objid, id, string, locale, type, dev, translate_ind, name&lt;br/&gt;&lt;br/&gt; from table_string_db &lt;br/&gt;&lt;br/&gt; WHERE   (  id &amp;gt;= @V0  AND  id &amp;lt;= @V1  AND  locale = @V2 ) &lt;br/&gt;&lt;br/&gt; order by id asc &amp;#39;, N&amp;#39;@V0 varchar(255),@V1 varchar(255),@V2 varchar(255)&amp;#39;,12000,12081,1033&lt;br/&gt;&lt;br/&gt;----Elapsed time of  0.2994090 milliseconds.&lt;br/&gt;&lt;br/&gt;----------END ROUND TRIP----------&lt;br/&gt;&lt;br/&gt;Notice that its looking for strings where the locale is 1033.&lt;br/&gt;&lt;br/&gt;Running this same query against the database directly results in zero rows found.&lt;br/&gt;&lt;br/&gt;However, if the locale is changed to zero, then the expected rows of data are returned.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/hL_IeOkM54c" height="1" width="1"/&gt;</description><pubDate>Thu, 08 Sep 2011 11:36:36 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/542</feedburner:origLink></item><item><guid isPermaLink="false">541</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/cdO51uMALZE/541</link><title>Creating sessions without passwords is disabled for security reasons.</title><description>The following error can be thrown by the fcSDK:&lt;br/&gt;&lt;br/&gt;Exception calling &amp;quot;CreateSession&amp;quot; with &amp;quot;2&amp;quot; argument(s): &amp;quot;(10158) Creating sessions without passwords is disabled for security reasons. If you wish to allow this potentially unsafe behavior, you must configure the app to allow it. Please consult the documentation on how to enable this setting.&amp;quot;&lt;br/&gt;&lt;br/&gt;Example .NET code that can cause this error:&lt;br/&gt;&lt;br/&gt;$ClarifySession = $clarifyapp::Instance.CreateSession(&amp;quot;sa&amp;quot;,&amp;quot;User&amp;quot;);&lt;br/&gt;&lt;br/&gt;Notice that CreateSession is being called with two parameters: a username and a login type.&lt;br/&gt;&lt;br/&gt;This overload of the CreateSession method creates a new ClarifySession and performs a passwordless login for the specified user and ClarifyLoginType.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/cdO51uMALZE" height="1" width="1"/&gt;</description><pubDate>Thu, 25 Aug 2011 12:59:54 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/541</feedburner:origLink></item><item><guid isPermaLink="false">275</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/WsImnZFuKBg/275</link><title>Creating sessions using the fcSDK application user is disabled for security reasons.</title><description>The following error can be thrown by the fcSDK:&lt;br/&gt;&lt;br/&gt;Exception calling &amp;quot;CreateSession&amp;quot; with &amp;quot;0&amp;quot; argument(s): &amp;quot;(10159) &lt;br/&gt;&lt;br/&gt;Creating sessions using the fcSDK application user is disabled for security reasons. If you wish to allow this potentially unsafe behavior, you must configure the app to alloow it. Please consult the documentation on how to enable this setting.&lt;br/&gt;&lt;br/&gt;Example .NET code that can cause this error:&lt;br/&gt;&lt;br/&gt;$ClarifySession = $clarifyapp::Instance.CreateSession();&lt;br/&gt;&lt;br/&gt;Notice that CreateSession is being called with zero parameters.&lt;br/&gt;&lt;br/&gt;This overload of the CreateSession method creates a new ClarifySession and logs in using the username and password from the application object.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/WsImnZFuKBg" height="1" width="1"/&gt;</description><pubDate>Thu, 25 Aug 2011 12:56:54 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/275</feedburner:origLink></item><item><guid isPermaLink="false">539</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/mH8Qh3917TM/539</link><title>RuleManager warning:  Employee has an invalid email address</title><description>The following warning can appear in Rulemanager logs:&lt;br/&gt;&lt;br/&gt;WARN  FChoice.RuleManager.PersonRepository - Employee &amp;quot;some_user_name&amp;quot; has an invalid email address of &amp;quot;No&amp;quot;.&lt;br/&gt;&lt;br/&gt;System.FormatException: The specified string is not in the form required for an e-mail address.&lt;br/&gt;&lt;br/&gt;   at System.Net.Mime.MailBnfHelper.ReadMailAddress(String data, Int32&amp;amp; offset, String&amp;amp; displayName)&lt;br/&gt;&lt;br/&gt;   at System.Net.Mail.MailAddress.ParseValue(String address)&lt;br/&gt;&lt;br/&gt;   at System.Net.Mail.MailAddress..ctor(String address, String displayName, Encoding displayNameEncoding)&lt;br/&gt;&lt;br/&gt;   at FChoice.RuleManager.PersonRepository.GetUserHelper(GetUserPredicate setupFilter)&lt;br/&gt;&lt;br/&gt;This warning indicates that the user&amp;#39;s email address is not a valid email address.&lt;br/&gt;&lt;br/&gt;In the example above,  &amp;quot;some_user_name&amp;quot; has an invalid email address of &amp;quot;No&amp;quot;.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/mH8Qh3917TM" height="1" width="1"/&gt;</description><pubDate>Tue, 23 Aug 2011 12:51:47 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/539</feedburner:origLink></item><item><guid isPermaLink="false">540</guid><link>http://feedproxy.google.com/~r/DovetailSoftwareKnowledgeBase/~3/dUsdQmgQWGo/540</link><title>RuleManager warning:  Employee has no valid email address</title><description>The following warning can appear in Rulemanager logs:&lt;br/&gt;&lt;br/&gt;WARN  FChoice.RuleManager.EmailNotification - User login &amp;quot;some_user_name&amp;quot; has no valid email address. Could not send Email Notification to this Recipient.&lt;br/&gt;&lt;br/&gt;This warning indicates that the user&amp;#39;s email address is blank or empty or NULL.&lt;br/&gt;&lt;br/&gt;In the example above,  &amp;quot;some_user_name&amp;quot; has an empty email address.&lt;img src="http://feeds.feedburner.com/~r/DovetailSoftwareKnowledgeBase/~4/dUsdQmgQWGo" height="1" width="1"/&gt;</description><pubDate>Tue, 23 Aug 2011 12:37:31 -0500</pubDate><feedburner:origLink>http://support.dovetailsoftware.com/selfservice/solutions/show/540</feedburner:origLink></item></channel></rss>

