URGENT!!! Java Gurus Please Help with adf issue!

PLEASE SEE MY LATEST POST BELOW TIMO'S RESPONSE. THE REQUIREMENT HAS CHANGED. THAT IS THE ISSUE I AM LOOKING A SOLUTION FOR.
Hello All,
We have a requirement where our adf/jsf app needs to pick an EXCEL file from the server where the application is deployed. The sequence is :
User comes to the page
Clicks on "Open EXCEL" button
EXCEL file located in the c:/ of the server opens up.
How can this be done? I do not see any coding needed because the EXCEL file is being opened as is (and after user views it he closes the file) and the data is not being transferred to the jspx page.
*We are totally flexible in how this is implemented - ie, using button, link , html etc etc. What ever works!!!!*
Thanks,
Edited by: user12054715 on Aug 17, 2010 8:54 PM
Edited by: user12054715 on Aug 18, 2010 4:11 PM
Edited by: user12054715 on Aug 18, 2010 4:13 PM

Hello Timo,
I am using 10.1.3g so your response is not going to help me.
However, I have another question that I have already posted on the Forum. Please help me...
Requirement:
*1. Java application should be able to write "Hello World" in the excel file, when the user opens it.*
I CAN DO THIS WITH THE FOLLOWING CODE:
HSSFWorkbook wb = new HSSFWorkbook();
HSSFSheet sheet = wb.createSheet("newSheet");
HSSFRow row = sheet.createRow(1);
row.createCell(1).setCellValue("HelloWorld!!!!!!!!!");
*2. A "Write To Excel" button on jsf page opens a dialog asking user to Save or Open the excel file. (user can save the file anywhere on his machine)*
I CAN DO THIS WITH THE FOLLOWING CODE:
In jsf:
<af:commandButton text="Download" action="#{myBackingBean.writeToExcel}" useWindow="true"/>
In backing bean:
public static void writeToExcel() throws IOException
String filename = "workbook.xls";
// //Setup the output
String contentType = "application/vnd.ms-excel";
FacesContext fc = FacesContext.getCurrentInstance();
HttpServletResponse response = (HttpServletResponse)fc.getExternalContext().getResponse();
response.setHeader("Content-disposition", "attachment; filename=" + filename);
response.setContentType(contentType);
PrintWriter out = response.getWriter();
BOTTLENECK: When the user opens the excel how do I show "HelloWorld!!!!!!!!!" ?

Similar Messages

  • Please help with WSRPi Issue

    Hi Gurus,
    I am using the Application Workspace Portlet extension for JDEV 1013.
    This morning I deployed successfully some JSR-168 Portlets in my WSRP OC4J container and registered the providers successfully with Portal 10.1.4
    Now I am following exactly same steps but I am encountering the following error:
    An error occurred during the call to the WSRP Provider: Java stack trace from root exception:
    java.rmi.ServerException: Internal Server Error (java.lang.RuntimeException: oracle.webdb.wsrp.server.ContainerException: Unable to load resource bundle "project1.resource.Portlet1Bundle")
    at com.sun.xml.rpc.client.StreamingSender._raiseFault(StreamingSender.java:384)
    at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:245)
    at oracle.webdb.wsrp.WSRP_v1_ServiceDescription_PortType_Stub.getServiceDescription(WSRP_v1_ServiceDescription_PortType_Stub.java:63)
    at oracle.webdb.wsrp.client.design.v1.OraWSRP_v1_ServiceDescription_PortType.getServiceDescription(Unknown Source)
    . (WWC-43273)
    Any Ideas for this issue??
    Please Help.
    Thanks
    JO

    Hi JO,
    I remember this problem - it used to occur in one of my Portlets. It usually happens when the Portlet is not compiled using the same JDK compiler as the OC4J.
    Does your JDev 10.13 ( the default JDK is JDK 1.5 ) & the OC4J contaier for Portal 10.1.4 have the same JDK version ?
    Regards,
    Sandeep

  • Please help with Contribute issue- Adobe or anyone!

    My issues are many- I don't know where to start. First, as a long-time Adobe customer, I can not believe how support has declined- I really miss my "support package" from the early 90's when I spoke with a person who really knew how to address my problems and/or questions. I am so tired of being outsourced to someone who has no idea how to address my problem- only to send me to "Document #8932023912 03" off of the Adobe website. I want to talk to someone who KNOWS and APPRECIATES this product, and who understands its internal behavior (like what I get when I call MAC SUPPORT). I will pay for it! I have invested thousands of dollars on Adobe software and am now at an unacceptable standstill.
    My small business relies on the Adobe Creative Suite 4 and the Contribute program. Up until now, I have never had a complaint, especially after moving to Mac a few years ago. Troubles started after two things (still not sure what the culprit was) - installing Snow Leopard and installing a Wacom Bamboo tablet (on the same day- my bad). Well, Illustrator, Photoshop work just fine as well as my other non-Adobe programs. But I can't even open InDesign (will post this on the proper post) or Contribute. So Apple had me deduce that I needed to create a new User and try things there. I eventually migrated to this new user but still, I cannot use Contribute.
    I have set permissions with the program and contents of the folder- in addition to my Contribute keys to no avail. I can't even open it. Nor can I open it in my Root user which at least lets me run In Design. I am at a total loss and I need to update a website for my client. PLEASE someone, I would so greatly appreciate any advice or instruction as to how to run Contribute on my new user. Or in my Root user. I just need to get it to open! Reinstall did nothing PLEASE HELP.
    A special note to anyone from Adobe: I want to talk to someone via a support package-- NOT outsourced. Does this fee-based option exist? It doesn't seem to from the main support number. If someone can help direct me, I would appreciate the proper instruction to do so. I need to get my InDesign running again and I have already invested multiple hours, days with Adobe support with NO solution at all. This is unacceptable in my mind, especially for the moneys invested.
    Thank you in advance... Aimee M.

    I totally share your views on Adobe period. I loved Macromedia., they also answered all my questions, then Adobe had to buy them out! I called them today (sales Dept., that's where they answer rather quickly., of course), they explained the following: You can pay for a live person, but the prices differ  in that they come in packages. In other words, you can pay a flat rate per hour for one-on-one OR pay for one-on-one tech support 5 times per month, and the amount of times per month vary from that point on., and so does the price!  I'm baffled! They are HORRIBLE!! . Like yourself, am on a standstill ever since I've been stuck with not being able to publish my site with current edits and it gives me a message whereas my own company name is "currently editing the page," so it keeps kicking out. I've tried everything, including but not limited to the following: going to the library and checking out books to troubleshoot; going on Adobe pages for support as well the Help features on the software program., etc...I'm exhausted!  ADOBE you guys need to reassess your Customer Care Support and your outsourcing business as well!!! YOU WILL LOOSE YOUR CUSTOMERS RATHER QUICKLY!!

  • Please help with this issue "To Run a SSIS Package outside of Server Data Tools You must install Drived Column of Integration sercvies of higher" From C# app

     i have searched all over the google and here on MSDN(I have read all the threads related to my problem ) , i am new to SISS and doing my clg project ,
    I have this package which loads data from  dim tables to a fact table , my Package runs without any problem in BIDS (2012)
    I have installed SQl Server integration services on SQL and service is also running in services.msc,
    the problem comes when i execute my package using my C# application i am using MSDN Method to execute a SSIS package programmatically given here.
    "http://msdn.microsoft.com/en-us/library/ms136090.aspx"
    For loading my FactTable i have used a Derived columns  and some lookups , 
    Now if i don't use derived columns and looks ups and just use source and destination component then my package runs fine from my C# application but if i use derived columns or looks ups etc it gives the following error
    "Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/SSIS.Pipeline: To Run a SSIS package outside of SQL Server Data Tools you must Install Derived Column of Integration services of higher"
    I am searching and trying to resolve this issue from previous 2 days but without any luck please help or guide me what is solution to this problem ,,i will be very thankful
    I have also found that integration services that are running on my system have version  10.0
    but the BIDS have version Version 11.0.3402.0
    IS this causing problem ?  if yes then what i have to do  ?

    Hi BlaxButt,
    The package is developed in SSDT installed by SQL Server 2012, so it is a SSIS 2012 package. However, the Integration Services you have installed is SQL Server 2008 R2 version. To run the package outside SSDT, you need SSIS 2012 installed. The reason why
    the package runs fine with only Source and Destination components is that such a simple package can be executed by the DTExec utility installed by SQL Server 2012 Data base Engine or Client Tools (SQL Server Import and Export Wizard). To run a package that
    uses other tasks/components outside SSDT/BIDS, the SSIS runtime is also required except the DTExec utility. To obtain the SSIS 2012 runtime, we have to install SSIS 2012 on the server where the package runs.
    Reference:
    http://stackoverflow.com/questions/19989099/getting-error-running-ssis-package-on-non-ssis-server
    Regards,
    Mike Yin
    TechNet Community Support

  • Please help with export issue with HD.

    I have a current project set at 1920x1080 HDTV 1080i (16x9) and my customer has decided to change his mind and not go HD 16x9 which I had shot in specifically for this reason. What settings could I use to export for 720x480 DVD 4:3? Please help.
    Thanks
    Joe

    +Do I copy and past the Sequence file from the HD into a DV NTSC new project? Yes or no?+
    Yes. Once you are done export it to Compressor to encode your video into an m2v and the audio into an ac3 dolby stereo. Then import those as assets in DVDstudio4, create your menu, if you need one and burn your DVD.
    +Can you give me a more step by step?+
    As I asked before...are you not familiar with using Compressor and/or DVD Studio Pro?
    If not (and if the links I sent to you are not helpful enough) then follow these two approaches:
    (Hope Shane Ross doesn't mind if I report one of his stock answers about a basic way to make a DVD followed by my basic "step by step" use of Compressor in order to give the OP a quick and easy support).
    Shane Ross wrote:
    +The absolute simplest way to make a DVD using FCP and DVDSP is as follows:+
    +1. Export a QT movie, either a reference file or self contained using current settings.+
    +2. Open DVDSP, select the "graphical" tab and you will see two little monitors, one blue, one green.+
    +3. Select the left blue one and hit delete.+
    +4. Now, select the green one, right click on it amd select the top option "first play".+
    +5. Now drag your QT from the broswer and drop it on top of the green monitor.+
    +6. Now, for a DVD from an HD source, look to the right side and select the "general tab" in the track editor, and see the Display Mode, and select "16:9 pan-scan."+
    +7. Hit the little black and yellow burn icon at the top of the page and put a a DVD in when prompted. DVDSP will encode and burn your new DVD.+
    +THATS ALL!!!+
    +NOW...if you want a GOOD LOOKING DVD, instead of taking your REF movie into DVD SP, instead take it into Compressor and choose the BEST QUALITY ENCODE (2 pass VBR) that matches your show timing. Then take THAT result into DVD SP and follow the rest of the steps. Except you can choose "16:9 LETTERBOX" instead of PAN & SCAN if you want to see the entire image.+
    Gogiangigo wrote:
    Creating your MPEG2 and AC3 files with Compressor:
    Compressor will create an Mpeg2 of your edited video and an ac3 (dolby stereo) for the audio (You can't create ac3audio with DVDstudio).
    (Use google for any farther information about any word or definition that remains slightly unclear to you).
    After that is done burning your DVD with DVDStudio will be quicker and easier.
    Step 1
    Once you are done with the edit you can:
    either export it straight from the timeline to Compressor (File>Export>Using Compressor)
    or create a QT movie (check self-contained in the export window) and import into Compressor after you open it.
    If you export it straight from the timeline Compressor will open automatically,
    if you wish to use the self-contained QT movie you can still export it from an open FCP project or open Compressor independently. If the the latter is your case once you open Compressor click on Add File in the toolbar (top left corner ).
    In both cases your video will appear in an untitled project right below the toolbar. You can see the movie (or FCP) icon and the title of your project.
    Now, the simplest way to proceed is as follow:
    you see the text next to the icon of your movie (in the blue rectangle) saying "drag here settings and destinations"? Now go to the settings window below, you can see the settings and destinations tabs. Go to Settings>Apple 4 groups>DVD 10 groups>DVD best quality 90 minutes two settings. This is the most common setting to use.
    In a nutshell drag the DVD best quality 90 minutes folder over the "drag settings and destinations here" text. Choose your destination. If you click each setting the inspector window activates. Now before we go ahead I suggest you to read the manual and understand the importance of the inspector window and its functions. In particular read about Avarege bit rate, maximum bit rate and in general Variable frame rate (VBR) and constant frame rate. With regard to audio read about ac3.
    This time we leave default settings and proceed by clicking the Submit button.
    In the preview window, right below the player commands you can see a little arrow and a date, click on the arrow and you can see that Compressor is encoding your video.
    Step 2
    When the encoding process is over open DVDstudio.
    See the first button of the toolbar , top left? Click on Import Asset, find your encoded audio and video files and open them.
    Now since your movie has been already compressed video(Mpeg2) and audio (ac3) they will show in the assets tab below the graphical tab followed by two green lights.
    From now follow Shane Ross's steps from point 3 if you don't want a menu.
    If you need a menu there's a simple video tutorial that came with FCP studio 2 discs . Take a look at that.
    Best,
    G.

  • Please Help with printer issues

    I have an iMac intel and with OS 10.8.3. Since the last update about 2 days ago I have not been able to print though the printer is on the same wi-fi as iMac.  I have restarted both but to no avail. I deleted all the printers I had to try and add the same printer and the iMac will not list this printer, so I do not have the opportunity to add it. I rely heavilly as this is my liveliihood to be able to scan and print docs. Was this caused by the last update or is there something else going on? Please help!!!

    did a copy paste of HP OfficeJet Pro 8500A Plus into google
    https://www.google.dk/search?client=opera&q=HP+OfficeJet+Pro+8500A+Plus&sourceid =opera&ie=utf-8&oe=utf-8&channel=suggest
    first hit
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?cc=dk&lc=da&dlc=da&tmp_geoLo c=true&product=4116838

  • KM images retrieving in Applications   ----Java gurus please help -- URGENT

    Hi,
    I am retrieving images from KM in the webdynpro application and then displaying Adobe Interactive Form with the help of the blog :
    /people/bobu.georgeputheeckal/blog/2006/12/22/getting-an-image-from-km-documents-to-be-used-in-web-dynpro
    But the images i could retreive are atmost  20kb , if the size of the image is more eg : 70kb , the image is not displaying . In the code of the blog :
    //Reading the image file……
    BufferedInputStream bufIn =
    new BufferedInputStream(resourceimg.getContent().getInputStream()); *
    byte[] imagebyte = new byte[bufIn.available()];
    bufIn.read(imagebyte);
    Wile  getting BufferedInputStream object from resource object ,,,,,,,if the size is say 70KB ,,,,it is giving problem .But if the size is less say 10KB it is ok .
    Pls anyone provide me to overcome this problem and can get byte[] ,,, and can proceed further for larger images .
    Thanks and Regards,
    Srini
    Edited by: srinivasa rao on Feb 20, 2008 6:39 PM

    Srinivas,
    I think that's because the default filesize for BufferedInputStream class is 2048 bytes.
    Change your code as follows and check if it resolves your issue:-
    BufferedInputStream bufIn =
      new BufferedInputStream(resourceimg.getContent().getInputStream(), Integer.MAX_VALUE);
    byte[] imagebyte = new byte[bufIn.available()];

  • All u java gurus -please help me with my DAEMONS

    I had already posted one query regarding the same but due to some unsatisfactory answers I am forced to ask the same question.
    JUST TELL ME HOW TO WRITE DAEMONS IN JAVA- REST I WILL MANAGE
    heres my problem:
    I have to make a java program to backup and restore encrypted files over a network.
    The daemon should :
    1 . The daemon has to be able to send messages to all other comps in the network that a user on some machine wants to backup or restore a file.
    2. It also needs to be able to find all the files backed up of others as well as my own files on my PC.
    3. I will maintain files placed on each PC using hash tables for efficient searching.When this is done the daemon will figure out from a heap of free disk space how many comps are to be involved.I then use a TCPserver or TCPclient class to open connections to them and send or receive encrypted files.
    4. Daemon will send messages across the network if any system change(disk space +/-) occurs.Can anyone give me some documentation and links on the same?
    Yeah,one more thing how will that daemon calculate free disk space on my computer -any methods would be appeciated -This willl determine what computers to select for back up.
    IF all the above doesnt make any sense just tell me how to write a daemon-I need the code for this.
    Also how will ensure that my daemon will run at the same time a machine boots up.
    help for any part will be appreciated

    Check out the apache commons daemon library and associated stub program. http://jakarta.apache.org/commons/daemon/
    AFAIK There's no quick way in the Java libraries of measuring free disk space. Best bet is to exec the appropriate command line utility and read the results programatically.

  • Java Gurus  please  help

    i have to buid a screen saver with my companys logo on it which is a flash file any idea how i can do that
    Thanks in advance

    so you tell me how do i create it !! Iam familiar with java thats why i thought so please tell me how to craete

  • Please help with several issues-Pictures, Videos and More.

    I'm on my 3rd iPhone4 in 48 days. A few weeks ago I switched to ATT from Sprint and the EVO because my Company forced me too (they pay for my line). I have a bunch of issues. I won't get into the poor reception and dropped data connection since this is a hardware problem. Ok, when I take pictures and send in an email they don't send straight. Even is I rotate then and save that way when I attach the picture it's not straight. This also happens with video. If I send in a text they are correct. If anyone has tried a Samsung Galaxy S I would like feedback on that too. Probably a long shot in an iPhone forum but I am desperate. I'm not pleased with this phone. I may have to return it.

    The ATT rep has visited our work twice. Several us have had issues. He told us we would be able to return our phones even after the 30 days because of all the service tickets open on our phones. If we wanted to move to something else we would just pay the difference. So if I wanted to change to the GalaxyS it wouldn't cost me a thing since it's $199 which I paid for my iPhone. For some reason when I double tap the space bar for a period most of the time it types the letter B. Why is this?

  • Please help with speed issues and powerline adapte...

    Hello all,
    I have had infinity for a few months now and I am very unhappy with the quality of service so far, I wont go into that however,
    the problems I currently have are:
    speed dropped from 76.8Mbps down to 34.6Mbps within a week of going live, they have replaced my HH3 twice to try and remedy this but its still the same, anything you can recommend?
    as for the powerline adapters, i bought 2 extra when I took out my infinity package, all 4 have failed twice, they have been replaced aswell, received a new set this morning to install and they don't work!
    When I set them up I get the green data light and green power light, however once I plug the Ethernet cables in, the data lights go off after around 10sec,
    no matter how many times I reset and marry them its the same output, then maybe they will work for around 10-15 minutes and then go off again.
    I have 4 adapters in use ATM
    2 for vision and 2 for my computer 
    bt sent me 2 different models for some reason
    I have the white simpler networks ones, 2 have black writing and 2 have orange,
    sorry for the essay but from the experience I have had from BT so far I am not impressed
    thankyou for any help in advance
    regards  

    Ratty2012 wrote:
    The 200mbps refers to the theoretical duplex speed and not the actual connection speed. In ideal conditions the actual is about 70 to 80mbps for the 200 adapters. So therefore most of the time in normal conditions they connect at a much lower speed.
    That's what I meant, hence why would you get 500Mbps ones if they ain't going to reach unless you're going to have your house wiring upgraded if the speed is rubbish. Didn't mean to be rude xD
    If this helped you please click the Star beside my name.
    If this answered your question please click "Mark as Accepted Solution" below.

  • Please help with printing issues...

    I used the "Real estate" template for newsletters in Pages '08, and the newsletter looks great, but when I print it out, the top box, the "real estate" box, prints just a blue box...not at all what I am looking at on the screen, everything else is great, and even when I click on preview after print, it looks great, but does not print out the right box...I even printed just the pages template, wondering if I had edited something wrong, but even the pages template does not print the top box as shown...I have also had a difficult time printing out coupons with bar codes on them...I know it is not the printer, as it is shared with a pc, and the coupon and pdf file print fine thru the pc...what am I doing, or is there a setting I have missed?? Thanks so much.

    If its a problem printing from program AND Preview, that might imply a system problem, not a program issue. You said it was one of the template files.
    Send me an email this weekend (so I can get your email without posting it up here). I will produce a pdf from my machine of the same template and email it back to you. See if that one prints correctly.
    If it does, then we eliminated Preview or the printing subsystem as the problem, it is with Pages producing the pdf.
    If it still prints bad, then its a system issue.
    I see you have printed over and over with different methods, but I don't think I saw if you exported as a pdf and printed that. have you?
    Get in touch and we can try it to help narrow down your search of where the problem resides,
    Jason

  • Nearly there but not quite - Please help with display issue

    Hi,
    I had an issue with my mac starting which I resolved by replacing the graphics card. The mac now starts without issue BUT!
    In display preferences there is only one display resolution, no detect display button and if I try to calibrate the sliders have no effect
    I have tried resetting PRAM and SMC with no effect and also tried a different monitor
    Hardware Overview:
      Model Name:          Mac Pro
      Model Identifier:          MacPro3,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          3 GHz
      Number Of Processors:          2
      Total Number Of Cores:          8
      L2 Cache (per processor):          12 MB
      Memory:          8 GB
      Bus Speed:          1.6 GHz
      Boot ROM Version:          MP31.006C.B05
      SMC Version (system):          1.25f4
      Serial Number (system):          CK******XYL
      Hardware UUID: *****
    ATI Radeon HD 5770: (Previously ATI Radeon HD 2600 XT)
      Chipset Model:          ATI Radeon HD 5770
      Type:          Display
      Bus:          PCIe
      Slot:          Slot-1
      PCIe Lane Width:          x16
      VRAM (Total):          1024 MB
      Vendor:          ATI (0x1002)
      Device ID:          0x68b8
      Revision ID:          0x0000
      ROM Revision:          113-C0160C-155
      EFI Driver Version:          01.00.436
      Displays:
    Display:
      Resolution:          1920 x 1200
      Depth:          32-Bit Color
      Core Image:          Software
      Main Display:          Yes
      Mirror:          Off
      Online:          Yes
      Quartz Extreme:          Not Supported
    Display Connector:
    Display Connector:
    <Edited By Host>

    Not everyone updates their hardware porfile but it should have been spotted that yours lists 10.5.8 which was a big clue and reason to ask and check what you are runnning.
    Apple sells 10.6.3. Unlike the prior two which did come out with 10.X.6 which would work and allow boot from DVD you may need the 10.6.8 on flash memory that comes with Lion except that is $69.
    We usually do but get tired now that we've been saying "ATI 5x70 needs 10.6.5 or later" when people upgraded their graphic card like you did.
    I wish that wasn't so. I don't know how ATI does it for Windows but they do have to retool their drivers when a new OS comes out but end up with a package that supports more than one OS version.

  • Please help with javascript issue

    Hi all,
    So ive got this piece of javascript -
    $("#verse_inscriptions").on("change", function() {
        var verse = $(this).children("option:selected").val();
        if(verse != "0") {
            $("#textarea").val($("#textarea").val() + " " + verse);
            calculateTotal();
    of this page http://www.milesmemorials.com/product-GH54.html What i need is to adapt it so that it will allow this function to happen whilst also inserting the same information into the textarea here -
    <textarea name="textarea2"id="textarea2"></textarea>
    So basically i have 2 forms, the first is where the customers make their choices/selections and the second form retrieves those choices and inserts them into form2 by 'onchange' attributes, but the piece of code above is stopping that from happening (only on this part of the form 'inscriptions and verses'and 'textarea' which as you can see are both interlinked).
    Can anyone help me with this? I appreciate any help.

    Sorry it's calculateTotal(); instead of processTextarea(); in the code above.
    The in the function calculateTotal you can add a piece of code to update #grand_total2:
    function calculateTotal() {
        $("#grand_total, #grand_total2").val(totalAmount.toFixed(2));
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • PLEASE HELP WITH ITUNES ISSUE!!!!

    as of today when I try to go to Itunes store I get this message :
    ITunes could not connect to itunes store the requested resource was not found. make sure your network connection is active and try again.
    What do I do??
    TIA

    yep just tried your link and the page just doesnt load, i have sat here for 5 minutes on the same page waiting for it to load and nothing.
    It does the little swirly loading thing in the corner of the tab to say its loading the page but it doesnt actually get there and finish it.
    I have tried 3 different browsers on 4 different computers and also asked a friend to try on theirs to see if they can get to it and they cant either, so it cant be the computer, something must be up with the site.

Maybe you are looking for

  • Disk error message in Organizer

    When I open Organizer in Acrobat Pro 9, I get a No Disk error message: "There is no disk in the drive. Please insert a disk into drive \Devise\Harddisk\DR1" with buttons to Cancel, Try Again, Continue. If I cancel [and I have to cancel twice for each

  • Album Art Question

    I have a 60gb iPod with Video with 8,000 songs imported from WMP. Album Art shows up on some files only at random, and for some songs within the same album. I have iTunes set to show Album Art. How do I fix this? Thanks

  • I need to know the command line address for Downloads

    I had a problem with an exe file in Downloads within Firefox and was not able to delete it. I finally got things working OK but would like to know the command line address (under Vista) for Downloads in FireFox. I looked in 'Computer' but could not f

  • Distributed cache in custom developement.

    Why it is not recommended to use distributed caching in custom development in SP2013? Is there a reason, other than the concern of overwriting the cache used by SharePoint? If that would be the concern, any precautions we can take to overcome it?

  • Scrolling issue using my multitouch touchpad

    I own an Asus Zenbook UX31E that uses the Elantech touchpad driver. I have updated it to the most recent version of 5.2 In IE9, when I am viewing a photo on facebook, i can vertically scroll normally using two fingers. the page cannot horizontally sc