Problems setting up my forms (was: Forms)

Hi
I'm having trouble with setting up my forms, When I send the message no pop up message says its sent but I do recieve the email but with no content.
Can anyone please advise me? my two PHP and HTML code is below.
HTML Code:
<form method="post" id="contactform">
                                    <div class="row">
                                        <div class="span4">
                                            <input type="text" class="prepared-input w100" id="contactname" value="Name">
                                        </div>
                                        <div class="span4">
                                            <input type="email" class="prepared-input w100" id="contactemail" value="E-mail">
                                        </div>
                                    </div>
                                    <div class="divide10 hidden-phone"></div>
                                    <textarea  id="contactmessage" class="prepared-input w100" rows="3">Message</textarea>
                                    <div class="divide10"></div>
                                    <input id="From_Comment_Go" type="submit" class="btn btnmc1 white" value="Send Message">
  </form>
PHP Code:
<?php
$to = '[email protected]';
//Language Options
$contact_labelmailhead = 'Contact Form Email';
$contact_labelmailsubject = 'Contact Form Email from';
$contact_labelname = 'Name';
$contact_labelemail = 'Email';
$contact_labelmessage = 'Message';
$name = trim($_POST['name']);
$email = trim($_POST['email']);
$message = str_replace(chr(10), "<br>", $_POST['message']);
$body = "<html><head><title>$contact_labelmailhead</title></head><body><br>";
$body .= "$contact_labelname: <b>" . $name . "</b><br>";
$body .= "$contact_labelemail <b>" . $email . "</b><br>";
$body .= "$contact_labelmessage:<br><br><b>" . $message . "</b><br>";
$body .= "<br></body></html>";
$subject = $contact_labelmailsubject.'[email protected]' . $name;
$header = "From: $email\n" . "MIME-Version: 1.0\n" . "Content-type: text/html; charset=utf-8\n";
mail($to, $subject, $body, $header);
?>

Now nothing in my inbox.
This is the first time I have worked with forms and I am not familiar with php. The template providor has gone walkabout and left me in lerch abit.
What and where should  php code be? This is my page html
<!DOCTYPE html>
<html lang="en">
  <head>
  <link rel="shortcut icon" href="lilycot-holiday-cottage-st-marychurch-torquay.ico" />
     <title>Contact Lilycot Holiday Cottage. Lilycot Holiday Home, St. Dominic's Close, St Marychurch, Torquay, Devon, TQ1 4UN</title><meta name="description" content="Lilycot Holiday Cottage. Check availabilty, make a holiday booking. Lilycot's contact details. Lilycot holiday cottage, St. Dominic's Close, Torquay, Devon, TQ1 4UN. Telephone Torquay 01803 326633">
    <meta name="author" content="Lilycot Holiday Home, St. Marychurch, Torquay, Torbay">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!--meta http-equiv="X-UA-Compatible" content="IE=edge" /-->
  <script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-44753246-1', 'lilycot.co.uk');
  ga('send', 'pageview');
  </script>
    <link href="source/plano_onepage_eco/css/bootstrap.css" rel="stylesheet">
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.js"></script>
    <link href="source/plano_onepage_eco/css/style.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="source/plano_onepage_eco/css/style-onepage.css">
    <link href="source/plano_onepage_eco/css/style-eco.css" rel="stylesheet" type="text/css"><link href="source/plano_onepage_eco/css/style-onepage-eco.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="source/plano_onepage_eco/css/type/fontello.css">
<script type="text/javascript" src="source/plano_onepage_eco/js/showbizpro/js/jquery.themepunch.plugins.min.js"></script >
    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
    <div class="responsive_wrapper">
<div id="responsive-menu">
                <div class="resp-closer"><i class="txt-center icon-cancel-1 white medium lm10 tm10"></i></div>
                <div class="resp-menuheader"></div>
                <ul>
                </ul>
            </div>
        </div>
        <header class="header">
             <section class="subheader_wrapper">
                    <div class="container txt-center">
                        <ul>
                            <li class="inblock rm30 lh23"><i class="icon-phone white rm10"></i><span class="white">Phone +44 (0)1803 326633</span></li>
                            <li class="inblock rm30 lh23"><i class="icon-address white rm10"></i><span class="white">Lilycot, St. Marychurch, Torquay, Devon <a class="white bold" href="#contactsection">contact us, get directions</a></span></li>
                            <li class="inblock rm30 lh23"><i class="icon-mail white rm10"></i><span class="white"><a class="white" href="mailto:[email protected]">[email protected]</a></span></li>
                        </ul>
</div>
                    <i class="icon-cancel-circled white close_subheader"></i>
</section>
            <section class="subheader_opener_wrapper">
                        <div class="divide20"></div>
                        <div class="rightfloat rm20"><i class="icon-down-1 gray open_subheader"></i></div>
                        <div class="clear"></div>
            </section>
        </header>
<section class="maincontent">
  <section class="bgimage6 parallax centeredparallax">
        <div class="container">
            <div class="divide25"></div>
            <a href="http://www.lilycot.co.uk/"><img src="lilycot-holiday-home-torquay.png" alt="holiday let torquay"></a>
        <div class="divide50"></div>
            <div class="row">
                <div class="span8 offset2">
                    <h2 class="portfolio-title bold txt-center whitetext">Lilycot holiday home Torquay. <br>
Relax, explore, and enjoy this lovely holiday accommodation in this beautiful place, Torbay.</h2>
                </div>
            </div>
            <div class="divide30"></div>
            <div>
            <button class="btn glas white txt-center" onClick="window.open('http://www.cottages4you.co.uk/cottages/lily-cot-25333');return document.MM_returnValue">Check Availability</button></div>
            <div class="clear"></div>
            <div class="divide60"></div>
        </div>
    </section>
  <section class="header_wrapper">
                <div class="container">
                        <div class="divide5"></div>
                        <div class="resp-navigator reversefadeitem"><i class="icon-menu medium lightgray"></i></div>
                        <div class="nav_wrapper">
                            <div id="nav" class="hidden-phone">
                                        <ul>
                                                <li ><span class="active hassubmenu toplevel"><a href="http://www.lilycot.co.uk/">Home</a></span>
                                                 <ul>
                                                          <li><a class="inside" href="index.html#aboutsection">About Lilycot</a></li>
                                                        <li><a class="inside" href="index.html#customersection">Things to do</a></li>
                                                        <li><a class="inside" href="index.html#testimonialsection">Customers Comments</a></li>                                                       
                                                  </ul>
                                                </li>
                                                <li><a class="inside" href="about-us.html#teamsection">About Us</a></li>
                                                <li><a class="inside" href="views-of-lilycot.html#portfoliosection">Views of Lilycot</a></li>
                                                <li><a class="inside" href="index.html#customersection">Things to do</a></li>
                                    <li><a class="inside" href="index.html#blogsection">Lilycot's Blog</a></li>
                                                <li><a class="inside" href="#contactsection">Contact Us</a></li>
                                        </ul>
                                        <div class="clear"></div>
                            </div>
                        </div>
                </div>
  </section>
    <div class="sbclear"></div></section>
<div id="contactsection"></div>
  <div class="divide85"></div>
                <h3 class="bigintro txt-center">Contact Us</h3>
                <div class="divide35"></div>
        </section>
  <div class="gmap_outter"><div id="googlemap1"  class="gmap_inner big"></div></div>
<section class="bgwhite">
            <section class="container">
                <div class="divide60"></div>
              <div class="row">
                  <div class="span8">
<h3 class="content-title bold">Send us a Message</h3>
                                <p class="">Lilycot holiday home is situated in St. Marychurch, Torquay, Devon. A timeless, quite, and tranquil part of the English Riviera.</p>
                                <div class="divide30"></div>
                                <form method="post" id="contactform">
                                    <div class="row">
                                        <div class="span4">
                                            <input type="text" name="name" class="prepared-input w100" id="contactname" value="Name">
                                        </div>
                                        <div class="span4">
                                            <input type="email" name="email" class="prepared-input w100" id="contactemail" value="E-mail">
                                        </div>
                                    </div>
                                    <div class="divide10 hidden-phone"></div>
                                    <textarea  id="contactmessage" name="message" class="prepared-input w100" rows="3">Message</textarea>
                                    <div class="divide10"></div>
                                    <input id="From_Comment_Go" type="submit" class="btn btnmc1 white" value="Send Message">
  </form>
                        </div>
                        <div class="divide40 visible-phone"></div>
<div class="span3 offset1">
                            <h3 class="boxed-title bold">Our Address</h3>
                            <p class=""> Lilycot Holiday Home</p>
                            <p class="">St. Dominic's Close</p>
                            <p class="">St. Marychurch</p>
                            <p class="">Torquay</p>
                            <p class="">Devon</p>
                            <p class="">TQ1 4UN </p>
                    <div class="divide20"></div>
                            <p><span class="highlight">Telephone: </span>+44 (0)1803 326633</p>
                            <p><span class="highlight">Email: </span><a href="mailto:mailto:[email protected]">[email protected]</a></p>
                            <p>Website: <a href="http://www.lilycot.co.uk/" title="Lilycot Holiday Home Torquay Devon" target="_blank">www.lilycot.co.uk</a></p>
<div class="divide20"></div>
                        </div>
                </div>
                <div class="divide60"></div>
            </section>
        </section>
    </section>
</section>
         <footer>
<section class="bgdarkgray bgecogreen darkmargin">
                <section class="container">
                    <div class="divide40"></div>
                    <div class="row">
                        <div class="span5">
                            <h3 class="article-title white blackonlight"><strong class="nostrongonlight">Lilycot holiday home Torquay on Google</strong>+</h3>
                        </div>
                        <div class="span7 txt-right">
                            <a href="https://plus.google.com/106268051730041736327/about"><i class="icon-s-gplus roundborder-small darkgray rm20 bm10"></i></a>
                        </div>
                    </div>
                    <div class="divide30"></div>
                </section>
            </section>
          <section class="footer">
            <div class="container">
<article class="one_third">
                          <h3 class="widget-title nobottommargin">About</h3>
                          <div class="divide30"></div>
                          <p>This website is designed to be helpful to Lilycot holiday home visitors. Lilycot holiday home Torquay has provided this information as a guide, and to promote our local community St. Marychurch, our local traders, our local attractions, things to do, and places to go within Torbay, and the county of Devon. Please note that information contained in this website may change.</p>
                          <div class="accordion">
                            <div class="accordion-heading">
                              <p>Copyright 2013© Lilycot Holiday Home. All rights Reserved. <a href="http://www.myquirk.co.uk/" title="myquirk website design" target="_blank">myquirk </a></p>
                            </div>
                            <p> </p>
                          </div>
</article>
<article class="one_third">
<h3 class="widget-title nobottommargin">Get intouch</h3>
                          <div class="divide30"></div>
                          <p class="">Lilycot Holiday Home</p>
                          <p class="">St. Dominic's Close</p>
                          <p class="">St. Marychurch</p>
                          <p class="">Torquay</p>
                          <p class="">Devon</p>
                          <p class="">TQ1 4UN</p>
                          <div class="divide20"></div>
                          <p><span class="highlight">Telephone: </span>+44 (0)1803 326633</p>
                          <p><span class="highlight">Email: </span><a href="mailto:[email protected]">[email protected]</a><a class=""></a></p>
                          <p>Website: <a href="http://www.lilycot.co.uk/" title="Lilycot Holiday Home">www.lilycot.co.uk</a>                  </p>
</article>
<article class="one_third lastcolumn">
                            <h3 class="widget-title nobottommargin">Latest Blog</h3>
                            <div class="divide30"></div>
        <section class="recent-posts-wrapper">
<div class="recent-post">
                                    <a href="index.html#blogsection"><span class="nobottommargin mc1"></span></a></div><!-- #BeginLibraryItem "/Library/latest artical.lbi" -->
                                    <a href="index.html#blogsection"><span class="nobottommargin mc1">Beaches is Torbay information page is now finished.</span></a>
<div class="divide5"></div>
                                    <p>Lilycot's 'Beaches in Torbay' page is now finished. We have compiled a comprehensive list of all the beaches in and around the Torbay area, giving holiday guests at Lilycot holiday home, easy access to our rich and diverse beaches in torquay, Paignton and Brixham. </p>
                                    <!-- #EndLibraryItem -->Posted by <a href="about-us.html#teamsection">Rachel & Daryl</a>
<div class="divide30"></div>
                            </section>
                  </article>
                        <div class="clear"></div>
              </div>
            </section>
        </footer>
    </section>
    <!-- javascript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="source/plano_onepage_eco/js/bootstrap.min.js"></script>
    <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="source/plano_onepage_eco/js/jquery.gmap.js"></script>
<script type="text/javascript" src="source/plano_onepage_eco/js/jquery.isotope.min.js" ></script>
<script type='text/javascript' src='source/plano_onepage_eco/js/mediaelement-and-player.min.js'></script>
<script type='text/javascript' src='source/plano_onepage_eco/js/FitVids.js'></script>
<script type="text/javascript" src="source/plano_onepage_eco/js/forms.js" ></script>
<script type="text/javascript" src="source/plano_onepage_eco/js/screen.js" ></script>
<script type="text/javascript" src="source/plano_onepage_eco/js/jquery.sticky.js"></script>
    <script type="text/javascript" src="source/plano_onepage_eco/js/jquery.scrollto.js"></script>
  </body>
</html>

Similar Messages

  • Problem with JFMERGE using the last set of data on all form sets

    b Here is the scenario...
    I have a file of data in character delimited format. Each record needs to produce the same set of forms. I used the Visual Transformation Editor to define the field nominated data file, including the ^form statements. The transformation agent processes the file of multiple records just fine. I get a file from JFTRANS that contains the set of data & form statements repeated for each record in the file.
    Great so far.
    b Here is the problem...
    Unfortunately, the print agent is repeating the same set of data on every copy of the set of forms that is printed. It uses the data from the last set of forms to be printed.
    b Additional information...
    For ease of building the field nominated file by our custom client program we have standardized on using GLOBAL fields. Therefore, our DAT files contain all the ^global declarations with all the necessary ^form statements at the end. I used the transformation editor to build the same type of file. Therefore the file going to the print agent looks like:
    ^global name1
    data1
    ^global name2
    data2
    ^form form1
    ^form form2
    ^global name1
    newdata1
    ^global name2
    newdata2
    ^form form1
    ^form form2
    The printed result puts "newdata1" & "newdata2" on both sets of form2. Strangely, the correct data values are showing up on both sets of form1.
    The only difference between the two forms is that form1 is not defined with the fields as global where form2 does define them as global. I removed the global flag from form2 but that didn't change anything.
    I think I know what is occurring. JFMERGE is putting the data elements into the global dictionary and when the same name is in the file the latest data value ends up in the dictionary (thus all the forms print using the last data put into the dictionary). I certainly didn't expect this. I thought it would load the dictionary and print the first set of forms, then reload the dictionary and print the next set of forms. At least that is the way I see it occuring based on the order of things in the DAT file. Based on what is occuring it appears that JFMERGE reads the whole DAT file, building the dictionaries and then processes all the ^form statements.
    b My request for help...
    Does anyone know what I can do (such as insert some command) to get the correct data on the forms?
    It looks like using a fixed record format might do the trick but that isn't an option at this time. As things are right now it looks like I'm going to have to take the data file apart, and make lots of files with one line of data per file.
    I have a time deadline to get this printed so if there isn't a way to make JFMERGE operate as I expected it looks like I'll be doing this by hand. Fortunately, there are only 250-300 data lines. Future jobs could have thousands of data lines so if there isn't a way to do it with a multi-line data file I'll have someone create a program for splitting the original file up (and adding the ^job line).

    We don't use subforms so some of what you suggest isn't effective for us. Our forms are a duplication of the paper forms and are not dynamic. We design each form separately and our custom filler software (that builds the DAT file) uses a database with the required forms for each print job defined within it.<br /><br />Since we don't have subforms, our simple method of printing is to declare as GLOBAL all the unique fields used on all the forms to be printed followed by the ^form commands. It was a simple & straightforward method for us to do better than 500 print jobs over that past couple of years. In addition, our custom filler software can easily build the DAT files.<br /><br />Because I need to manually declare all the ^form statements my experience with using ^field is that the form must be declared followed by the appropriate field commands (repeat for all the forms).<br /><br />i <many hours later I continue typing this post><br /><br />Taking the original Transformation Definition File and customizing it for how things need to be when using ^field commands was a time consuming experience (and a learning one). It did the job as I needed but it is an experience I don't want to repeat. There has got to be a better way of building the TDF properly. I'm definately leaning towards a program to split the file into multiple files.<br /><br />Here is what I went through...<br /><br />I did all the editting using Notepad. I changed all ^global to ^field. Then I had to remove the #comment lines. Next was to find any references to fields that had to be global to the top and chang ^field to ^global. Then it was moving the fields around so they were underneath the appropriate ^form statement. Then, since one of the forms was multi-page I had to add the ^page command and sort the fields so they were under the correct page. That was followed by duplicating fields that are used on multiple forms or multiple pages. Then I discovered that the print agent won't do ^page unless "inline processing" is turned off (I did not want to specify the page name as it could change over time) - so I added "^inline off" in front of every ^page. Finally it was removing unecessary field references so the log file would be clean.<br /><br />For those that are interested, the following is an example of my final file. <br /><br />^global nameA<br />data<br />^global nameB<br />data<br />^form nameX<br />^field name1<br />data<br />^field name2<br />data<br />^form nameY<br />^field name1<br />data<br />^field name3<br />data<br />^inline off<br />^page<br />^field name4<br />data<br />^field name1<br />^inline off<br />^page<br />^field name5<br />data<br />^field name6<br />data

  • Can't run form from Form Builder 10g - Port configuration problem?

    Hi,
    I have installed the Database (10.2.0.1.0) and the Developer Suite (10.1.2.0.2) on two Linux machines (Red Hat Enterprise Linux ES 4 Basic).
    If I enter the frmservlet-URL manually everything seems to be fine.
    In one case I enter http://127.0.0.1:8890/forms/frmservlet, in the other http://127.0.0.1:8889/forms/frmservlet; in BOTH cases I get eventually a dark square and the status bar says "Applet oracle.forms.engine.Main started".
    HOWEVER, if I create a simple form with Form Builder and click on the Button with the green traffic light ("Run Form"), the form runs only on the machine where frmservlet listens on port 8890.
    On the other machine (frmservlet configured to listen on port 8889) Firefox pops up, the URL "http://127.0.0.1:32979/6dOrpwghCqnp8PhMT7KVT533m3IaArqFbPqPBOztZXWYSsNy" gets called, and nothing else happens. The screen displays the string "ORACLE FORMS." and the status bar says "Waiting for 127.0.0.1...", and it stays like this forever.
    I assume this is a port configuration problem, but I don't have a clue where to start.
    Any suggestions how I should proceed are greatly appreciated.
    Thank you very much in advance!

    Hi Frank,
    Thank you for your reply.
    I doublechecked my configuration.
    In the dialog Edit --> Preferences --> Runtime the Application Server URL is set to "127.0.0.1:8889/forms/frmservlet".
    However, when I attempt to run the form, the URL "http://127.0.0.1:33140/W2dwbV9eXS2fPkuKlxNhCxFWdEihwDviat2uV7ycrSotqwDN" gets called.
    The screen displays the string "ORACLE FORMS." and the status bar says "Waiting for 127.0.0.1...", and that's it.
    I wonder how the port number 33140 got selected. Interestingly, this time it is a different number; last time it was port 32979. In fact, the port number seems to change each time; I tried again and now it is 33189.
    I will now try to set the port number for the frmservlet to 8890.
    I choose Edit --> Preferences --> Runtime and set the application server URL to "127.0.0.1:8890/forms/frmservlet".
    I stop the container, open /home/oracle/OraHome_1/j2ee/DevSuite/config/default-web-site.xml and change the port number to 8890:
    <?xml version="1.0" standalone='yes'?>
    <!DOCTYPE web-site PUBLIC "Oracle Application Server 10g XML Web-site" "http://xmlns.oracle.com/ias/dtds/web-site.dtd">
    <!-- change the host name below to your own host name. Localhost will -->
    <!-- not work with clustering -->
    <!-- also add cluster-island attribute as below
    <web-site host="localhost" port="0" protocol="ajp13"
    display-name="Default Oracle Application Server 10g Java WebSite" cluster-island="1" >
    -->
    <web-site port="8890" protocol="http"
    display-name="Oracle Developer Suite 10g instance of Oracle Containers for J2EE Web Site">
    <!-- Uncomment the following line when using clustering -->
         <!-- <frontend host="your_host_name" port="80" /> -->
         <!-- The default web-app for this site, bound to the root -->
         <default-web-app application="default" name="defaultWebApp" root="/j2ee" />
    <!-- Do not delete this line. -->
    <web-app application="forms" name="formsweb" root="/forms" />
    <!-- -->
    <!-- <web-app application="forms" name="formsweb" root="/forms" /> -->
    <web-app application ="reports" name="web" root="/reports" />
    <web-app application = "reports" name="demo" root="/repdemo" />
         <!-- Access Log, where requests are logged to -->
         <access-log path="../log/default-web-access.log" />
    </web-site>
    I restart the container, start Form Builder, connect to the database, and open my test form.
    When attempting to run the form, the URL "http://127.0.0.1:33437/Pl0n3ky9vmU5z37A7ScBnQhsGwq3jwuzJpgTAKWPMOYIzT8K" gets called (again a new port number, apparently picked radomly within a certain range) and nothing happens: "Waiting for 127.0.0.1...".
    However, when I enter the URL http://127.0.0.1:8890/forms/frmservlet I do (eventually, after confirming that I trust the certificate etc.) get a darc rectangle and the status message "Applet oracle.forms.engine.Main started", which tells me that my setup can't be that far off target.
    Here is the output of netstat:
    [root@localhost ~]# netstat -anp --tcp
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 0.0.0.0:32769 0.0.0.0:* LISTEN 2779/rpc.statd
    tcp 0 0 0.0.0.0:23910 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2759/portmap
    tcp 0 0 0.0.0.0:1521 0.0.0.0:* LISTEN 4265/tnslsnr
    tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 2983/xinetd
    tcp 0 0 127.0.0.1:7830 0.0.0.0:* LISTEN 4429/spamd --port 7
    tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2928/cupsd
    tcp 0 0 0.0.0.0:9240 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3002/sendmail: acce
    tcp 0 0 0.0.0.0:8890 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 0.0.0.0:32795 0.0.0.0:* LISTEN 4231/ora_d000_orcl
    tcp 0 0 127.0.0.1:1521 127.0.0.1:32817 ESTABLISHED 4265/tnslsnr
    tcp 0 0 127.0.0.1:32817 127.0.0.1:1521 ESTABLISHED 4209/ora_pmon_orcl
    tcp 0 0 127.0.0.1:33425 127.0.0.1:1521 ESTABLISHED 5298/frmbld
    tcp 0 0 127.0.0.1:1521 127.0.0.1:33425 ESTABLISHED 5311/oracleorcl
    tcp 1 0 80.133.127.83:33485 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33484 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33494 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33520 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 0 0 80.133.127.83:33529 209.132.177.100:443 ESTABLISHED 4060/python
    tcp 0 0 80.133.127.83:33528 209.132.177.100:443 ESTABLISHED 4060/python
    tcp 1 0 80.133.127.83:33460 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33470 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 0 0 :::22 :::* LISTEN 2968/sshd
    tcp 0 0 ::ffff:127.0.0.1:33437 :::* LISTEN 5298/frmbld
    tcp 697 0 ::ffff:127.0.0.1:33437 ::ffff:127.0.0.1:33439 CLOSE_WAIT -
    tcp 348 0 ::ffff:127.0.0.1:33437 ::ffff:127.0.0.1:33440 CLOSE_WAIT -
    [root@localhost ~]#
    The question remains: Where do those port numbers come from?
    Regards,
    jme

  • Problems Post installation - Oracle 8i and Forms 6i

    Hello,
    This is with respect to the two issues I am encountering in Oracle. Kindly somebody help with these issues as it is urgent.
    PLEASE GO THROUGH EACH AND EVERY POINT BEFORE ARRIVING AT A CONCLUSION
    1. With the Post Oracle database installation
    2. Oracle forms connectivity to the Oracle database (FORMS WAS INSTALLED PRIOR TO ORACLE INSTALLATION)
    I will start with the 1st issue (Post Oracle database installation)
    Steps A01
    1. I unistalled an existing version 8.1.7 using the steps mentioned in the following link (http://www.oracle-base.com/articles/misc/ManualOracleUninstall.php)
    2. I chose typical installation (default, all the rest of installation methods were default)
    3. Gave SID as ORCL_DB
    4. Created database by installation
    5. connected to SYS using default password - no problem
    6. Created another user usr01 and granted necessary privileges Was able to logon to the database using usr01. No problem
    But if I do a restart of the machine and then I am encountering an error ORA-27101: shared memory realm does not exist after which I am unable to connect to the database.
    ##### (PLEASE NOTE THAT I AM ABLE TO CONNECT TO ORACLE FOR THE FIRST TIME WITHOUT ANY PROBLEMS. THE ERROR IS THROWN IF WE REBOOT THE MACHINE AND TRY TO CONNECT TO ORACLE) ###
    The steps I tried to troubleshoot this
    a. Checked the oracle network admin directory. All the config files are there (TNSNAMES.ORA, SQLNET.ORA, LISTNER.ORA)
    b. did a tnsping
    c:\tnsping ORCL_DB
    NO PROBLEM WITH THAT. GETTING OK FOR THE PING
    c. Checked the oracle registries.
    Could find all these entries have the correct value:
    ORACLE_HOME - C:\ORACLE
    ORACLE_SID - ORCL_DB
    ORACLE_BASE - c:\oracle
    There were no extra slash or extra character with the registry entries.
    Now the the post forms installation scenario
    Steps A02 (FORMS WAS INSTALLED PRIOR TO ORACLE INSTALLATION)
    1. Installed forms (directory c:\orant)
    Steps A03
    1. Copied the contents tnsnames.ora file entries from oracle\network\admin directory to the orant\net80\admin\tnsnames.ora file
    2. Tried to connect to oracle forms (user : usr01, database : ORCL_DB).
    Got error : ORA-12154: TNS:could not resolve service name
    3. Created an environment variable : tns_admin with value c:/oracle/network/admin. Tried to connect again
    Now getting another error : unable to connect to the destination : ora-12203 (unable to connect to destination)
    I have installed forms and oracle in separate directories. Can somebody help to resolve these issues?
    Thanks in advance
    Chanaya

    Please find the content of the alert logfile
    Dump file C:\oracle\admin\PPDDEV\bdump\ppddevALRT.LOG
    Fri Nov 04 17:47:05 2011
    ORACLE V8.1.7.0.0 - Production vsnsta=0
    vsnsql=e vsnxtr=3
    Windows 2000 Version 5.1 Service Pack 3, CPU type 586
    Starting up ORACLE RDBMS Version: 8.1.7.0.0.
    System parameters with non-default values:
    processes = 150
    shared_pool_size = 52428800
    large_pool_size = 614400
    java_pool_size = 20971520
    control_files = C:\oracle\oradata\PPDDEV\control01.ctl, C:\oracle\oradata\PPDDEV\control02.ctl, C:\oracle\oradata\PPDDEV\control03.ctl
    db_block_buffers = 19200
    db_block_size = 8192
    compatible = 8.1.0
    log_buffer = 32768
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    db_files = 1024
    db_file_multiblock_read_count= 8
    max_enabled_roles = 30
    remote_login_passwordfile= EXCLUSIVE
    global_names = TRUE
    distributed_transactions = 500
    instance_name = PPDDEV
    service_names = PPDDEV
    mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = PPDDEV
    open_cursors = 300
    os_authent_prefix =
    job_queue_processes = 0
    job_queue_interval = 10
    parallel_max_servers = 5
    background_dump_dest = C:\oracle\admin\PPDDEV\bdump
    user_dump_dest = C:\oracle\admin\PPDDEV\udump
    max_dump_file_size = 10240
    oracle_trace_collection_name=
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    Fri Nov 04 17:47:07 2011
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Fri Nov 04 17:47:08 2011
    create controlfile reuse set database PPDDEV
    datafile 'C:\oracle\oradata\PPDDEV\system01.dbf',
    'C:\oracle\oradata\PPDDEV\temp01.dbf',
    'C:\oracle\oradata\PPDDEV\rbs01.dbf',
    'C:\oracle\oradata\PPDDEV\indx01.dbf',
    'C:\oracle\oradata\PPDDEV\tools01.dbf',
    'C:\oracle\oradata\PPDDEV\dr01.dbf',
    'C:\oracle\oradata\PPDDEV\users01.dbf'
    logfile 'C:\oracle\oradata\PPDDEV\redo01.log' size 1M,
    'C:\oracle\oradata\PPDDEV\redo02.log' size 1M,
    'C:\oracle\oradata\PPDDEV\redo03.log' size 1M resetlogs
    Fri Nov 04 17:47:12 2011
    Successful mount of redo thread 1, with mount id 1145344671.
    Fri Nov 04 17:47:12 2011
    Completed: create controlfile reuse set database PPDDEV
    dataf
    Fri Nov 04 17:47:12 2011
    alter database PPDDEV open resetlogs
    RESETLOGS after incomplete recovery UNTIL CHANGE 282235
    Fri Nov 04 17:47:12 2011
    Errors in file C:\oracle\admin\PPDDEV\udump\ORA02644.TRC:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'C:\ORACLE\ORADATA\PPDDEV\REDO03.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Nov 04 17:47:12 2011
    Errors in file C:\oracle\admin\PPDDEV\udump\ORA02644.TRC:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLE\ORADATA\PPDDEV\REDO02.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Nov 04 17:47:12 2011
    Errors in file C:\oracle\admin\PPDDEV\udump\ORA02644.TRC:
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: 'C:\ORACLE\ORADATA\PPDDEV\REDO01.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Nov 04 17:47:14 2011
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO03.LOG
    Successful open of redo thread 1.
    Fri Nov 04 17:47:14 2011
    SMON: enabling cache recovery
    Fri Nov 04 17:47:15 2011
    Dictionary check beginning
    Dictionary check complete
    Fri Nov 04 17:47:15 2011
    SMON: enabling tx recovery
    Fri Nov 04 17:47:31 2011
    Completed: alter database PPDDEV open resetlogs
    Fri Nov 04 17:47:31 2011
    alter database PPDDEV character set WE8ISO8859P1
    Fri Nov 04 17:47:31 2011
    Thread 1 advanced to log sequence 2
    Current log# 2 seq# 2 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO02.LOG
    Thread 1 advanced to log sequence 3
    Current log# 3 seq# 3 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO01.LOG
    Thread 1 advanced to log sequence 4
    Current log# 1 seq# 4 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO03.LOG
    Thread 1 cannot allocate new log, sequence 5
    Checkpoint not complete
    Current log# 1 seq# 4 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO03.LOG
    Thread 1 advanced to log sequence 5
    Current log# 2 seq# 5 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO02.LOG
    Fri Nov 04 17:47:40 2011
    Completed: alter database PPDDEV character set WE8ISO8859P1
    Fri Nov 04 17:47:40 2011
    alter database PPDDEV national character set WE8ISO8859P1
    Completed: alter database PPDDEV national character set WE8IS
    Fri Nov 04 17:47:40 2011
    alter database rename global_name to "PPDDEV"
    Completed: alter database rename global_name to "PPDDEV"
    Fri Nov 04 17:47:40 2011
    Restarting dead background process EMN0
    EMN0 started with pid=11
    Fri Nov 04 17:47:43 2011
    Shutting down instance (normal)
    License high water mark = 1
    Fri Nov 04 17:47:46 2011
    ALTER DATABASE CLOSE NORMAL
    Fri Nov 04 17:47:46 2011
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Fri Nov 04 17:47:48 2011
    Thread 1 closed at log sequence 5
    Fri Nov 04 17:47:48 2011
    Completed: ALTER DATABASE CLOSE NORMAL
    Fri Nov 04 17:47:48 2011
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    archiving is disabled
    Starting up ORACLE RDBMS Version: 8.1.7.0.0.
    System parameters with non-default values:
    processes = 150
    shared_pool_size = 52428800
    large_pool_size = 614400
    java_pool_size = 20971520
    control_files = C:\oracle\oradata\PPDDEV\control01.ctl, C:\oracle\oradata\PPDDEV\control02.ctl, C:\oracle\oradata\PPDDEV\control03.ctl
    db_block_buffers = 19200
    db_block_size = 8192
    compatible = 8.1.0
    log_buffer = 32768
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    db_files = 1024
    db_file_multiblock_read_count= 8
    max_enabled_roles = 30
    remote_login_passwordfile= EXCLUSIVE
    global_names = TRUE
    distributed_transactions = 500
    instance_name = PPDDEV
    service_names = PPDDEV
    mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = PPDDEV
    open_cursors = 300
    os_authent_prefix =
    job_queue_processes = 4
    job_queue_interval = 10
    parallel_max_servers = 5
    background_dump_dest = C:\oracle\admin\PPDDEV\bdump
    user_dump_dest = C:\oracle\admin\PPDDEV\udump
    max_dump_file_size = 10240
    oracle_trace_collection_name=
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    SNP0 started with pid=8
    SNP1 started with pid=9
    SNP2 started with pid=10
    SNP3 started with pid=11
    Fri Nov 04 17:47:56 2011
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Fri Nov 04 17:47:57 2011
    alter database mount
    Fri Nov 04 17:48:04 2011
    Successful mount of redo thread 1, with mount id 1145346003.
    Fri Nov 04 17:48:04 2011
    Database mounted in Exclusive Mode.
    Completed: alter database mount
    Fri Nov 04 17:48:04 2011
    alter database open
    Fri Nov 04 17:48:04 2011
    Thread 1 opened at log sequence 5
    Current log# 2 seq# 5 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO02.LOG
    Successful open of redo thread 1.
    Fri Nov 04 17:48:04 2011
    SMON: enabling cache recovery
    SMON: enabling tx recovery
    Fri Nov 04 17:48:05 2011
    Updating character set in controlfile to WE8ISO8859P1
    Completed: alter database open
    Fri Nov 04 17:48:20 2011
    Thread 1 advanced to log sequence 6
    Current log# 3 seq# 6 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO01.LOG

  • Problems!:  calculated fields in Adobe Forms using the ISR/PCR framework.

    Hi there,
    I have made an Adobe form in the ISR framework. Everybody who is familiar with these forms in the framework knows that the adobe form is embedded in a standard webdynpro which consist of a roadmap with three steps.
    Step 1: Fill out the form
    Step 2: Check and fill the form
    Step 3: Submit the form. After submit the form can be send to a manager or can be directly processed in SAP HR.
    Problem 1:
    When I test the adobe form and fill in a number in a field and click on next everything goes fine. But when I click on previous step the value which I filled in before is gone and put to 0,00.
    Problem 2:
    Also another problem is that calculated fields, do not show directly when clicking on next step. When you click on next step and then previous step, then you see the value of the calculated field.
    Problem 3:
    Also another problem is with the calendar function. When I fill in a date by hand and click on next the BADI behind the form sees 00-00-0000. When I use the calendar function everything goes well.
    Who can help me with these 3 problems.
    Greetings.
    Message was edited by: Sandhya Banwarie

    Hi Phil,
       Interesting - I have a similar issue.  We want to use the Request for Transfer scenario in ERP 2005, but it has not been developed in Adobe forms by SAP yet (it isn't available in 2004 either)!  So, we have decided to use the old JSP PCRs instead.
    Your issue is probably because you're using the same 2005 iviews to create your PCRs.  The 2005 PCR iviews are written in WebDynpro, and appear to assume that each one will be an Adobe form!  If you assign the old PCR iviews to your manager (give them the old MSS role under Migrated Content->EP5.0... in the pcd if you have it installed), you will be able to create a PCR with the JSP forms (regardless of the "Entry in Web" setting in QISRSCENARIO).
    The next issue is the approval.  In 2005, transaction SWFVISU has task TS50000075 configured as Java Webdynpro.  You'll need to change that to iView, and specify ID = com.sap.pct.hcm.isrdispatcher.default.  I'm following the UWL item type guide for this at:
    http://help.sap.com/saphelp_nw04s/helpdata/en/b1/cc1357eead454bb144face4a66be7d/content.htm
    Having said this, my approval is not working!  The item type has clearly changed, because the workitem name is no longer a hyperlink (rather annoying), but when I hit the "Launch Task Page" button (default name I think) I get the error:
    "Unable to perform action because the system returned an invalid URL"
    I can't see this "invalid url" anywhere in the logs, so I can't see where it is getting it from, or what path, etc I'm meant to put!  In your old system, what did you have as the "Server for ISR call" under "Additional Data for Scenario" in QISRSCENARIO?  Also, what did you have in the "URL" box that appears under the Additional Data for Scenario button when you change the Entry Type to JSP?
    Many thanks,
    Russell.

  • FRM-40011 Form was created by an older version of form

    Hi all,
    I got the message "FRM-40011 Form was created
    by an older version of form builder" when I created a
    form using form6i without the patch and ran it on 9iAS
    Rrelease 2. So I applied patch 10 and compiled the
    form and ran it again. But I still get the same error.
    What am I missing?
    Our 9iAs is on Win 2000 SP2(if it matters).
    Thanks in advance
    Yuga.

    Hi,
    if this problem occurs on teh Web, then the message normally is "Forms client" too old, which points to that the f60all.jar files used are not compatible with the patch version of the Forms Services. To fix this you would have to replavce f60all.jar with the version of the patch installed on teh server. Also clear the Jinitiator cache directory on the client (which must not be necessary).
    Normally here is no difference between a Forms6i file created with the base release vs. one create with a patch set. So the problem must be in the configuration of your environmnet and my bet would be as mentioned above.
    Frank

  • Problem with Consolas font in a form

    I have problem with Consolas font in a form in latest Adobe Reader (v11.0.9)
    It shows dots (password sign) instead of letters. Edit box is not configured for passwords.
    Form was created by Foxit PhantomPDF and it shows correctly in Foxit.
    Can somebody check PDF for errors or warnings?
    http://www60.zippyshare.com/v/71759184/file.html

    You should embed these fonts in the document.
    If you need more help with this, please ask in the Acrobat forum.

  • Problem with Submit Button in Adobe Forms Central

    I have a PDF form that I uploaded to Adobe Forms Central.  I created the fillable fields & the submit button in Forms Central.  I have several documents like this.  All have worked in the past.  Today on my latest file, the submit button doesn't always work.  I am getting some submissions, but some people have reported to me that the submit button does not work.  I tested it myself to see.  I had to create a Digital ID for myself, which seemed to work fine.  But when I click on submit, the form says "Submission Failed.  This form can no longer be submitted. Please contact the author."  I'm the author & don't know what the problem is.  Anyone know what the problem could be?

    The form is open. I should have mentioned that I made sure to check that first.  The form was created by uploading an existing PDF file that I created from a MS Word file to Adobe FormsCentral. Once the form was completed, I had a coworker test it & it worked.  We sent the form out & I have received some back, but have also received reports of the form not working.  I downloaded the form to my computer & tested it using Adobe Acrobat 9.0 Standard.  I use a Windows environment on a Dell laptop.  The form does not work for me.

  • Problem in running oracle report from form 10g Version 10.1.2.0.2

    Hi All,
    I am facing problem while running the report from forms 10g getting FRM-41219
    For this i am using the following procedure :
    PROCEDURE RUN_REPORT IS
    L_RUN_TEXT VARCHAR2 (2000);
    L_USRID VARCHAR2 (100);
    L_PASSWD VARCHAR2 (100);
    L_DESNAME VARCHAR2 (100);
    FILE_OUT_PUT VARCHAR2(200);
    REP_STATUS VARCHAR2(20);
    REP_NAME VARCHAR2(50);
    PL_ID PARAMLIST;
    REP_URL VARCHAR2(2000);
    V_REP VARCHAR2(200);
    BEGIN
    display_me('RUN_REPORT');
    -- CALL THE FOLLOWING FUNCTION, IN WHICH USER CAN WRITE HIS OWN CODE.
    -- THE PROCEDURE CAN BE MADE LOCAL TO THE SPECIFIC FORM AND WRITE THE CODE.
    -- IT SHOULD RETURN 'Y', IF YOU WANT TO PROCEED WITH THIS RUN_REPORT
    -- PROCEDURE.
    IF NVL (RUN_REPORT1, 'Y') = 'N' THEN
    RETURN;
    END IF;
    COMMIT_FORM;
    IF (GET_APPLICATION_PROPERTY (OPERATING_SYSTEM)) = 'UNIX' THEN
    L_DESNAME := 'LP';
    ELSE
    L_DESNAME := NAME_IN ('REPORT_TITLE.F_FILE_NAME');
    display_me(L_DESNAME);
    END IF ;
    /* SETTING THE REPORT OBJECT PROPERTIES */
    /* G_PRAM1 IS THE NAME OF REPORT ****/
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_SERVER,'172.18.76.34');
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_FILENAME,:GLOBAL.G_PARAM1||'.REP');
    display_me(':GLOBAL.G_PARAM1 '||:GLOBAL.G_PARAM1);
    PL_ID := GET_PARAMETER_LIST ('REP_PARA');
    IF NOT ID_NULL (PL_ID) THEN
    DESTROY_PARAMETER_LIST ('REP_PARA');
    END IF;
    PL_ID := CREATE_PARAMETER_LIST('REP_PARA');
    ADD_PARAMETER (PL_ID, 'DESTYPE' , TEXT_PARAMETER, NAME_IN ('REPORT_TITLE.RAG_DESTINATION') );
    ADD_PARAMETER (PL_ID, 'DESNAME' , TEXT_PARAMETER, L_DESNAME);
    ADD_PARAMETER (PL_ID, 'COPIES' , TEXT_PARAMETER, NAME_IN ('REPORT_TITLE.F_NO_COPY') );
    ADD_PARAMETER (PL_ID, 'ORIENTATION', TEXT_PARAMETER, 'LANDSCAPE');
    ADD_PARAMETER (PL_ID, 'MODE' , TEXT_PARAMETER, 'BITMAP');
    ADD_PARAMETER (PL_ID, 'PARAMFORM' , TEXT_PARAMETER, 'NO');
    ADD_PARAMETER (PL_ID, 'PARAM' , TEXT_PARAMETER, NAME_IN ('IBP_REPORT_PARAMETER.F_REP_SEQ') );
    ADD_PARAMETER (PL_ID, 'P_COMP_CODE' ,TEXT_PARAMETER,:GLOBAL.G_COMP_CODE);
    display_me(':GLOBAL.G_COMP_CODE '||:GLOBAL.G_COMP_CODE);
    REP_NAME := :GLOBAL.G_PARAM1||'.REP';
    display_me('REP_NAME'||REP_NAME);
    V_REP := RUN_REPORT_OBJECT('REPOBJ');
    display_me('V_REP '||V_REP);
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    display_me('REP_STATUS'||REP_STATUS);
         WHILE REP_STATUS IN ('RUNNING','OPENING_REPORT','ENQUEUED')LOOP
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    END LOOP;
    IF REP_STATUS = 'FINISHED' THEN
    REP_URL:='/REPORTS/RWSERVLET/GETJOBID'||SUBSTR(V_REP,INSTR(V_REP,'_',-1)+1)||'?'||'SERVER=172.18.76.34';
    display_me('REP_URL '||REP_URL);
    WEB.SHOW_DOCUMENT(REP_URL,'_BLANK');
    ELSE
    MESSAGE('ERROR WHEN RUNNING REPORT');
    END IF;
    END;
    Which is called on a button , can any body share there idea to help out
    Warm Regards
    Ashutosh

    Yes, I have replace the userid with scott/tiger@orcl with i6menu/i6menu@vbs and also replace the OAS server's name as you have suggested.
    declare
         REP_URL varchar2(2000);
    begin
    REP_URL:= '/reports/rwservlet?userid=i6menu/i6menu@vbs&report=testrep_10g.rdf&desformat=pdf&destype=cache&paramform=no';
    WEB.SHOW_DOCUMENT(REP_URL,'_BLANK');
    end;
    I had the 2nd code also but both r not working on my machine ......... !!
    I have made the following setting on my machine:
    1. Registry -> HKEY_LOCAL_MACHINE -> SOFTWARE-> ORACLE-> KEY_DevSuiteHome1->FORMS_PATH ->
    Values is : D:\vision_soft\VSS\exe
    2. Registry -> HKEY_LOCAL_MACHINE -> SOFTWARE-> ORACLE-> KEY_DevSuiteHome1->REPORTS_PATH ->
    Values is : D:\vision_soft\VSS\exe
    3. Entry made in the DevSuiteHome_1\forms\server ->default.env
    FORMS_PATH=D:\vision_soft\VSS\exe
    4. Entry made in the DevSuiteHome_1\reports\confr ->rwservlet.properties
    #SERVER= rep10
    As my forms is working well & but the report are not able to call.
    Could you please let me know is there is any other mandatory setting required for the report 10g.
    Regards,
    Ashutosh

  • Problems running Forms in Forms Builder 6.0.8.21.3

    I have upgraded some Forms from 4.5 to 6i. I compile and run the forms in Forms Builder 6.0.8.21.3. However I have a problem when running a specific form. When I run the form directly from Forms Builder the problem do not appear.
    But when I call the same form in Oracle Forms Runtime by calling the forms from the menu, the row with push buttons that I have defined do not appear.
    I have faced a similar problem earlier and then I solve the problem changing the order of the Data Blocks in the Object Navigator. I have tried this, but so far it does not work. Do the order of the Data Blocks affect how the Forms will be displayed? What about the order of the Canvases? I hope someone can help me with this challenge.
    I run win 2000 and do not get any runtime error messages.
    Thanks in advance.
    Regards
    Roar

    Roar,
    the order of blocks does only influence the navigation but not the visibility. However, if the button bar is on a canvas that doesn't show if the focus isn't in it then having teh button block on top makes sure the focus is set there. Are the push bottons on a separate canvas or are they on the same canvas as your data ? If not, then how do you ensure that the stacked canvas gets displayed ? Anyway, running the Form from teh builder uses teh same client/server runtime that is used when running your application stand alone. So it must be something within teh navigation (I am guessing).
    Fran

  • Set a new servlet to form.action in a Javascript method

    Hi!
    I have a JSP page with a form where I set a servlet to call on submit in the action attribute. This servlet is supposed to be called when pressing the submit button at the end of the page.
    In JSP:
    <form action="<c:url value="/commitment"/>" method="POST" name="CommitmentAdd">
    My problem is that I have a select box inside my form where I use 'onchange' to call a Javascript method, and in that method I want to set another servlet to the forms action (using the servlet-mapping url-pattern name in my web.xml file).
    (I want the JSP page to change due to what you choose in the select box and I'd like to have that code in a separate servlet.)
    In Javascript:
    document.CommitmentAdd.action="/commitmentAddReload";
    document.CommitmentAdd.submit();
    When the Javascript method is called I get the error:
    "The requested resource (/commitmentAddReload) is not available."
    How can I set a new servlet to be found and called on submit?
    Thanks,
    Asa

    Try putting the whole URL in.

  • Set maximum size in Text Form Field Options for a field in bi publisher RTF

    Hi All,
    How to set maximum size in Text Form Field Options for a field in bi publisher RTF.
    I have a RTF whch is having a field in that i need to add some validation condition but after adding certain condition in Add help text tab ,it is not accepting after certain length, how i can increase the length to unlimited,please help me on this
    Thnaks

    Form fields have some restrictions if your are using version lower than 11g.
    They can accommodate only 393 chars. You can add the text in both status bar and help key, which can in total consume 393 chars.
    If your code logic is more than that, it can be split into multiple form fields as Avinash suggested or you can use sub template logic and handle coding over there. Again in sub template code can be within/outside form fields.
    So there is no option for user to increase the size of form field.

  • I have problem with my wifi in 4 S, i cant connect to any wifi itried resetting network setting and reset all setting but the result was the same, its only keeps searching for wifi and cant find any, itried to use OTHER but also didnt work.please help me

    i have problem with my wifi in 4 S, i cant connect to any wifi itried resetting network setting and reset all setting but the result was the same, its only keeps searching for wifi and cant find any, itried to use OTHER but also didnt work.please help me???

    If Join was on then your home wi-fi must be set to Non-Broadcast.  If you did not set this up (maybe your provider did) then you will need to find the Network Name they used, and any password they used.  The SSID is Security Set ID and to see more try http://en.wikipedia.org/wiki/SSID .  Basically it is the name used to identify your router/network.  A lot of times the installer will leave it set as LinkSys, or Broadcom or whatever the manufacturer set it as for default.  Your best bet is to get whoever installed it to walk you through how they set it up, giving you id's and passwords so you can get in.  HOWEVER, if you are not comfortable with this (if you set security wrong, etc.) you would be well ahead of the game to hire a local computer tech (networking) to get this working for you.  You can also contact the vendor of your router and get help (if it is still in warranty), or at least get copies of the manuals as pdf files.  Sorry I can't give you more help, I hope this gives you an idea where to go from here to find more.

  • My macbook pro recently got swiped and I lost all my data, problem is, just before it was swiped I set up my new iphone 5 which transferred all my photos and music over which is no longer on the computer. What will happen to my phone if I plug it in?

    My macbook pro recently got swiped and I lost all my data, problem is, just before it was swiped I set up my new iphone 5 which transferred all my photos and music over which is no longer on the computer. What will happen to my phone if I plug it in?

    I never used icloud before so there is no data to back up from. I just spoke  to the apple store and they said that if I do plug it in, all the data will be swiped....is there a program I can use to transfer my data from my phone to computer without loosing it all ???
    Renee

  • Sharepoint 2010, InfoPath 2010 with Custom Workflow. Error Message: InfoPath cannot submit the form. An error occured while form was submitted...

    I have created an InfoPath form that submits to a Sharepoint library with custom workflow attached. The workflow is initiated when the user submits the form. An email is sent to the supervisor who clicks the "Encoded Absolute URL" and approved
    the form via the emailed form. Then, based on certain criteria the form is either emailed to the VP or the workflow is complete. The VP is sent an email and clicks the "Encoded Absolute URL" and sumbits the form via the emailed form. This is
    how I would like it to work. The reality is, the form submits and is emailed to the supervisor and the supervisor is able to approve but when the form is sumbitted I get an error. The error is "InfoPath cannot submit the form. An error occured while
    this form was being submitted. The form cannot be submitted to the following location: <URL> The file <URL> is checked out for editing by <me> The operation completed successfully." The operation did not complete successfully and it
    is not checked out. I have read in previous posts that the file is locked. Since I am in the testing faze of the project there is no one else using the form. I have waited 24 hours and the lock has not been released. Please help!!! My deadline is growing short.

    I ran into your post while having a similar issue.  I don't have a 'full' fix for you, but I noticed at least in our case if you made sure you opened the Infopath form through the browser instead of the client Infopath program (use the drop-down menu
    and open in browser) the error doesn't occur.  Hope that helps some....

Maybe you are looking for

  • Error while creating customers on sales pages

    Hi Everyone, When trying the process below: Resp: Sales Online Super user Sales Online Customer tab--> Click on Create Button. Enter mandatory fields and click on Create. You will get the below error: java.sql.SQLException: ORA-06502: PL/SQL: numeric

  • Creating a list from the output of Xml parsing

    i extracted all the Folder name from the xml file.. (Thanks to Mr.Peter_vd_Wal..... [http://forums.sun.com/thread.jspa?threadID=5388524&tstart=0|http://forums.sun.com/thread.jspa?threadID=5388524&tstart=0] ) the xml file is <?xml version="1.0"?> <fol

  • Photo album sharing on iMac/ iPad

    My wife and I share the same iMac but with different log-ins.  At the moment my wife has to log in, as me to see the family photo albums.  I am trying to find a way of sharing my photo albums so my she may see them when she uses her log in.  I am thi

  • Inter billing-2

    Hi, In intercompany sales I have created standard invoice.But how I can create intercompany invoice by using document type IV with supplying sales area for ordering company. Please give me solution for this. Thanks, Rash.

  • Audition problems with Premiere CS5

    Has anyone had problems with Audition 5.5 not functioning with Premiere CS5. I have both programs (but not a part of the Suite). So, Audition CS5 is installed and so is Premiere CS5. After separating a sound channel, I want to pick the Edit with Audi