When i run report through OC4J Application i get a exception message

When i run report through OC4J Application i get a exception message saying Server returning invalid xml and the exception number is JBO -29000. The Reports Server is installed on machine having IP 10.191.99.254.
Below is the exception message:
(oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: java.io.IOException, msg=Server returned HTTP response code: 500 for URL: http://10.191.99.254:8888/reports/rwservlet/showjobidnull
Anybody Please help me out with this issue.....because I am really fed up with this problem....want some urgent help.....
One possible workaround which I could make out is there needs change to be made in the .rdf files in Report Builder and then inside the User Parameters we change the Initial Value to * from % because the Reports Server encodes every value as %Initial_Value% and hence if the initial value for the parameter is % then it does not get a valid value and hence it returns as an invalid xml
But unfortunately it seems this workaround does not work.Please help as soon as possible.

Hi,
you said that some changes were made in the .xml files but i had said that all the files present in Reports Developer or Reports Builder are .rdf files and I had made changes in the .rdf files for this articular report and then compiled it thereitself and then ran a paper layout of the report but the report did not comprise any data.
There was sufficient data also to populate the report. So this may not be a database issue. Please help if you can ASAP.

Similar Messages

  • When I receive emails through my Iphone I get a popup message

    on my computer to check my user name and password.  I have tried to delete the accounts and establish new passwords.  When the emails come through my Iphone the message will keep appearing but it does not happen when the phone is shut off.
    Any suggestions.

    Under the settings and the mail,contacts, calendars tab there is a setting for 'load remote images'. Could that be the issue? are the e-mails that aren't showing up ones that, for example, are largely an image with links, like a e-mail from gap or old navy or the such? Such e-mails are 'remote images', meaning the e-mail, when you open it, contacts their server to download the splashpage ad. If that's turned to 'off' then those images won't load and mails that are made up of images would look empty.

  • When sending an email through windows live I get an error message from WebKit2WebProcess.exe

    Hi,
    Every time when I try and send an email from windows live I get an error message from WebKit2WebProcess.exe.
    Not sure if I deactivate this from Windows live whether I will compromise my security.
    Any advice would be helpful.
    Thanks,
    Becky

    Thank you Matt. I'm sure this will be frustrating ...but the more I think about this problem there more info I have to share. The emails I write that do not get sent do end up in my "sent" folder but never reach the recipient. And, most perplexing, the issue/problem is sporadic. It was coming and going before I switched over to the SSL/TLS option in T-bird. And...since the switch it has reappeared and disappeared. I have made zero changes other than the above mentioned. I did get a security update today for T-bird perhaps this will help?
    I read your link, thank you.
    I obviously don't understand how these systems work. I'm baffled how an issue like this can come and go...

  • Error message when executing a report through a VB application

    Hello,
    I have a problem when I want to launch a Crystal Report 10 report in a Visual Basic application.
    I created a report using "Add a command" to add a SQL query to this report, the report is working well when I launch it in Crystal Report. But when I launch it in the application I get an error message "The table 'Command' could not be found".
    (Other reports are working in VB when I create a report whitout the sql command tool)
    How can I do to make this working through VB ?
    This application uses a sql server 2005 database.
    Thank's in advance for your help,
    Régis

    Thank's for your answer, yes I'm connecting through an ODBC connection, yes the VB app is running the same odbc entry.
    When I have only a "normal" link to a table the report is working well, the problem is that when I add a sql command in this report, the VB application thinks it's a "normal" sql table and it gives me the error message. The VB application didn't recognize that the table command in the report is a sql request. I don't know what's the difference between executing this report directly in CR or in the VB application, the report didn't react in the same way even if the ODBC entry is the same.
    I don't know if what I try to do is possible, is it possible to execute a CR report with a sql command in a VB application ?
    FI : I found yesterday the way to create the same report without a sql command, its working in the VB app. But it would be great if I could solve this problem because it's much more easier to create a report giving only the sql request and not to do that manually in the report (attaching all the tables, making the group by, sort...).

  • ERROR WHILE RUNNING REPORT THROUGH FORMS.....!

    hi all,
    ive designed one form in Forms 9i...I'm tryin to run report through a Push button .....report is running well in paper layout through report builder 9i...The problem I'm facing is dat when i pressed button it is giving me error initially as FRM-41214 cannot run report and after that FRM-40735 When button pressed unhandled exception ora-06502.....What could go wrong??... Ive started OC4J instance ....created report object in object nevigator as well and defined basic properties for diff.parameters HTMLCSS,CACHE..etc.,mentioned report path in complete i.e.c:\reports\genbill.rdf ...Can anybody help me out ??? Thnx.!
    -----------------------CODE ON BUTTON----------------------------------
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('REPORT5');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('<HOSTNAME>:8889/reports/rwservlet/getjobid'||
    substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=myrepserver','_blank');
    ELSE
    message('Error when running report');
    END IF;
    PAUSE;
    END;

    When a report terminates with an error, REPORT_OBJECT_STATUS returns the value "TERMINATED_WITH_ERROR", which is 21 bytes of data, but rep_status is defined as 20 bytes. The 6502 error is due to the data not fitting the variable.
    I recommend wrapping the REPORT_OBJECT_STATUS function with a SUBSTR that limits the data returned to 20 bytes, which will ensure the results fit.
    For example:
    rep_status := SUBSTR(REPORT_OBJECT_STATUS(v_rep), 1, 20);

  • Error when I run report RSCMST to test the content server.

    when I run report "RSCMST" to test the my content server.    I get the error:
    header        HTTP/1.1 401 Authorization Required
                  date: Fri, 05 Dec 2008 20:20:45 GMT
                  server: Apache/1.3.41 (Unix) SAPCS/640
                  x-servertime: 20:20:45
                  x-query: create&pVersion=0046&contRep=ZTEST001&docId=020D3949CA03445AE10000000A14022B&compId=data&docPro ..
                  t=rud&accessMode=c&authId=CN%3DCPJ&expiration=20081205142027&secKey=MIH3BgkqhkiG9w0BBwKggekwgeYC
                  x-serverdate: 2008-12-05
                  x-pversion: 0046
                  x-errordescription: URI signature has expired
                  x-serverid: server="content01.ivo.com.cn";serverPort="1090"
                  x-servertype: SAP HTTP Content Server
                  content-length: 752
                  connection: close
                  content-type: text/plain
                  ~remote_addr:
                  ~uri_scheme_expanded: NONE
    want                 201
    bad           401
    time              17.974
    It seems that the "bad 401" means a http error.    I do not know how to configure it ?
    my content server uses the maxdb,  and http is apache, they are all running on redhat linux ese 5
    who can give me some advices?  thanks

    Victor,
            Looks like a web server authentication issue. I suggest you raise this issue in a basis/ web application server forum,
    Sojan

  • Running Reports Through a Browser

    Hi,
    I am using NT 4 with SP3 and Netscape 4.6. I am trying to run
    reports through the URL in my browser, but every time I try to
    make a call it asks me to download rwcgi60.exe instead of running
    it. The virtual mapping settings work, since I can open other
    files through them. I think I may need to set up a MIME type
    since I am running this through WebDB but I don't know how set
    that up. Any ideas would be appreciated.
    Thanks in Advance,
    Bill Pyne
    null

    following links maybe helpful:
    REP-51002: Bind to Reports Server <servername> failed
    REP-51002: Bind to Reports Server rep_iasserver failed

  • I recently downloaded a program ScanFont 5, When I try to open the installer I get the following message: "You can't open the application "(null)" because it may be damaged or incomplete. Is there any way I can get the installer to open anyway?

    I recently downloaded a program ScanFont 5, When I try to open the installer I get the following message: "You can't open the application "(null)" because it may be damaged or incomplete. Is there any way I can get the installer to open anyway?

    The message means just what it says. Remove the damaged copy and try downloading it again.
    Edit: Looking at FontLab's page, there's two issues going on.
    1) It's a PowerPC app and will not run on any version of OS X newer than Snow Leopard, 10.6.x.
    2) The "workaround" they offer is to purchase the Windows version and then run it in the the open source Wine, Windows emulator.

  • When i try downloading adobe pro i am getting an error message that is saying: The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.

    when i try downloading adobe pro i am getting an error message that is saying: The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.

    Hi Kashmore,
    Seems like the downloaded file was corrupt that could be because of either network restriction or the anti virus might have blocked it. My suggestion would be to try and download the product either by turning off the Antivirus or try a different network.
    Cheers,
    Kartikay Sharma

  • When I run disk utility, verify permissions I get "WARNING SUID file system/Library/Coreservices/Remotemanagement/ARDAgent.app/Contents/MacOS/ARDAge nt has been modified

    When I run disk utility, verify permissions I get "WARNING SUID file system/Library/Coreservices/Remotemanagement/ARDAgent.app/Contents/MacOS/ARDAge nt has been modified

    Please read Disk Utility's Repair Disk Permissions messages that you can safely ignore.
    Roger

  • I am trying to download Elements 12. I've downloaded the two parts on your web site but when I run the second part it comes up with a message saying 'The file archive part of Adobe Photoshp Elements 12 is missing...'. What shoudl I do?

    I am trying to download Elements 12. I've downloaded the two parts on your web site but when I run the second part it comes up with a message saying 'The file archive part of Adobe Photoshp Elements 12 is missing...'. What should I do?

    Hello
    I’ve managed to get it to work now but not as straightforward as I’d have liked and difficult to find out how to get help.
    Rory

  • When trying to open a Word document, I get the error message that PowerPC applications are no longer supported.  What can I do?

    When trying to open a word document, I get the error message that PowerPC applications are no longer supported.  What can I do?
    Thanks.

    IMHO the free apps are a band aid fix. If the OP uses Office on a regular basis he will need to upgrade anyway. Personally I have used neooffice and found it substandard however that was just my take. I haven't tried Google's solution.
    We both forgot to mention the OP could also use Pages and Numbers to open their Word and Excel files. If he uses Entourage then Mail and iCal would be viable substitutes.

  • When I run my hardware diagnostics I'm getting failures - WDC-WD64-00AAKS-65A7B2 SATA DISK DEVICE.

    When I run my hardware diagnostics I'm getting failures - WDC-WD64-00AAKS-65A7B2 SATA DISK DEVICE,
    HD535-5W, HD535-3W, HD535-2W.
    Thanks!!!

    That means exactly what it's telling you, the hard drive has failed or is about to fail and needs replacement.
    If the system still runs backup your data and create Recovery DVDs ASAP if you haven't already done so.

  • When I run ical on my mac I get the error:   The server responded with an error. The request for account "Yahoo!" failed. The server responded with "504" to operation CalDAVAccountRefreshQueueableOperation.

    When I run ical on my mac I get the error:  
    The server responded with an error.
    The request for account “Yahoo!” failed.
    The server responded with
    “504”
    to operation CalDAVAccountRefreshQueueableOperation.
    I hit "go online" and almost immediately I get the same message again.  Any ideas?

    I am tired of how Yahoo has gotten worse and worse. It is the ONLY account I get problems with DAILY (even after removing and re-adding). AOL will act up once in a while not taking a saved password but accepting it when OK is clicked.... But Yahoo is always responding with such errors.... Today's calendar error is:
    The request (CalDAVAccountRefreshQueueableOperation) for account “Yahoo” failed.

  • When I run repair permissions I continue to get this message even after a full reformat and re-install of OS.  "Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repai

    When I run repair permissions I continue to get this message even after a full reformat and re-install of OS.  "Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired."

    Doug,
    According to Apple, Mac OS X: Disk Utility's Repair Disk Permissions messages that you can safely ignore.

Maybe you are looking for

  • [SOLVED]Updated to Xorg 1.6.1 and the problems started...

    Hi all, I upgraded whole system and xorg 1.6.1 got installed...now it wont let me configure it!!! which is so lame I mean I am not sure if everything changed in the way we used to configure X - by modifying /etc/X11/xorg.conf but now there is no such

  • My Macbook Pro is running slow, possible malware

    Hi there, I know this is an annoying redundant question but I am an idiot and I did it.  A couple months ago, I made the mistake of downloading Trojan.  I tried deleting the application but the pop ads (Mackeeper) continued.  I looked further into th

  • New podcasts not 'red numbered' on app icon anymore.

    Hi all, Very tedious question but my new podcasts (prior to new update) would be numbered in red on the top of the podcast app icon on the home screen to see how many I have to listen to. Since the update they are not doing this. Any help about how I

  • Problem on the

    Hi, I'm new to this forum, I'm (trying) writing an applet onto a Oberthur SC. I never used the card, so I think it's empty. Just enjoing my new JCOP eclipse plugin, I tried this on JCOP shell: cm> card-info Error code:     6985 (Conditions of use not

  • One step back?

    In presenting with Keynote on IOS, is there a way to go back one step (not a whole slide)?