﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » Enterprise Server - V1 » How do I?  » Server Times Out</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 13 May 2026 06:42:39 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost26527.aspx</link><description>There are a ton of articles that you can find through a Google search.  But in short, the hosts file short circuits the DNS for a host name.  So if you wanted the domain "www.mydevmachine.com" to point to your localhost, then it would look like this in the hosts file:&lt;br&gt;
&lt;br&gt;
[codesnippet]127.0.0.1       www.mydevmachine.com[/codesnippet]&lt;br&gt;
&lt;br&gt;
You can locate the hosts file here:&lt;br&gt;
&lt;br&gt;
[codesnippet]c:\windows\system32\drivers\etc\hosts[/codesnippet]</description><pubDate>Thu, 18 Mar 2010 10:03:22 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>Server Times Out</title><link>http://forum.strataframe.net/FindPost22211.aspx</link><description>When trying to connect to ES it times out.&amp;nbsp; Also when I check status.aspx it says no clients have connected to this server.&amp;nbsp; It is in a directory that requires SSL connection. &lt;/P&gt;&lt;P&gt;The test form does a simple query:&lt;/P&gt;&lt;P&gt;[codesnippet]&lt;FONT size=2&gt;&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;'-- Build the Query&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;loSQLCmd.CommandText = &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"SELECT * FROM pws_Statements"&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;'-- Fill the business object using the command&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;me&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.FillDataTable(loSQLCmd)&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;[/codesnippet]&lt;/P&gt;&lt;P&gt;The connection is as follows:&lt;/P&gt;&lt;P&gt;[codesnippet]&lt;FONT size=2&gt;&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; ds &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; EnterpriseDataSourceItem(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;""&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, _&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"www.aeswebaccess.com/aes/es"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, 443, &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"myKey"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, _&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; SqlDataSourceItem(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;""&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;))&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;'-- Configure the compression and encryption (optional) &lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;ds.IsCompressed = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;True&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;ds.IsEncrypted = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;False&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;ds.EncryptionKey = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Byte&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;() {1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4}&lt;BR&gt;ds.EncryptionVector = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Byte&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;() {1, 2, 3, 4, 5, 6, 7, 8}&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;'-- Add the EnterpriseDataSourceItem&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;DataLayer.DataSources.Add(ds)&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;[/codesnippet]&lt;/P&gt;&lt;P&gt;I turned encryption off for testing.&amp;nbsp; "myKey" matches the key that status.aspx shows.&amp;nbsp; So does the host address.&amp;nbsp; The virtual directory is matches&amp;nbsp;the physical path.&amp;nbsp;Trying ports 80 and 8080 gives me an error, because it requires 443. &lt;/P&gt;&lt;P&gt;When I click submit it seems to send the query. Then my harddrive gets busy for a while and finally within about a minute it times out.&amp;nbsp;(timeout is set at default)&lt;/P&gt;&lt;P&gt;I do have another oleDB connection that is on local drive to visual foxpro database that is handled through connection manager and has its own DataSourceKey.&lt;/P&gt;&lt;P&gt;Any thoughts on what I'm missing?&amp;nbsp; Could this be a problem with the connection string to the database? I made sure I have read/write permissions through NT AUTHORITY/Network account.&amp;nbsp; The connection string is:&lt;/P&gt;&lt;P&gt;[codesnippet]&lt;/P&gt;&lt;P&gt;&amp;lt;ConnectionString&amp;gt;server=MyServer\SQLEXPRESS;integrated security=SSPI;database=test_database&amp;lt;/ConnectionString&amp;gt;&lt;/P&gt;&lt;P&gt;[/codesnippet]&lt;/P&gt;&lt;P&gt;OK that's all I got! I'll shut up and listen now.:P</description><pubDate>Thu, 18 Mar 2010 10:03:22 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost26525.aspx</link><description>Thank you for the answer. I dont know how to use hosts file. Could you please help?</description><pubDate>Wed, 17 Mar 2010 15:38:31 GMT</pubDate><dc:creator>lastcanary</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost26520.aspx</link><description>Well, your first problem is that you are using an IP address instead of a hostname.  The host name is used not only for resolution, but for licensing.  I have reset your account so that you can activate this again, but you will need to use a hostname versus an IP address.  You can use the hosts file on your local machine to re-route the IP to a host name which will then allow you to work off of your local machine (or another internal machine) without the need for a direct IP connection.&lt;br&gt;
&lt;br&gt;
Let's start here and we will see if that gets you going.</description><pubDate>Wed, 17 Mar 2010 08:33:55 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost26508.aspx</link><description>Unfortunately it didnt work.&lt;br&gt;
&lt;br&gt;
Here is my code:&lt;br&gt;
&lt;br&gt;
            //-- Create the data source&lt;br&gt;
            EnterpriseDataSourceItem ds = new EnterpriseDataSourceItem("",&lt;br&gt;
                "192.168.1.147", 80, "MyDataSourceKey",&lt;br&gt;
                new SqlDataSourceItem("MyDataSourceKey"));&lt;br&gt;
&lt;br&gt;
            //-- Configure the compression and encryption (optional)&lt;br&gt;
            ds.IsCompressed = true;&lt;br&gt;
            ds.IsEncrypted = true;&lt;br&gt;
            ds.EncryptionKey = new byte[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4 };&lt;br&gt;
            ds.EncryptionVector = new byte[] { 1, 2, 3, 4, 5, 6, 7, 8 };&lt;br&gt;
&lt;br&gt;
            //-- Add the EnterpriseDataSourceItem&lt;br&gt;
            DataLayer.DataSources.Add(ds);&lt;br&gt;
&lt;br&gt;
The IP address of the server is 192.168.1.147.&lt;br&gt;
&lt;br&gt;
Could youo please help?</description><pubDate>Tue, 16 Mar 2010 10:05:47 GMT</pubDate><dc:creator>lastcanary</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost26504.aspx</link><description>Done.  You should be good to go. :)</description><pubDate>Tue, 16 Mar 2010 08:50:26 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost26501.aspx</link><description>I have the same timeout problem. Could you please reset my account so that I can change my hostname?&lt;br&gt;
&lt;br&gt;
Thanks</description><pubDate>Tue, 16 Mar 2010 08:03:13 GMT</pubDate><dc:creator>lastcanary</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22381.aspx</link><description>Glad you got it going! :D</description><pubDate>Sun, 15 Mar 2009 07:36:11 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22378.aspx</link><description>OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOh!!!&lt;/P&gt;&lt;P&gt;So you mean to say that trying to solve the S&amp;amp;L, Mortgage, Banking, Detroit, Job, Economic, Iraq, Iran, &amp;nbsp;Afghanistan, Pakistan, and Uncle Stan crisis was redundant. All I needed to do was type &lt;A href="http://www.aeswebaccess.com"&gt;www.aeswebaccess.com&lt;/A&gt; and that would have been enough.&lt;/P&gt;&lt;P&gt;You were right.&amp;nbsp; It works now!:D&lt;/P&gt;&lt;P&gt;So next time, if anyone gets an error 500 or timeout, the first thing to do is check to see if you're even connecting to the server by checking status.aspx.&amp;nbsp; Then if you're running make sure your smtp server is up.&amp;nbsp; BTW - I wasn't getting any email messages because when I later checked the Event Viewer it said the mailbox wasn't available.&amp;nbsp; Make sure that the SMTP server allows relay messages from the localhost.&amp;nbsp; That allowed ES to send the email through, so I could receive the telltale error report.&amp;nbsp; (Of course everyone else allready knew that)&lt;/P&gt;&lt;P&gt;Thanks for the help guys,&lt;/P&gt;&lt;P&gt;Marcel</description><pubDate>Sun, 15 Mar 2009 00:09:08 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22328.aspx</link><description>That is the problem.&amp;nbsp; I have reset your account.&amp;nbsp; Set the hostname as &lt;A href="http://www.aeswebaccess.com"&gt;www.aeswebaccess.com&lt;/A&gt; and try again.</description><pubDate>Thu, 12 Mar 2009 08:26:57 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22322.aspx</link><description>OK,&lt;/P&gt;&lt;P&gt;Got the smtp server working. Sent me the following message:&lt;BR&gt;&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; WIDTH: 100%; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-border-alt: solid black .75pt; mso-yfti-tbllook: 1184" cellSpacing=0 cellPadding=0 width="100%" border=1&gt;&lt;TBODY&gt;&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;&lt;TD style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: black 1pt solid; PADDING-LEFT: 3.75pt; BACKGROUND: #f8a138; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: black 1pt solid; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #ece9d8; mso-border-top-alt: solid black .75pt; mso-border-left-alt: solid black .75pt; mso-border-right-alt: solid black .75pt"&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Enterprise Server Error&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="mso-yfti-irow: 1; mso-yfti-lastrow: yes"&gt;&lt;TD style="BORDER-RIGHT: black 1pt solid; PADDING-RIGHT: 2.25pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 2.25pt; PADDING-BOTTOM: 2.25pt; BORDER-LEFT: black 1pt solid; PADDING-TOP: 2.25pt; BORDER-BOTTOM: black 1pt solid; BACKGROUND-COLOR: transparent; mso-border-left-alt: solid black .75pt; mso-border-right-alt: solid black .75pt; mso-border-bottom-alt: solid black .75pt"&gt;&lt;TABLE class=MsoNormalTable style="WIDTH: 100%; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184" cellSpacing=0 cellPadding=0 width="100%" border=0&gt;&lt;TBODY&gt;&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"&gt;&lt;TD style="BORDER-RIGHT: #f8a138 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: #f8a138 1pt solid; PADDING-LEFT: 3.75pt; BACKGROUND: #fde770; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: #f8a138 1pt solid; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #f8a138 1pt solid; mso-border-alt: solid #F8A138 .75pt" vAlign=top&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Message:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="BORDER-RIGHT: #f8a138 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: #f8a138 1pt solid; PADDING-LEFT: 3.75pt; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: #ece9d8; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #f8a138 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid #F8A138 .75pt; mso-border-left-alt: solid #F8A138 .75pt"&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;This server is not licensed to run on the requested hostname.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="mso-yfti-irow: 1"&gt;&lt;TD style="BORDER-RIGHT: #f8a138 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 3.75pt; BACKGROUND: #fde770; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: #f8a138 1pt solid; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #f8a138 1pt solid; mso-border-alt: solid #F8A138 .75pt; mso-border-top-alt: solid #F8A138 .75pt" vAlign=top&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Client IP:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="BORDER-RIGHT: #f8a138 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 3.75pt; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: #ece9d8; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #f8a138 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid #F8A138 .75pt; mso-border-top-alt: solid #F8A138 .75pt; mso-border-left-alt: solid #F8A138 .75pt"&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;75.104.220.239&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="mso-yfti-irow: 2; mso-yfti-lastrow: yes"&gt;&lt;TD style="BORDER-RIGHT: #f8a138 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 3.75pt; BACKGROUND: #fde770; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: #f8a138 1pt solid; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #f8a138 1pt solid; mso-border-alt: solid #F8A138 .75pt; mso-border-top-alt: solid #F8A138 .75pt" vAlign=top&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: right" align=right&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Details:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="BORDER-RIGHT: #f8a138 1pt solid; PADDING-RIGHT: 3.75pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 3.75pt; PADDING-BOTTOM: 3.75pt; BORDER-LEFT: #ece9d8; PADDING-TOP: 3.75pt; BORDER-BOTTOM: #f8a138 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid #F8A138 .75pt; mso-border-top-alt: solid #F8A138 .75pt; mso-border-left-alt: solid #F8A138 .75pt"&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Exception&lt;BR&gt;This server is not licensed to run on the requested hostname.&lt;BR&gt;&lt;BR&gt;Source : MicroFour StrataFrame Enterprise Server&lt;BR&gt;&lt;BR&gt;Stack Trace: &lt;BR&gt;at MicroFour.StrataFrame.Enterprise.Server.RemoteDataSource.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Verdana"&gt;ᜀ(String A_0)&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;BR&gt;at MicroFour.StrataFrame.Enterprise.Server.RemoteDataSource.ProcessRequest(HttpContext context)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;P&gt;On my end, the application is located at &lt;A href="http://www.aeswebaccess.com/aes/es"&gt;www.aeswebaccess.com/aes/es&lt;/A&gt;.&amp;nbsp; IIS shows the application name as es. I registered the ES with you as &lt;A href="http://www.aeswebaccess.com/aes/es"&gt;www.aeswebaccess.com/aes/es&lt;/A&gt;.&amp;nbsp; So, what did I do wrong?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marcel</description><pubDate>Wed, 11 Mar 2009 16:30:03 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22306.aspx</link><description>Do you have an&amp;nbsp;SMTP server that you can configure within the web.config file for the ES?&amp;nbsp; Whenever the ES returns an error 500, it's because it has thrown an unexpected exception.&amp;nbsp; The error handler within the ES catches those exceptions and emails the exception details to the address configured within the web.config.&amp;nbsp; Make sure that's configured, then try it again, and let me know what the exception says when it gets emailed to you.</description><pubDate>Wed, 11 Mar 2009 08:01:42 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22286.aspx</link><description>I think this one got missed...bump.</description><pubDate>Tue, 10 Mar 2009 11:14:28 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22255.aspx</link><description>OK I've tried some other things.&lt;/P&gt;&lt;P&gt;Tried to add a new record with the following debug info:&lt;/P&gt;&lt;P&gt;[quote]&lt;TABLE cellSpacing=0&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Command #: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;1 &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Timestamp: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;2009-03-07 21:54:41.93 &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=TitleSpacer colSpan=2&gt;&lt;FONT size=1&gt;General Command Settings &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Command Type: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;Text &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Object Type: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;System.Data.SqlClient.SqlCommand &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Connection String: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;http://www.aeswebaccess.com:80/aes/es/RemoteDataSource.ashx &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Transaction: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;False &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=Title colSpan=2&gt;&lt;FONT size=1&gt;Command Settings &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;CommandText: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;INSERT INTO [dbo].[pws_Statements] ([st_Key], [st_StudentFullName], [st_PmtDueDate], [st_Email], [st_AmountDue], [st_Message]) VALUES (@st_Key, @st_StudentFullName, @st_PmtDueDate, @st_Email, @st_AmountDue, @st_Message); &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=Title colSpan=2&gt;&lt;FONT size=1&gt;Command Parameters &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;@st_Key: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;'123411' &lt;SPAN class=ParameterInfo&gt;&lt;FONT color=#777777&gt;[DbType: AnsiString | Size: 20 | Direction: Input | SourceColumn: st_Key | SourceVersion: Current]&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;@st_StudentFullName: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;'' &lt;SPAN class=ParameterInfo&gt;&lt;FONT color=#777777&gt;[DbType: AnsiString | Size: 52 | Direction: Input | SourceColumn: st_StudentFullName | SourceVersion: Current]&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;@st_PmtDueDate: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;'1/1/1800&amp;nbsp;12:00:00&amp;nbsp;AM' &lt;SPAN class=ParameterInfo&gt;&lt;FONT color=#777777&gt;[DbType: DateTime | Size: 0 | Direction: Input | SourceColumn: st_PmtDueDate | SourceVersion: Current]&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;@st_Email: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;'heitlager@mindspring.com' &lt;SPAN class=ParameterInfo&gt;&lt;FONT color=#777777&gt;[DbType: AnsiString | Size: 52 | Direction: Input | SourceColumn: st_Email | SourceVersion: Current]&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;@st_AmountDue: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;'0' &lt;SPAN class=ParameterInfo&gt;&lt;FONT color=#777777&gt;[DbType: Decimal | Size: 0 | Direction: Input | SourceColumn: st_AmountDue | SourceVersion: Current]&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;@st_Message: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;'' &lt;SPAN class=ParameterInfo&gt;&lt;FONT color=#777777&gt;[DbType: AnsiString | Size: 102 | Direction: Input | SourceColumn: st_Message | SourceVersion: Current]&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;[/quote]&lt;/P&gt;&lt;P&gt;Then I created a vfp database, and tried to go that route.&amp;nbsp; The datasource.config is as follows:&lt;/P&gt;&lt;P&gt;[codesnippet]&amp;lt;DataSources&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;DataSource DataSourceKey="Test1"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;ConnectionString&amp;gt;Provider=VFPOLEDB.1;Data Source="E:\Inetpub\wwwroot\aeswebaccess.com\aes\somedir\dir2\test_PPMEmailService.dbc"&amp;lt;/ConnectionString&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;TypeFullName&amp;gt;MicroFour.StrataFrame.Data.VfpDataSourceItem&amp;lt;/TypeFullName&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;TypeAssemblyName&amp;gt;MicroFour StrataFrame Base&amp;lt;/TypeAssemblyName&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;TypeAssemblyVersion&amp;gt;1.6.0.0&amp;lt;/TypeAssemblyVersion&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;TypeAssemblyCulture&amp;gt;neutral&amp;lt;/TypeAssemblyCulture&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;TypeAssemblyPublicToken&amp;gt;99fe9917f71608a7&amp;lt;/TypeAssemblyPublicToken&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;IsEncrypted&amp;gt;True&amp;lt;/IsEncrypted&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;IsCompressed&amp;gt;True&amp;lt;/IsCompressed&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;EncryptionKey&amp;gt;1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4&amp;lt;/EncryptionKey&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;EncryptionVector&amp;gt;1,2,3,4,5,6,7,8&amp;lt;/EncryptionVector&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;TransactionTimeout&amp;gt;3600&amp;lt;/TransactionTimeout&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/DataSource&amp;gt;&lt;BR&gt;&amp;lt;/DataSources&amp;gt;&lt;/P&gt;&lt;P&gt;[/codesnippet]&lt;/P&gt;&lt;P&gt;Could there be a problem with the connection string syntax?&lt;/P&gt;&lt;P&gt;Appmain looks like this:&lt;/P&gt;&lt;P&gt;[codesnippet]&lt;FONT size=2&gt;&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; ds &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; EnterpriseDataSourceItem(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"testClient"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, _&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"www.aeswebaccess.com/aes/es"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;,80,&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"Test1"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, _&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; VfpDataSourceItem(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"testClient"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;))&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;'-- Configure the compression and encryption (optional) &lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;ds.IsCompressed = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;True&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;ds.IsEncrypted = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;True&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;ds.EncryptionKey = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Byte&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;() {1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4}&lt;BR&gt;ds.EncryptionVector = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Byte&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;() {1, 2, 3, 4, 5, 6, 7, 8}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;'-- Add the EnterpriseDataSourceItem&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;DataLayer.DataSources.Add(ds)&lt;BR&gt;&lt;/FONT&gt;[/codesnippet]&lt;/P&gt;&lt;P&gt;And again the result is the same (internal server error [500].&amp;nbsp; Debug is as follows:&lt;/P&gt;&lt;P&gt;[quote]&lt;TABLE cellSpacing=0&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Command #: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;2 &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Timestamp: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;2009-03-07 22:56:31.609 &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=TitleSpacer colSpan=2&gt;&lt;FONT size=1&gt;General Command Settings &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Command Type: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;Text &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Object Type: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;System.Data.OleDb.OleDbCommand &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Connection String: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;http://www.aeswebaccess.com:80/aes/es/RemoteDataSource.ashx &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Transaction: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;False &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=Title colSpan=2&gt;&lt;FONT size=1&gt;Command Settings &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;CommandText: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;INSERT INTO pws_statements (st_key, st_studentfullname, st_pmtduedate, st_email, st_amountdue, st_message) VALUES (?, ?, ?, ?, ?, ?); &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=Title colSpan=2&gt;&lt;FONT size=1&gt;Command Parameters &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Param0: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;'123411' &lt;SPAN class=ParameterInfo&gt;&lt;FONT color=#777777&gt;[DbType: AnsiString | Size: 18 | Direction: Input | SourceColumn: st_key | SourceVersion: Current]&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Param1: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;'' &lt;SPAN class=ParameterInfo&gt;&lt;FONT color=#777777&gt;[DbType: AnsiString | Size: 50 | Direction: Input | SourceColumn: st_studentfullname | SourceVersion: Current]&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Param2: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;'1/1/1800&amp;nbsp;12:00:00&amp;nbsp;AM' &lt;SPAN class=ParameterInfo&gt;&lt;FONT color=#777777&gt;[DbType: DateTime | Size: 0 | Direction: Input | SourceColumn: st_pmtduedate | SourceVersion: Current]&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Param3: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;'heitlager@mindspring.com' &lt;SPAN class=ParameterInfo&gt;&lt;FONT color=#777777&gt;[DbType: AnsiString | Size: 50 | Direction: Input | SourceColumn: st_email | SourceVersion: Current]&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Param4: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;'0' &lt;SPAN class=ParameterInfo&gt;&lt;FONT color=#777777&gt;[DbType: Double | Size: 0 | Direction: Input | SourceColumn: st_amountdue | SourceVersion: Current]&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;&lt;FONT size=1&gt;Param5: &lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size=1&gt;'' &lt;SPAN class=ParameterInfo&gt;&lt;FONT color=#777777&gt;[DbType: AnsiString | Size: 254 | Direction: Input | SourceColumn: st_message | SourceVersion: Current]&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;[/quote]&lt;/P&gt;&lt;P&gt;Could it be a permission setting?&amp;nbsp; The problem is I have another asp.net site running in aes/onepay directory (es is in aes/es) without a proble. Now the web.config contains the&amp;nbsp;&amp;lt;authentication mode="Windows" /&amp;gt; line, but the web.config for the other site is the same.&lt;/P&gt;&lt;P&gt;I apologize for the lengthy emails, I'm just trying to&amp;nbsp;eliminate possibilities.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marcel</description><pubDate>Sat, 07 Mar 2009 23:44:34 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22251.aspx</link><description>Thanks Trent, but still nothing.&amp;nbsp; I keep on getting the same error, and I've tried every permutation of connection strings, port 80, port 443, using SQLServer Authentication and not.&amp;nbsp; Tried various connection strings. Tried with and without datasource keys.&amp;nbsp; I've restarted IIS a gazillion times, I rebooted the server, kicked the server, yelled at it. I reinstalled Strataframe on my side and ES on the server side (&lt;STRONG&gt;BTW I'm using the latest Beta version&lt;/STRONG&gt;).&amp;nbsp; &lt;/P&gt;&lt;P&gt;Below is debug information on one of the attempts:&lt;/P&gt;&lt;P&gt;[quote]&lt;/P&gt;&lt;P&gt;&lt;TABLE cellSpacing=0&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;Command #: &lt;/TD&gt;&lt;TD&gt;1 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;Timestamp: &lt;/TD&gt;&lt;TD&gt;2009-03-07 01:29:22.750 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=TitleSpacer colSpan=2&gt;General Command Settings &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;Command Type: &lt;/TD&gt;&lt;TD&gt;Text &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;Object Type: &lt;/TD&gt;&lt;TD&gt;System.Data.SqlClient.SqlCommand &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;Connection String: &lt;/TD&gt;&lt;TD&gt;http://www.aeswebaccess.com:80/aes/es/RemoteDataSource.ashx &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;Transaction: &lt;/TD&gt;&lt;TD&gt;False &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=Title colSpan=2&gt;Command Settings &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;CommandText: &lt;/TD&gt;&lt;TD&gt;Select st_email from pws_Statements where st_key = '1ab'&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=Title colSpan=2&gt;Command Parameters &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=RowHeader&gt;N/A &lt;/TD&gt;&lt;TD&gt;No parameters are defined &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;P&gt;[/quote]&lt;/P&gt;&lt;P&gt;below is what shows on status.aspx&lt;/P&gt;&lt;P&gt;[quote]&lt;TABLE class=InnerTable&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Server Name (site name):&lt;/TD&gt;&lt;TD&gt;&lt;SPAN id=lblSiteName&gt;Development SDK&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Registered Name:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN id=lblRegisteredName&gt;Marcel Heitlager&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Registered Company:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN id=lblRegisteredCompany&gt;Advanced Education Services, Inc.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Serial Number:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN id=lblSerialNumber&gt;[my serial number]&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Server Hostname:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN id=lblHostname&gt;www.aeswebaccess.com/aes/es&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;License Expiration Date:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN id=lblExpirationDate&gt;2/9/2010&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Allowed Clients:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN id=lblAllowedClients&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Allowed Hosts to Status.aspx:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN id=lblAllowedStatusHosts&gt;127.0.0.1 / 10.12.14.0 - 10.12.14.255 / 63.127.169.0 - 63.127.169.255&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Serialization Type:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN id=lblSerializationType&gt;Standard&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE class=OuterTable&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;SMTP Settings&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;TABLE class=InnerTable&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;SMTP Server &amp;amp; Port:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN id=lblSmtpServerAndPort&gt;10.12.14.16:25&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Email From Address:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN id=lblSmtpFrom&gt;es@aeswebaccess.com&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Email To Addresses:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN id=lblSmtpTo&gt;heitlager@mindspring.com&lt;BR&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;SMTP Auth&lt;/TD&gt;&lt;TD&gt;&lt;SPAN id=lblSmtpAuth&gt;No&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE class=OuterTable&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;Data Sources&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV id=pnlDataSourceTables style="WIDTH: 100%"&gt;&lt;TABLE class=InnerTable border=0&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH colSpan=2&gt;(SqlDataSourceItem)&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;DataSourceKey:&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Type:&lt;/TD&gt;&lt;TD&gt;MicroFour.StrataFrame.Data.SqlDataSourceItem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Assembly:&lt;/TD&gt;&lt;TD&gt;MicroFour StrataFrame Base, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Connection String:&lt;/TD&gt;&lt;TD&gt;Data Source=AESWEBACCESS\SQLEXPRESS;Initial Catalog=Test_PPMEmailService; User Id=myID; Password=myPassword;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Is Encrypted:&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Encryption Key:&lt;/TD&gt;&lt;TD&gt;{default numbers&amp;nbsp;}&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Encryption IV:&lt;/TD&gt;&lt;TD&gt;{default numbers}&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Is Compressed:&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class=LeftColumn&gt;Transaction Timeout:&lt;/TD&gt;&lt;TD&gt;1h 0m 0s&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE class=OuterTable&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;Recognized Client List&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;It shows 1 client has connected&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;[/quote]&lt;/P&gt;&lt;P&gt;I'm beginning to wonder if it has to do with where the web service is located.&amp;nbsp; &lt;A href="http://www.aeswebaccess.com"&gt;www.aeswebaccess.com&lt;/A&gt; root directory does not use secure socket layer.&amp;nbsp; Everything under the /aes directory requires 128 bit ssl encryption except the /aes/es directory in which I set the do not require ssl option. When I had it set on it wouldn't even connect to the ES on port 443 (port 80 of course returned an access denied error).&amp;nbsp; It would just time out. After turning it off I can connect to port 80 but I then get the error in my previous post.&amp;nbsp; I wonder if I need to try moving the ES server to the root like &lt;A href="http://www.aeswebaccess.com/es"&gt;www.aeswebaccess.com/es&lt;/A&gt;, unless you might have another idea.&amp;nbsp; &lt;/P&gt;&lt;P&gt;The bad thing is, I thought this would be the easy part, and I've been stuck on it for 2 days now.&amp;nbsp; Oh well. :crazy:</description><pubDate>Sat, 07 Mar 2009 02:30:39 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22248.aspx</link><description>Still hard to give a direct answer at this point.&amp;nbsp; But one thing you may consider is turning on debugging for the data source to make sure that the query is properly formatted.&amp;nbsp; Next, (or maybe first) restart IIS to make sure that the application pool gets recycled.&amp;nbsp; To turn on debugging for a data source, do the following:&lt;/P&gt;&lt;P&gt;[codesnippet]MicroFour.StrataFrame.Data.DataBasics.DataSources("").SetDebugOn(...)[/codesnippet]</description><pubDate>Fri, 06 Mar 2009 16:11:57 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22247.aspx</link><description>The status on the error is: System.Net.WebExceptionStatus.ProtocolError</description><pubDate>Fri, 06 Mar 2009 16:03:20 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22246.aspx</link><description>OK, I'm closer to a solution.&lt;/P&gt;&lt;P&gt;WHen I turned off SSL 128 bit for that site and changed to port 80, my mac address now shows when I make the request.&lt;/P&gt;&lt;P&gt;Now I just get a "The remote server returned an error: (500) Internal Server Error." message.&amp;nbsp; The stack trace is as follows:&lt;/P&gt;&lt;P&gt;[codesnippet]&amp;nbsp;&amp;nbsp; at System.Net.HttpWebRequest.GetResponse()&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.SendRequestCore(BaseParams Params, RemoteDataSourceCommand Command)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.ᜀ(DbCommand A_0, Boolean A_1, String A_2)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.GetDataTable(DbCommand Command, OnChangeEventHandler CallBack)&lt;BR&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.DataLayer.GetDataTable(DbCommand Command, Boolean RegisterNotification)&lt;/P&gt;&lt;P&gt;[/codesnippet]&lt;/P&gt;&lt;P&gt;Still not quite there. But making progress (sloooooowly).</description><pubDate>Fri, 06 Mar 2009 15:39:10 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22245.aspx</link><description>I noticed at status.aspx under server name (site Name): it states Development SDK. Does&amp;nbsp;that impact what&amp;nbsp;I named the site?&amp;nbsp; Hostname says: &lt;A href="http://www.aeswebaccess.com/aes/es"&gt;www.aeswebaccess.com/aes/es&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also are the any web service extensions that need to be allowed?&amp;nbsp; I have ASP.NET v. 2.0.50727 allowed.&amp;nbsp; I thought the requests just went over HTTP or HTTPS.&lt;/P&gt;&lt;P&gt;I turned off windows firewall also with no luck.&lt;/P&gt;&lt;P&gt;I checked IIS security settings.&amp;nbsp; It requires 128 bit SSL connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;</description><pubDate>Fri, 06 Mar 2009 14:59:44 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22243.aspx</link><description>OK...so this has nothing to do with a query then...it sound smore like a connectivity issue.&amp;nbsp; At this point it sounds like you are not cnnecting to the ES web service then.&amp;nbsp; Once connected, you SHOULD see the MAC addresses of the connected clients.&amp;nbsp; So you might want to start digging around the IIS security permissions as well as any routers, firewalls, etc. that you have around the web server.</description><pubDate>Fri, 06 Mar 2009 12:27:42 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22242.aspx</link><description>Hi guys,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; I adjusted the timeout on the SQLCommand to 360. &lt;/P&gt;&lt;P&gt;The error actually say "Operation timed out" when I execute the command.&amp;nbsp; Here's the&amp;nbsp;the issue though.&amp;nbsp; I'm returning an empty dataset because the table is empty.&amp;nbsp; (eventually it might have 1000 records though that need to come back for processing).&lt;/P&gt;&lt;P&gt;Also when I run the routine, and check status.aspx, it&amp;nbsp;never shows any unique clients connected or anything. When I attempt to connect to the ES, shouldn't it at least show somebody trying to connect? THe timeout on ES is like over a day now.&amp;nbsp; Could something be blocking the request?&amp;nbsp; All the websites over SSL work fine.&lt;/P&gt;&lt;P&gt;Any other ideas?</description><pubDate>Fri, 06 Mar 2009 12:12:10 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22218.aspx</link><description>One other thing to consider here is adjusting the timeout.&amp;nbsp; You can do this directly on the SqlCommand when you send it down the pipe as well as adjust the defaults on the server.&amp;nbsp; The first thing I would check would try would be setting the command timeout on the SqlCommand to get around this.&amp;nbsp; Also, like Greg mentioned, you may be pulling back more information that you need.&amp;nbsp; Also, if you are saving large amounts of data such as bitmaps, etc. then you could also use a Blob push (which is another thread and topic) to save this asynchrously.&amp;nbsp; There are a lot of options here, but before we dive into something more complex, just adjust the timeout on the SqlCommand and see if that resolves your issue.&amp;nbsp;</description><pubDate>Fri, 06 Mar 2009 09:05:05 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22217.aspx</link><description>If a lot of data is returned by your test command, you might try limiting the data, using TOP (e.g. Select TOP 10....). If it returns, then you know you have a simple time out issue and need to figure out how to change that setting.  I see nothing obviously wrong here (but then I'm no expert on the subtleties of ES)</description><pubDate>Fri, 06 Mar 2009 08:07:08 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Server Times Out</title><link>http://forum.strataframe.net/FindPost22212.aspx</link><description>Oh, one more thing.&lt;/P&gt;&lt;P&gt;I lifted the mac address from the server using ipconfig /all&lt;/P&gt;&lt;P&gt;I double checked it and seems to be correct. &lt;/P&gt;&lt;P&gt;OK, that it!:ermm: I think.</description><pubDate>Fri, 06 Mar 2009 02:49:41 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item></channel></rss>