<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
If you do the iPod promo and try to use their on-line rebate form,
<a class="moz-txt-link-freetext" href="http://www.apple.com/promo/rebate/">http://www.apple.com/promo/rebate/</a>  it allows you to enter free hand
the date. If you use "07" rather than "2007" it will accept it on the
page for entering the product, but when you try to submit the rebate,
the MS Dot Net frame work chokes. <br>
<br>
I find it interesting they are hosting on apple.com with M$ OS rather
than what they try and say is OS X....<br>
<br>
-dave<br>
<br>
PS - From what I understand, Jobs doesn't return calls from fellow
Millionaires at institutions, so why bother to inform them. Their call
center has no clue.<br>
<br>
<br>
<span>
<h1>Server Error in '/' Application.
<hr color="silver" size="1" width="100%"></h1>
<h2> <i>String or binary data would be truncated.<br>
The statement has been terminated.</i> </h2>
</span> <font
 face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "> <b>
Description: </b>An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code. <br>
<br>
<b> Exception Details: </b>System.Data.SqlClient.SqlException: String
or binary data would be truncated.<br>
The statement has been terminated.<br>
<br>
<b>Source Error:</b> <br>
<br>
<table bgcolor="#ffffcc" width="100%">
  <tbody>
    <tr>
      <td> <code>An unhandled exception was generated during the
execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.</code>
      </td>
    </tr>
  </tbody>
</table>
<br>
<b>Stack Trace:</b> <br>
<br>
<table bgcolor="#ffffcc" width="100%">
  <tbody>
    <tr>
      <td> <code></code>
      <pre>[SqlException (0x80131904): String or binary data would be truncated.
The statement has been terminated.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857610
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735222
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838
   System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +149
   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +886
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
   System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +415
   System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +135
   CSIFramework.Database.DataProvider.ExecuteNonQuery(String StoredProc, IDataParameter[] Parameters, IDbConnection connection) +198

[DataException: Data Provider Exception: String or binary data would be truncated.
The statement has been terminated.]
   CSIFramework.Database.DataProvider.ExecuteNonQuery(String StoredProc, IDataParameter[] Parameters, IDbConnection connection) +295
   CSIFramework.Database.DataProvider.ExecuteNonQuery(String StoredProc, IDataParameter[] Parameters) +11
   ApplePromotionOnline.Root.ClaimInformation.SaveData() +2115
   ApplePromotionOnline.Root.ClaimInformation.cmdContinue_Click(Object sender, EventArgs e) +38
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
      </pre>
      </td>
    </tr>
  </tbody>
</table>
<br>
<hr color="silver" size="1" width="100%"> <b>Version Information:</b> Microsoft
.NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 </font>
<!-- 
[SqlException]: String or binary data would be truncated.
The statement has been terminated.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at CSIFramework.Database.DataProvider.ExecuteNonQuery(String StoredProc, IDataParameter[] Parameters, IDbConnection connection)
[DataException]: Data Provider Exception: String or binary data would be truncated.
The statement has been terminated.
   at CSIFramework.Database.DataProvider.ExecuteNonQuery(String StoredProc, IDataParameter[] Parameters, IDbConnection connection)
   at CSIFramework.Database.DataProvider.ExecuteNonQuery(String StoredProc, IDataParameter[] Parameters)
   at ApplePromotionOnline.Root.ClaimInformation.SaveData()
   at ApplePromotionOnline.Root.ClaimInformation.cmdContinue_Click(Object sender, EventArgs e)
   at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
   at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown.
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.claiminformation_aspx.ProcessRequest(HttpContext context) in c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\98cc0722\64100bcc\App_Web_yxza2z-m.1.cs:line 0
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!-- 
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.--><br>
</body>
</html>