Invalid parameters request by calling from an external website

Hello,
i have a problem calling a Bi-Publisher report via "Link" from an external website.
I get the following error-message: *"Invalid parameters requested."*
There are two parameters. The first one is a line_id and the second one is a head_id.
Before calling the template there is a insert-Sql-statement on the database (initiated from the external website).
Because of that there are new values in the table of the LOVs.
I think the problem is that the LOVs of the parameters are inconsistence. The values are out of date.
After waiting several hours the error message disappears and the report could be called from the external website.
Is there a way to refresh the parameters before calling the report from an external website?
Any other ideas?
Thanks ahead for any ideas, solutions or workarounds!
Edited by: user12052573 on 02.06.2010 01:37

I found the problem: Its due to the menue-parameters and their List-Of-Values.. It seems like a cashing-problem or something like that...
Changing the parameters to so called text-parameters solves the problem.
Maybe this workaround helps guys with the same problem...
Greetings...

Similar Messages

  • Invalid parameters requested.

    Hello,
    I am getting this error described as "Invalid parameters requested."
    It occurs when I leave a parameter field blank.
    The strange thing is it works when I initially view it with the "auto run" option.
    If I try to view it manually, it throws the error. If I turn off auto run and try to view it, it throws the error.
    It seems to be arbitrary! I've gotten it to go away altogether. I'll then edit something in the template, and it comes back. I'll revert the template to its original state, and the error doesn't go away...
    Note I am using in my query:
    and column_name = nvl(:param, column_name)
    Any Ideas?
    Thanks,
    Matt Soukup

    As far as I can tell, the error went away when I signed out and signed back in.
    Thanks,
    Matt Soukup
    EDIT: This error occurred after I removed the association of a menu with a parameter. Perhaps, it doesn't want you to select values not on the list of values? Additionally, the state of the parameter isn't updated until you sign back in?
    Message was edited by:
    Matt Soukup

  • Request a call from support

    I want to know a way that I can request a call from support, after paying £800 for this laptop I have had nothing but problems with the battery. I have already spent more money calling your customer care about this and was told that I woud be sent a letter with a returns label, that never happened and I have asked about the issues I am having here on this board and have received no explanation. It is not right that I should have to use my phone YET AGAIN to spend more money on a problem that is Lenovos fault. I forked out a lot of money to have nothing done about this.

    Here is the stats for my connection including bt speedtester  
    Line state
    Connected
    Connection time
    0 days, 16:45:16
    Downstream
    6,752 Kbps
    Upstream
    448 Kbps
    ADSL settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.1
    Latency type
    Interleaved
    Noise margin (Down/Up)
    15.1 dB / 21.0 dB
    Line attenuation (Down/Up)
    23.0 dB / 13.5 dB
    Output power (Down/Up)
    19.8 dBm / 12.1 dBm
    Speedtester:-
    1. Best Effort Test: -provides background information.
    Download  Speed
    1874 Kbps
    0 Kbps
    2000 Kbps
    Max Achievable Speed
     Download speedachieved during the test was - 1874 Kbps
     For your connection, the acceptable range of speeds is 400-2000 Kbps.
     Additional Information:
     Your DSL Connection Rate :6752 Kbps(DOWN-STREAM), 448 Kbps(UP-STREAM)
     IP Profile for your line is - 2000 Kbps
    2. Assured Rate Test: -provides background information.
    Download Speed
    1060 Kbps
    0 Kbps
    600 Kbps
    Max Achievable Speed
     Download speedachieved during the test was - 1060 Kbps
     For your connection, the acceptable range of speeds is 576-600 Kbps.
     Additional Information:
     Assured Rate IP profile on your line is - 600 Kbps
     If any more info is required then please post on forum or send me a message.

  • I need to select and upload a image and corresponding url from an external website using file upload control in MVC4. Please help

    I need to select and upload a image and corresponding  url from an external website using file upload control in MVC4.
    Please help
    Latheesh K Contact No:+91-9747369936

    This forum supports .NET Framework setup.
    As your issue appears to have nothing to do with .NET Framework setup, please ask in the MVC forums for best support.
    http://forums.asp.net/1146.aspx/1?MVC

  • Post to authenticator from an external website / html form

    Is it possible to post to a authenticator from an html page containing the form located on an external website?
    I have developed a custom login module for the portal server, so I tried fiddling a bit and cheating with the states. Problem is the login module still expects to be called first for displaying the form... resulting in the fact that a form post to the authenticator displays the portal login form in stead of actually validating credentials right away.
    I am trying to achieve something like the login box topleft on http://mysun.sun.com/
    Anybody who has experience on this part and can help me out?

    What you might want to do is look at the way that the login provider has been built.(Usually available when using anonymous login).
    <INPUT TYPE=HIDDEN NAME="arg" SIZE=-1 VALUE="newsession">
    <!-- For different auth methods, the below params must be modified -->
    <INPUT TYPE=HIDDEN NAME="page" SIZE=-1 VALUE="1">
    <INPUT TYPE=HIDDEN NAME="Submit" SIZE=-1 VALUE="Login">
    This seems to almost just "pass" the credentials through to the authenticator. It also destroys the current session, and forces the portal to start a new session.
    You can find more info on this in the Release notes for SP3/SP4. See http://docs.iplanet.com
    HTH

  • Portal search from an external website

    We have a requirement to extend the portal search capability to other websites. I'm wondering if anyone else has done this.
    Basically the client has an Aqualogic 6.1 portal and also hosts a number of websites on a separate (i.e.: non portal) web server. They are unhappy with the search provided by MS Index Server and would like to use the Portal search from these static websites.
    My thinking is that we can crawl the content of these websites into Aqualogic and use the PRC (search API) from these websites to execute the user search. I'm figuring that this should be possible if we install the ALUI API service on these web servers (effectively making then Remote Servers?)
    Any thoughts?
    thanks in advance
    Simon

    Let me see if I understand this. The client has a few static HTML websites that have no relation to the ALUI portal, but you want to you the portal search engine to search those sites?
    Yes, your proposed solution is certainly possible. You could crawl the contents of those websites into specific folders in the KD and set the security so only a specific user (which you would use to authenticate in the custom search page) can see them. You don't even need to install the ALUI API service on those web servers to do this. The API endpoint URL of the portal needs to be accessible from those web servers, and you just need to reference the portal IDK dll or jar files when you write your custom search page.
    I have done something similar to this, but the static web site was actually migrated in to be a part of the portal. Still a separate URL and look and feel, but hosted on the portal. However, I did crawl all the pages in and have a custom search page using PRC to search for documents. It works like a charm.
    DJ Dewey | VHA Inc. | [email protected]

  • Parameterized AM function calls from CO

    Hi,
    Is there any means to call am.invokeMethod("func(parameter)") from the CO where parameter is a value that I retrieved from pageContext.getParameter() from the CO.I need to pass this value to the AM function to perform logic checking on the VO based on the passed parameter value.

    Hi Vikram,
    Are you using OA Framework? If so, the proper forum is [url http://forums.oracle.com/forums/forum.jspa?forumID=210]here
    John

  • Parameterized AM function call from CO

    Hi,
    Is there any means to call am.invokeMethod("func(parameter)") from the CO where parameter is a value that I retrieved from pageContext.getParameter() from the CO.I need to pass this value to the AM function to perform logic checking on the VO based on the passed parameter value.

    Vikram, you seem to be quite new to OAF, you can use api:
    Serilizable[] s={pageContext.getParameter("<item id>")};
    am.invokeMethod("abc",s);
    this will invoke
    function abc (String s)
    in AM.Please go through toolbox tutorials for learning
    OAF properly.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Sending request to IdM from an external source

    Hi,
    We are using Sun IdM to provision users to one of our external customer data source which hosts some of our training apps. Once the credentials are created, the user logs into the externally hosted training system and completes the training. We want the training system to automatically send a notification to Sun IdM about the training completion,so that Sun IdM can actually update the training status in our internal data source.
    Does Sun IdM provide any webservices to do this?
    Thanks,

    You can try doing this using SPML. It will resolve your problem.
    Regards,
    Surinder

  • How to get the dataset from an external website.

    For example, I want to display the data from http://www.rateslist.com/ into a webpage,which I can then import into MySQL database.
    I have posted a few topics, but none of them tells me how to do it:
    http://forums.adobe.com/thread/765263?tstart=0
    http://forums.adobe.com/thread/765264?tstart=0

    Have a look here http://forums.adobe.com/thread/641145?tstart=0
    Gramps

  • How do I color match in Photoshop from an external website?

    I'm trying to match a red color on my website banner [ link removed ] and I can't figure out how to get the color code from my website to Photoshop. Does anyone have any ideas? Thanks!

    Read this:
    My colors look different outside Photoshop.
    When done, create a screenshot of the website and use the color picker to sample the color.
    Mylenium

  • Can I really not download music from an external website to my IPad Air?

    Hi guys
    I've recently just become an apple user and am having some teething problems
    Basically I'm a DJ and download music from certain websites ( beatport being one of them) . I have just bought the Traktor app on ipad to try out too.
    What I'd like to know is how to save this music to my ipad, someone told me this is not possible....? That sounds completely absurd
    There must be a supported/ reliable way to do it....do I really have to download to my comp then drag and drop...? What about uploading what I already have on my computer, can I upload to the cloud then download that way...?
    Please help lol

    Others may have mentioned this.
    Download your music on your computer. Then load all your music into iTunes on your computer. Create playlists etc. in iTunes. On the computer. After you've organized your music there connect your iPad to your computer. You can then select the music you want to sync over to the iPad or choose to sync it all.
    Any time you add more music to iTunes on your computer a quick sync to your iPad will copy that over for you.

  • Debug RFC called from external system with no dialog user

    Hi all,
    We need to debug the rfc function module which is called from the external system( Siebel ) .
    The user id is not dialog user so can not set external debugger.
    Need you help.
    Thanks,
    Anmol.

    Hi Suhas,
    Nice to know you became Moderator...
    Hmmm the solution you provided was the last option..
    Any ways the issue is resolved we changed the user to dialog user and then debugged the code.
    Thanks a Lot,
    Anmol.

  • How to trigger Solution Manager Change request from an external system

    Hello All,
    I have a scenario where in I would like to create and trigger a Change Request in Solution Manager from an external system, for instance, a custom web application. How could this be done? Are there standard interfaces (BAPIs) available in Solution Manager for doing this? If yes, then what are the BAPIs? Or Can a custom RFC be developed to achieve this..? If yes, then what are the underlying / base BAPIs that could be wrapped?
    Any pointers will be highly appreciated. Sorry if the question is naive. I'm a novice to the Solution Manager topic.
    Bala

    Hi Bala,
    I am facing the same issue. I want to create a change request in background from an external application, like an adobe form for instance. Would you be so kind to tell me, which BAPI you used in your solution?

  • How to connect to oracle ebs from an external software

    Hi!
    I want to develop an integration for oracle EBS. Therefor I'm looking for ways how to connect to the EBS and for a repository of functions which can be called from an external program. I'm not quite sure if this is the right place to ask but I could not find anything yet so I'm trying here.
    Are there any standard connectors for the EBS provided by Oracle?
    Thanks,
    Konrad

    Oracle Applications Architecture is a framework for multi-tiered, distributed computing that supports Oracle Applications products. In this model, various servers are distributed among multiple levels/tiers as follows:
    - The Desktop Tier --> Web browser with Jinitiator or Sun JRE
    - The Application Tier --> Web, Forms, Reports, Admin, and Concurrent servers
    - The Database Tier --> Oracle Enterprise Edition Database
    The Application tier is the layer which is responsible for:
    - Hosting the various servers that process the business logic
    - Managing communication between the desktop tier and the database tier
    So, in order to connect to the database, you can either access the application tier, or connect directly to the database. I do not think it is possible to communicate with the application services from some other application. Therefore, you would need to connect to the database directly which can be achieved as explained in my previous reply. There is no such API which can be used to open/close a database connection. Oracle E-Business Suite is just a database with number of schemas and objects which are tightly integrated.
    More details about Oracle E-Business Architecture can be found in:
    Oracle Applications Concepts
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/11iconcepts.pdf

Maybe you are looking for