(BOXI R2):InfoView: Error: Invalid postback or callback argument

HI
I am working on Crystal report server2008 (XI R2): InfoView:  An error has occurred:Invalid postback or callback argument.
    When user tries to schedule a report by changing the input parameter values. The following error is showing. I.e When user tries to edit the parameter values and clicks OK button, the following error is prompting.
An error has occurred:Invalid postback or callback argument. Event validation is enabled using in configuration or in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation. Need some quick solution for this.
Regards,
Patrick Raths

Please post your query to the [Business Objects Enterprise Administration|BI Platform; forum. This forum is dedicated to development and deployment of .Net applications that connect and interact with BusinessObjects Enterprise, BusinessObjects Edge, or Crystal Reports Server. This includes the development of applications using the BusinessObjects Enterprise, Report Application Server, Report Engine, and Web Services SDKs.
BTW., if this is an important issue, I'd recommend creating a phone case.
Ludek
Edited by: Ludek Uher on Aug 11, 2010 1:57 PM

Similar Messages

  • An error has occurred:Invalid postback or callback argument in InfoView

    Hi Friends,
    When i try to change the parameter values and click OK button while scheduling a report in InfoView, i am getting the following error:
    An error has occurred:Invalid postback or callback argument. Event validation is enabled using in configuration or in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager. RegisterForEventValidation method in order to register the postback or callback data for validation.
    Till now i have not find any good solution for this. Please help in providing any better solutions to fix this.
    Edited by: Shivananda Puli on Aug 6, 2010 11:55 AM
    Edited by: Shivananda Puli on Aug 6, 2010 11:55 AM

    This forum is for questions in regards to using the SDK within a custom application, since you are using Infoview, please post this in the applicable forum under the [Business Objects|/community [original link is broken]; section

  • Can't delete column - Invalid postback or callback argument

    We have a Sharepoint 2007 installation on Server 2008 Standard. Within the Sharepoint installation we have document libraries with custom columns (nothing fancy just Single line of text, Date and Time, etc.) that we wish to delete. Every time we try
    though we get this error message:
    Invalid postback or callback argument.  Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page.  For security purposes,
    this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them.  If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register
    the postback or callback data for validation.
    Haven't found anything usefull yet on the internet...anyone has an idea / solution?
    Thanks in advance!

    Well...seems Google provided the answer after all. Adding this line to the web.config temporarily allowed us to delete those columns.
    <pages enableEventValidation="false">

  • FDM Conditional Map error - Invalid Procedure Call or arguments

    Hi,
    I am trying to add a script to my LIKE mapping to pick up the target Product based on the type of target account.
    This is the script I have written -
    If Mid(varValues(14),1,1) = "6" Then Result = varValues(37) Else Result = varValues(21) End If
    When i try to import (using Integration script from a database table) I get the error - Invalid Procedure Call or arguments.
    If I remove the 'Else' part, it imports successfully. Also I tried the same using Case statements - I get the same error, if I remove 'Case Else' it works fine.
    Any hekp on this would be highly appreciated!
    Thanks in advnace...

    This mapping is associated with Product dimension - UD10 (varValues(37)). UD10 is active and mappable, mapped to target Product dimension. UD2 (varValues(21)) is the lookup which is not mapped to a target dimension.

  • Infoview error window - BOXI - R2 - Opendocument URL

    Post Author: karun
    CA Forum: .NET
    Hi,
    I was using opendocument.aspx to open a report from BO in an asp.net application. I use the open document url as src in an iframe to display the reports. Everything works fine, but I have only one problem, when I navigate to another page I get small popup window which simply says Infoview error in the title bar. I get this window even If I just copy, paste the opendocument url directly in the browser.I guess this is something to do with the user session or user log out, but I'm not sure though. Any pointers would be helpful.

    Please post your query to the [Business Objects Enterprise Administration|BI Platform; forum. This forum is dedicated to development and deployment of .Net applications that connect and interact with BusinessObjects Enterprise, BusinessObjects Edge, or Crystal Reports Server. This includes the development of applications using the BusinessObjects Enterprise, Report Application Server, Report Engine, and Web Services SDKs.
    BTW., if this is an important issue, I'd recommend creating a phone case.
    Ludek
    Edited by: Ludek Uher on Aug 11, 2010 1:57 PM

  • Error "Invalid Report Object" when running any CR

    Hi, I have installed BO XI V3.1 and upgraded to 1.4 level.
    However when logged into the infoview app, if i browse to any 2008 report i have uploaded into the enterprise system and double click to run i get the error "Invalid Report Object".
    This is also true if i try to run any report in the Public Folders \ Report Samples folder.
    Nothing will display for me but they run fine in CR 2008, just not via the web tool.
    Any help on this will be much appreciated.
    C.

    Hi,
    Is this issue after you have upgraded to 1.4 or was this issue occurring before?
    Since the reports are running properly in the designer please try to do following steps:-
    1)  Open the report in the designer which is not working in enterprise
    2)  Refresh the report in CR designer
    3)  Save the report back to the enterprise and make sure save with data is checked.
    4)  Now open the report in the Enterprise and check it works or not.
    The reason of doing this is that to generate new PID's for the reports if after the upgrade the PID's have changed or has became corrupt.

  • Javascript error invalid syntax

    Hii Javaties
    I am a having a jsp page(List.jsp) where i am showing a list of records.
    In this page user can select the number of records per page
    For this i have provided a combo box from which user can select the no of records per page say 10 ,20 ,25,30.
    In this page i also have a functionality for previous and next.
    Now my problem is tht , if user selects 10 or 20 records per page everything is fine, but if he selects anything above 24 i.e 25,30 then there is a problem.
    The list is displayed then also , but if user selects some new criteria say 10 records/page , then i get a javascript error invalid syntax.
    I am getting the list of records in a ArrayList in the servlet and then i am passing this arrayList as a request attribute to the jsp.
    Also i am initiliazing my ArrayList as
    ArrayList company=new ArrayList();
    Can any body tell me about invalid syntax.
    If i am not clear plz tell me .

    Well Mr Brainy,
    I said tht the error is in javscript, but the problem
    i think is in java code.Based on your remarkable powers of deduction?
    Bcz it is working fine when my form has less than 24
    elements, but when it exceeeds this limit, it gives
    me error.
    Can it be due to no of elements in jsp form ?No. It's due to a bug in your code that manifests yourself when you have that number of elements.
    Check on line 57.

  • Host Credentials ERROR Invalid username and or password Oracle 11g

    Hi,
    This error has been bugging me for sometime now and I can't find a straight forward answer anywhere, can you help?
    Oracle 11g on Windows XP SP2 Intel box.
    I am trying to export data and when I'm asked for the Host Credentials I get the error
    " ERROR Invalid username and or password "
    I have tried the following syntax for Username:
    <domain name>\Administrator
    <domain name.local>\Administrator
    <domain name>/Administrator
    <Local host name>\<domain name>\Administrator
    I have gone through making sure that the local security policy settings are correct.
    I have added domain and local Administrator to the ora_dba Group.
    All services relating to Oracle are running.
    I can connect via SQL Plus with no issues.
    I can connect to EM locally and from my client pc with no issues.
    Any ideas, please, can anyone help me?
    I'll gladly furnish you with any info I can to get past this seemingly simple step!
    Regards
    naexpert.

    Trying to understand your reply, here is what I did:
    Created new Windows user called OraAdmin.
    OraAdmin is now member of administrators group and Ora_dba group.
    Logged onto EM at server and used System user logon.
    Data Movement
    Export to Export Files
    Tables
    Host Credentials
    Tried
    OraAdmin - failed
    oracle-11g\OraAdmin - failed
    oracle-11g/OraAdmin - failed
    Don't know what else to do......

  • Error Invalid Number message in texts.

    I thought I fixed this problem a month ago per another discussion's suggestions.
    I had been getting the "+1(1)216116-11 Error Invalid Number Please re-send using valid 10 digit number" message even though the numbers were 10 digit.
    I deleted the contacts and texts.  Updated software to current iOS 7.1.  Powered off then back on.  Then re-entered the info.
    It worked until this morning with the same 2 random contacts.  But it is my son and best friend.  So now I am frustrated. 
    I have checked more discussions and the fixes seem to be random as well.  Does anyone have any new ideas?

    I had this same issue to a number I had been texting daily for months!  After I tried everything--I figured it out!  Even after I deleted the contact and set it all back up again, it still wouldn't work and I would get the "+1(1)216116-11 Error Invalid Number Please re-send using valid 10 digit number" error message. BY chance, as I was typing in the number for a new trial text, the number popped up from "recent history" (the list of all recent texts to that number or name). Even though I had deleted ALL texts to and from her and all contact info,  the number was still stored elsewhere. It dawned on me that her number and her contact info was stored in the memory as "recent text history". I had to delete every instance of a text that had her number in it (including group texts), then when I reentered it, it worked!  I believe the whole thing started when someone had her incomplete number in a group text, and from then on, it was getting her number from that recent text instead of mine! I found it by accident and there HAS to be an easier way, but here are the steps:
    1. Delete the name and number from your contact
    2. Start a new text by typing in the first letter or so of the person's name (or the digits of the number) and they should still pop up in a drop down box
    3. Instead of selecting it for the text recipient, select the little "i" beside it and a new menu will pop up (that is the RECENT menu)
    4. Select REMOVE from the top right corner
    5. Do this for every instance with the name and number in it
    6. Try a new text--nothing should pop up when you enter the number if everything is removed.  It should now work
    Hope this helps someone else!

  • PCUI Error(SSF error : Invalid signer)

    Hi All
    we have implemented the PCUI functionality in portal thru CRM 4.0 Business package. all bsp pages are working fine.
    but when i click on the activities link in portal and then i selected one particular order documents in Activities page , when i  click to open that documet then it is opening in the new window with the error
    "<b>SSF error : Invalid signer</b>"
    but when try to open the same document in CRM system it is opening fine.
    ( Actually documents are created in different formats like PDF,CSV and XML)
    Can you help me how to solve this "SSF error:Invalid signer " in portal for Activities link in PCUI application
    Regards
    Sunil

    Hi,
    I am facing the same error in OAC0 although the connection to the external Documentum Server is successful as shown by Test Connection.
    Can anyone suggest either the possible reasons or a solution to this.
    Note: I have tried to tick/untick the "No Signature" box.

  • Scrollable Content article gets [Error: Invalid asset location]

    I'm trying to create a wide scrollable content product timeline.
    The Content  on the "Scrollable Content" layer is 3024x600
    Content is grouped text and image boxes
    Container frame on Layer 1 is 975x600
    Both Content and Containerhave the same name and are aligned along the left edge
    When I update the folio I get the following error:
    Content Generation Error
    [Error: Invalid asset location]
    Trying to preview in the desktop viewer gets the same error.
    Looking at the links tab, there are no missing or flagged files, and all the files exist within the article's links folder.
    What am I missing here?

    looks like you are okay on the folio builder panel (first line)
    but you are still on version 18 of the producer tools. make sure to have
    the latest version of the folio producer tools (separate installer)
    installed. maybe uninstall previous version.
    http://caniupdateadobedps.com/
    —Johannes

  • Error Invalid report! Please choose another report.

    Hi All,
    I have an query, i am creating a Publication from InfoView and  Dynamic Recipients page while uploading the "Select the data source name for the document " i am getting  "Invalid report! Please choose another report." before 15 days it is working fine
    please suggest
    Regards,
    Jeet

    for reference please look below thread
    Dynamic Recipients Error: Invalid report! Choose another report.
    i am using sap bo Infoview 3.1
    Thanks in advance,
    Ranjeet

  • Error: Invalid Password when trying to sign in on any wireless devise

    Error:  Invalid Password when trying to sign in on any wireless devise
    I even reinstalled my WRT110 to be sure of the Network Name and Password but I still get this error.  I have never been able to log in to the wireless network.  I can see it - Ienter my password and still "Invalid Password"

    I don't understand this: Connect directly to the router.  Is this the http://192.168.1.1?
    I  HAVE changed the network name, I HAVE changed the password.
    I still get invalid password!!!
    I am extremely frustrated by all this.  I need simple instructions.  I followed them when I set the friggin thing up, I reinstalled.  I know what my friggin password is - why why why?

  • RFC Connection error - Invalid length. Check parameters.

    Hi Forum, Good Morning!
    My ABAP Program will run in BACK Ground Job Processing(SM37) to download data to Presentation server( Local PC Directory). So I have created a RFC destination type TCP/IP to use 'RFC_REMOTE_FILE'  function module in my ABAP Program.
    When I am trying to test RFC connection It is giving following error.
    ERROR   Invalid length. Check parameters
    LOCATION  SAP- Server dsapp05_R3D_10 on host dsapp05 (wp 2)
    COMPONENT   CPIC
    COUNTER   14
    MODULE
    LINE
    RETURN CODE    240
    SUBRC                0
    RELEASE           640
    TIME                   Mon Dec 11 10:08:05  2006
    I did following procedure before I test RFC destination..
    I have created RFC Destination : BJRFC
    Technical Settings: Selected Registered Server Program radio button
    Program ID: BJACCESS
    Gateway host : 172.22.149.199
    gateway Service: sapdp10
    In my local machine Copied  ‘SAPRFC.INI’ file from the TEXT folder to the BIN Folder.
    Then open the SAPRFC.INI file in BIN folder and Register a RFC server program at a SAP Gateway.
    DEST=R3D_R
    TYPE=R
    PROGID=BJACCESS.rfcexec
    GWHOST=172.22.149.199
    GWSERV=sapdp10
    RFC_TRACE=0
    DEST=R3D_R
    TYPE=R
    PROGID=BJACCESS.trfcexec
    GWHOST=172.22.149.199
    GWSERV=sapdp10
    RFC_TRACE=0
    Then entered below command in dos prompt.
    C:\Program Files\SAP\FrontEnd\SAPgui\rfcsdk\bin>rfcexec -aBJACCESS –172.22.149.199 –xsapdp10.
    so how do i proceed in this kind of case.
    any help  please.
    Thanks in advance.

    Hi,
       Just you check whether your program is registered or not.
       If it is registered then you can find in SMGW transaction and go to
       GOTO - Logged on clients
    in that you will be able to see your program name if it registers succesfully.
    you have typed rfcexec -aBJACCESS –172.22.149.199 –xsapdp10
    in this way.
    In this you have misseg 'g' in front of your sap ip.
    Thanks&Regards
    Rajehs Balusu

  • I am trying to download effects apps for my Amplitube. I get a message saying to contact itunes support and then a box that says error "0". It wont let me purchase and I cannot get support. HELP!

    I am trying to purchase effects for my ipad amplitube. Every time I attempt to purchase it says to contact itunes support. I then get a box that says error "0".
    It is impossible to get support so I hope someone can HELP!

    http://www.apple.com/support/itunes/contact/

Maybe you are looking for

  • Hard Drives Bare After Forced Restart!!! HELP!!!

    Running new Mac Pro w/ plenty of RAM, and the latest OS. Was installing Xcode with a few programs running in the background. Time Machine appeared to have kicked in during the install and Xcode just seemed to hang. Then, suddenly all text disappeared

  • Looking for a replacement for iTool

    I have been using iTool with 10.5.x to run daily, weekly and monthly scripts, as well as cache cleanup, permissions repair, disc verify and repair, etc. I also was using Applejack. I recently upgraded to 10.6 (updated to 10.6.2 now) and upon opening

  • Excise base amount

    hi MM Guru's still i am not able to see the neithe Base value nor BED & Ecess in excise tab while we do the MIGO i have already maintained the Chapter id & material & chapterid combination ,Cenvat , Vendor excise details for that material what should

  • HT2433 error code -42110 does anyone know what this means?

    When I switch itunes on I get the error code above - can anyone help?! Thanks Bis 04

  • E-Commerce Extensions

    Looking for some help and advice please. Thinking of changing our online shop around and see there are a number of extensions available for Dreamweaver. Can anyone recommend one they have used that was particularly successful and easy to use and set