This is a multi-part message in MIME format.

------=_NextPart_000_0006_01C4E1EA.12207390
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Howdy,

I am having issues on an onine catalog site that is randomly losing =
data. The first page amongst the issue is oc3.asp and the final page =
that does the processing is ou.asp. oc3 collects credit card info and =
billing address and passes it to ou. Ou then saves it all back to a =
RedBack object connected to a UniVerse server. Out of the 100's of =
orders placed since Friday, we lost 25 orders because we didn't have the =
credit card no or billing information.

I have created a log to catch certain information from the client =
including the credit info, which doesn't appear here either. Some other =
information I am catching that does appear everytime is the customer no, =
which is a session variable, browser and OS and IP address. The browser =
varies from Win95 and Win98 to AOL10 and WinNT 5.1 (WinXP). So it doen't =
appear to be a client side issue, it appears to the be server. Event =
Viewer is NOT displaying any errors in regards to these pages.=20

So, have you heard of something like this before? How can I troubleshoot =
it more?

Thanks!


--=20
David Lozzi
Web Applications/Network Specialist
Delphi Technology Solutions, Inc.
dlozzi(remove-this)@delphi-ts.com


------=_NextPart_000_0006_01C4E1EA.12207390
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2523" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Howdy,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I am having issues on an onine catalog =
site that is=20
randomly losing data. The first page amongst the issue is oc3.asp and =
the final=20
page that does the processing is ou.asp. oc3 collects credit card info =
and=20
billing address and passes it to ou. Ou then saves it all back to a =
RedBack=20
object connected to a UniVerse server. Out of the 100's of orders placed =
since=20
Friday, we lost 25 orders because we didn't have the credit card no or =
billing=20
information.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I have created a log to catch certain =
information=20
from the client including the credit info, which doesn't appear here =
either.=20
Some other information I am catching that does appear everytime is the =
customer=20
no, which is a session variable, browser and OS and IP address. The =
browser=20
varies from Win95 and Win98 to AOL10 and WinNT 5.1 (WinXP). So it doen't =
appear=20
to be a client side issue, it appears to the be server. Event Viewer is =
NOT=20
displaying any errors in regards to these pages. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>So, have you heard of something like =
this before?=20
How can I troubleshoot it more?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV><FONT face=3DArial =
size=3D2>
<DIV><BR>-- <BR>David Lozzi<BR>Web Applications/Network =
Specialist<BR>Delphi=20
Technology Solutions, Inc.<BR>dlozzi(remove-this)@delphi-ts.com</DIV>
<DIV>&nbsp;</DIV>
<DIV></FONT>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0006_01C4E1EA.12207390--

Re: Losing form variables!!! by Tim

Tim
Tue Dec 14 19:46:02 CST 2004

What makes you certain that values are actually being posted from the
client?

You say that the info is missing in your log: that would indicate to me that
it's not being sent.

Tim.


"David Lozzi" <dlozzi(remove-this)@delphi-ts.com> wrote in message
news:%23P78FQh4EHA.3908@TK2MSFTNGP12.phx.gbl...
Howdy,

I am having issues on an onine catalog site that is randomly losing data.
The first page amongst the issue is oc3.asp and the final page that does the
processing is ou.asp. oc3 collects credit card info and billing address and
passes it to ou. Ou then saves it all back to a RedBack object connected to
a UniVerse server. Out of the 100's of orders placed since Friday, we lost
25 orders because we didn't have the credit card no or billing information.

I have created a log to catch certain information from the client including
the credit info, which doesn't appear here either. Some other information I
am catching that does appear everytime is the customer no, which is a
session variable, browser and OS and IP address. The browser varies from
Win95 and Win98 to AOL10 and WinNT 5.1 (WinXP). So it doen't appear to be a
client side issue, it appears to the be server. Event Viewer is NOT
displaying any errors in regards to these pages.

So, have you heard of something like this before? How can I troubleshoot it
more?

Thanks!


--
David Lozzi
Web Applications/Network Specialist
Delphi Technology Solutions, Inc.
dlozzi(remove-this)@delphi-ts.com



Re: Losing form variables!!! by David

David
Wed Dec 15 22:52:56 CST 2004

Which I would agree with, but I'm using Javascript to validate the fields
before sending.... I tested several different variations of credit cards
numbers and it always made me enter a valid number...

--
David Lozzi
Web Applications/Network Specialist
Delphi Technology Solutions, Inc.
dlozzi(remove-this)@delphi-ts.com


"Tim Williams" <saxifrax at pacbell dot net> wrote in message
news:upynWfk4EHA.1396@tk2msftngp13.phx.gbl...
> What makes you certain that values are actually being posted from the
> client?
>
> You say that the info is missing in your log: that would indicate to me
> that
> it's not being sent.
>
> Tim.
>
>
> "David Lozzi" <dlozzi(remove-this)@delphi-ts.com> wrote in message
> news:%23P78FQh4EHA.3908@TK2MSFTNGP12.phx.gbl...
> Howdy,
>
> I am having issues on an onine catalog site that is randomly losing data.
> The first page amongst the issue is oc3.asp and the final page that does
> the
> processing is ou.asp. oc3 collects credit card info and billing address
> and
> passes it to ou. Ou then saves it all back to a RedBack object connected
> to
> a UniVerse server. Out of the 100's of orders placed since Friday, we lost
> 25 orders because we didn't have the credit card no or billing
> information.
>
> I have created a log to catch certain information from the client
> including
> the credit info, which doesn't appear here either. Some other information
> I
> am catching that does appear everytime is the customer no, which is a
> session variable, browser and OS and IP address. The browser varies from
> Win95 and Win98 to AOL10 and WinNT 5.1 (WinXP). So it doen't appear to be
> a
> client side issue, it appears to the be server. Event Viewer is NOT
> displaying any errors in regards to these pages.
>
> So, have you heard of something like this before? How can I troubleshoot
> it
> more?
>
> Thanks!
>
>
> --
> David Lozzi
> Web Applications/Network Specialist
> Delphi Technology Solutions, Inc.
> dlozzi(remove-this)@delphi-ts.com
>
>