Email Form Not Collecting Data

I have an email form on my index page. The form is not
collecting data. Any suggestions?
Here's the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<title>Home Page</title>
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
body {
background-color: #FF0099;
a {
font-size: 90%;
color: #33FFCC;
a:link {
text-decoration: none;
-->
</style>
<link href="/css/layout.css" rel="stylesheet"
type="text/css" />
</head>
<body>
<div id="container">
<div id="top">
<p><!--content for ID top goes here
--></p>
<p> </p>
<p>Rocking Horse Video</p>
</div>
<div id="nav">
<ul>
<li><a
href="/pages/index.html">Home</a></li>
<li><a
href="/pages/pricing.html">Pricing</a></li>
<li><a href="/pages/SEHJ 8-08.html">Browse Your
Rides</a></li>
<li><a href="/pages/To Order.html">To
Order</a></li>
<li><a href="
http://shop.rockinghorsevideo.com">Shopping
Cart</a></li>
</ul>
<!--content for nav div goes here -->
</div>
<!--content for container goes here -->
<div id="main">
<div id="story">
<h1 class="style1">Rocking Horse Video</h1>
<h2 class="style2">High-Definition DVDs</h2>
<h4><img src="/images/Rocking Horse Video.jpg"
width="100" height="70" class="image-left" />How was your last
“Horse Shows In The Park?”  Wasn’t it
fabulous?  Wasn’t it a total blast?  How was your
horse over the jumps?  Weren’t those little girls with
their pigtails and ponies adorable?  (Well, I guess they were
cute when they weren’t beating you.)  Did you take home
something (besides all those ribbons)  that truly captured the
magic of that weekend , something that was yours to keep
forever?</h4>
That’s what Rocking Horse Video is all about. 
Rocking Horse Video creates high-definition DVDs of you and your
horse that you can enjoy for years to come.  Check out those
rides.  Feel the exciting ambience of the show every time you
watch your DVD.  These DVDs are more than a two minute ride to
classical music.  Rocking Horse Video edits raw footage with
state-of-the-art software to high-light your horse’s
performance and reproduce more than a ride.   Every time
you watch you get to experience the whole horse show all over
again.
<h2>Critique Your Rides</h2>
<p>Rocking Horse Video gives you high-definition DVDs
that entertain, educate, and sell.  See you and your horse in
action and make your next horse show an even better one.  (You
just have to beat those ponies next time.)  This is an
affordable way to improve your performance for competitions to
come.   Go over the video with your trainer and get
double the benefit.</p>
<h2>Sell Your Horse</h2>
<p>Order a marketing video to show prospective buyers
hands down how well your horse performs in the show ring.</p>
<!--content for story div goes here --></div>
<!--content for div main goes here -->
<div id="sidebar"><h2><img src="/images/L'il
Mite and Peanutbutter.jpg" width="150" height="113"
class="image-left" />Capture Your Precious Memories</h2>
Get a DVD at every show.
<h5 align="left"><span
class="style2"> Contact Rocking Horse
Video</span><img src="/images/Rocking Horse Video.jpg"
width="100" height="70" class="image-right" /></h5>
<p>By Email: <a href="mailto:[email protected]"
class="style3">[email protected]</a><a
href="mailto:[email protected]"></a><br />
By Phone: (352)281-0322<br />
By Mail: Rocking Horse Video<br />
6714 NW 34th Drive Gainesville, FL 32653</p>
<p>
<!-- End Sign-Up Form -->
<!-- End Sign-Up Form -->
</p>
<form action="gdform.asp" method="post"
enctype="text/plain" name="email" id="email">
<p>Would you like to subscribe to our email list so
you can be notified of upcoming events?
yes
<input type="radio" name="subscribe" id="radio"
value="radio" />
no
<input type="radio" name="subscribe" id="radio2"
value="radio2" />
</p>
<p>email address:
<input name="email address" type="text" id="email
address" size="40" />
</p>
<p>
<input type="submit" name="button" id="button"
value="Subscribe" />
<input name="recipient" type="hidden" id="recipient"
value="[email protected]" />
</p>
</form>
</div>
</div>
</div><!--end container div -->
</body>
</html>
Thanks!
Kate

> <h4><img src="/images/Rocking Horse Video.jpg"
width="100" height="70"
> class="image-left" />How was your last ?Horse Shows
In The Park??? Wasn?t
> it
> fabulous?? Wasn?t it a total blast?? How was your horse
over the jumps??
> Weren?t those little girls with their pigtails and
ponies adorable??
> (Well, I
> guess they were cute when they weren?t beating you.)?
Did you take home
> something (besides all those ribbons) ?that truly
captured the magic of
> that
> weekend , something that was yours to keep
forever?</h4>
That's a big chunk of <h4>!
> That?s what Rocking Horse Video is all about.? Rocking
Horse Video
> creates
> high-definition DVDs of you and your horse that you can
enjoy for years
> to
> come.? Check out those rides.? Feel the exciting
ambience of the show
> every
> time you watch your DVD.? These DVDs are more than a two
minute ride to
> classical music.? Rocking Horse Video edits raw footage
with
> state-of-the-art
> software to high-light your horse?s performance and
reproduce more than a
> ride.?? Every time you watch you get to experience the
whole horse show
> all
> over again.
That's a big chunk of nothing. You cannot have bare text like
that on a
page. It would have to be within a <p> tag, or
something.
> <form action="gdform.asp" method="post"
enctype="text/plain"
> name="email"
> id="email">
You are sending your form to a file called "gdform.asp" that
is at the same
folder level as this file. Is that file *there*?
(it has nothing to do with a scripts folder)
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"dreamer spiderwoman1" <[email protected]>
wrote in message
news:[email protected]...
>I have an email form on my index page. The form is not
collecting data.
>Any
> suggestions?
>
> Here's the code:
>
...snip...
>
> <!--content for container goes here -->
>
> <div id="main">
> <div id="story">
> <h1 class="style1">Rocking Horse Video</h1>
> <h2 class="style2">High-Definition DVDs</h2>
> <h4><img src="/images/Rocking Horse Video.jpg"
width="100" height="70"
> class="image-left" />How was your last ?Horse Shows
In The Park??? Wasn?t
> it
> fabulous?? Wasn?t it a total blast?? How was your horse
over the jumps??
> Weren?t those little girls with their pigtails and
ponies adorable??
> (Well, I
> guess they were cute when they weren?t beating you.)?
Did you take home
> something (besides all those ribbons) ?that truly
captured the magic of
> that
> weekend , something that was yours to keep
forever?</h4>
> That?s what Rocking Horse Video is all about.? Rocking
Horse Video
> creates
> high-definition DVDs of you and your horse that you can
enjoy for years
> to
> come.? Check out those rides.? Feel the exciting
ambience of the show
> every
> time you watch your DVD.? These DVDs are more than a two
minute ride to
> classical music.? Rocking Horse Video edits raw footage
with
> state-of-the-art
> software to high-light your horse?s performance and
reproduce more than a
> ride.?? Every time you watch you get to experience the
whole horse show
> all
> over again.
> <h2>Critique Your Rides</h2>
> <p>Rocking Horse Video gives you high-definition
DVDs that entertain,
> educate, and sell.? See you and your horse in action and
make your next
> horse
> show an even better one.? (You just have to beat those
ponies next
> time.)?
> This is an affordable way to improve your performance
for competitions to
> come.?? Go over the video with your trainer and get
double the
> benefit.</p>
> <h2>Sell Your Horse</h2>
> <p>Order a marketing video to show prospective
buyers hands down how
> well
> your horse performs in the show ring.</p>
> <!--content for story div goes here
--></div>
>
> <!--content for div main goes here -->
>
> <div id="sidebar"><h2><img
src="/images/L'il Mite and Peanutbutter.jpg"
> width="150" height="113" class="image-left" />Capture
Your Precious
> Memories</h2>
> Get a DVD at every show.
> <h5 align="left"><span
class="style2">?Contact Rocking Horse
> Video</span><img src="/images/Rocking Horse
Video.jpg" width="100"
> height="70"
> class="image-right" /></h5>
> <p>By Email: <a
href="mailto:[email protected]"
> class="style3">[email protected]</a><a
> href="mailto:[email protected]"></a><br
/>
> By Phone: (352)281-0322<br />
> By Mail: Rocking Horse Video<br />
> 6714 NW 34th Drive Gainesville, FL 32653</p>
> <p>
>
> <!-- End Sign-Up Form -->
> <!-- End Sign-Up Form -->
> </p>
> <form action="gdform.asp" method="post"
enctype="text/plain"
> name="email"
> id="email">
> <p>Would you like to subscribe to our email list
so you can be
> notified of
> upcoming events?
> yes
> <input type="radio" name="subscribe" id="radio"
value="radio" />
> no
> <input type="radio" name="subscribe" id="radio2"
value="radio2" />
> </p>
> <p>email address:
> <input name="email address" type="text" id="email
address" size="40"
> />
>
> </p>
> <p>
> <input type="submit" name="button" id="button"
value="Subscribe" />
> <input name="recipient" type="hidden" id="recipient"
> value="[email protected]" />
> </p>
> </form>
>
> </div>
> </div>
> </div><!--end container div -->
> </body>
> </html>
>
> Thanks!
>
> Kate
>

Similar Messages

  • Custom Dashboards not collecting data

    Hi, i have been having issues with my custom dashboards that are not collecting data, I have gone through the event log and the only error im getting are the following:
    Cannot connect to Operations Manager Root Management Server.
    Error: The OpsMgr SDK Service is not running on Operations Manager Root Management Server 'localhost'.
    I have been getting alot of these errors mentioned above in the event log.
    Connection with the Operations Manager Root Management Server failed.
    Error: The Exchange Monitoring Correlation service cannot connect to the Operations Manager Root Management Server SDK Service. Exchange alerts will not be raised.
    Number of occurrence: 4
    Retrying in 30 seconds...
    component SMS_STATE_MIGRATION_POINT on computer "server name" reported:  SMS Executive detected that this component stopped unexpectedly.
    Possible cause: The component is experiencing a severe problem that caused it to stop unexpectedly.
    any advice would be greatly appreciated, thanks.

    Hi,
    Are you getting errors 714 and error 717? What is your SCOM version?
    If you are running SCOM 2012 SP1, you may try o install UR5 for it and check the result.
    To resolve this error, please also try to restart the following Root Management Server services:
    Config service (Microsoft.MOM.ConfigServiceHost.exe)
    Health Service (HealthService.exe)
    SDK service (Microsoft.MOM.Sdk.ServiceHost.exe)
    Please also go through the article below:
    https://technet.microsoft.com/en-us/library/ff360495%28v=exchg.140%29?f=255&MSPPError=-2147217396
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Performance Report Manager not collecting data

    I'm running SMC 3.6 with the Performance report manger module installed on the server and hosts. The hosts are logging data to their circular file. But when I open the Report Manager then Data-Data Collection there are no hosts listed in the "Hosts with Data Collection Enabled" or "Hosts with Data Collection Disabled" fields.

    PRM is sensitive to host naming issues. If your SunMC Agent resolves it's IP backwards to "hostA.mydomain.com" and your SunMC Server resolves that same IP backwards to "hostA" (or if the situation is reversed) then you'll have problems.
    If you do find a mismatch (but SunMC is otherwise running fine - indicating the security is still valid) simply try deleting the icon for a host and recreating it with the proper name. I.E. erase the icon you made for "hostA" and replace it with an icon for "hostA.mydomain.com". It will look and feel the same in the Console, but PRM will treat it differently.
    Note that PRM only collects data from the Agent every hour, so it may take that long for your changes to show any effect.
    Regards,
    [email protected]
    http://www.HalcyonInc.com

  • Email form not coming through to inbox

    Hello everyone.
    I've built a email form in DW CS3 (It's a custom form, not something I got from godaddy or from internet), but when you type in the info, from the form it is not coming to the inbox once you hit send. Can anyone tell me what I'm doing wrong?
    I'm using godaddy. In "action" I have: /gdform.php (Post).
    Here is the code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Process/Mosotomoss/Image Stager</title>
    <style type="text/css">
    <!--
    #apDiv1 {
              position:absolute;
              left:195px;
              top:17px;
              width:692px;
              height:1682px;
              z-index:1;
    .style1 {color: #FFFFFF
    #apDiv3 {
              position:absolute;
              left:193px;
              top:1700px;
              width:1020px;
              height:24px;
              z-index:2;
    #apDiv2 {
              position:absolute;
              left:301px;
              top:743px;
              width:397px;
              height:40px;
              z-index:3;
    #apDiv4 {
              position:absolute;
              left:298px;
              top:739px;
              width:603px;
              height:36px;
              z-index:3;
              background-color: #FFFFFF;
    #apDiv5 {
              position:absolute;
              left:300px;
              top:741px;
              width:509px;
              height:31px;
              z-index:3;
              background-color: #FFFFFF;
    #apDiv6 {
              position:absolute;
              left:299px;
              top:739px;
              width:353px;
              height:38px;
              z-index:3;
    #apDiv7 {
              position:absolute;
              left:305px;
              top:741px;
              width:382px;
              height:40px;
              z-index:3;
    #apDiv8 {
              position:absolute;
              left:301px;
              top:738px;
              width:822px;
              height:530px;
              z-index:3;
    #apDiv9 {
              position:absolute;
              left:299px;
              top:742px;
              width:824px;
              height:528px;
              z-index:3;
    #apDiv10 {
              position:absolute;
              left:443px;
              top:745px;
              width:401px;
              height:258px;
              z-index:4;
    #apDiv11 {
              position:absolute;
              left:300px;
              top:746px;
              width:143px;
              height:257px;
              z-index:5;
    #apDiv12 {
              position:absolute;
              left:1227px;
              top:586px;
              width:240px;
              height:272px;
              z-index:4;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_validateForm() { //v4.0
      if (document.getElementById){
        var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
        for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
          if (val) { nm=val.name; if ((val=val.value)!="") {
            if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
              if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
            } else if (test!='R') { num = parseFloat(val);
              if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
              if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
                min=test.substring(8,p); max=test.substring(p+1);
                if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
          } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
        } if (errors) alert('The following error(s) occurred:\n'+errors);
        document.MM_returnValue = (errors == '');
    //-->
    </script>
    </head>
    <body>
    <div id="apDiv1">
      <div align="center"><img src="images/process.jpg" width="1024" height="1685" border="0" usemap="#Map" />
          <map name="Map" id="Map">
            <area shape="rect" coords="791,45,832,73" href="blog.html" />
            <area shape="rect" coords="841,29,882,74" href="http://www.youtube.com/user/mosotomoss" />
            <area shape="rect" coords="730,44,781,68" href="store.html" />
            <area shape="rect" coords="885,30,929,76" href="https://www.facebook.com/pages/Mosotomoss/125744364118146" />
            <area shape="rect" coords="929,28,974,75" href="http://twitter.com/mosotomoss" />
            <area shape="rect" coords="670,45,722,69" href="press.html" />
            <area shape="rect" coords="611,45,660,69" href="faq.html" />
            <area shape="rect" coords="223,43,298,72" href="process.html" />
            <area shape="rect" coords="304,42,384,68" href="services.html" />
            <area shape="rect" coords="136,40,220,68" href="about.html" />
            <area shape="rect" coords="394,42,505,70" href="1on1staging.html" />
            <area shape="rect" coords="518,45,602,72" href="team.html" />
            <area shape="rect" coords="56,24,117,83" href="index.html" />
            </map>
      </div>
    </div>
    <div class="style1" id="apDiv3">Mosotomoss is an Image Staging Company and an Image Making Company</div>
    <div id="apDiv9">
      <form id="form1" name="form1" method="post" action="/gdform.php">
        <table width="100%" border="0" cellpadding="6">
          <tr>
            <td><div align="right">
              <label>First Name:</label>
            </div></td>
            <td><div align="left">
              <input name="firstname" type="text" id="firstname" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>Last Name:</label>
            </div></td>
            <td><div align="left">
              <input name="lastname" type="text" id="lastname" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>Company:</label>
            </div></td>
            <td><div align="left">
              <input name="company" type="text" id="company" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>Website:</label>
            </div></td>
            <td><div align="left">
              <input name="website" type="text" id="website" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">Email:</div></td>
            <td><div align="left">
              <input name="email" type="text" id="email" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>Phone:</label>
            </div></td>
            <td><div align="left">
              <input name="phone" type="text" id="phone" size="35" maxlength="15" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>City:</label>
            </div></td>
            <td><div align="left">
              <input name="city" type="text" id="city" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>State:</label>
            </div></td>
            <td><div align="left">
              <input name="state" type="text" id="state" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">Services:</div></td>
            <td><div align="left">
              <p>
                <label>
                  <input type="radio" name="Services" value="Seminars" id="Services_0" />
                  Seminars</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Mentoring" id="Services_1" />
                  Mentoring</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Workshops" id="Services_2" />
                  Workshops</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="1on1 Staging" id="Services_3" />
                  1on1 Staging</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Marketing & PR" id="Services_4" />
                  Marketing & PR</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Nonprofit Staging" id="Services_5" />
                  Nonprofit Staging</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Business Planning" id="Services_6" />
                  Business Planning</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Customer relations" id="Services_7" />
                  Customer relations</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Business Plan Staging" id="Services_8" />
                  Business Plan Staging</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Social Media & Networking" id="Services_9" />
                  Social Media & Networking</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Everyday Retail Store Staging" id="Services_10" />
                  Everyday Retail Store Staging</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="radio" id="Services_11" />
                  Consistent & Cohesive Staging</label>
                <br />
              </p>
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>How can we help you?</label>
            </div></td>
            <td><div align="left">
              <textarea name="howcanwehelpyou" id="howcanwehelpyou" cols="25" rows="5"></textarea>
            </div></td>
          </tr>
          <tr>
            <td><div align="right"></div></td>
            <td><div align="left">
              <label>
              <input name="newsletter" type="checkbox" id="newsletter" value="subscribe me" checked="checked" />
              Would you like to subscribe to our FREE newsletter?</label>
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>
              <input type="reset" name="clear" id="clear" value="Reset Form" />
              </label>
            </div></td>
            <td><div align="left">
              <label>
              <input name="submit" type="submit" id="submit" onclick="MM_validateForm('firstname','','R','lastname','','R','email','','RisEmail','phon e','','R');return document.MM_returnValue" value="Submit form" />
              </label>
            </div></td>
          </tr>
          <tr>
            <td><div align="right"></div></td>
            <td><div align="left"></div></td>
          </tr>
        </table>
        <input name="reciepient" type="hidden" id="reciepient" value="[email protected]" />
        <input name="Redirect" type="hidden" id="Redirect" value="emailform.html" />
      </form>
    </div>
    <div align="center"></div>
    </body>
    </html>

    You have this:
      <input name="reciepient" type="hidden" id="reciepient" value="[email protected]" />
    which should be
      <input name="recipient" type="hidden" id="recipient" value="[email protected]" />
    ...but I don't know if current gdform.php processor uses the recipient field, or some other mechanism. Try fixing the typo and if it still doesn't work you need to contact GD for support.

  • Only one Host not collecting data

    Hi,
    When I check Data Collection window only one machine seems to have a yellow colored exclamation mark next to it. It says data not collected in the latest collection cycle. I have uninstalled and re-installed the agent twice, but same message comes up. Also, i have to zones that have data collection in active. Any ideas on how to fix this issues.
    Thanks in advance.

    Hi,
    When I check Data Collection window only one machine seems to have a yellow colored exclamation mark next to it. It says data not collected in the latest collection cycle. I have uninstalled and re-installed the agent twice, but same message comes up. Also, i have to zones that have data collection in active. Any ideas on how to fix this issues.
    Thanks in advance.

  • Dbx collector not collecting data for all threads

    Hi, I am having problem with the dbx collector when I collect data from a multithreaded application. Data seems to be collected only from the first threads. Sun Studio 11
    (dbx) attach -p 5501 my_proc
    (dbx) threads
    > t@2 a l@2 SI_SigThr() running in ___sigtimedwait()
    t@3 a l@3 SF_autoReInit() running in ___nanosleep()
    t@4 b l@4 SF_sendHeartBeats() running in ___nanosleep()
    t@5 a l@5 SF_Main() running in ___nanosleep()
    t@6 a l@6 MSI_TimerThread() running in ___nanosleep()
    t@7 b l@7 HbtMonitor() running in ___nanosleep()
    t@20 b l@20 umem_update_thread() sleep on 0xfe803ea8 in __lwp_park()
    t@22 a l@22 FXI_SorterSpooler() sleep on 0xbd418 in __lwp_park()
    t@23 a l@23 XCI_ReaderThread() running in __pollsys()
    t@24 a l@24 MSI_ListenerThread() running in soaccept()
    t@25 a l@25 MSI_ListenerThread() running in soaccept()
    ... and so on.... (sever hundred threads)
    t@33 a l@33 ReconnectingThread() sleep on 0xc55f8 in __lwp_park()
    ... and so on.... (sever hundred threads)
    (dbx) collector limit unlimited
    (dbx) collector enable
    (dbx) cont
    ^C
    (dbx) collector show
    collector enable
    collector profile timer 10.007
    collector profile on
    collector synctrace threshold calibrate
    collector synctrace off
    collector hwprofile counter insts
    collector hwprofile off
    collector heaptrace off
    collector mpitrace off
    collector store directory "."
    collector store experiment "test.3.er"
    collector sample periodic
    collector dbxsample on
    collector sample period 1
    collector limit none
    collector archive on
    (dbx) collector disable
    When viewing the experiment only the t@2,t@3,t@4 and t@33 are seen!?
    What

    I had a few other questions in my earlier post.
    During the time that data collection was running, how active (w.r.t. CPU time) should those threads be? When you run collect (instead of DBX) and look at timeline, how much activity do you see activity on the 'missing' threads during the similar segment (and loading) of the program's operation ? (I believe the collector won't record data if a thread does not get sufficient CPU time during the data collection period. )
    Also, please post which OS version you are using and which version of collect & dbx. Thanks!

  • Auditing not collecting data

    Auditing has not been collecting data for some time.  I opened CMS log file in this directory (D:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Logging) and there were several entries with the following starting at the same time data stopped being inserted into this table - ORA-01653: unable to extend table BOXIR2_AUDIT.AUDIT_DETAIL by 1024 in tablespace BOTBS.
    My DBA has extended this tablespace, how/when do I verify if this issue has been resolved?  I have run a couple of reports after the db change, but still no auditing data.

    CMS gets restarted weekly after DB backups have been completed.  10 mins after CMS has completed a restart, the connection to the audit database is lost.  CMS and Audit schemas are on the same db instance.
    Edited by: Richard Mills on Nov 10, 2009 9:52 PM

  • HT4623 Yahoo email will not up date on my phone

    For 3 days my yahoo email will not update on my IPhone
    I have checked all my settings
    What do I do to correct this problem?

    try to delete and re-add the account.
    if it is synced with icloud, toggle mail off, then on.

  • Network Analysis Module (NAM) port-adapter not collect data

    Hi,
    i have an issue for collect data on adapter 1, that don´t collect data but see that adapter 2 if collect data on module 4.
    monitor session 1 source vlan 102 rx
    monitor session 1 destination analysis-module 4 data-port 1
    monitor session 2 source vlan 106 rx
    monitor session 2 destination analysis-module 4 data-port 2
    I reconfigured newly monitor and continues with that issue. Always ok by data-port 2.
    - show version Cisco 6513
    Cisco IOS Software, s72033_rp Software (s72033_rp-ADVENTERPRISEK9_WAN-M), Version 12.2(33)SXH7, RELEASE SOFTWARE (fc3)
    . show version NAM
    NAM application image version: 3.5(1b)
    - sh module
    Ports Card Type                              Model           
    8  Network Analysis Module                WS-SVC-NAM-2
    Hw    Fw           Sw           Status
       2.0   7.2(1)       3.5(1b)      Ok
    Any idea or cuestion?

    Hi,
    I see web GUI that is active 2 monitor session with Destination Module 4.
    Active SPAN Sessions
    Monitor Session
    Type
    Source - Direction
    Dest. Port
    Dest. Module
    Status     
    1
    vlan
    (106) - Rx
    4/7
    4 (local)
    active
    2
    vlan
    (102) - Rx
    4/8
    4 (local)
    active
    Select a SPAN session, then take an action
    Create
    Save
    Add Dest. Port 1
    Add Dest. Port 2
    Edit
    Delete
    But don´t see data about DATA PORT 1, but if see data about DATA PORT 2
    Data Source:
    Most Active Applications (bytes/sec)         No data available
    Most Active Hosts (output bytes/sec)Total hosts      90 (Network)   No data available
    Protocol Suites No data available
    Server Response Times (msec)          No data available
    Any ideas?

  • Why will my email form not work in another state?

    I built the website www.flintcitytshirts.com and I've received multiple complaints letting me know the email form isn't working.
    It's located here: http://www.flintcitytshirts.com/screen-printing.html#screen_printing_form
    We are here in Michigan, and have no problem with getting the e-mail form to go through on any platform, but outside of the state this has failed for other clients on all other platforms as well.
    Any reason anyone can think of for this to be happening?

    Thanks Gaurav,
    I took a look at the troubleshooting link and everything seems to be fine with all of the points listed, including the PHP check page. I have all three green checks.
    Since I posted this originally we've been working with our clients across the country to try and figure this out. We are in Michigan. Our clients in Wisconsin and Illinois have error message come up when submitting the form, but our client in California had no issues.
    So now this is getting even more confusing. Could it be something with the clients ISP?

  • Acrobat 9-Want to use single form, not for data collection

    I have created a form that I want to give to my employees using Acrobat 9 Pro. The only options I see are to send the files and let them use them to re-submit. I don't need the information back. This is merely a checklist of information that they can keep for themselves for the project they are on. It will be stored on the file server accessable and editable at any time. If I save the form and open it from somewhere else using Adobe Reader, I can fill in the form fine, but if I save it after having changed it, it loses its "Advanced" form functions (mostly checkboxes and textboxes) and I cannot edit the form anymore.
    I just want to be able to create a form that can be opened, then "save as" for each employee to save their own copy per job.
    Thanks!

    ... and 7 is using oracle 8.1.7 client.From your sales representative. 8i is no longer available for downloading,because desupported since many years.
    Werner

  • Simple email form not so simple UGH!!! Could really use some help!

    All I need is a simple form for name, email addy and comment.  I've been working on this all day/night and am pulling my hair out!!!
    Any help is appreciated!!
    It is sitting here:   http://loonstyn.com/contact-form.html
    Here is the code I'm using (both pages):
    For the form page:
    <HTML>
    <HEAD><title>Contact Form</title></HEAD>
    <BODY>
    <form method="POST" name="contact_form" action="http://www.loonstyn.com/contact-form-handler.php">
    Enter Name: <input type="text" name="name"> <br>
    Enter Email Address: <input type="text" name="email"> <br>
    Enter Postal Address: <input type="text" name="postal_address"> <br>
    Enter Message: <textarea name="message"></textarea><br>
    <input type="submit" value="Submit"><br>
    </form>
    </BODY>
    </HTML>
    For the handler:
    <?php
    $error_occured = "no";
    $name = $_POST['name']; // getting the value of name
    $email_address = $_POST['email']; // getting the value of email address
    $postal_address = $_POST['postal_address']; // getting the value of postal address
    $message = $_POST['message']; // getting the value of user message
    ////////////////// Data Validation ////////////////
    if($name=="" || $name==" ") {
    $error_occured = "yes";
    echo "Error: You have NOT entered your name. Please click on BACK button of your browser and correct this error to proceed.";
    if (!eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $email_address)){
    $error_occured = "yes";
    echo "Error: You have NOT entered the correct email address. Please click on BACK button of your browser and correct this error to proceed.";
    if($postal_address=="" || $postal_address==" ") {
    $error_occured = "yes";
    echo "Error: You have NOT entered your postal address. Please click on BACK button of your browser and correct this error to proceed.";
    if($message=="" || $message==" ") {
    $error_occured = "yes";
    echo "Error: You have NOT entered your message. Please click on BACK button of your browser and correct this error to proceed.";
    if($error_occured=="no") {
    $to = "[email protected]";
    $email_from = $email_address;
    $email_subject = "New Message For you";
    $email_body = "You have received a new message. Here are the details: Name = " . $name . ", Postal Address = " . $postal_address . ", Message = ". $message;
    $headers = "From: $email_from";
    mail($to,$email_subject,$email_body,$headers);
    echo "Your message was sent successfully";
    ?>

    Try this contact form. It may give you some ideas for yours. This form is set up to require 3 additional files, a header file, a menu and a footer file. You can pust what ever you want in them. The header and footer are excellent for any repetitive portions that are needed on multiple web pages. Feel free to remove the includes and inject the necessary code to finish the web page.
    <?php
    $pagetitle='Contact';
    include ('header.inc');
    print '<h1>Contact</h1>';
    include ('menu.inc');
    if ($_POST['B1']!=true) {
    print <<<FORM
    <div class="contact">
    <form method="post" action="{$_SERVER['PHP_SELF']}">
      <p><sup style="color: red; font-size: 150%">*</sup>Name:<br /><input type="text" name="T1" size="30" value="" /></p>
      <p><sup style="color: red; font-size: 150%">*</sup>E-mail address:<br /><input type="text" name="T2" size="30" value="" /></p>
      <p><sup style="color: red; font-size: 150%">*</sup>Subject:<br /><input type="text" name="T3" size="50" value="" /></p>
      <p><sup style="color: red; font-size: 150%">*</sup>Message:<br /><textarea name="S1" rows="10" cols="80" style="vertical-align: bottom"></textarea></p>
      <p style="text-align: center"><input type="submit" value="Submit" name="B1" />        <input type="reset" value="Reset"
      name="B2" /></p>
    </form>
    <p><sup style="color: red; font-size: 150%">*</sup>Required</p>
    </div>
    FORM;
    if ($_POST['B1']==true) {
    $to='[email protected]';
    $ip=htmlentities(trim($_SERVER['REMOTE_ADDR']));
    $name=htmlentities(trim($_POST['T1']));
    $email=htmlentities(trim($_POST['T2']));
    $inputsubject=htmlentities(trim($_POST['T3']));
    $subject="A message from a your website";
    $header='From: your name's Contact Page <[email protected]>';
    $message="Name: " . $name . "\nEmail: " . $email. "\nRemote IP: " . $ip . "\nSubject: " . $inputsubject . "\nMessage:\n" . htmlentities(trim($_POST['S1']));
    if (($name==null)||($email==null)||($subject==null)||($_POST['S1']==null)) {
    print "<h3>Sorry, but you did not provide enough information, Make sure all sections are filled in<br />Please try again</h3>";
    print <<<BACK
    <input type="submit" value="Back" onclick = "history.back()">
    BACK;
    die();
    mail ($to, $subject, $message, $header);
    print "<h3>" . $name . "<br />" . 'Thank you for contacting example.com' . "</h3>";
    print "<p style=\"color: rgb(128,128,255)\"><--- Please use menu to navigate from this page!</p><br /><br /><br /><br />&nbsp<br /><br /><br /><br /><br />&nbsp<br /><br /><br />&nbsp<br />";
    include ('footer.inc');
    ?>
    On your form, a word of warning - Never allow input from a user to be used as a value for the mail header. As this allows someone to inject code including javascript into your email. Forcing you to email someone else with spam. It is best to create you fixed value that you know for the mail header and place their input in your message body where it won't hurt anything. And always use htmlentities to strip their inmput from any html tags.
    Good luck...

  • Saved Forms Not Displaying Data

    I have a licensed version of Adobe Acrobat Professional that I have never had this problem before with any of my forms.  It was not until the Adobe Updater updated my Acrobat Pro to Adobe Acrobat Pro X that I began experencing problems with my forms. 
    I created a form that I type data into it, then save it with a new file name and email to recipients.  These recipients used to be able to open the .pdf file and read the data in this nice form.  Now, whenever they open the file, they only see the form without any of the saved data I typed into the form.  Does anyone know why this is happening?  If so, then what is the fix to make all the data typed into the form display when someone opens the file.  I didn't pay over $600 for this not to work properly.

    Will this issue go away if I downgrade to my older version?  This is pretty annoying that none of my forms are displaying the saved data, considering this is the ONLY reason I purchased Adobe Acrobat Pro??????

  • Urgent help - MUSE email form not working - PLEASE HELP

    HI to all!!
    I'm having a big issue here with Adobe Muse cc 7.0
    I have my personal domain www.shepherdtextiles.com
    and third party host (here in China which is 72e.net (and yes, got all php and so on requirements Adobe Muse needs)
    I follow carefully all steps to add a simple contact form, adding first [email protected] and changing it to my personal hotmail when I saw it wasn't working to try if with hotmail could work, but didn't.
    I have checked the Muse PHP Diagnostics  and as you can see the mail one failed.....
    I used first the simple contact form that comes with Muse and later I used one from museresources.com but none of them seemed to work
    I'm just guessing that something is not well setup on my server because I just follow all steps Adobe mentioned and I watched many videos where people do it very simple.
    The error I get on my website when I click on submit button is "The server encountered an error"
    There is NO error when I export to html or warnings, just exports fine.
    PLEASE HELP
    Many many thanks!
    Vic

    I'M having a similar problem with my Muse website Formally hosted by GoDaddy. The contact me widget does not send an email when you click submit button. Normally, it accepts with a green check mark in another screen. It does not do that. The submit just turns black when clicked, but nothing else happens
    THe he regular email works. I am able to send and receive. It just does not work with the contact widget

  • Adding Field in Form not Displaying Data

    I recently added a field to a table in our database and then added it to a form. For some reason, it is not showing in Oracle Forms (10g) when I bring it up. I have several other fields from the same table that show fine. I verified that I was looking at records w/ data in that particular field and have been all over the properties in forms to see if I could fix it but nothing has worked. There is a relation b/w data blocks but nothing has changed w/ that or needs to.
    FYI, same issue occurs in the 6i version of forms.
    I would appreciate any ideas you have to get this data to display. Thanks.

    I just did what I think you would have been trying to do and the data shows up for me. The only thing I can think of that you might have missed is to set the Column name under the Database section in the properties sheet for the block item representing the new field.

Maybe you are looking for