The requested operation is not supported on forward only resultset.

I have created an interface in java which is connected with SQL server 2008 r2. When I press the Next and Previous button it navigates the record successfully. But when I search a particular record in database
and then click the Next or Previous button it not show the Next of Previous data please guide me where might be the problem. I wrote the following code to prepare a query. 
pst=con.prepareStatement(sql,ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
        rs=pst.executeQuery();
thanks in advance 

Good day AliShakir
Your question has nothing do to with SQL Server, but with Application's Architecture.
The solution can be like this:
Each time that the buttons click, you need to check what is the value in the search field. If the value is not empty (ue trim function to clear balk spaces), then you should post a query which include a filter (I do not know Java, but make sure that you
do not use + to add the filter or your application will be open for SQL Injection!, you should use parameters or SP)
I recommend that you post the question on Java forum as well (as Shanky suggested), and dont forget to post code and not just images, since in most forum's interfaces no one will help you if you dont post code.
  Ronen Ariely
 [Personal Site]    [Blog]    [Facebook]

Similar Messages

  • The requested operation is not supported on forward only result sets.

    hi,
    com.microsoft.sqlserver.jdbc.SQLServerException: The requested operation is not supported on forward only result sets when using rs.relative() method. this exception occurs when using com.microsoft.sqlserver.jdbc
    st = con.createStatement();
    rs= st.executeQuery("select * from emp1");
    rs.relative(2);
    regards,
    gopi

    I suggest you use the following instead of 'relative'. Its a more standard way of doing it.
    while(rs.next()){
    String x1=rs.getString("firstName");
    }

  • The requested operation could not be performed because OLE DB provider "MSOLAP" for linked server does not support the required transaction interface.

    I am getting the following error when attempting to INSERT the results of an "EXEC(@MDXQuery) at SSAS LinkedServer":
    The requested operation could not be performed because OLE DB provider "MSOLAP" for linked server does not support the required transaction interface.
    Here is code that illustrates what I am doing:
    DECLARE @MDX varchar(max);
    SET @MDX='
    SELECT
    [Measures].[Extended Service Count]
    } ON COLUMNS,
    NON EMPTY [Organization].[By Manufacturer].[Manufacturer]
    ON ROWS
    FROM (
    SELECT
    {[Organization].[Org Tree].&[2025],[Organization].[Org Tree].&[2040]} ON 0
    FROM [MyCube]
    /* Test 1 */
    EXECUTE(@MDX) at SSASLinkedServer;
    /* Test 2 */
    DECLARE @ResultsB TABLE (
    Manufacturer varchar(255)
    , ExtendedServiceCount float
    INSERT INTO @ResultsB (Manufacturer, ExtendedServiceCount) EXECUTE(@MDX) at SSASLinkedServer;
    Test 1 succeeds, returning expected results, and Test 2 fails returning the error mentioned above.
    Other articles I've found so far don't seem to apply to my case.  I am not creating any explicit transactions in my code.   When I use OPENQUERY, I am able to do the insert just fine, but not when I use EXEC @MDX at LinkedServer.
    Unfortunately in some variations of the query, I run into the 8800 character limit on OPENQUERY, so I need to use this other approach.
    Any ideas?
    -Tab Alleman

    Hi Tab,
    In this case, SQL Server Analysis Services doesn’t support Distributed Transactions by design. Here is a similar thread about this issue for your reference, please see:
    http://social.technet.microsoft.com/Forums/en-US/8b07be45-01b6-49d4-b773-9f441c0e44c9/olaplinked-server-error-msolap-for-linked-server-olaplinked-server-does-not-support-the?forum=sqlanalysisservices
    One workaround is that use SQLCMD to execute the EXEC AT command and saved the results to a file, then import using SSIS.
    If you have any feedback on our support, please click
    here.
    Regards,
    Elvis Long
    TechNet Community Support

  • Bug: Unhandled Exception: System.IO.IOException: The requested operation could not be completed due to a file system limitation

    Hello, I have a 35GB text file that I'm copying from one folder to another folder via c#
    (I simply open a StreamReader and a StreamWriter and copy line by line (something like sw.WriteLine(sr.ReadLine());)
    If [the destination folder is a "windows compress folder" (right click folder > properties > Advanced > Compress content to save disk space)] then it fails else it works well.
    Any idea how to solve the issue?
    I have windows 8.1 with all latest updates. The ssd is a samsung 850 pro, and I tried on 2 machines, same results.
    So to recap, it seems the issue is with the writing of big files on a compress folder, the reading is fine.
    thanks.
    w
    Error:
    2015.01.08 10:15:27] Unhandled Exception: System.IO.IOException: The requested operation could not be completed due to a file system limitation
    [Err, 2015.01.08 10:15:27] 
    [Err, 2015.01.08 10:15:27]    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    [Err, 2015.01.08 10:15:27]    at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
    [Err, 2015.01.08 10:15:27]    at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count)
    [Err, 2015.01.08 10:15:27]    at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
    [Err, 2015.01.08 10:15:27]    at System.IO.StreamWriter.Write(String value)
    w.

    Hi w,
    Per my understanding. This is not a C# code issue. I doubt the issue related your OS.
    After search the error info,
    here is a possible solution, please take a look
    “The requested operation
    could not be completed due to a file system limitation.”
    <copied>
    Please use Disk Defragmenter to defrag the NTFS volume on your side, which should fix this issue.
    Please refer to:
    A heavily fragmented file in an NTFS volume may not grow beyond a certain size
    http://support.microsoft.com/kb/967351
    For the limitation of NTFS, please check the following online guide.
    How NTFS Works
    http://technet.microsoft.com/en-us/library/cc781134(WS.10).aspx
    </copied>
    Best of luck!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • The requested action is not supported for this object. [message 131-171]

    Hi,
    One user is having the below error message appear when she attempts to print remittances. This has only started happening since yesterday and all other documents are still printing.
    "The requested action is not supported for this object. [message 131-171]"
    Any ideas what could be the problem?
    Regards,
    Mohan

    Hi Johnson,
    I have not tried your suggestion till now as I am waiting for the database copy from my client.
    Just a quick question, As I already mentioned earlier and I also keep getting the issues from the users reporting that the user's get this error only if they print 'remittance advise reports' has multiple invoices.
    The report prints fine if it has single invoice even if it is a check payment.
    Will your suggestions address this as well?
    Regards,
    Mohan

  • HT4314 Game Center problem. When I try to start a new Letterpress game, I get the message "Unable to create match please try again later. When I press "OK" I get the following message, " Error starting game. The requested operation could not be completed

    ...I get the following message, "Error starting game. The requested operation could not be completed because local player has not been authenticated".
    Can anyone advise me how to resolve this please?

    You should contact the developer of the game for assistance.

  • When I try to access GameCenter on my Mac it says "The requested operation could not be completed due to an error communicating with the server." How can I fix this?

    When I try to access GameCenter on my Mac it says "The requested operation could not be completed due to an error communicating with the server." How can I fix this?

    This usually caused by a customised hosts file.
    These need to be the only entries in your /etc/hosts file:-
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    127.0.0.1       localhost
    255.255.255.255 broadcasthost
    ::1             localhost
    fe80::1%lo0     localhost
    Remove anything below these entries, then try and reconnect with GC. Once GC starts properly you can put the extra entries back in your hosts file, GC should start normally afterwards.
    https://discussions.apple.com/message/19276629#19276629
    Jerry

  • HotSync Exchange synchronization aborted, Protocol Error: The requested command is not supported (4019)

    null
    Post relates to: Treo 755p (Verizon)

    What application are you trying to install? Or what application did you just install?
    Post relates to: None

  • All website went "HTTP Error 404. The requested resource is not found."

    ''dupe of https://support.mozilla.org/en-US/questions/928117''
    all website went "HTTP Error 404. The requested resource is not found."
    this only happen in firefox (i'm using IE to post this question)

    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *http://kb.mozillazine.org/Error_loading_websites
    You can try to reset (power off/on) the router.

  • Not able to create database even with a subscription. (The operation is not supported for your subscription offer type)

    Hi,
    I am trying to create a SQL server database, but are not able to. I get this message: The operation is not supported for your subscription offer type.
    I have to azure accounts and this is only happening in one of them.
    I have created a subscription, but I can see that I have 1250 NOK in credit that is expiring in 29 days.
    Regards
    Christian
    ChristianLLoyd

    Hi Christian,
    The error you saw should only occur for a subscription used with a free trial offer type. Please use the below link to open a support ticket.
    http://azure.microsoft.com/en-us/support/options/
    You can check the following links for similar issues.
    The operation is not supported for your subscription offer type
    Could not submit the request to create database
    DBNAME. The operation is not supported for your subscription offer type
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • Illustrator CC 2014 won't launch (Could not complete the requested operation) even after fresh install (3 times), anyone know how to solve? (Windows 8.1)

    Hi guys, my Illustrator CC 2014 won't launch, getting an error message "Could not complete the requested operation", this is not a specific file issue I can't launch Illustrator stand alone.  I've un-installed and re-installed about 3 times and contacted support but they haven't been able to solve as of yet.  It's a relatively fresh install of windows 8.1 and no custom fonts have been added.  I've tried deleting the preferences folders and launching and that has not had any effect.  No idea what else I can do, any help would be greatly appreciated.
    Edit: Forgot to mention I have also tried running Illustrator as administrator and that Illustrator was running perfectly fine on this computer since install (about 2 weeks) before this started happening.
    Thanks
    Chris

    Hi Jacob, I decided to completely remove the entire creative suite from my computer, ran the cleaning tool (although some errors showed in the log file) and it now works! Let's just pray it stays this way haha.  Thanks for the suggestion.
    Log File:
    [Thu Mar 05 10:18:58 2015] Choose from one of the following options to clean up :
    [Thu Mar 05 10:18:58 2015] 1.  All
    [Thu Mar 05 10:18:58 2015] 2.  Adobe Flash Player 10.2
    [Thu Mar 05 10:18:58 2015] 3.  Creative Cloud 2014 , Creative Cloud & CS6 Products
    [Thu Mar 05 10:18:58 2015] 4.  Creative Cloud 2014 only
    [Thu Mar 05 10:18:58 2015] 5.  Creative Cloud only
    [Thu Mar 05 10:18:58 2015] 6.  CS6 only
    [Thu Mar 05 10:18:58 2015] 7.  CS5-CS5.5-CS6
    [Thu Mar 05 10:18:58 2015] 8.  CS5-CS5.5
    [Thu Mar 05 10:18:58 2015] 9.  CS3, CS4
    [Thu Mar 05 10:18:58 2015] 10.  Adobe Id credentials
    [Thu Mar 05 10:18:58 2015] 11.  Quit
    [Thu Mar 05 10:18:58 2015] Choice :>
    [Thu Mar 05 10:19:00 2015] User selected: All
    [Thu Mar 05 10:19:00 2015] Opened DB connection with path: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Thu Mar 05 10:19:00 2015] Opened DB connection with path: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Thu Mar 05 10:19:00 2015] Opened DB connection with path: C:\Program Files (x86)\Common Files\Adobe\caps\caps.db
    [Thu Mar 05 10:19:00 2015] List of products installed on this machine
    [Thu Mar 05 10:19:00 2015] Listing products for cleanup:
    [Thu Mar 05 10:19:00 2015] Please enter the option number of the product you wish to remove; enter (q) to quit ... >>
    [Thu Mar 05 10:19:04 2015] Are you sure you want to clean all the listed products and associated files?
    [Thu Mar 05 10:19:04 2015] Type (y) to confirm and remove or (n) to quit ... >>
    [Thu Mar 05 10:19:06 2015] Please wait for Adobe Creative Cloud Cleaner Tool to finish........
    [Thu Mar 05 10:19:06 2015] OSVersion : 64-bit
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKLM key:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Run value:Adobe Creative Cloud
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteValue', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKLM key:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Run value:AdobeCEPServiceManager
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteValue', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKLM key:Software\Wow6432Node\Adobe\CSXS.4 value:SmsManifestBaseURL
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegOpenKeyEx', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKLM key:Software\Wow6432Node\Adobe\CSXS.4 value:SmsUpdateCheckInterval
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegOpenKeyEx', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKLM key:Software\Wow6432Node\Adobe\CSXS.4 value:LogLevel
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegOpenKeyEx', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKLM key:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteTree', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKCR key:AAM
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteTree', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKCR key:AdobeAAMDetect.AdobeAAMDetect
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteTree', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKCR key:AdobeAAMDetect.AdobeAAMDetect.1
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteTree', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKCR key:AdobeAAMDetect.AdobeAAMDetect.2
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteTree', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] ACC shortcut was not found C:\Users\Public\Desktop\Adobe Creative Cloud.lnk
    [Thu Mar 05 10:19:06 2015] ACC shortcut was not found C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Creative Cloud.lnk
    [Thu Mar 05 10:19:06 2015] CoreSync custom hook not found
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Retry deleting the folder since folder still exists
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Some files could not be cleaned up. Please try closing your internet/web browser, and rerun the Cleaner Tool to complete your clean-up.
    [Thu Mar 05 10:19:06 2015] :: Cleaning-up left over inventories ::
    [Thu Mar 05 10:19:06 2015] Inventory: 'AdobeApplicationManager-1.0' Type: SelfUpdate, Action: NoDelete
    [Thu Mar 05 10:19:06 2015] Found AAMref : ACC.aamref
    [Thu Mar 05 10:19:06 2015] Atleast one Non-RIBS Inventory : False, Atleast one AAMRef: True
    [Thu Mar 05 10:19:06 2015] Removing content of Product : CS5Installer, Version : CS5
    [Thu Mar 05 10:19:07 2015] Deleting file : C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Thu Mar 05 10:19:07 2015] Deleting file : C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Thu Mar 05 10:19:07 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:07 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:07 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:07 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:07 2015] LOG FILE SAVED TO: C:\Users\Chris\AppData\Local\Temp\Adobe Creative Cloud Cleaner Tool.log
    [Thu Mar 05 10:19:07 2015] Adobe Creative Cloud Cleaner Tool completed successfully
    [Thu Mar 05 10:19:07 2015]
    [Thu Mar 05 10:19:07 2015] *-*-*-*-*-*- ::START:: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:07 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:07 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:07 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:07 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:07 2015] *-*-*-*-*-*- :: END :: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Thu Mar 05 10:19:07 2015] ---------------------------------------------------------
    [Thu Mar 05 10:19:07 2015] *=*=*=*=*=*=*=*=* :: End Session :: *=*=*=*=*=*=*=*=*=*=*
    [Thu Mar 05 10:19:07 2015] ---------------------------------------------------------

  • Illustrator CS5.1 will not open on OS X Lion 10.7.5 - "Could not complete the requested operation."

    Out of the blue, I can't get my Illustrator CS5.1 application to open. Instead the app icon bounces on the dock and the message "Could not complete the requested operation." appears.
    I have tried restarting the application, restarting the computer, I have tried holding Command+Option+Shift while opening, I have tried various methods of editing the "Adobe Illustrator CS5.1 Settings" folder, I have tried moving other application folders and font folders, all without success.
    The application is installed on a computer in my office and was installed as a downloadable upgrade to CS4. I was thinking a solution might be to install Illustrator, but I haven't been able to find a link to the CS5 program downloads.
    Today I tried to get help from Adobe Customer Support, who informed me that they no longer support CS5 and directed me to the forums instead. Any solutions???

    Hi,
    It was never completely clear whether it was just hidden or whether Apple ran a download page for iChat 6.
    As the Download for Messages Beta was separate and "Deleted" iChat it would seem it would be another download for iChat 6.
    iMessages will not function as it is only an Account type within Messages and iChat 6 does not have it.
    Therefore messages on the iPhone will not sync to the Mac. (until you get Mountain Lion and Messages in that OS X version).
    Mountain Lion and it's full version of Messages will not sync the iMessages that have happened in between the 14th December 2012  (end date of Messages beta) and the Install of Mountain Lion if you decide on that route.
    8:51 PM      Sunday; May 5, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • "could not complete the requested operation" when i try to open the program

    "could not complete the requested operation" when i try to open the program
    what can i do
    illustrator cc

    accupub,
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • "could not complete the requested operation" Illustrator CS4 OS X

    I've searched online and in the forums for a solution to this issue. I'm running OS X 10.5.8 and have CS4 installed. Every other application in the suite works except Illustrator. I get the error "could not complete the requested operation" on startup and then Illustrator tries to send a crash report.
    I'm out of town and don't have my original copies of the software with me so I cannot reinstall. >_<
    Does anybody know how this might be fixed? I really need to get some work done and I'm stuck!

    you probably did not read that document I gave you a link to becuse i think they mention the problem you are encountering and why.
    I am not being sarcastic but you do have to read more carefully. I'm guilty sometimes of this myself.
    but not often
    form the Adobe systems requirements you should read it but I can tell you it won't launch on your system so you will have to updte it.
    Seee it clearly say Mac OS X 10.6.8 or 10.7
    Mac OS
    Multicore Intel processor with 64-bit support
    Mac OS X v10.6.8 or v10.7
    2GB of RAM (8GB recommended)
    2GB of available hard-disk space for installation; additional free space required during installation (cannot install on a volume that uses a case-sensitive file system or on removable flash storage devices)
    1024x768 display (1280x800 recommended) with 16-bit video card
    DVD-ROM drive compatible with dual-layer DVDs
    This software will not operate without activation. Broadband Internet connection and registration are required for software activation, validation of subscriptions, and access to online services.† Phone activation is not available.

  • Windows Resource Protection could not perform the requested operation.

    A close friend's machine was blue screening on boot so he had me take a look at it.  The error in the BSOD indicated Windows was having trouble reading from the drive.  Although the drive wasn't clicking, based on what I was seeing, it seemed pretty
    clear the drive was on its way out.  I ran chkdsk, several times, and it found plenty of bad sectors but wasn't able to really fix anything.  Fortunately I was able to
    clone the drive using gparted
    run chkdsk
    fix the master boot record, boot sector and boot configuration data store
    run chkdsk again
    Now all is well
    Upon booting I noticed the system was dreadfully out of date: Firefox, Java, Reader, Flash - the works - so I updated all that.  I also noticed it was missing something like 50-70  Windows updates so I had to straight that right away.  It
    managed to install 15-20 before failing with 80070057.  This to me isn't too uncommon so I rebooted thinking it wouldn't choke next time. Much to my chagrin, any subsequent attempts fail with error 80070057.  I even tried installing just a few updates
    at a time, even just 1, and the error persists.  My assumption is that one or more files are maybe damaged and need to be fixed.
    I ran sfc /scannow and it gets to about 27%, then fails with "Windows Resource Protection could not perform the requested operation."  I did the following:
    backed up the existing CBS log
    ran sfc /scannow again
    watched the log in powershell via Get-Content C:\Windows\Logs\CBS\CBS.log -Wait
    It started out strong
    PS C:\Windows\Logs\CBS> Get-Content C:\Windows\Logs\CBS\CBS.log -Wait
    2014-03-06 18:48:33, Info CBS Loaded Servicing Stack v6.0.6002.18005 with Core: C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6
    002.18005_none_676975d87cc9b6e6\cbscore.dll
    2014-03-06 18:48:33, Info CSI 00000001@2014/3/6:23:48:33.027 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x7fef0cf8c85 @0x7feff3f53ae @0x7feff3c3ed1
    @0xffa949a8 @0xffa930c9 @0xffa93578)
    2014-03-06 18:48:33, Info CSI 00000002@2014/3/6:23:48:33.045 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x7fef0cf8c85 @0x7feff4386cf @0x7feff4125d9
    @0x7feff3c3feb @0xffa949a8 @0xffa930c9)
    2014-03-06 18:48:33, Info CSI 00000003@2014/3/6:23:48:33.048 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x7fef0cf8c85 @0x7feff21838d @0x7feff2184ba
    @0xffa94207 @0xffa93125 @0xffa93578)
    2014-03-06 18:48:33, Info CBS NonStart: Checking to ensure startup processing was not required.
    2014-03-06 18:48:33, Info CSI 00000004 IAdvancedInstallerAwareStore_ResolvePendingTransactions (call 1) (flags = 00000004, progress = NULL, phase = 0, pdwDispo
    sition = @0xb8fad0
    2014-03-06 18:48:33, Info CBS NonStart: Success, startup processing not required as expected.
    2014-03-06 18:48:33, Info CSI 00000005 CSI Store 4751600 (0x00000000004880f0) initialized
    2014-03-06 18:48:38, Info CSI 00000006 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:38, Info CSI 00000007 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:39, Info CSI 00000008 Repair results created:
    POQ 0 starts:
    POQ 0 ends.
    2014-03-06 18:48:39, Info CSI 00000009 [SR] Verify complete
    2014-03-06 18:48:39, Info CSI 0000000a [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:39, Info CSI 0000000b [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:40, Info CSI 0000000c Repair results created:
    POQ 1 starts:
    POQ 1 ends.
    2014-03-06 18:48:40, Info CSI 0000000d [SR] Verify complete
    2014-03-06 18:48:40, Info CSI 0000000e [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:40, Info CSI 0000000f [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:41, Info CSI 00000010 Repair results created:
    POQ 2 starts:
    POQ 2 ends.
    2014-03-06 18:48:41, Info CSI 00000011 [SR] Verify complete
    2014-03-06 18:48:41, Info CSI 00000012 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:41, Info CSI 00000013 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:41, Info CSI 00000014 Repair results created:
    POQ 3 starts:..... and so on
    Until it hit a problem
    POQ 34 ends.
    2014-03-06 18:49:08, Info CSI 00000091 [SR] Verify complete
    2014-03-06 18:49:08, Info CSI 00000092 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:08, Info CSI 00000093 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:09, Info CSI 00000094 Repair results created:
    POQ 35 starts:
    POQ 35 ends.
    2014-03-06 18:49:09, Info CSI 00000095 [SR] Verify complete
    2014-03-06 18:49:09, Info CSI 00000096 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:09, Info CSI 00000097 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:10, Info CSI 00000098 Repair results created:
    POQ 36 starts:
    POQ 36 ends.
    2014-03-06 18:49:10, Info CSI 00000099 [SR] Verify complete
    2014-03-06 18:49:11, Info CSI 0000009a [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:11, Info CSI 0000009b [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:12, Error CSI 0000009c@2014/3/6:23:49:12.802 (F) d:\longhorn\base\wcp\primitiveinstallers\filehierarchy.cpp(1939): Error STATUS_INVALID_PARAMETER originated in fun
    ction FileInstaller::CFileInstallerHierarchy::PortFileInformationBetweenCdfs expression: TmpBlob.Length == sizeof(LUACDF_FILE_ENTRY)
    [gle=0x80004005]
    2014-03-06 18:49:16, Error CSI 0000009d (F) STATUS_INVALID_PARAMETER #2119209# from CFileInstaller::CommitChanges(...)[gle=0xd000000d]
    2014-03-06 18:49:16, Error CSI 0000009e (F) STATUS_INVALID_PARAMETER #2119208# from PrimitiveInstaller::CCoordinator::FinalizeChanges(...)[gle=0xd000000d]
    2014-03-06 18:58:33, Info CBS Scavenge: Package store indicates there is no component to scavenge, skipping.
    I searched for "[SR]" but I didn't see anything of great interest
    C:\Windows\system32>findstr /c:"[SR]" %windir%\logs\cbs\cbs.log
    2014-03-06 18:48:38, Info CSI 00000006 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:38, Info CSI 00000007 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:39, Info CSI 00000009 [SR] Verify complete
    2014-03-06 18:48:39, Info CSI 0000000a [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:39, Info CSI 0000000b [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:40, Info CSI 0000000d [SR] Verify complete
    2014-03-06 18:48:40, Info CSI 0000000e [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:40, Info CSI 0000000f [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:41, Info CSI 00000011 [SR] Verify complete
    2014-03-06 18:48:41, Info CSI 00000012 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:41, Info CSI 00000013 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:41, Info CSI 00000015 [SR] Verify complete
    2014-03-06 18:48:42, Info CSI 00000016 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:42, Info CSI 00000017 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:42, Info CSI 00000019 [SR] Verify complete
    2014-03-06 18:48:42, Info CSI 0000001a [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:42, Info CSI 0000001b [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:44, Info CSI 0000001d [SR] Verify complete
    2014-03-06 18:48:44, Info CSI 0000001e [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:44, Info CSI 0000001f [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:45, Info CSI 00000021 [SR] Verify complete
    2014-03-06 18:48:45, Info CSI 00000022 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:45, Info CSI 00000023 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:45, Info CSI 00000025 [SR] Verify complete
    2014-03-06 18:48:46, Info CSI 00000026 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:46, Info CSI 00000027 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:46, Info CSI 00000029 [SR] Verify complete
    2014-03-06 18:48:47, Info CSI 0000002a [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:47, Info CSI 0000002b [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:47, Info CSI 0000002d [SR] Verify complete
    2014-03-06 18:48:48, Info CSI 0000002e [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:48, Info CSI 0000002f [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:48, Info CSI 00000031 [SR] Verify complete
    2014-03-06 18:48:48, Info CSI 00000032 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:48, Info CSI 00000033 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:49, Info CSI 00000035 [SR] Verify complete
    2014-03-06 18:48:49, Info CSI 00000036 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:49, Info CSI 00000037 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:50, Info CSI 00000039 [SR] Verify complete
    2014-03-06 18:48:50, Info CSI 0000003a [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:50, Info CSI 0000003b [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:50, Info CSI 0000003d [SR] Verify complete
    2014-03-06 18:48:51, Info CSI 0000003e [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:51, Info CSI 0000003f [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:51, Info CSI 00000041 [SR] Verify complete
    2014-03-06 18:48:51, Info CSI 00000042 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:51, Info CSI 00000043 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:52, Info CSI 00000045 [SR] Verify complete
    2014-03-06 18:48:52, Info CSI 00000046 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:52, Info CSI 00000047 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:52, Info CSI 00000049 [SR] Verify complete
    2014-03-06 18:48:53, Info CSI 0000004a [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:53, Info CSI 0000004b [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:53, Info CSI 0000004d [SR] Verify complete
    2014-03-06 18:48:54, Info CSI 0000004e [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:54, Info CSI 0000004f [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:54, Info CSI 00000051 [SR] Verify complete
    2014-03-06 18:48:54, Info CSI 00000052 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:54, Info CSI 00000053 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:55, Info CSI 00000055 [SR] Verify complete
    2014-03-06 18:48:55, Info CSI 00000056 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:55, Info CSI 00000057 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:55, Info CSI 00000059 [SR] Verify complete
    2014-03-06 18:48:56, Info CSI 0000005a [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:56, Info CSI 0000005b [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:56, Info CSI 0000005d [SR] Verify complete
    2014-03-06 18:48:56, Info CSI 0000005e [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:56, Info CSI 0000005f [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:57, Info CSI 00000061 [SR] Verify complete
    2014-03-06 18:48:57, Info CSI 00000062 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:57, Info CSI 00000063 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:48:58, Info CSI 00000065 [SR] Verify complete
    2014-03-06 18:48:58, Info CSI 00000066 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:48:58, Info CSI 00000067 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:00, Info CSI 00000069 [SR] Verify complete
    2014-03-06 18:49:00, Info CSI 0000006a [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:00, Info CSI 0000006b [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:00, Info CSI 0000006d [SR] Verify complete
    2014-03-06 18:49:01, Info CSI 0000006e [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:01, Info CSI 0000006f [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:01, Info CSI 00000071 [SR] Verify complete
    2014-03-06 18:49:02, Info CSI 00000072 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:02, Info CSI 00000073 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:02, Info CSI 00000075 [SR] Verify complete
    2014-03-06 18:49:02, Info CSI 00000076 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:02, Info CSI 00000077 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:03, Info CSI 00000079 [SR] Verify complete
    2014-03-06 18:49:03, Info CSI 0000007a [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:03, Info CSI 0000007b [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:04, Info CSI 0000007d [SR] Verify complete
    2014-03-06 18:49:04, Info CSI 0000007e [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:04, Info CSI 0000007f [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:05, Info CSI 00000081 [SR] Verify complete
    2014-03-06 18:49:05, Info CSI 00000082 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:05, Info CSI 00000083 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:06, Info CSI 00000085 [SR] Verify complete
    2014-03-06 18:49:06, Info CSI 00000086 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:06, Info CSI 00000087 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:06, Info CSI 00000089 [SR] Verify complete
    2014-03-06 18:49:07, Info CSI 0000008a [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:07, Info CSI 0000008b [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:07, Info CSI 0000008d [SR] Verify complete
    2014-03-06 18:49:08, Info CSI 0000008e [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:08, Info CSI 0000008f [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:08, Info CSI 00000091 [SR] Verify complete
    2014-03-06 18:49:08, Info CSI 00000092 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:08, Info CSI 00000093 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:09, Info CSI 00000095 [SR] Verify complete
    2014-03-06 18:49:09, Info CSI 00000096 [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:09, Info CSI 00000097 [SR] Beginning Verify and Repair transaction
    2014-03-06 18:49:10, Info CSI 00000099 [SR] Verify complete
    2014-03-06 18:49:11, Info CSI 0000009a [SR] Verifying 100 (0x0000000000000064) components
    2014-03-06 18:49:11, Info CSI 0000009b [SR] Beginning Verify and Repair transaction
    C:\Windows\system32>
    I've run into sfc issues in the past, and in one instance, booting the OS install DVD, and running sfc /scannow /offbootdir=c:\ /offwindir=c:\windows did fix the issue.  But I have to ask
    Is there no way to do that while in Windows?  Can't I mount some WIM and do it that way instead of booting the DVD?
    Is that the right course of action, or is/are there some other options I should explore?
    Thanks for your time & guidance.

    Hi,
    In my opinion, if you want  SFC to use a sourcepath to repair your system, you can just use in-place upgrade to do this:
    How to Perform an In-Place Upgrade on Windows Vista, Windows 7, Windows Server 2008 & Windows Server 2008 R2
    http://support.microsoft.com/kb/2255099
    If you have any feedback on our support, please click
    here
    Alex Zhao
    TechNet Community Support
    Thanks for taking the time to reply and for this suggestion.
    The in-place upgrade is a wonderful potential solution, but the process requires the source media.  Most systems these days don't include the OS or recovery CD's because the manufacturers want you to pay for them.  And most consumers aren't spending
    the $50-$70 dollars to get the media, which complicates things in situations like this.  So while they've purchased a machine and have a valid Microsoft COA sticker on the box, they can't do anything.
    Also, to make matters worse, I posted this in the wrong forum as this is a Vista Home Premium PC.  [My sincere apologies for that. Mods please feel free to move/reclassify]  I do have a Vista Home Premium DVD, but its the 32-bit version, not 64-bit,
    which is what this system is.  So unless I can locate a Visa Home Premium 64-bit DVD, or they upgrade to Windows 7 or 8 (which they probably should do anyway), we're sunk.

Maybe you are looking for

  • Printing problem with Acrobat Pro 10.1

    I get an "Insufficient memory" message on my LaserJet printer when trying to print certain PDFs using Acrobat Pro 10.1, but the PDFs are printed without any problem from Acrobat Pro 9 or Preview. Does anybody else have this problem?

  • How to make JFrame positioned to lower right corner of user's desktop

    I'm a new java user, and I'm working on building a small application. When the application is launched, I would like the application (JFrame) window to be positioned in the lower right corner of the user's desktop. Does anyone know how to get the use

  • RH9: Unwanted bold formatting showing up in WebHelp

    I have a WebHelp build with a topic that, when published, shows bold formatting where there should be none. Only a word within each bulleted sentence should be bold, not the entire sentence. The .xpj file does not assign bold formatting to this text.

  • Error at import oracle.html.*

    i have installed oas,and am able to create PL/SQL applications.but when ti comes to jweb cartridge i am unable to compile as i get an error of import oracle.html.*. kindly help how do i write program for creating jweb application . pl. help thankyou

  • Dynamic resize of FAT32 partition with disk utility?

    Hi there. I have a 1TB external FAT32 drive with 300GB of data on it. I want to convert it to HFS+, but I know there's no easy way to do that. What I want to know is can I resize my FAT32 partition to 500MB and keep all the data? Then I'll move it to