Parameter form works on web but submit query causes url error

we have been able to both run the report on the web server with parameters preincluded and run a parameter form by itself. The question is how do you run a report with a parameter form on the web in which you enter the parameters and then submit the query without it giving you a cannot find url error?
Any help is greatly appreciated

These values are not stored in any file. Reports server will replace action and hidden with the actual values while generating parameter form. You can see the source of html parameter form generated to understand these.
For your scheduling requirement one very simple solution would be to create a user parameter with name 'SCHEDULE' and map a field in the pform to the 'SCHEDULE' user parameter.
You can also use a hidden field by name 'SCHEDULE' and set the value using javascript when button is clicked.

Similar Messages

  • I just downloaded Mountain Lion and everything is working great. But i keep getting an error in the app store and i can't download 'Pages"

    I just downloaded Mountain Lion and everything is working great. But i keep getting an error in the app store and i can't download 'Pages' or any other apps. I keep getting an "error" and it says credit card processing is temporarily unavailable......help

    Try deleting the cache associated with the App Store.
    Quit the App Store if it's open.
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type this exactly as you see it here:
    ~/Library/Caches/com.apple.appstore/Cache.db
    Click Go
    Move the Cache.db file to the Trash.
    Launch the App Store. See if that made a difference...

  • Web Reports --- How submit button on the parameter form works ?

    Hi all,
    I understand that when we deploy the rdf and run the report through web it opens up with 'Submit query' and 'Reset' buttons. And this is from the html code that we see in BEFORE FORM VALUE (Report Escapes).
    <html>
    <body dir=&Direction bgcolor="#ffffff">
    <form method=post action="_action_">
    <input name="hidden_run_parameters" type=hidden value="_hidden_">
    <font color=red><!--error--></font>
    <center>
    <p><table border=0 cellspacing=0 cellpadding=0>
    <tr>
    <td><input type=submit></td>
    <td width=15>
    <td><input type=reset></td>
    </tr>
    </table>
    <p><hr><p>
    I'm just wondering how form action "_action_" is being taken care of when we click on 'Submit Query' button. Which file will it look for to get these values (action and hidden params ) ?
    I would like to add a new button 'Schedule' on this parameter form which behaves exactly as it does with 'Submit' but I would like to add 'schedule' command in the URL. I could create a 'Schedule' button but was not able to build the functionality on what happens if someone clicks on it.
    For this I need to understand how "Submit Query" works.
    Please give me some inputs on this,
    Thank you
    ML.

    These values are not stored in any file. Reports server will replace action and hidden with the actual values while generating parameter form. You can see the source of html parameter form generated to understand these.
    For your scheduling requirement one very simple solution would be to create a user parameter with name 'SCHEDULE' and map a field in the pform to the 'SCHEDULE' user parameter.
    You can also use a hidden field by name 'SCHEDULE' and set the value using javascript when button is clicked.

  • Help! When users save web forms and come back to submit they get an error message and form is lost

    I have a feb form that has a 28 save limit.  When users save the form and return to submitt them they get a error message that says the form has expired or has been submitted.  The form is open and it was not submitted.  Any thoughts.
    Form deadline is tomorrow and people are getting angry when I tell them to recreate the form.

    Hi;
    Can you forward me any of the emails from your users with their saved link that is not working and we can look into it?
    Send to [email protected]
    Thanks,
    Josh

  • Query Causes ASP Error

    This query works great within MS Access itself but causes and
    error when used in an ASP application ...
    DateAdd("m",-2,EndDate()) >= Date()
    Someone suggested there is a problem with the quote marks in
    ASP. Would appreciate any help to resolve this. The original thread
    is below. Thanks.
    Newsgroup User has posted a message entitled Re: EndDate.
    Message Posted on: Monday January 22,2007 05:01:27 PM
    You use a DateAdd function to get this, something like
    DateAdd("m",-2,EndDate()) >= Date()
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "Tiggerick" <[email protected]> wrote in
    message
    news:ep2nej$oar$[email protected]..
    > Our current function is ... EndDate() >= Date() ...
    which is used to
    > screen out
    > any results prior to today's date.
    > We would like to modify this so that instead of today's
    date we would use
    > the
    > date 2 months prior to today's date, so that, for
    example the EndDate() on
    > 1/22/07 would be 11/22/06.
    > Would appreciate help on the format for this.
    > Thanks in advance!
    > Rick
    >
    You can view the message at
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=189&threadid=1235135&fo rumid=12.
    Text
    quote marks
    Text

    The quotes around m are the problem here. Double them up to
    send as-is to
    Access (""m"" instead of "m").
    "Tiggerick" <[email protected]> wrote in
    message
    news:er00oi$duu$[email protected]..
    > Here is the complete SQL statement that is causing a
    problem. Dreamweaver
    > is
    > showing the m inside the quotes in black if that means
    anything ...
    >
    > Recordset1.Source = "SELECT * FROM Events WHERE
    EventType = '" +
    > Replace(Recordset1__MMColParam, "'", "''") + "' AND
    EndDate >=
    > DateAdd("m", -2,
    > Date()) ORDER BY StartDate ASC"
    >

  • Dynamic Parameter List works on desktop but not when run on Crystal Server

    Hi,
    I have a report, and the database command query takes one parameter ({?Year}. There is a second parameter used for a record select which is a dynamic paramenter list (multiple select, required). When running the report from Crystal Reports 2008 on my desktop, it first prompts for a year, and then once that is entered, it will come back with the list (of Companies) to select from. It works very smootly and as desired.
    But when I load this report to Crystal Reports 2008 Server, it will ask for the year (which is a static list), and this is good, but then it comes back with an empty dynamic select list on the next screen.
    Are there any special caveats that I need to be aware of in regards to dynamic lists when running from the CR server?
    Thanks!

    Hi Pat, 
    This should work but a couple of things to check: 
    1)  Are the two parameters linked to the same database?  If the parameters are linked to fields from different tables in different databases then you need to make sure you set the Database Configuration and have the report log on to both databases. 
    2)  Are Crystal Reports and Crystal Server the same version?  I had problems with parameters after we upgraded to 2008.  We had to install the latest service packs for both Crystal 2008 and the Enterprise Server.  Then we installed Crystal 2008 on the same machine the Enterprise Server was on.  Crystal Reports and the Enterprise Server share some common files.  Some of those files were updated for Crystal but not for the Enterprise Server yet.  Once we synched them our reports have run fine. 
    Good luck,
    Brian

  • My php forms work in IE but not in Firefox

    I have three forms that should send info to my e-mail via a php script on a site—they all work in IE, Opera, and Safari, but none of them work in Firefox.
    I receive no e-mail from Firefox, and get gibberish instead of my confirmation page.
    My Firefox is version 3.6.16. A friend of mine tested the form in Firefox version 3.6.15, and I did receive the form e-mail.
    How can I make sure that all versions of Firefox will send me the form info correctly?

    I should explain. AGPS is not a navigation software. Your phone uses the integrated GPS chip to option your position. However this can take a bit of time. To get your position quicker, your phone can also use AGPS which downloads information from the internet to help your phone get a position fix much quicker. In order to use AGPS, your phone has to go online.
    So. if you you have AGPS enabled and normally you allow your phone to go online when in Malaysia, it will get its position fairly quickly. When you are in Singapore and don't allow your phone to go online, then it won't be able to use AGPS, hence it will take longer to get a position fix. 
    This could be what you are experiencing. If this is the case then you just have to wait longer than usual before your phone get a position fix.
    Message Edited by cjlim on 07-Nov-2009 10:10 PM

  • Acrobat 9 Form works via email but not uploaded to website

    Hi all. I need to be able to have people go to a url, fill out a form and then e-mail it to the company. The e-mailing part works perfectly if I e-mail the form to myself but when it's uploaded to the company's website nothing happens. Is it possible to have it filled out on the website and e-mailed or do I have tobuild a conventional online form to do this? The company already has an attractive form which we'd prefer to use but I'm thinking I need to build a regular html form instead. Could someone please confirm or (hopefully) deny this conclusion? If it IS possible to make the pdf work on a website I'd appreciate any and all clues as to how to do so. Thanks!

    If the people are filling out the forms with Reader, unless you set up form in Acrobat to Confer Rights on Reader they won't be able to do wnything with the form and print it. It can't be saved nor can it be meailed and be filled out.
    Follow these steps:
    Open Acrobat
    Open form
    Go to advanced menu
    Choose extend Features in Reader (as described in Acobat 9.x for Mac).
    Once menu choice is open choose what you want to allow.
    Make sure you form is perfect because once you confer rights your no longer allowed to edit the form.
    you will have go back and may an unrights protected copy; before you can edit the form .
    (Please note information is given by an Experienced User of Acrobat. I am not an employee of Adobe.)

  • Newsletter sign up form works in Firefox but not IE??

    Hi, I have a website I am designing using dreamweaver CS3 and I added a newsletter sign up form using a 3rd party code. The form on the website looks perfectly fine in Firefox but the form fields are not present in IE. Does anyone know why this may be happening? The site is www.physioworks4me.com and I apologise in advance for my coding as I am just learning and not very good at this yet. I took the code that was supplied for the sign up form, opened up a brand new 'plain' html doc in dreamweaver, pasted the code and tried it. It seemed to work fine in both IE and FF....but when I use my template for the webpage I made, it will not work. I am using a XHTML page, could this be a problem with the javascript used for the sign up form? Thanks in advance for your help...

    The first suggestion you'll receive from most here is to clean up your code
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.physioworks4me.com%2F&charset=%28detect +automatically%29&doctype=Inline&group=0
    Also, you may have quicker results changing to a HTML Transitional doctype.

  • 4150L - Works on web, but can not connect via VPN or Remote Desktop

    Recently purchased a 4150L and installed the latest firmware.  We have been able to access all public websites without any problems.  But, when we try and access our customers computers via VPN (various types) or Remote Desktop, we can't connect.  We can sign-in to VPN, but when we try and access the computer, it says "can't connect".  Exact same message with Remote Desktop.   We are able to connet when use a Verizon phone as a hotspot and from every other internet service that we have tried (i.e. hotels, starbucks, etc.)   It appears it is an issue with the 4150L.
    Verizon Tech Support has been no help!
    All ideas are appreciated!
    Thanks,
    Skip

    Skip,
    VPN traffic should be allowed through on the MiFi 4510L by default.  I know I do not have any issues with mine on either the Cisco IPSec or Cisco SSL VPN Clients.
    If Verizon DNS is interferring then perhaps you could try to connect to your VPN via a direct IP Address instead of a URL.  Not sure what VPN client you have but there should be a No DNS option to connect if you know the correct IP.  You could also try switching your DNS to one of the free ones such as the one offered by Google or any of the others.
    VPN's carry alot of overhead on existing connections in my experience.  Its not untypical to have a 3G connection cut in half when a VPN is applied.  Try running a speed test to make sure your connection is atleast 1 MB on download before initiating a connection.  If the performance of the MiFi is too poor in that area it may never be stable enough to support a connection.  Feel free to post some Speedtest.net averages so we can see what you are working with.
    Something to note about the MiFi 4510L is that it is on the SIM card network.  That means that NAT is always going to be an issue and block your users from providing a truely public IP Address.  Directly remoting to them through any means will be nearly impossible.

  • OSD works on one but fails on subsequent systems error 0x800700002

    SCCM 2012 OSD deployment error 0×80070002
    In the last 5 days we are seeing this
    error code 0×80070002 when we try to deploy systems.
    If we start more than one system before letting the first task sequence
    OS download the .wim file we see this error on all subsequent systems we
    are trying to deploy. (Note the first system will deploy and complete
    the task just fine)
    We tried removing and re-adding the network access account and also
    setting up a new one with the same results , nothing in the smsts log of
    the failed system it just stops logging. Also tried to copy the .win
    from the DP pkg share from the command prompt on the failed system and I
    get this message: (process cannot access the file because it is being
    used by another process).
    if I try and copy the file from two desktop system though windows file
    explorer they copy just fine as long as the task sequence has finished on the OSD deployments
    if not you see process cannot access the file because it is being
    used by another process.
    Any ideas.
    Thanks

    Jeff:
    Thanks for the reply all our DP's are physical boxes and have not been updated or touched in a month, this issue started last week, so if I PXE boot 2 system and run the a task sequence, both system start the task till one of them starts to download
    the image wim, at that second the other will fail with the 0x800700002, if I go to the system that failed and open a cmd prompt and map to the DP's smspkgd$\pakage id and do a copy *.win to the c: of the failed system I see on the screen (process cannot access
    the file because it is being
    used by another process)
    I have an open ticket with MS but we are having no luck. (one more thing the system that did not error out completes the task just fine)

  • Search function does not work, shows ( ) results but won't expand, javalangnullpointer error message

    I have a storm 9530 , verizon, v4.70.75 platform 4.0.0.94
    3 apps installed, facebook,, weather channel and live strong calorie counter, 44.7 mb free space.
    I just got this phone because I beat up my curve.
    I tried to search my device so find something on the calendar.  I opened the search, clicked the calendar and unclicked evertything else.  hit the menu button, highlighted search.... now it goes weird..... either NOTHING happens and the phone locks up.  PULLED the battery and started over.... sometimes it WILL search.... shows (3) results, but not what the results are, hit menu and EXPAND and nothing happens..... OR I get the uncaught exception, javalangnullpointer error. 
    Please help!  I rely heavily on my calendar and the search funciton.

    Hello,
    You are running an extremely old (and EOL, btw) device, further hampered with a very out of date OS (they offer into the 5.x.x.x range OS for that model). The device was never known for it's stability (I had one for a while), and may indeed never function well for you. (And I never bothered with any of the search capabilities, especially in older OS levels.)
    What I'd recommend is a clean OS reload...the simplest way is to, on a PC (you cannot do this on MAC):
    1) Uninstall, from your PC, any BB OS packages
    2) Make sure you have the BB Desktop Software already installed
    http://us.blackberry.com/apps-software/desktop/?lid=us:bboftwareesktopSoftware&lpos=us:bboftware
    3) Download and install, to your PC, the BB OS package you desire:
    http://us.blackberry.com/support/downloads/download_sites.jsp
    4) If that OS package is from a carrier other than the carrier for which your BB was originally manufactured, then delete, on your PC, all copies of VENDOR.XML...there will be at least one, and perhaps 2, and they will be located in or similarly to (it changes based on your Windows version) these folders:
    C:\Program Files (x86)\Common Files\Research In Motion\AppLoader
    C:\Users\(your Windows UserName)\AppData\Roaming\Research In Motion\BlackBerry\Loader XML
    5) Launch the Desktop Software and connect your BB...the software should offer you the OS package you installed to your PC. If, during the process, your BB presents a "507" error, simply unplug the USB cord from the BB and re-insert it...don't do anything else...this should allow the install to continue.
    Don't forget to backup.
    If you are on MAC, you are limited to only your carriers sanctioned OS packages...but can still use any levels that they currently sanction. See this procedure:
    KB19915How to perform a clean reload of BlackBerry smartphone application software using BlackBerry Desktop Software
    You may also want to investigate the use of BBSAK (bbsak.org) to perform the wipe it is capable of.
    You may also want to try this procedure to perhaps narrow down the precise causal item:
    Load your OS "bare bones"...if anything is optional, do not install it.
    If the behavior presents immediately, then try a different OS with step 1
    If the behavior does not immediately present, then run for as long as it takes for you to be sure that the behavior will not present.
    Add one thing -- no matter how tempting, just one.
    If the behavior does not present immediately, then again run for long enough to be sure it will not have the same problem
    Repeat steps 4 and 5 until all things are loaded or the behavior presents
    When the behavior presents, you know the culprit...the last thing you loaded.
    If the behavior does not re-present, then you know that either step 1 or 2 cured it.
    If the behavior presents no matter what, then you likely have a hardware level issue for which no amount of OS or software can cure.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Derby db named query causes parse error when using derby db MONTH function

    Hi all!
    I'm trying to create an application using the persistance api and beans binding. I have created my database and entity classes.
    My problem is creating a named query that uses some of the functionality from the derby database (which is embedded in the application).
    I have a named query:
    @NamedQuery(name = "Vehicles.findbymotmonth", query = "SELECT v FROM Vehicles v WHERE MONTH(v.lastmotdate) = :monthnumber") The actual query works fine when I send it directly to the db (with the parameter filled in) but causes an exception when used as a named query:
    Local Exception Stack:
    Exception [TOPLINK-8025] (Oracle TopLink Essentials - 2.0.1 (Build b09d-fcs (12/06/2007))): oracle.toplink.essentials.exceptions.EJBQLException
    Exception Description: Syntax error parsing the query [Vehicles.findbymotmonth: SELECT v FROM Vehicles v WHERE MONTH(v.lastmotdate) = :monthnumber], line 1, column 32: unexpected token [MONTH].
    Internal Exception: line 1:32: unexpected token: MONTH
            at oracle.toplink.essentials.exceptions.EJBQLException.unexpectedToken(EJBQLException.java:389)
    ... I've tried looking for solutions online but it seems evryone just writes up the original java db application example provided by sun and no one has tried doing more than "select c from customers c".
    I'm using the netbeans ide (6.5).
    Please tell me there is a simple solution to this and the persistance API can handle complex queries!
    Thanks in advance.

    one solution: assume the toplink library to be so full of bugs as to be unusable and switch to the hibernate persistance manager where it works fine.
    Edited by: pointer2null on Feb 17, 2009 11:02 AM

  • Using Web Service in BPEL Causes Compile Error

    I am trying to use a document style web service (accepts an
    org.w3c.dom.Element as a parameter) in a BPEL process. I am using JDeveloper
    to generate the web service, and to build the BPEL process. When I
    incorporate the web service as a partnerlink and compile, I get the
    following error:
    [Error ORABPEL-10902]: compilation failed [Description]: in "bpel.xml", XML
    parsing failed because "undefined part element. In WSDL at
    "file.../myws.wsdl", message part element
    "{htt//www.w3.org/2001/XMLSchema}any" is not defined in any of the schemas.
    Please make sure the spelling of the element QName is correct and the WSDL
    import is complete. ". [Potential fix]: n/a.
    Basically, JDeveloper baulks at the wsdl it generated for the web service!
    Files pasted in below.
    The project is using Oracle Fusion Middleware. The target AS is Oracle AS
    10.1.2.0.2 (J2EE1.3). My IDE is JDeveloper 10.1.2 (FYI, generates Oracle's
    own style of web service).
    Thanks
    Ramen
    Web Service WSDL:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!--Generated by the Oracle JDeveloper 10g Web Services WSDL Generator-->
    <!--Date Created: Tue Oct 10 10:12:57 BST 2006-->
    <definitions
    name="pvresourcews"
    targetNamespace="http://ResourceServiceImpl.wsdl"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns="http://ResourceServiceImpl.wsdl"
    xmlns:ns1="http://IPvresourcews.xsd">
    <types>
    <schema
    targetNamespace="http://IPvresourcews.xsd"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns="http://www.w3.org/2001/XMLSchema"/>
    </types>
    <message name="loadResources0Request">
    <part name="resourceDoc" element="xsd:any"/>
    </message>
    <message name="loadResources0Response"/>
    <portType name="ResourceServiceImplPortType">
    <operation name="loadResources">
    <input name="loadResources0Request"
    message="tns:loadResources0Request"/>
    <output name="loadResources0Response"
    message="tns:loadResources0Response"/>
    </operation>
    </portType>
    <binding name="ResourceServiceImplBinding"
    type="tns:ResourceServiceImplPortType">
    <soap:binding style="rpc"
    transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="loadResources">
    <soap:operation soapAction="" style="rpc"/>
    <input name="loadResources0Request">
    <soap:body use="literal" namespace="pvresourcews"/>
    </input>
    <output name="loadResources0Response">
    <soap:body use="encoded" namespace="pvresourcews"
    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    </output>
    </operation>
    </binding>
    <service name="pvresourcews">
    <port name="ResourceServiceImplPort"
    binding="tns:ResourceServiceImplBinding">
    <soap:address
    location="http://localhost:9700/Proto-context-root/Pvresour
    cews"/>
    </port>
    </service>
    </definitions>
    BPEL XML
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BPELSuitcase>
    <BPELProcess id="TestProtoWSBPEL-03" src="TestProtoWSBPEL-03.bpel">
    <partnerLinkBindings>
    <partnerLinkBinding name="client">
    <property name="wsdlLocation">TestProtoWSBPEL-03.wsdl</property>
    </partnerLinkBinding>
    <partnerLinkBinding name="PartnerLink_1">
    <property name="wsdlLocation">IPvresourcewsRef.wsdl</property>
    </partnerLinkBinding>
    </partnerLinkBindings>
    </BPELProcess>
    </BPELSuitcase>
    --

    Can you please elaborate on that since I am facing a similar issue. I am going as per the instructions in Order Booking Guide and while deploying the process I face this error "Error:
    [Error ORABPEL-10902]: compilation failed
    [Description]: in "bpel.xml", XML parsing failed because "undefined part element.
    In WSDL at "http://dscp02513.TechMahindra.com:9700/orabpel/default/CreditRatingService/CreditRatingService?wsdl", message part element "{http://services.otn.com}rating" is not defined in any of the schemas.
    Please make sure the spelling of the element QName is correct and the WSDL import is complete.
    [Potential fix]: n/a.

  • Email submit button causing required error when all required fields are filled in

    It looks like if I have more than 1 instance of subform  added,  my email submit button triggers "..at least one required " error message when all required fields are filled-in.
    I toggle subforms between "visible" and "hidden (from layout)".  Any suggestion is appreciated.
    ralph

    The fields that are hidden should have the validate.nullTest property set to "disabled", something like;
    TextField1.validate.nullTest="disabled";

Maybe you are looking for