Hi expert i am facing problem that after runing XL reporter .

hi expert i am facing problem that after runing XL reporter .  at the time when XL reporter screen open. it show the error(
RunTime Error 0).
and after clicking ok Xl reporter automatically closed
please give me some suggestion
thanx

hi Sahil,
check http://ezinearticles.com/?How-To-Fix-Runtime-Error-0&id=6041256 link.
Thanks,
Neetu

Similar Messages

  • Hi there, i m facing problem that my iPhone 4 is showing some unknown id instead of my id

    hi there, i m facing problem that my iPhone 4 is showing some unknown id instead of mine

    I did this. its not working. when i checked at aap store its showing my id, but when i seleted to download or update any app it shows that some [email protected] id which is not mine. is this some type of hacking.......?

  • Dear Experts, I am facing problem

    C:\>sqlplus sys as sysdba
    SQL*Plus: Release 10.2.0.3.0 - Production on Mon May 9 22:10:37 2011
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Enter password:
    Connected to an idle instance.
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 612368384 bytes
    Fixed Size 1292036 bytes
    Variable Size 595593468 bytes
    Database Buffers 8388608 bytes
    Redo Buffers 7094272 bytes
    Database mounted.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\SYSTEM01.DBF'
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
    SQL> recover database using backup controlfile;
    ORA-00279: change 12970357 generated at 04/09/2011 22:51:55 needed for thread 1
    ORA-00289: suggestion :
    D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\TUVSHIN\ARCHIVELOG\2011_05_09\O1_MF_1_
    797_%U_.ARC
    ORA-00280: change 12970357 for thread 1 is in sequence #797
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    D:\oracle\product\10.2.0\oradata\tuvshin\REDO02.LOG
    ORA-00283: recovery session canceled due to errors
    ORA-00333: redo log read error block 5246 count 8192
    ORA-01112: media recovery not started
    How to resolve this problem, Help me
    Edited by: user10706933 on May 9, 2011 7:21 PM

    sorry my english
    Yeap of Course, VERY VERY TNX ALL
    SQL>shutdown abort;
    SQL>startup mount;
    SQL> alter database backup controlfile to trace as 'D:\oracle\product\10.2.0\tuvshin\exported_config.txt';
    SQL> shutdown abort;
    ORACLE instance shut down.
    SQL> startup nomount;
    SQL> CREATE CONTROLFILE REUSE DATABASE "tuvshin" RESETLOGS ARCHIVELOG
    2 MAXLOGFILES 16
    3 MAXLOGMEMBERS 3
    4 MAXDATAFILES 100
    5 MAXINSTANCES 8
    6 MAXLOGHISTORY 292
    7 LOGFILE
    8 GROUP 1 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\REDO01.LOG' SIZE 50M,
    9 GROUP 2 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\REDO02.LOG' SIZE 50M,
    10 GROUP 3 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\REDO03.LOG' SIZE 50M
    11 DATAFILE
    12 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\SYSTEM01.DBF',
    13 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\UNDOTBS01.DBF',
    14 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\SYSAUX01.DBF',
    15 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\USERS01.DBF',
    16 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\TS_TEST.ORA',
    17 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\TEST.ORA',
    18 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\TEST1.ORA'
    19 CHARACTER SET UTF-8;
    Control file created.
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\PRODUCT\10.2.0\TUVSHIN\P\SYSTEM01.DBF'
    SQL> recover database using backup controlfile until cancel;
    ORA-00279: change 2032832 generated at 04/05/2010 12:42:29 needed for thread 1
    ORA-00289: suggestion :
    D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\TUVSHIN\ARCHIVELOG\2010_04_05\O1_MF_1_87_
    %U_.ARC
    ORA-00280: change 2032832 for thread 1 is in sequence #87
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\SYSTEM01.DBF'
    ORA-01112: media recovery not started
    ############## ADDED THIS LINE ON INIT.ORA FILE #####################
    allowresetlogs_corruption=true
    SQL> startup mount pfile=D:\oracle\product\10.2.0\admin\tuvshin\pfile\init.ora.5232010204231;
    ORACLE instance started.
    SQL> recover;
    ORA-00283: recovery session canceled due to errors
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
    SQL> recover database using backup controlfile until cancel;
    ORA-00279: change 2032832 generated at 04/05/2010 12:42:29 needed for thread 1
    ORA-00289: suggestion :
    D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\TUVSHIN\ARCHIVELOG\2010_04_05\O1_MF_1_87_
    %U_.ARC
    ORA-00280: change 2032832 for thread 1 is in sequence #87
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TUVSHIN\SYSTEM01.DBF'
    ORA-01112: media recovery not started
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs;
    Database altered.
    SQL> select * from global_name;
    tuvshin
    SQL>
    Edited by: user10706933 on May 12, 2011 8:16 PM

  • Facing Problem while Debugging a custom report using LDB

    Hi Gurus,
    I have requirement to modify a custom report program related to FI. This program used Logical database ZDF ( Copied original DDF) for data fetching.
    when i am trying to see the data in debugging mode, its not allowing to check in start-of-selection event. only in the initialization & end-of-selection i could able to debug.
    when i put breakpoint in initialization, it is allowing to see the flow till a Get Event occurs in the code, once a Get event occur the debugger is coming out and displaying the report.
    If anybody faced this kind of problem when debugging a report using LDB, please share how you resolved it. If there are any other ways to debug a program of this kind please help me.
    Thanks,
    Nanda

    Hi Amith,
    I checked that way also, i put break point in database program of the copied LDB, but its not allowing to check the flow in that program also.
    Please suggest any other ways.
    Thanks,
    Nanda

  • Facing problem in MIRO posting

    Dear Experts:
    We are facing problem in MIRO posting for March 2014 entries. When we submit post for a Particular MIRO by giving back date 30.03.2014 then system generating MIRO number but that MIRO number not showing in vendor line item display or document flow. If we go back then system giving below message.
    For your kind information I'm also attaching our number range screen shot.
    For current period we are not facing any issue. Would you please suggest us what should we do to post MIRO by giving date of March 2014.
    Thanks in advance and your kind suggestion is highly appreciated.
    Best Regards.
    Ripon Kumar Paul

    It would be better if you analysis you update termination error in TCode ST22.
    Refer following discussion, where I have explained how to analysis this in ST22.
    - http://scn.sap.com/message/13915998
    Thanks, JP

  • Facing problem in transportation of web Interface

    Hi BPS Experts,
    I am facing problem in transporting the web interface.
    As part of one enhancement I have made some changes to one of the objects in web Interface in Integration system. Before doing transportation to consolidation, generated the new BSP application as well as saved the customized changes under one request for transport.
    Used the request number for Transporting to consolidation. The Layout in the consolidation is displaying error message as follows
    *Error with initialization or error on BSP*
    Component with name Group_Selection1 does not exist
    BSP application ZEBSP08_RF does not exist. Regenerate
    and when i check the web interface under BPS_WB transaction in consolidation. i able to see the change in objects which i made in integration.
    Please help in solving this problem in Layout.
    Thanks in Advance,
    Anil.

    Hi Ravi,
    Create the same function group and send it into test system with another TR.
    Once it get transported to test system, try to activate FM & FG.
    Reward points if it helps,
    Satish

  • I'M facing problem with this

    Hello Experts ,
                           I am facing problem to open server list in CMC Please help me how to overcome this .
    Regards'
    Dinesh

    Hi Dinesh,
    Regardsing your query please refer the below KBA
    1710454 - Unexpected error decoding JSF component BI 4.0
    https://service.sap.com/sap/support/notes/1710454
    Thanks,
    Daya

  • Hi Experts , I am currently facing problems while running restricted version copy .. The log says 0 location products copied and that the process has has timed out. the error message is /SAPAPO/MVM_INT_SVC_CO_VER_LCW reported exception in task DP00014, th

    Hi Experts , I am currently facing problems while running restricted version copy in sap apo .. The log says 0 location products copied and that the process has timed out. the error message is " /SAPAPO/MVM_INT_SVC_CO_VER_LCW reported exception in task DP00014 " , then ending in time limit exceeded. could anyone explain why this happens. please note even if the log says 0 location products copied , in reality they have have been partially copied.
    Regards
    Jerel

    Hi, thank you for your replies, I found out few things about my servlet, and its portability
    and i have few questions, although i marked this topic as answered i guess its ok to post
    I am using javax.servlet.context.tempdir to store my files in that servletcontext temporary directory. But i dont know how to give hyperlink
    of the modified files to the user for them to download the modified files.
    What i am using to get the tempdir i will paste
    File baseurl = (File)this.getServletContext().getAttribute("javax.servlet.context.tempdir");
    System.out.println(baseurl);
    baseurl = new File(baseurl.getAbsolutePath()+File.separator+"temp"+File.separator+"files");
    baseurl.mkdirs();so i am storing my files in that temp/files folder and the servlet processes them and modifies them, then how to present them as
    links to the user for download ?
    and as the servlet is multithreaded by nature, if my servlet gets 2 different requests with same file names, i guess one of them will be overwritten
    And i want to create unique directory for each request made to the servlet , so file names dont clash.
    one another thing is that i want my servlet to be executed by my <form action> only, I dont want the user to simply type url and trigger the servlet
    Reply A.S.A.P. please..
    Thanks and regards,
    Mihir Pandya

  • Sim problems- I updated my ipad2 to ios7 after that , iam facing problems with my sim, it showing no sim card after inserting sim. there is no prbolem with my sim.

    I updated my ipad2 to ios7 after that , iam facing problems with my sim, it showing no sim card after inserting sim. there is no prbolem with my sim.

    arun kumar chenna123 wrote:
    i have updated my iphone to ios4.1. after installation, it is showing as"The SIM card inserted in this iPhone does not appear to be supported. only compatible sim cards from a supported carrier may be used to activate iphone. Please insert the sim card that came with your iphone...."
    how to solve this problem. I don't have any sim cards that came with iphone.
    Please help out to solve this problem.
    It sounds like the phone was hacked or jailbroken, and updating it locked it to the original carrier. As it is not possible to update to any version other than the current one (5.1) the fact that you updated to 4.1 pretty much confirms the phone was hacked. There is no solution that you can get in an Apple forum.

  • HT4623 I AM FACING PROBLEM AFTER UPDATING (7.0.4) MY PHONE MODEL 5C,AFTER THIS UPDATE SOME TIMES I CANT MAKE CALLS & SOME TIMES WHEN ANY BODY ELSE WANTS TO CALL ME BACK THE MESSAGE COME THAT THE USER IS NOT REACHABLE.PLS HELP

    I AM FACING PROBLEM AFTER UPDATING (7.0.4) MY PHONE MODEL 5C,AFTER THIS UPDATE SOME TIMES I CANT MAKE CALLS & SOME TIMES WHEN ANY BODY ELSE WANTS TO CALL ME BACK THE MESSAGE COME THAT THE USER IS NOT REACHABLE.PLS HELP

    I am facing the same issue! I bought 5c few days back
    and everything was fine till I updated the software 7.0.4!
    Whenever am connected to wifi am unable to make a call and if someone tries
    Calling me they get the message that my number is not
    Reachable! When I go back to 3G the calls work perfectly!!
    Please help me out since I use wifi more than my network.
    Appreciate any advise on this

  • I am facing a new problem after a missed call. i phone will get freez on its lock screen after a miss call. Its seems that its main screen touch is not working properly.  This problem occurs after each and every missed call.

    I'm using iphone 5s with ios 7.1.2  & I am facing a new problem after every missed call. i phone  gets freezed on its lock screen. It seems that its main screen touch is not working properly. It should be bug introduced by apple . This problem occurs after each and every missed call .There is no patch announcement for this issue yet. There are few workaround to fix this issue: Reboot your iphone. But its  irritating to reboot the phone frequently after each issue....

    Hello dipthebe,
    Check out the articles below go through troubleshooting steps for your iPhone when the screen is unresponsive. You may want to try and restore your iPhone as a new device and then test out what happens when you miss a call to see if the issue is still present afterwards.
    iPhone, iPad, iPod touch: Troubleshooting touchscreen response
    http://support.apple.com/kb/ts1827
    Use iTunes to restore your iOS device to factory settings
    http://support.apple.com/kb/HT1414
    Regards,
    -Norm G.

  • I am using iPhone 4s, after my update to ios 5.1.1 I'm facing a problem that even though I've read messages from any application like whatsapp, messenger or normal message it still appears on my lock screen. What do I do?

    I am using iPhone 4s And I'm facing a problem that even if I read a message it still appears on my locksreen like I've not read it.
    Please help me out, thanks

    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.0.1. For the iPad Mini the iOS is 6.0.2. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
     Cheers, Tom

  • Hi all, i'm new and facing a problem while creating a new file for Xcode. I can't select the box "with XIB for user interface" if the subclass is "UIViewController".this problem happen after i upgrade Xcode to 4.6 version.Appreciate for any help rendered.

    Hi all, i'm new to Mac book & Xcode. I'm learning and facing problems while creating a new file for Xcode. Before i upgrade the software, i have no issue to create simple steps in apps. After upgrade Xcode to 4.6 version, i'm facing lot's of issue eg.
    1) "the identity "iphone developer" doesn't match any valid certificate/ private key pair",
    2) can't select the box "with XIB for user interface" if the subclass is "UIViewController"..
    Appreciate for any help rendered.

    Mikko777 wrote:So what is the best?
    I wouldn't judge. I've been to Arch for a week, you know? But as said, it's VERY close to it.
    What I dislike after a week is makepkg not handling dependencies automatically (which would be overhead, so probably not appropriate).
    Mikko777 wrote:Also theres KDEmod for modular kde, dunno if its for 64 bits tho.
    Don't actually need that as said ... I see no real benefit of having that other than not beeing a KDE user or having Gentoos useflags.
    Mikko777 wrote:PS:You produce a lot of text and welcome smile
    Yeah. Wonder why I'm still employed? So do I ...

  • I am using iphone 4s in India. I am facing a problem that some times when I got a call, my iphone got stuck and unable to unlock and I lost that call unattended. Then I have to reboot my iphone.

    I am using iphone 4s in India. I am facing a problem that some times when I got a call, my iphone got stuck and unable to unlock and I lost that call unattended. Then I have to reboot my iphone. There after it starts working. And in another incidence my iphone home page automatically shows extra large fonts. Plz help to encounter these problems. Sunil

    Restore the phone from backup.  If this does not work, restore the Phone as a new device not using backup at all.

  • My problem is that after printing the first photo or picture, when I come to print a second, both the Colour Management and Epson Colour Controls are greyed out and showing No Colour Management

    I have recently purchased a Mac computer (updated to Maverick) to go with my Epson Stylus Photo RX500 printer which has given excellent service with my old Windows computer. However, when trying to print pictures or photos via Photoshop Elements 11, the best results I can get are using the Colour Management and Epson Colour controls in the printing options box.
    My problem is that after printing the first photo or picture, when I come to print a second, both the Colour Management and Epson Colour Controls are greyed out and showing No Colour Management, The only way I can reset the controls is to shut down the printer and computer and restart.
    Could there may be a setting somewhere that I need to adjust please?  I have been in touch with Epson and they say that the Epson Colour controls are part of the Photoshop Elements software but a post on the Adobe forum brought no results and I am unable to contact Adobe.
    <Edited by Host>

    Hello Garry. Thanks for the reply. I guess I should have used a different title from "How do I post a question?" That should come after trying to resolved the colour settings first. However, to answer your question, after experimenting with all the different settings in Photoshop Elements and Epson software, I now start with PSE11 Colour settings then click "no colour management" then after clicking Print, I choose "More Options/Colour Management/Colour Handling/Printer Manages Colour" then I choose "Page Setup/Layout/Colour Matching" which then shows Epson Colour Controls but I also choose "Layout/Colour Management" which then shows "Colour Controls/Mode" I then of course choose an Epson printer profile depending on the paper I am using. I get good results but as I said, the Colour Matching and Colour Controls are then greyed out. Hope that makes sense.

Maybe you are looking for