Infinite time on compiling results

A known issue with Support pages. Reported and being worked on.

Hi guys, I recently downgraded from Windows8 to 7(64) bit and accidently deleted the recovery drive,So i headed over to the HP official website to download the missing drivers. I selected my device and my OS and when i clicked on OK, the usual " HP is compiling your results. This could take up to 3 minutes, depending on your computer and connection speed. Thank you for your patience" came about. I waited, 2mins, 3 mins, 5 mins, 10 mins, 20mins, 1hr......But nothing ever came after that. Without the drivers, i cant do anything. Please let me know what's wrong or what i am doing wrongThank you

Similar Messages

  • Answer report is taking infinite time without returning results

    Hi All,
    We have an issue with one of our user. When she is trying to fetch some reports, its taking nearly 1 hr without returning any error and some time returning error.
    Other user are able to fetch the same report.
    Is it something to do with her system/computer or any Application related issue?
    Thanks in Advance.
    Regards
    Sudipta

    Hi sudipta,
    It might be a network error or any error we cant say...First check the query retrieved by that user and run at the backend DB if its fast then look at the query for other users and compare it for any additional conditions coming into the SQL for that user and see how many records are fetching.This way we need to figure out the problem.
    if not check the network connections or firewall that is hindering the performance of the query.
    hope helps you.
    Cheers,
    KK

  • TS1368 I keep getting this error message and can't open the iTunes store. I've reinstalled iT a half dozen times with no results. "Registry settings used by the iT drivers for importing & burning CDs & DVDs are missing" reinstall iTunes

    I can't open the iTunes store and keep getting this error message. "Registry settings used by the iT drivers for importing & burning CDs & DVDs are missing. Reinstall iTunes." I've reinstalled iT a half dozen times with no results.

    You might have two different things going on at once here.
    Starting with the registry settings message.
    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

  • I keep getting an error message ''dbghelp.dll is missing.  please reinstall itunes''  did that 3 times and same results.  can't sync my iphone or even open itunes

    i keep getting an error message ''dbghelp.dll is missing. please reinstall itunes''  did that 3 times and same results.
    i can't sync my iphone and i can't open itunes
    how do i resolve this issue?

    Taken at face value, you're having trouble with a Windows OS dll.
    Perhaps try an sfc /scannow. For instructions, see the following Microsoft document:
    How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7

  • F110S (payment run + DME creation) running for infinite time

    Hi ABAP gurus,
    I originally posted this question in ERP finicials but didn't get any response. If somebody has faced any similar issue please share the solution
    A batch job schduled for "daily payment run + creation of DME files" using F110S (SAP ECC 6.0) . The batch is running in production for more infinite time.
    The job runs in following 2 steps
    1. SAPF110S which processes the payment clears FBL5N.
    2. SAPFPAYM_SCHEDULE.
    The second step seems a non-ending process.
    The job variant has only 15 customers, only one invoice is to be processed against one account.
    However in quality system the same job with more than 10,000 customer account range with more than 10 invoices runs just in few minutes.
    Any idea or suggestion why it's taking so long in production? Any missing configuration in production server?
    ==================
    It's not performance issue. When we run F110S or F110 in production with individual login id, program runs the way it should and finishes in reasonable time (for example the scenario I described in question finsihes in few seconds).
    The problem occurs only when production batch job runs with job scheduler; program seems looping somewhere for infinite time - to be particular it keeps reading the table TPRI_DEF which has just few records (must be reading this table inside a loop).
    Thanks,
    Satyaki.

    Hello,
    Since the issue seems still open, (status Not Answered), and since I encountered the same problem, here is the solution. Apparently, a printer must be defined either in OBPM4 (payment variant) or in user personal data (Menu System / User profil / Own data)
    In Box 'Spool Control' / Filed 'OutputDevice', enter your default printer.
    Once SAP report can determine Printer, program will stop to run endless.
    Best regards
    LB

  • [svn] 1625: Avoiding an NPE instead of blindly instantiating a new localization manager here when encoding the compilation result of a CSS file to a SWF to unblock QE .

    Revision: 1625
    Author: [email protected]
    Date: 2008-05-08 13:53:33 -0700 (Thu, 08 May 2008)
    Log Message:
    Avoiding an NPE instead of blindly instantiating a new localization manager here when encoding the compilation result of a CSS file to a SWF to unblock QE.
    Doc: No
    QE: Yes
    Bugs: SDK-15490 - Compiler gives nullpointer in encode of incremental compile if benchmark is set to true
    Reviewer: Paul
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15490
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java

    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

  • PDF Upload using Upload UI in WD ABAP take infinite time

    Hi experts ,
    I am trying to upload a PDF file in my WD ABAP Application. I have created a WD View like this .
    I have created a File upload UI and an Interactive Form .
    My Context structure looks like this .
    CONTEXT
    ->  PDF_DATASOURCE
          ->  NAME
    -> PDFSOURCE ( Type XSTRING )
    -> FILECONENT ( Type XSTRING )
    I have bound pdf_datasource and pdfsource to my interactive form and file content to file upload UI.
    When I upload any file and then transfer the data from filecontent to pdfcontent on action of a button Upload PDF.
    data content type xstring.
    wd_context->get_attribute( exporting name = 'FILECONTENT'  importing value = content ).
    wd_context->set_attribute( name = 'PDFSOURCE' value = content ).
    When This Action is executed it page take infinite time to transfer the content .
    Please let me if I am missing any thing to transfer the uploaded file content to PDF content and show the form in the view .
    Regards
    Abhay

    Hi Santosh,
    Are you using FILE UPLOAD UI Element or not?
    Please go through this.. it might helps
    Re: File Upload Using BAPI
    /people/shruti.rathour/blog/2008/02/07/uploading-sap-interactive-form-on-the-abap-webdynpro-view
    Re: FTP_CONNECT failed for SAPFTP from WD4A to external Server
    Cheers,
    Kris.
    Edited by: kissnas on May 3, 2011 7:15 AM

  • I've purchased numerous books through itunes and now I'm unable to open ibooks; I get a "book format error, delete and redownload" which I've done numerous times with negative results.

    I've purchased numerous books through the itunes store in which I was able to read.  Now I'm unable to open some of the ibooks that I've purchased, I get an error message...book formate error, delete and redownload, which I've done numerous times with negative results.  What are my options?

    within the receipt that Apple sent to you via email is a Report a Problem link. use that link to report your issue.
    also you could try a basic reset and see if that resolves your issue. hold down the Lock button & Home button at the same time for ~15 seconds, the iPad should then perform a reset.

  • I have upgraded to Yosemite and tried to launch iPhoto.  It wants to upgrade my library but gets stuck half way through the upgrade.  I have quit and tried again several times but same result.  Can anyone help?

    I successfully upgraded to Yosemite and tried to launch iPhoto.  It wants to upgrade my photo library but gets stuck half way through.  I have quit and tried several times but same result.  Can anyone help?

    download iPhoto Library Manager - http://www.fatcatsoftware.com/iplm/ -  and use the free trial's rebuild command to create a totally new library leaving the existing one untouched for use as needed in the future
    LN

  • In the download assistant it shows download complete but nothing happens. attempted a few times but same results?

    In the download assistant it shows download complete but nothing happens. attempted a few times but same results?

    Hi rontailor,
    After Adobe Download Assistant is installed, you can start it at any time and select a product to download at the bottom of the window. The list updates as new products become available to download with the Adobe Download Assistant.
    Please refer : http://helpx.adobe.com/x-productkb/policy-pricing/download-assistant-faq.html#main_How_do_ I_download_a_trial_version_of_Creative_Suite_or_Elements_software_
    Alternatively you can try downloading it from the direct download links available at: http://helpx.adobe.com/acrobat/kb/acrobat-downloads.html
    Regards,
    Rave

  • I just installed iLife 'll but i can not find it in my applications. I've tried installing it nearly 10 times with no results. PLEASE HELP!!

    i just installed iLife 'll but i can not find it in my applications. I've tried installing it nearly 10 times with no results. PLEASE HELP!!

    i found the original demos of the iPhoto, iMovie, Garageband,
    I think you'll find those are the applications you have installed.
    Regards
    TD

  • For the maintaining session for infinite time

    hi
    i want to know that how can we make a session valid for infinite time.i mean to say if we have to make session invalid explicitly otherwise it would be alive for infinite time
    thanks

    unless you're using static IP's, then your lease is going to expire at some point in time and you'll eventually loose the connection.
    You can store "session" information and reinitialize and connect to a damon that is running on a server.

  • KQED radio app .. downloaded but every time I try to open it it quickly says downloading but never opens.  Any suggestions?  Tried downloading a second time.  Same result.

    downloaded but every time I try to open it it quickly says downloading but never opens.  Any suggestions?  Tried downloading a second time.  Same result.
    Any ideas?  I'm pretty much a novice on the iPhone.  Have 4S.  Thanks

    Is it giving you any option to sign in or license this software. If yes click on sign in/License this software to proceed further and activate it. If it is perpetual license activate by entering your serial key and signing in and if it is a subscription then just sign in with your Adobe it an dit will get activated.

  • TS1559 my ipod touch 1g upadate now 3.1.3 but my wifi still Greay Out . i am following this steps lot of time but not result . please tell me 100 % solution of greayed wifi ! please

    my ipod touch 1g upadate now 3.1.3 but my wifi still Greay Out . i am following this steps lot of time but not result . please tell me 100 % solution of greayed wifi ! please

    See:
    iOS: Wi-Fi or Bluetooth settings grayed out or dim
    One user reported that placing the iPod in the freezer fixed the problem.
    If not successful, an appointment at the Genius Bar of an Apple store is usually in order.
    Apple Retail Store - Genius Bar

  • Adadmin Compile APPS schema never complete & it running for infinite time

    Hi,
    When I am trying to compile apps schema from adadmin --> compile apps schema, It never complete & it is not compiling invalid objects, I tried to manually run the adutlrcmp.sql through SQL, also the same problem the scripts is stuck (hang) in the UTL_RECOMP.RECOMP_PARALLEL proceure.
    Please note the following:
    1- That I am able to compile invalid objects manually through Toad Or through alter package.
    2- The compile apps schema was running successfully & very fast in the past.
    What should I do? how can I resolve this issue ?
    Your quick feed back is very much appreciated.
    Marwan

    Hi Hussein,
    The following is the adadmin log for the compile apps schema:
    AD code level : [B.1]
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPS......Connected successfully.
    sqlplus -s APPS/***** @/u03/applprod/prod/apps/apps_st/appl/ad/12.0.0/sql/adutlrcmp.sql APPLSYS ***** APPS ***
    ** ***** 0 0 NONE FALSE
    Arguments are:
    AOL_schema = APPLSYS, AOL_password = *****,
    Schema_to_compile = APPS, Schema_to_compile_pw = *****,
    SYSTEM_password = *****, Total_workers = 0, Logical_worker_num = 0
    Object_type_to_not_compile = NONE
    Use_stored_dependencies = FALSE
    Connected.
    Running utl_recomp.recomp_parallel(0), if it exists
    no rows selected
    Elapsed: 00:00:00.17
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.00
    STATUS_MESSAGE
    Running UTL_RECOMP.RECOMP_PARALLEL...
    declare
    ERROR at line 1:
    ORA-01013: user requested cancel of current operation
    An error occurred while running a SQL*Plus script.
    As you can see the :
    STATUS_MESSAGE
    Running UTL_RECOMP.RECOMP_PARALLEL...
    Is stucking & you wait for a long long time & it never ends So I canceled it manually.
    And when checking the database locks the following appears:
    OWNER OBJECT_NAME
    APPLSYS FND_CONCURRENT_QUEUES
    APPLSYS FND_CONCURRENT_REQUESTS
    Regards,
    Marwan

Maybe you are looking for

  • Headphones are no longer working

    I can't make the sound from any of my apps come out through the headphones--as in, the headphones are plugged in and it still coming through the speakers on the iPad. It had been working normally for months and this morning suddenly developed this qu

  • Header in Objects

    Hi friends, How can we add header in abap object thanks, Prashant

  • CSS Load balancing on same subnet/vlan

    Hi I have connections coming in to a VIP which is load balanced with a CSS between web servers. However I need the web servers to talk to a VIP on the same subnet and then load balance that to servers in the same subnet as my web servers. We are usin

  • How to find the engine type in EP installation

    Hello, Please let me know how I can find whether EP installation is done on ABAP or J2EE engine.

  • Moving init.ora file

    Hi, I'm in 8i on WinXP. By doing following I move init.ora file : SQLPLUS>shutdown immediate user>oradim -EDIT -SID DB1 -PFILE C:\oracle\admin\db1\exp\initdb1.ora -startmode auto Now if I start the service, it is OK and DB would be open. but if I iss