Stuck on preview build 9860

Setup appears to complete but then on configuring fails and rolls back my install to 9860 every time. This locks me in a loop where I am updated again to 9879 and rolled back repeatedly. I have tried everything I can think of to resolve this. I can really
not afford to do a clean install as I have an old version of Adobe Creative Suite CS3 on this machine that I cannot reinstall (no media) that I need for work.
http://1drv.ms/1HadZeB contains my setupact and setuperr files.

Hi,
I found repeated info in the log "Unable to get message handle
80092009 c:\windows\system32\drivers\fwlnk.sys", it is about Toshiba Firmware Linkage system driver, please check the Toshiba offical website, update the firmware of the Toshiba related device, meanwhile, I would you have a full check
of your system, make sure to have all latest drivers installed, If you have any external device (expect mouse\keyboard)connected to the PC, please unplug them as a test.
Yolanda Zhu
TechNet Community Support

Similar Messages

  • Windows 10 Technical Preview Build 9860

    After restart is Windows 10 Technical Preview Build 9860 update will resume ? 

    Hi,
    From my observation, if I click download now, it would create a BITS task:
    We can use following command to check:
    Import-module bitstransfer
    Get-bitstransfer –allusers
    From the output, we can see the system account created a BITS job for transferring, under the C:\Windows\Software Distribution\download, we can get the temporary downloaded file, which is approximately about 2.5G.
    After we restart, and go to C:\Windows\Software Distribution\download, the temporary file is gone.
    If I click the download again, the BITS would create a new task, a new temporary file, if we compare the JobIds of the two times downloading, they are totally different.
    Alex Zhao
    TechNet Community Support

  • Windows tech preview build 9860

    i have installed the above build and everything works fine except for two items.
    1 I cannot use the mouse to open the chimes display.
    2 Microsoft mahjong and tap tiles freeze before opening
    can you help?
    thank you
    dinobob1

    Hello,
    I'd ask in the
    Windows 10 Technical Preview forum on Microsoft Community.
    As the Microsoft Community is on a different platform, we cannot move the question for you.
    Once there, click on Participate near the top of the screen, and select 'Ask a Question' or 'Start a Discussion':
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Preview Build Section gone from Windows Tech Preview

    So, I noticed that after updating to Windows Tech Preview Build 9860, the preview build section is gone from my settings in zPC settings. Is this a glitch or did Microsoft temporally remove it? Thanks.

    It's there, you're just not looking in the right place.
    There are two settings Apps - PC Settings and zPC Settings.
    Look in PC Settings, under
    Update and recovery.  The Preview builds section is there in build 9860.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • Snap assist doesnt work on build 9860

    hi.. i just installed preview build 9860 and the snap assist is no more working. pls fix it and bring it back. or can u tell me how to activate it ? thanks..

    Hi,
    Apologize for that.
    It seems it would work at my side. holding the left mouse key and then drag the window to the left or right edge, then the border would show up and displayed as below when drop the mouse:
    Also Win + arrow keys would work here:
    No more actions have been done at my side, just leave this machine running.
    Edit: Also worked with a reboot.
    Best regards
    Michael Shao
    TechNet Community Support

  • Stuck at "Setting up a few more things 100%" when upgrading to build 9860

    Hello everyone,
    I'm currently running Windows 10 Technical Preview, installed from the setup.exe (so not from a bootable disc/USB-stick), which does work better than I expected. Of course there are many bugs and other problems under the hood, but so far I haven't found
    big issues so far.
    Unfortunately, when I try to install the latest build - build 9860 - it keeps hanging at 'Setting up a few more things 100%'. That's really strange, since '100%' should mean it's actually done. I've done about five attempts, none of them resulted in anything
    better. After a few attempts, I thought I had to install some updates through Windows Update first, so I did. But after that, installing build 9860 still didn't want to install properly.
    Anyone who can help me with this? 
    Just some key information about the notebook I'm using, in it's necessary:
    ASUS N56VB-S4061H
    2.4 GHz quad Intel Core i7-3630QM
    6 GB RAM
    NVIDIA GeForce GT740M

    Hi DutchTom18,
    You can try uninstall anti-virus software that has been installed after installation of Windows 10.
    Alex Zhao
    TechNet Community Support

  • Windows Insider stuck on build 9841 - "No new preview build was found"

    I am in the insider program and on build 9841. I did this same process on 2 other machines, starting at 9841, running through windows updates, and then upgrading to build 9860. However, on this one particular desktop machine, I have all other windows updates
    applied, but every time I check for a new preview build I simply see the following message:
    "No new preview build was found, please try again later."
    Any idea how to force this thing to detect the newer build which I know is available?
    Patrick

    I changed my registry to what you said, but I still can't get any update. Do you have any ideas for me? Only have 10 more days :\
    thanks
    For anything newer than 9926 registry settings must be as follows:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability]
    "BranchName"="fbl_impressive"
    "ThresholdRiskLevel"="low"
    "Ring"="WIF"
    "ThresholdOptedin"=dword:00000001
    Copy this into the registry file and double-click it to import settings into your registry.
    Then restart Windows Update and BITS services for the settings to apply on the running instance of Windows. You may use the following script:
    net stop wuauserv
    pause
    net stop bits
    pause
    net start bits
    pause
    net stop wuauserv
    Copy the text above into a text file, rename its extension to CMD, and run the command file with elevated privileges (right-click the CMD file and select Run as administrator from the shortcut menu).
    Note: the branch name changed since 9926 days. Previously you could have the following settings:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability]
    "BranchName"="fbl_awesome1501"
    "ThresholdRiskLevel"="low"
    "ThresholdOptedin"=dword:00000001
    or even
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability]
    "BranchName"="fbl_release"
    "ThresholdRiskLevel"="low"
    "ThresholdOptedin"=dword:00000001
    Both did NOT work for me. The fbl_impressive value worked flawless.
    Remember the value of BranchName MUST be the same as the keyword found in the name of the ESD file you download from Microsoft when you click
    Download now in Update & recovery . The ESD could be found in %systemroot%\SoftwareDistribution\Download or in %systemdrive%\$Windows.~BT\Sources.
    You can check to see what is the
    valid branch name for a particular build on Windows here.
    To cut the long story short:
    The official Technical Preview releases of Windows 10 are known as:6.4.9879.0.fbl_release.141103-172210.0.9926.0.fbl_awesome1501.150119-1648
    10.0.10041.0.fbl_impressive.150313-1821
    10.0.10049.0.fbl_impressive.150325-1700
    Set BranchName REG_SZ value in [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability] to:
    fbl_release -- to upgrade to 9879
    fbl_awesome1501 -- to upgrade to 9926
    fbl_impressive -- to upgrade to 10041
    fbl_impressive -- to upgrade to 10049
    Well this is the world we live in And these are the hands we're given...

  • (Current Build: 9841) PC Settings - Preview Builds - Download Now - Failed to download new preview build, please try again later. 0x80246017

    Hey ,
    I hope someone can help.. been trying to upgrade from 9841 to 9860 for the last few days.. and I cant seem to get the preview build download part to work..
    Seems like "80246017 Flight Settings Failure Content Download Error: Download failed" is the main error (more logs below)
    And it doesn't seem like(from other blog posts) there are any manual downloads (ISO, .EXE's) so I'm stuck.
    I know I could possibly do a full "clean" re-install of 9841 and then upgrade to 9860 but I really want to find out why its not working..
    Cheers
    OS Information
    System Model MacBookPro8,2
    Dual Boot (Boot Camp 5.1): SSD 256GB (Part 1: 128GB OSX - Part 2: 128 GB for Win 10 - 36GB Free)
    OS Version 6.4.9841 Build 9841 - Windows 10 Technical Preview (Not Enterprise) - Upgraded from Windows 8.1 Pro (Not a fresh Win 10 install)
    Registry Keys (Not altered):
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability
        BranchName = fbl_release
        ThresholdRiskLevel = low
    Have deleted
    C:\Windows\SoftwareDistribution
    and restarted Windows Update service (Did not seem to fix anything)
    Done a full disk cleanup (including windows.old and deleting the hidden C:\$Windows.~BT  ) 
    Done a "Refresh your PC without affecting your files" (like a re-install). Still no luck =(
    Other Known Issues:
    Had to manually "Activate" Tech Preview via "SLUI 4" (did not activate from 8.1 pro upgrade which was fully activated)
    Errors:
    Event Viewer:
    Fault bucket 90636031462, type 5
    Event Name: WindowsUpdateFailure2
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: 7.9.9841.4
    P2: 80246017
    P3: 40B05ADC-889A-4231-8D8F-08ECAC4877D5
    P4: Download
    P5: 101
    P6: Unmanaged {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    P7: 0
    P8:
    P9:
    P10:
    Attached files:
    C:\Windows\WindowsUpdate.log
    C:\Windows\SoftwareDistribution\ReportingEvents.log
    These files may be available here:
    C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_7.9.9841.4_3ae9e0cedd6cb54a2e4f6bdb3aac59589de75a2_00000000_188baf37
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 15049fa0-5c05-11e4-bf8d-c82a14163a15
    Report Status: 0
    Hashed bucket: fb06acb92fae6660e76e50140079e85a
    C:\windows\WindowsUpdate.log
    2014-10-25 12:56:05:493 1000 1328 AU Number of updates for list 0: 1
    2014-10-25 12:56:05:493 1000 1328 AU   ServiceId = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}, UpdateId = {40B05ADC-889A-4231-8D8F-08ECAC4877D5}.2, State = 'Download Failed'
    2014-10-25 15:48:53:524 1000 3c0 AU AU received event of type: 3
    2014-10-25 15:48:53:524 1000 3c0 AU AU received Redetect event for prune-only scan of 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 service, but skipping since there are no active cached updates
    2014-10-25 15:48:58:528 1000 1444 Report Writing 1 events to event cache.
    2014-10-25 15:48:58:532 1000 1444 Report Created new event cache file at C:\WINDOWS\SoftwareDistribution\EventCache.v2\{4E983ABD-936A-4302-A5C3-5AF90C199EAD}.bin for writing.
    C:\Windows\SoftwareDistribution\ReportingEvents.log
    {1A92C0D7-AD2E-43BA-8077-4FE8B23EF830} 2014-10-25 15:48:53:525+1100 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 Flight Settings Success Software Synchronization Windows
    Update Client successfully detected 1 updates.
    {97699AF3-1EFF-46D1-A548-201B63749B39} 2014-10-25 15:48:56:326+1100 1 161 [AGENT_DOWNLOAD_FAILED] 101 {40B05ADC-889A-4231-8D8F-08ECAC4877D5} 2 80246017 Flight Settings Failure Content Download Error:
    Download failed.
    C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_7.9.9841.4_3ae9e0cedd6cb54a2e4f6bdb3aac59589de75a2_00000000_188baf37
    Version=1
    EventType=WindowsUpdateFailure2
    EventTime=130586873635223877
    Consent=1
    UploadTime=130586873636179832
    ReportIdentifier=15049fa0-5c05-11e4-bf8d-c82a14163a15
    Response.BucketId=fb06acb92fae6660e76e50140079e85a
    Response.BucketTable=5
    Response.LegacyBucketId=90636031462
    Response.type=4
    Sig[0].Name=ClientVersion
    Sig[0].Value=7.9.9841.4
    Sig[1].Name=Win32HResult
    Sig[1].Value=80246017
    Sig[2].Name=UpdateId
    Sig[2].Value=40B05ADC-889A-4231-8D8F-08ECAC4877D5
    Sig[3].Name=Scenario
    Sig[3].Value=Download
    Sig[4].Name=SourceId
    Sig[4].Value=101
    Sig[5].Name=Environment
    Sig[5].Value=Unmanaged {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    Sig[6].Name=LastError
    Sig[6].Value=0
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.4.9841.2.0.0.256.48
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=2057
    State[0].Key=Transport.DoneStage1
    State[0].Value=1
    FriendlyEventName=Windows Update installation problem
    ConsentKey=WindowsUpdateFailure2
    AppName=Host Process for Windows Services
    AppPath=C:\Windows\System32\svchost.exe
    ReportDescription=A Windows update did not install properly. Sending the following information to Microsoft can help improve the software.
    ApplicationIdentity=00000000000000000000000000000000

    Hi,
    I had this same issue and tried many things to fix it. I finally found a fix with a small registry edit.
    Open command prompt under admin and follow these steps (which I found here: 
    http://answers.microsoft.com/en-us/windows/forum/windows_tp-winipp/error-code-0x80246017-when-trying-to-download-new/b188df4f-8e7a-443a-b584-61c4d59407d8)
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v "BranchName" /d "fbl_release" /t REG_SZ
    /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v "ThresholdRiskLevel" /d "low" /t REG_SZ /f
    reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v "ThresholdInternal" /f
    reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability" /v "ThresholdOptedIn" /f
    After you have done that open regedit and navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability
    If there is a folder called "recovered from" delete it. Then open up Windows Update in PC settings and go to preview builds and click Check Now
    This worked for me. Hopes it works for you to.

  • Failed to Install The New Preview Build. Installation Failure: Windows failed to install the following update with error 0x80246007: FBL_AWESOME1501 9926 Professional.

    Hello,
    I'm having issues upgrading my Windows 10 Technical Preview installation build 9879 to a newer build that's become available late January 23rd.
    I am installing the new upgrade in a Hyper-V virtual machine and get the following error:
    Failed to install the new preview build, please try again later. 0x80246007
    What could be the problem?
    Previously I've had messages that Windows cannot be upgraded on a computer with less than 2 Gbyte of RAM. That's a Hyper-V VM with dynamic memory and I was highly surprised to see this error; never had this before. Had to set 2048 Mbytes as a minimum memory
    for this VM. Now that I have this 80246007 error code.
    When looking up System log, the following error messages are listed multiple times:
    Installation Failure: Windows failed to install the following update with error 0x80246007: FBL_AWESOME1501 9926 Professional.
    The errors are returned for the Event ID 20 by WindowsUpdateClient
    in task category Windows Update Agent..
    I reviewed the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability
    registry key as suggested in Windows
    Insider stuck on build 9841 - "No new preview build was found", and here is what it shows:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability]
    "BranchName"="fbl_awesome1501"
    "ThresholdRiskLevel"="low"
    "ThresholdOptedin"=dword:00000001
    Note, when attempting to install the downloaded update from a native boot, installation starts with no errors.
    However, since setup is not supported for a natively booted VHD files, it does not proceed further showing a message that installation on virtual drives is not supported.  
    Looks like Setup is having problems installing in a Hyper-V virtual machine.
    Possibly, some ESD files got corrupted during downloading? Is it possible to remove them and re-download missing files? (I, however, noticed that Windows seems to re-download upgrade files after you restart 9879 and attempt to check for a new build.
    Any clue why installing under VM causes 9926 to fail?
    Thank you in advance.
    Well this is the world we live in And these are the hands we're given...

    Hi,
    According to the error message, this problem seems like update package installation failed during system upgrade.
    You can try to remove ESD file which locate at boot of C drive and upgrade the system again for test.
    On the other hand, make sure the system 9879 installed all Windows pushed updates before system upgrade.
    Roger Lu
    TechNet Community Support

  • Preview build update fails with 0x80070003

    Attempting to update the preview build form 9860 yields error 0x80070003.
    How do I update the preview build?

    Here is the link to download the latest (9879) build ISO.
    http://windows.microsoft.com/en-us/windows/preview-iso-update?os=win10
    Burn the ISO file to a bootable DVD, and use the DVD to do a clean install.
    Use the Windows7 USB?DVD Download Tool to burn the ISO file. Don't be concern about the words "Windows 7 ". It will work. I use it countless times on various ISO files.
    http://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool

  • Check for Preview Builds failing with error 0x080240438

    Checking for Preview Builds on my two machines, one running 9860 and one running 9879, is failing with "Failed to check for new preview build, please try again later.  0x80240438.
    Tried stopping Windows Update Service and clearing down the c:\Windows\SoftwareDistribution cache but to no avail. Windows Update (check for updates rather than check for preview builds) working fine.
    As ever would be nice to hear from MS on this.

    Hi,
    This seems to be the issue with the server side and should be fixed already.
    Check the fred andrews's reply in this thread:
    Error Code 0x80240438
    Quoted:
    fred andrews    replied on  November 16, 2014
    I was just on the phone with  Microsoft support they told me that the servers are down and they are working on it. I was told they should be up by tomorrow morning approx.. 4 hrs. 
    Best regards
    Michael Shao
    TechNet Community Support

  • Install build# 9860 error 0x80240016

    hi
    I am trying to install build 9860 from my Windows 10 build 9841 although I receive the error bellow, I have tried the installation many times.
    "Failed to install the new preview build. Please try again later. 0x80240016"

    Hi ErfanTaheri,
    For this kind of issue, there would be many reasons to cause this failure. To find the reason, we can check the following log file:
    C:\$windows~BT\Source\Panther\setupact.log
    Here we can get an information about the failure.
    Alex Zhao
    TechNet Community Support

  • Failed to install the new preview build, please try again later. 0xC1900107

    I'm trying to upgrade Windows 10 TP for Enterprise to the new build 8460, but I keep getting the error message
    Failed to install the new preview build, please try again later. 0xC1900107
    I don't find any reference to that error code. I've seen similar reports in the forum, but with different error codes and with the message "Failed to upgrade" rather than "Failed to install". I haven't played with the reg keys on this
    system.
    The event viewer shows the following event:
    Installation Failure: Windows failed to install the following update with error 0xC1900107: fbl_release 9860 Enterprise.
    The upgrade to a non-Enterprise device started at the same time went through without problems.
    Alberto

    Hi Russell,
    What’s the situation now?
    There would be a cause that the upgrade is running background, so a retry would fail in this situation.
    You can check the action log  in C:\$Windows.~BT\source\panther\setupact.log
    Check the time line to see if it is running for upgrade.
    Alex Zhao
    TechNet Community Support

  • Getting error 0x80248008 updating from build 9860 to 9879

    I have build 9860, and I'm trying to update to the newer build:
    In the Preview Builds UI, I click Install now
    Within about 5 seconds it fails and displays the message "Failed to install the new preview build, please try again later. 0x80248008" (screenshot below).
    Rebooting doesn't help. Any suggestion about what to try to fix this?
    thanks!
    David

    Assuming that you have all windows updates installed.....
    Would you care to do a clean install by downloading build 9879 Enterprise ISO, burn it to a bootable DVD or Flash Drive and then install ? Enterprise version has everything in a non- enterprise version plus a few extra features geared towards business
    people. You don't have to use them at all.
    I am using it now ...... in my home computer.
    If that is acceptable, here are the links :
    Windows 10 Enterprise build 9879 64-bit
    ISO image
    Windows 10 Enterprise build 9879 32-bit
    ISO image

  • Preview Build failed to download 0x80246018

    Running Windows Technical Preview for Enterprise Build 9841.  After I enabled the Preview Builds option in Update and Recovery, I attempted to download Build 9860 but received the error "Failed to download the new preview build, please
    try again later. 0x80246018"
    Cannot find any descriptions for that error online.  Hoping someone else has faced and solved this.
    Thanks,
    Chris

    Hi all,
    Please check the event viewer or windowsupdate.log, there we may find the error description for the download failure
    In current time, try to delete the SoftwareDistribution folder and restart the download for a check.
    Alex Zhao
    TechNet Community Support
    Hey, I have been experiencing a similar error after rebuilding my machine with the technical preview.  Yesterday, I blew out the SoftwareDistribution folder and restarted the Windows Update service to no avail.  Standard
    security patches apply but it fails to apply the build update.  The error that I have is SLIGHTLY different from this one but the root cause may be similar.  It appears to be looking for an updated key before it will download the update. 
    Here are the entries from my last attempt from the WindowsUpdate.log:
    2014-10-27 14:06:07:742 1004 1530 AU ## START ##  AU: Download updates
    2014-10-27 14:06:07:742 1004 1530 AU #########
    2014-10-27 14:06:07:742 1004 1530 AU   # Approved updates = 1
    2014-10-27 14:06:07:758 1004 1530 AU WARNING: Failed to get Wu Exemption info from NLM, assuming not exempt, error = 0x80070490
    2014-10-27 14:06:07:758 1004 1530 AU AU initiated download, updateId = {40B05ADC-889A-4231-8D8F-08ECAC4877D5}.2, callId = {6497CB16-920B-4A23-BBDB-438A3EE7A82A}
    2014-10-27 14:06:07:774 1004 1530 AU   # Pending download calls = 1
    2014-10-27 14:06:07:774 1004 1530 AU <<## SUBMITTED ## AU: Download updates
    2014-10-27 14:06:09:195 1004 1530 AU AU checked download status and it changed: Downloading is paused
    2014-10-27 14:06:10:180 1004 1530 AU >>##  RESUMED  ## AU: Download update [UpdateId = {40B05ADC-889A-4231-8D8F-08ECAC4877D5}]
    2014-10-27 14:06:10:180 1004 1530 AU   # WARNING: Download failed, error = 0x80246017
    2014-10-27 14:06:10:180 1004 1530 AU Download call completed, hr = 0x80246017
    2014-10-27 14:06:10:180 1004 1530 AU #########
    2014-10-27 14:06:10:180 1004 1530 AU ##  END  ##  AU: Download updates 
    I'm going to completely reset the Windows Update service and re-register all the appropriate .dll's and see how it goes.

Maybe you are looking for

  • Mega 651:Why not 1 single receiver for all ?

    I have a Mega 651 with Celron 2,6 Ghz. proc. in it. Also Maxtor 120 Gb harddisk 7200 rpm. I use the internal Sis VGA card. With 512 DDR 2 ram Included is 1 IR transmitter (gris color). I bought also a MSI TV @nywhere Master card. With IR transmitter

  • CC&B Archiving and Purging

    Hello, Our project is currently exploring the implementation of CC&B's Archiving and Purging Functionality. I have some questions regarding this functionality. 1. Is there any company or organization that has successfully implemented CC&B's Archiving

  • Re:oracle enterprise manager unable to load  DB console page

    Hi please help me I have created database using dbca and oem was configured but am unable to load db console and the listner is down .

  • Calling  BAPI by using JAVA connector..

    hi friend.. sorry for silly question.. can u guide me how i can call BAPI in JAVA .. i know how to create JCO connection... i need to create client for this or not??or not?? thanks NARPAL.

  • Not seeing full screen 1/3 is taken up with bookmarks etc?

    mmy screen is split showing Google on the right dude and on the left hand side taking up about a 1/3rd of my screen is bookmarks, how can I fix it to see tge whose screen?