SUGGESTION: download packages at once [solved]

When pacman downloads packages, it downloads them one by one. It means:
1 - Connect
2 - Identificate
3 - set dir
4 - Download
It does this for each file. even if the server is down, it will try to connect again to the same server for each file it has to download.
My suggestion is that instead of downloading file by file, have it to download all files at once, just one connection per server.
This would avoid the connect and identificate in many of the files. It also would make much more easier to cancel an upgrade with Ctrl + C, cause it would be one cancel per server, not one cancel per file per server (in case you use wget).
And, of course, it would speed up the downloads.

-r: recursive
-l0: depth=0
The download function of pacman is programmed to check file by file. To apply a patch that uses single connection with wget (if wget supports it) the code should be cleaned a bit by putting the "check download" code in another function (before there was no need so it is was ok like it is right now), and there should be a way to specify in pacman.conf that your xfercommmand supports multiple files (%u single file, %U multiple files?)

Similar Messages

  • [SOLVED]pacman can't download packages

    doing as usual:
    #pacman -Syu
    and
    #pacman -S openbox
    but then see:
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): openbox-3.4.11.2-1 [0.27 MB]
    Total Download Size: 0.27 MB
    Total Installed Size: 1.89 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    error: failed retrieving file 'openbox-3.4.11.2-1-i686.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (File unavailable (e.g., file not found, no access))
    Errors occurred, no packages were upgraded.
    tried with mirrors.kernel.org, mirror.yandex.ru(one of closest to me) and even ftp.archlinux.org.
    all with same result.
    --debug pacman output:
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: showsize
    debug: config: totaldownload
    debug: config: new section 'core'
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: registering sync database 'core'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': ftp://ftp.archlinux.org/core/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': ftp://ftp.archlinux.org/extra/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': ftp://ftp.archlinux.org/community/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'testing'
    debug: registering sync database 'testing'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'testing': ftp://ftp.archlinux.org/testing/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community-testing'
    debug: registering sync database 'community-testing'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community-testing': ftp://ftp.archlinux.org/community-testing/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: adding new server URL to database 'archlinuxfr': http://repo.archlinux.fr/i686
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    debug: loading package cache for repository 'local'
    debug: loading package cache for repository 'core'
    debug: loading package cache for repository 'extra'
    debug: adding package openbox-3.4.11.2-1 to the transaction targets
    resolving dependencies...
    debug: resolving target's dependencies
    debug: started resolving dependencies
    debug: checkdeps: package openbox-3.4.11.2-1
    debug: finished resolving dependencies
    debug: started sorting dependencies
    debug: sorting dependencies finished
    looking for inter-conflicts...
    debug: looking for conflicts
    debug: check targets vs targets
    debug: check targets vs targets
    debug: check targets vs db and db vs targets
    debug: check targets vs db
    debug: check db vs targets
    debug: checking dependencies
    debug: checkdeps: package openbox-3.4.11.2-1
    debug: setting download size 281868 for pkg openbox
    Targets (1): openbox-3.4.11.2-1 [0.27 MB]
    Total Download Size: 0.27 MB
    Total Installed Size: 1.89 MB
    debug: using cachedir: /var/cache/pacman/pkg/
    :: Retrieving packages from extra...
    debug: using 'openbox-3.4.11.2-1-i686.pkg.tar.xz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    error: failed retrieving file 'openbox-3.4.11.2-1-i686.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    warning: failed to retrieve some files from extra
    Errors occurred, no packages were upgraded.
    debug: unregistering database 'local'
    debug: freeing package cache for repository 'local'
    debug: unregistering database 'core'
    debug: freeing package cache for repository 'core'
    debug: unregistering database 'extra'
    debug: freeing package cache for repository 'extra'
    debug: unregistering database 'community'
    debug: unregistering database 'testing'
    debug: unregistering database 'community-testing'
    debug: unregistering database 'archlinuxfr'
    Last edited by jauthu (2010-06-04 00:22:34)

    but it is really strange that when i uncommented "http://ftp.archlinux.org..."  in mirrorlist it is the same error
    so what destination for all that mirrors are?
    and when I download package from web-interface http://www.archlinux.org/packages/extra/x86_64/openbox/ it successfuly downloaded from mirrors.kernel.org but pacman can't...
    I'm completely dumb, or the universe had hell changed
    As you see, my english is stupid.
    Last edited by jauthu (2010-06-03 22:34:49)

  • [SOLVED] where does pacman keep downloaded packages?

    Stupid question, I know - but I seem to be having a tough time finding the docs or config that describes where pacman stores the downloaded packages during upgrades and installs.
    Last edited by corey_s (2011-07-12 02:30:04)

    Right on, thanks guys.   I had even looked in /etc/pacman.conf and somehow still missed it...  sheesh.
    Cheers

  • [SOLVED] "Downloading package list..." hangs!

    I have the latest ArchLinux 2007.08.1 (Don't Panic) ISO.
    The first time I tried to install i did get trough "Select Packages" and got a whole system (3 days ago), then I found out, that I had forgot to make my partition bootable in cfdisk, and I rammed my head to the table. I got started reinstalling right away, but this time it wouldn't download the package list, when I selected the menu "Select Packages", it just hangs with the text "Downloading package list..." .. I tried this 3-4 times, before I changed the mirror to ftp.hosteurope.de instead of ftp.archlinux.org .. This didn't help neither.. I let it run like this all night with ftp.hosteurope.de, well I actually fell in sleep in front of the telly axciously waiting for it to finally retrive that god damn list! In the morning I rebooted again, this time I choose another mirror, didn't help!
    As I said, I've been trough before, and I'm not behind a proxy or anything! It just stopped working out of the blue..
    Are all mirrors just really messed up these days? Or is it the installer which is screwed?
    Pinging ftp.archlinux.org just timeouts first time, and then with a ping of 145ms, connecting to the ftp just gives Connected quickly and then right after Connection failed (Connection lost) ..
    ftp.hosteurope.de is not more than a ping of 30-40ms and can easily be connected to trough FTP..
    Thanks in advance
    Last edited by dezza (2007-09-14 13:03:49)

    I have the onboard Marvell Yukon 8053 (Gigabyte 965P-DQ6) Gigabit-Ethernet NIC .. And as I said, it worked before ..
    The bug you linked to is not near my problem, the problem is that it won't let my download the package list when I select "Select Packages" ..
    Why doesn't it matter?
    I also noticed this:
    ftp://ftp.archlinux.org/iso/2007.08.1/Known-Issues.txt
    That was actually the kind of problems I had when I thought it was about flagging my boot partition bootable or not.. I've followed these steps now, Now I am just waiting to get a connection trough :S
    Now I will be calling my ISP to let them know that my internet is running strangely, I've noticed now that sometimes I can't open connections, and at other times it goes trough. I'll let you know if this is a problem with my ISP/router or internet connection, I've already tried to power on/off my router and modem and I've updated router firmware.
    Last edited by dezza (2007-09-14 10:52:13)

  • Lenovo System Update 5.0.3 failes to download packages

    Hello, 
    SU shows an error dialog saying "An error occurred while downloading packages.".
    I reinstalled SU and Solution Center and updated BIOS. But it still does not work...
    I checked several posts in this community.
    System Update fails to download updates
    Lenovo System Update 5.03 on T430u doesn't report software updates
    And I knew that tvsu_log_xxx.txt has important information for debugging.
    It turned out that SU failed to download "HelloLevel_9_08_00.xml" for the following reason.
    "An error ocurred while setting the digital certificates for this download"
    What is this? Do the digital certificates mean SSL certificate?
    Anyone know how to solve this?
    Regards,
    Yusuke Yamasaki
    systeminfo
    OS Name: Microsoft Windows 7 Professional
    OS Version: 6.1.7601 Service Pack 1 Build 7601
    System Manufacturer: LENOVO
    System Model: 20ANCTO1WW
    System Type: x64-based PC
    Processor(s): 1 Processor(s) Installed.
    [01]: Intel64 Family 6 Model 60 Stepping 3 GenuineIntel ~2701 Mhz
    BIOS Version: LENOVO GLET65WW (2.19 ), 2014/01/14
    tvsu_log_140219182345.txt
    [Lenovo System Update build: 2013-10-31 5.03.0008] 2014/02/19 18:23:45
    Info 2014-02-19 , 06:23:45
    場所 Tvsu.Environment.EnvironmentManager..ctor()
    Message: Starting Environment Manager...
    Info 2014-02-19 , 06:23:45
    場所 Tvsu.Nls.NlsResources..ctor()
    Message: Starting the instance of NLS@Runtime
    Info 2014-02-19 , 06:23:46
    場所 Tvsu.Nls.NlsResources..ctor()
    Message:
    The active language is: JP
    The default language is: JP
    The OS language is: JP
    The language loaded type is: OS
    Severe 2014-02-19 , 06:23:46
    場所 Tvsu.Sdk.SuSdk.StartApplication()
    Message: Application runs with the framework: 4.0.30319.18444
    Info 2014-02-19 , 06:23:46
    場所 Tvsu.Engine.DataBase.InitializeDataBase()
    Message: Initializing the DataBase from file: updates.ser
    Info 2014-02-19 , 06:23:46
    場所 Tvsu.Sdk.SuSdk.StartApplication()
    Message: Starting the Application
    Info 2014-02-19 , 06:23:46
    場所 Tvsukernel.Logic.GUIController.StartGUI(Boolean showsplash)
    Message: Starting GUI...
    Info 2014-02-19 , 06:23:46
    場所 Tvsukernel.Logic.GUIController.StartGUI(Boolean showsplash)
    Message: MainFrame created successfully
    Info 2014-02-19 , 06:23:46
    場所 Tvsukernel.Logic.GUIController.StartGUI(Boolean showsplash)
    Message: GUI -- Welcome screen
    Info 2014-02-19 , 06:23:46
    場所 Tvsukernel.Logic.GUIController.BackToMain()
    Message: Setting Welcome screen...
    Info 2014-02-19 , 06:23:46
    場所 Tvsukernel.FlowScreens.MainFrame.SetScreen(String screen, RoutedEventHandler[] eh)
    Message: Loading Welcome screen on Action pane.
    Info 2014-02-19 , 06:23:50
    場所 Tvsukernel.Logic.GUIController.SearchUpdates(Object sender, EventArgs args)
    Message: Starting the Search process...
    Info 2014-02-19 , 06:23:50
    場所 Tvsukernel.FlowScreens.MainFrame.SetScreen(String screen, RoutedEventHandler[] eh)
    Message: Loading Search screen on Action pane.
    Info 2014-02-19 , 06:23:50
    場所 Tvsukernel.Logic.ProgressThread.InitSearch()
    Message: GUI -- Reporting progress for the Search
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Sdk.SuSdk.GetSystemProperties()
    Message: Get the System Properties
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Task.Task.StartExecution()
    Message: PreTask
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Task.Task.StartExecution()
    Message: Start
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Task.Task.Start()
    Message: Starting the task
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Task.Task.Start()
    Message: The current process is:HelloProcess
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Task.Task.Start()
    Message: Executing the PreProcess HelloProcess
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Task.Task.Start()
    Message: Executing the StartProcess HelloProcess
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Process.HelloProcess.DownloadHelpFile()
    Message: The chm help file is already present in the system
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Process.HelloProcess.Start()
    Message: The test.properties file was not found, the normal Hello process will continue.
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Process.HelloProcess.Start()
    Message: HelloProcess Started
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Process.HelloProcess.Start()
    Message: Client level: HelloLevel_9_08_00
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Process.HelloProcess.DownloadUDF(String helloClientLevel)
    Message: The UDF will be downloaded from: https://download.lenovo.com/ibmdl/pub/pc/pccbbs/agent/SSClientCommon/HelloLevel_9_08_00.xml
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Process.HelloProcess.DownloadUDF(String helloClientLevel)
    Message: The UDF will be downloaded to-> C:\ProgramData\Lenovo\SystemUpdate\session\system\SSClientCommon\HelloLevel_9_08_00.xml
    Info 2014-02-19 , 06:23:50
    場所 Tvsukernel.CustomControls.Step.<>c__DisplayClass7.<set_Image>b__6()
    Message: Setting PROCESSING status.
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.ConnectionSettings.ConnectionSettings.GetConnectionForURL(String url)
    Message: Creating a new Connection Settings Bean instance to Host: download.lenovo.com
    Info 2014-02-19 , 06:23:50
    場所 Tvt.ConnectionSettings.ConnectionSettings.GetConnectionForURL(String url)
    Message: Direct connection found
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.FileDownloader.HttpsDownload.SetCertificates()
    Message: Setting certificates...
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.FileDownloader.HttpsDownload.SetCertificates()
    Message: An error ocurred while setting the digital certificates for this download
    Exception:
    Message: 'System.Net.ServicePointManager' のタイプ初期化子が例外をスローしました。
    Type: System.TypeInitializationException
    場所 System.Net.ServicePointManager.set_CertificatePolicy(ICertificatePolicy value)
    場所 Tvsu.FileDownloader.HttpsDownload.SetCertificates()
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.FileDownloader.HttpsDownload.StartDownload(FileDownloadInfo fileInfo, downloadingDelegate downDelegate)
    Message: An exception ocurred while downloading https://download.lenovo.com/ibmdl/pub/pc/pccbbs/agent/SSClientCommon/HelloLevel_9_08_00.xml
    Status set to FAILED
    Exception:
    Message: 構成システムを初期化できませんでした。
    Type: System.Configuration.ConfigurationErrorsException
    場所 Tvsu.FileDownloader.HttpsDownload.doDownloadByHttps(FileDownloadInfo fileInfo, downloadingDelegate downDelegate)
    場所 Tvsu.FileDownloader.HttpsDownload.StartDownload(FileDownloadInfo fileInfo, downloadingDelegate downDelegate)
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.FileDownloader.GeneralDownloader.Download(FileToDownloadBean bean, downloadingDelegate downDelegate)
    Message: Some error occurred in download module :
    Exception:
    Message: 構成システムを初期化できませんでした。
    Type: System.Configuration.ConfigurationErrorsException
    場所 Tvsu.FileDownloader.HttpsDownload.StartDownload(FileDownloadInfo fileInfo, downloadingDelegate downDelegate)
    場所 Tvsu.FileDownloader.GeneralDownloader.Download(FileToDownloadBean bean, downloadingDelegate downDelegate)
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Process.HelloProcess.Start()
    Message: UDF download status is -> Failed
    Severe 2014-02-19 , 06:23:50
    場所 Tvsu.Engine.Process.HelloProcess.Start()
    Message: Could't connect to the HelloServer, no UDF file was downloaded
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Egather.EgatherManager.GetEgatherParser(String type)
    Message: Running egather minimal.....
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Egather.EgatherExecutor.RunAsWindowsService(String directory, String command, String arguments)
    Message: /execute ia.exe /arguments -filename"""C:\Program Files (x86)\Lenovo\System Update\egather\sysrecomin""" -probes REGIONAL_SETTINGS GATHERER_INFORMATION SYSTEM_SUMMARY -local /directory C:\Program Files (x86)\Lenovo\System Update\egather\ /type COMMAND /timeout 300000
    Info 2014-02-19 , 06:23:50
    場所 Tvsu.Egather.EgatherExecutor.RunAsWindowsService(String directory, String command, String arguments)
    Message: FileName Path: C:\Program Files (x86)\Lenovo\System Update\TvsuCommandLauncher.exe
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Egather.EgatherExecutor.ExecuteEgather(String fileOutput, String args)
    Message: RC eGatherer: 0
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Process.HelloProcess.Start()
    Message: MTM received from eGather: 20ANCTO1WW
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Process.HelloProcess.Start()
    Message: Data to be set in the Environment Manager to use with Quest:
    QOS (Quest OS): Windows 7
    QOSLang (Quest language): JP
    MTM: 20ANCTO1WW
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Task.Task.Start()
    Message: Executing the PostProcess HelloProcess
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Task.Task.Start()
    Message: The process HelloProcesshas been finished.
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Task.Task.StartExecution()
    Message: PostTask
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Sdk.SuSdk.GetSystemProperties()
    Message: Return the System Properties
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Sdk.SuSdk.GetApplicableUpdates(searchingFolderDelegate spd, showErrMsgDelegate sed)
    Message: Get Applicable Updates
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Task.Task.StartExecution()
    Message: PreTask
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Task.Task.StartExecution()
    Message: Start
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Task.Task.Start()
    Message: Starting the task
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Task.Task.Start()
    Message: The current process is:HelpCenterQuestProcess
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Task.Task.Start()
    Message: Executing the PreProcess HelpCenterQuestProcess
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Task.Task.Start()
    Message: Executing the StartProcess HelpCenterQuestProcess
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Process.HelpCenterQuestProcess.LaunchEgather()
    Message: Launching Egather
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Egather.EgatherManager.GetEgatherParser(String type)
    Message: Running egather complete.....
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Process.HelpCenterQuestProcess.LaunchHelpCenterProcess()
    Message: Launching HelpCenter
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Egather.EgatherExecutor.RunAsWindowsService(String directory, String command, String arguments)
    Message: /execute ia.exe /arguments -filename"""C:\Program Files (x86)\Lenovo\System Update\egather\sysreco""" -silent -local -section SYSTEM_SUMMARY REGIONAL_SETTINGS SMBIOS_INFORMATION Firmware_Information Installed_Software SMBIOS_INFORMATION DEVICE_DRIVERS_AND_SERVICES IDE_DEVICE_INFORMATION DEVICE_MANAGER_SETTINGS -p device_manager enable_hardwareid /directory C:\Program Files (x86)\Lenovo\System Update\egather\ /type COMMAND /timeout 300000
    Info 2014-02-19 , 06:23:51
    場所 Tvsu.Egather.EgatherExecutor.RunAsWindowsService(String directory, String command, String arguments)
    Message: FileName Path: C:\Program Files (x86)\Lenovo\System Update\TvsuCommandLauncher.exe
    Severe 2014-02-19 , 06:23:51
    場所 Tvsu.Engine.Process.HelpCenterQuestProcess.LaunchHelpCenterProcess()
    Message: An error ocurred while contacting the help center
    Exception:
    Message: 構成システムを初期化できませんでした。
    Type: System.Configuration.ConfigurationErrorsException
    場所 System.Configuration.ConfigurationManager.PrepareConfigSystem()
    場所 System.Configuration.ConfigurationManager.GetSection(String sectionName)
    場所 System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName)
    場所 System.Net.Configuration.WebRequestModulesSectionInternal.GetSection()
    場所 System.Net.WebRequest.get_PrefixList()
    場所 System.Net.WebRequest.Create(Uri requestUri, Boolean useUriBase)
    場所 System.Net.WebRequest.Create(String requestUriString)
    場所 Tvsu.Engine.Process.HelpCenterQuestProcess.IfModifiedSince(String url, DateTime dtSince, DateTime& dtActual)
    場所 Tvsu.Engine.Process.HelpCenterQuestProcess.DownloadCatalogDescriptorFile()
    場所 Tvsu.Engine.Process.HelpCenterQuestProcess.LaunchHelpCenterProcess()
    Info 2014-02-19 , 06:23:51
    場所 Tvsukernel.CustomControls.Step.<>c__DisplayClass7.<set_Image>b__6()
    Message: Setting DONE status.
    Info 2014-02-19 , 06:23:51
    場所 Tvsukernel.CustomControls.Step.<>c__DisplayClass7.<set_Image>b__6()
    Message: Setting PROCESSING status.
    Info 2014-02-19 , 06:23:52
    場所 Tvsu.Engine.Task.Task.Start()
    Message: Executing the PostProcess HelpCenterQuestProcess
    Severe 2014-02-19 , 06:23:52
    場所 Tvsu.Engine.Task.Task.StartExecution()
    Message: An error occurred while the task: ApplicableUpdatesTask executed the process: HelpCenterQuestProcessthe message from exception is種類 'Tvt.FileDownloader.DownloadException' の例外がスローされました。
    Exception:
    Message: 種類 'Tvt.FileDownloader.DownloadException' の例外がスローされました。
    Type: Tvt.FileDownloader.DownloadException
    場所 Tvsu.Engine.Task.Task.Start()
    場所 Tvsu.Engine.Task.Task.StartExecution()
    Info 2014-02-19 , 06:23:52
    場所 Tvsukernel.CustomControls.Step.<>c__DisplayClass7.<set_Image>b__6()
    Message: Setting FAILED status.
    Info 2014-02-19 , 06:23:52
    場所 Tvsukernel.Logic.GUIController.ShowErrorMessage(Exception e)
    Message: Error while downloading packages.
    Exception:
    Message: 種類 'Tvt.FileDownloader.DownloadException' の例外がスローされました。
    Type: Tvt.FileDownloader.DownloadException
    場所 Tvsu.Engine.Task.Task.StartExecution()
    場所 Tvsu.Sdk.SuSdk.GetApplicableUpdates(searchingFolderDelegate spd, showErrMsgDelegate sed)
    場所 Tvsukernel.Logic.ProgressThread.InitSearch()
    Info 2014-02-19 , 06:23:52
    場所 Tvsukernel.Dialogs.Messages.ShowStaticMessage(String message, String title, MessageType t, Boolean check)
    Message: Showing ERROR Message: < パッケージのダウンロード中にエラーが発生しました。 >
    Info 2014-02-19 , 06:23:58
    場所 Tvsukernel.Logic.GUIController.BackToMain()
    Message: Setting Welcome screen...
    Info 2014-02-19 , 06:23:58
    場所 Tvsukernel.FlowScreens.MainFrame.SetScreen(String screen, RoutedEventHandler[] eh)
    Message: Loading Welcome screen on Action pane.
    Info 2014-02-19 , 06:23:58
    場所 Tvsu.Egather.EgatherExecutor.ExecuteEgather(String fileOutput, String args)
    Message: RC eGatherer: 0
    Info 2014-02-19 , 06:24:02
    場所 Tvsukernel.FlowScreens.MainFrame.cmContextHelpSUhelp_Click(Object sender, RoutedEventArgs e)
    Message: Context Help will be displayed.
    Info 2014-02-19 , 06:24:08
    場所 Tvsukernel.Logic.GUIController.AskBeforeClosing()
    Message: Close System Update?
    Info 2014-02-19 , 06:24:08
    場所 Tvsukernel.Dialogs.Messages.ShowStaticMessage(String message, String title, MessageType t, Boolean check)
    Message: Showing QUESTION Message: < 本当に System Update を終了しますか? >
    Info 2014-02-19 , 06:24:09
    場所 Tvsukernel.Logic.GUIController.AskBeforeClosing()
    Message: Application will close now? True
    Info 2014-02-19 , 06:24:09
    場所 Tvsukernel.FlowScreens.MainFrame.OnClosing(CancelEventArgs e)
    Message: User wanted to close System Update, or the package force a reboot.
    Severe 2014-02-19 , 06:24:09
    場所 Tvsu.Sdk.SuSdk.ShutDownApplication()
    Message: Has happened an exception while the UNCAuthenticator.Shutdown() was executedShare name can not be null or empty
    Info 2014-02-19 , 06:24:09
    場所 Tvsu.Engine.DataBase.ShutDownDataBase()
    Message: Shutting down the DataBase, saving any data into file: updates.ser
    Info 2014-02-19 , 06:24:09
    場所 Tvsu.Environment.EnvironmentManager.closeEM()
    Message: Closing Environment Manager.
    Info 2014-02-19 , 06:24:09
    場所 Tvsu.Sdk.SuSdk.ShutDownApplication()
    Message: Shut Down the Application
    Solved!
    Go to Solution.

    I'm having a similar problem with 5.0.5.  Whenever it gets to "Downloading Package Information", it will show "15% Lenovo Help Center" and it dies there.  Errors below in the log.  
    If I look at the XML file mentioned below, it's zero-length (empty).
    Severe 2014-04-01 , 05:43:14
    at Tvsu.Engine.Process.HelloProcess.Start()
    Message: Error reading C:\ProgramData\Lenovo\SystemUpdate\session\system\SSClientCommon\HelloLevel_9_09_00.xml, this XML file is not well-formed
    Exception:
    Message: Root element is missing.
    Type: System.Xml.XmlException
    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
    at System.Xml.XmlTextReaderImpl.Read()
    at System.Xml.XPath.XPathDocument.LoadFromReader(XmlReader reader, XmlSpace space)
    at System.Xml.XPath.XPathDocument..ctor(TextReader textReader)
    at Tvsu.Engine.Process.HelloProcess.ParseUDF(String udfPath)
    at Tvsu.Engine.Process.HelloProcess.Start()
    Severe 2014-04-01 , 05:43:17
    at Tvsu.Engine.Process.HelpCenterQuestProcess.LaunchHelpCenterProcess()
    Message: An error ocurred while contacting the help center
    Exception:
    Message: Index and length must refer to a location within the string.
    Parameter name: length
    Type: System.ArgumentOutOfRangeException
    at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
    at Tvsu.Engine.Process.HelpCenterQuestProcess.GetCatalogDescriptorFileName()
    at Tvsu.Engine.Process.HelpCenterQuestProcess.DownloadCatalogDescriptorFile()
    at Tvsu.Engine.Process.HelpCenterQuestProcess.LaunchHelpCenterProcess()
    Severe 2014-04-01 , 05:43:18
    at Tvsu.Engine.Task.Task.StartExecution()
    Message: An error occurred while the task: ApplicableUpdatesTask executed the process: HelpCenterQuestProcessthe message from exception isException of type 'Tvt.FileDownloader.DownloadException' was thrown.
    Exception:
    Message: Exception of type 'Tvt.FileDownloader.DownloadException' was thrown.
    Type: Tvt.FileDownloader.DownloadException
    at Tvsu.Engine.Task.Task.Start()
    at Tvsu.Engine.Task.Task.StartExecution()
    Info 2014-04-01 , 05:43:18
    at Tvsukernel.Logic.GUIController.ShowErrorMessage(Exception e)
    Message: Error while downloading packages.
    Exception:
    Message: Exception of type 'Tvt.FileDownloader.DownloadException' was thrown.
    Type: Tvt.FileDownloader.DownloadException
    at Tvsu.Engine.Task.Task.StartExecution()
    at Tvsu.Sdk.SuSdk.GetApplicableUpdates(searchingFolderDelegate spd, showErrMsgDelegate sed)
    at Tvsukernel.Logic.ProgressThread.InitSearch()
    Info 2014-04-01 , 05:43:18
    at Tvsukernel.Dialogs.Messages.ShowStaticMessage(String message, String title, MessageType t, Boolean check)
    Message: Showing ERROR Message: < An error occurred while downloading packages. >

  • TVSU problem - "An error occurred while downloading package"

    During packages retrieval at about 17% TVSU displays message box: "An error occurred while downloading package".
    In the Event Viewer I can see error event with id 36871, source Schannel and description:
    "Critical error during authentication of SSL client. Internal error code: 10013" (translated by myself from my native language)
    TVSU 4.00.0046, T410, Windows 7 Enterprise, x64, SP1, IE9.
    Have you got any ideas how to solve this problem?
    Regards,
    Wojtek
    And last lines from my TVSU log:
    Info    2011-05-11 , 11:39:12
        w Tvt.Helpcenter.Quest.QuestResponse.ConnectToQuest()
        Message:
    Quest Url: https://www-03.ibm.com/pc/support/services/questquery/pc_support_services_questquery_viewer_EDAPortB...
    Info    2011-05-11 , 11:39:12
        w Tvt.FileDownloader.DirectFileDownloader.StartDownload()
        Message: Uri to download-> https://www-03.ibm.com/pc/support/services/questquery/pc_support_services_questquery_viewer_EDAPortB...
    Severe    2011-05-11 , 11:39:13
        w Tvt.FileDownloader.DirectFileDownloader.StartDownload()
        Message: Unexpected exception setting the request-> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><p869:getDescriptors xmlns869="http://www.ibm.com/xmlns/prod/pc/esupportda/binding/20041013"><agent>TVSUWeb/1</agent><queryValue>2518EYG</queryValue><os>Windows 7</os><osLanguage>EN</osLanguage></p869:getDescriptors></soapenv:Body></soapenv:Envelope>
        Exception:
            Message: Połączenie podstawowe zostało zakończone: Wystąpił nieoczekiwany błąd przy odbiorze.
            Type: System.Net.WebException
               w System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
       w System.Net.HttpWebRequest.GetRequestStream()
       w Tvt.FileDownloader.DirectFileDownloader.StartDownload()
    Info    2011-05-11 , 11:39:13
        w Tvt.Helpcenter.Quest.QuestResponse.ConnectToQuest()
        Message: Exception setting the request content
    Info    2011-05-11 , 11:39:13
        w Tvsu.Engine.Process.HelpCenterQuestProcess.GetQuestResponse(String currentUrl)
        Message: Tvt.FileDownloader.DownloadException
    Exception setting the request content
       w Tvt.FileDownloader.DirectFileDownloader.StartDownload()
       w Tvt.Helpcenter.Quest.QuestResponse.ConnectToQuest()
       w Tvt.Helpcenter.Quest.QuestResponse.RunQuest(String URL, String Mtm, String Os, String Oslanguage, String ClientLevel, ConnectionSettingsBean connbean, String xmlpath, String[] Certificates)
       w Tvsu.Engine.Process.HelpCenterQuestProcess.GetQuestResponse(String currentUrl)
        Exception:
            Message: Exception setting the request content
            Type: Tvt.FileDownloader.DownloadException
               w Tvt.FileDownloader.DirectFileDownloader.StartDownload()
       w Tvt.Helpcenter.Quest.QuestResponse.ConnectToQuest()
       w Tvt.Helpcenter.Quest.QuestResponse.RunQuest(String URL, String Mtm, String Os, String Oslanguage, String ClientLevel, ConnectionSettingsBean connbean, String xmlpath, String[] Certificates)
       w Tvsu.Engine.Process.HelpCenterQuestProcess.GetQuestResponse(String currentUrl)
    Severe    2011-05-11 , 11:39:13
        w Tvsu.Engine.Process.HelpCenterQuestProcess.LaunchHelpCenterProcess()
        Message: An error ocurred while contacting the help center
        Exception:
            Message: Exception setting the request content
            Type: Tvt.FileDownloader.DownloadException
               w Tvt.FileDownloader.DirectFileDownloader.StartDownload()
       w Tvt.Helpcenter.Quest.QuestResponse.ConnectToQuest()
       w Tvt.Helpcenter.Quest.QuestResponse.RunQuest(String URL, String Mtm, String Os, String Oslanguage, String ClientLevel, ConnectionSettingsBean connbean, String xmlpath, String[] Certificates)
       w Tvsu.Engine.Process.HelpCenterQuestProcess.GetQuestResponse(String currentUrl)
       w Tvsu.Engine.Process.HelpCenterQuestProcess.LaunchHelpCenterProcess()
    Info    2011-05-11 , 11:39:13
        w Tvsu.Engine.Task.Task.Start()
        Message: Executing the PostProcess HelpCenterQuestProcess
    Severe    2011-05-11 , 11:39:13
        w Tvsu.Engine.Task.Task.StartExecution()
        Message: An error occurred while the task: ApplicableUpdatesTask executed the process: HelpCenterQuestProcessthe message from exception isException setting the request content
        Exception:
            Message: Exception setting the request content
            Type: Tvt.FileDownloader.DownloadException
               w Tvsu.Engine.Task.Task.Start()
       w Tvsu.Engine.Task.Task.StartExecution()
    Info    2011-05-11 , 11:39:13
        w Tvsu.Gui.CustomComponents.Step.set_Image(StepImage value)
        Message: Setting FAILED status.
    Info    2011-05-11 , 11:39:13
        w Tvsu.Gui.GUIController.ShowErrorMessage(Exception e)
        Message: Error while downloading packages.
        Exception:
            Message: Exception setting the request content
            Type: Tvt.FileDownloader.DownloadException
               w Tvsu.Engine.Task.Task.StartExecution()
       w Tvsu.Sdk.SuSdk.GetApplicableUpdates(searchingFolderDelegate spd, showErrMsgDelegate sed)
       w Tvsu.Gui.Util.ProgressThread.InitSearch()
    Info    2011-05-11 , 11:39:13
        w Tvsu.Gui.FlowScreens.Messages.ShowMessage(String message, String title, String mastheadtext, MessageType t, Boolean check, IWin32Window owner)
        Message: Showing ERROR Message: < An error occurred while downloading packages. >
    Info    2011-05-11 , 11:39:16
        w Tvsu.Egather.EgatherExecutor.ExecuteEgather(String fileOutput, String args)
        Message: RC eGatherer: 0

    w454385,
    What is your TVSU version? There was a glitch yesterday and it's fixed. I guess your case may be related to that incident.
    Check out these 2 threads. They are actually having same solutions.
    http://forum.lenovo.com/t5/ThinkVantage-Technologies/Thinkvantage-System-Update-3-14-0031-Failure/td...
    http://forum.lenovo.com/t5/ThinkVantage-Technologies/System-Update-4-odd-behavior-in-ThinkVantage-To...
    If your version is 3.15 / 4.01, please:
    Un-install current TVSU, reinstall TVSU version 3.14 (Win XP) or 4.0 (Win 7/Vista) by dowloading from Lenovo Support site,
    Otherwise, you can try running driver update again.
    Cleo
    WW Social Media
    T61, T410, x240, Z500, Flex 14
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    How to send a private message? --> Check out this article.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • I am webmaster for our church (C of E) in Dorset, UK.   The church has charitable status, and is cash-strapped.  I am searching for the cheapest download package in order to use Photoshop & Dreamweaver - at home and in the Parish Office. This page (https:

    I am webmaster for our church (C of E) in Dorset, UK.   The church has charitable status, and is cash-strapped.  I am searching for the cheapest download package in order to use Photoshop & Dreamweaver - at home and in the Parish Office. This page (https://www.adobe.com/content/dotcom/uk/volume-licensing/non-profit.edu.html) suggests that we are eligible for discount BUT provides no information on pricing for me to present to the PCC for them to authorise purchase.  Any tips?

    You have to contact a reseller and they will fix you up with a plan and verify your eligibility. That's just how it work. when you are eligible, the normal student pricing applies, give or take any extra discounts based on the number of licenses you buy, which would not apply in your case.
    Creative Suite 6
    Mylenium

  • The app store says lion is installed. However it is not on my computer despite running and apparently successfully installing the downloaded package

    The app store says lion is installed. However it is not on my computer despite running and apparently successfully installing the downloaded package. Any thoughts? Obviously I cant download it again as the app store says it is installed. I cannot find the package on my mac, when I try and search for it!!

    Hi Hugh,
    Once you download Lion from the app store you still have to install it.  Its located in your Applications directory.

  • Manually download packages

    I have a computer without access to the internet with arch linux installed, I would like to install some packages on it to watch DVDs, I know what packages I need, i just do not know how to download them. This must be really easy and I am searching for the wrong thing. Please help!

    @Ghost1227
    That wouldn't resolve dependencies.
    @quizzelsnatch
    You can add "--print-uris" or "-p" when calling pacman to get it to print the URIs for a sync operation. You could then just copy them and download them manually on another computer. Examples:
    Get the URIs for a full system upgrade:
    pacman -Sup
    Get the URIs for pkg_a and pkg_b:
    pacman -Sp pkg_a pkg_b
    Keep in mind that you need to sync the database though to get the latest packages.
    If you're downloading on another Arch computer, you can use the "--downloadonly" / "-w" and "--cachedir" options to download packages on that computer onto some external storage device:
    pacman -Sw --cachedir /path/to/device pkg_a pkg_b
    Once you have the packages, you can install them on the target computer with the "-upgrade"/"-U":
    pacman -U /path/to/pkg_a_tarball /path/to/pkg_b_tarball
    The tarball will be named pkg_a-ver-rel[.architecture].pkg.tar.gz
    Keep in mind that you might run into problems with dependencies and compatibility if you're not keeping the target system up-to-date. There are ways to download the database on another computer and transfer it, but my post is long enough as is.
    Finally, if you're going to be downloading lots of files, take a look at powerpill. You can use it to generate a metalink of all the downloads that you can use on another computer. Aside from being significantly faster for downloading, it also avoids problems if your main mirror fails (because the --print-uris option only spits out links for the top mirror in your list).

  • Win 7 / System Update 4 "An error occurred while downloading packages" Please review LOG?

    Team Lenovo,
    I am having problem with TVSU 4.0 on a Windows 7 64 bit system where it gets to about 17-18% and consistently gives me "An error occurred while downloading packages"
    I've made sure no firewalls are active.  Am not using an Proxy servers and have turned off "automatically detect settings" in Internet Options.  I've tried to uninstall and reinstall and no change.  I've also tried to run as an Administrator and no luck either.
    I reviewed the logs that are located at:
    C:\Program Files (x86)\Lenovo\System Update\logs
    I've highlighted in BOLD the entries below I feel may be the issue, but not sure how to resolve it.  I did notice download.lenovo.com link when I try to reach it directly shows file not found???
    [ThinkVantage System Update build: 2009-10-19 4.00.0024]    2/5/2011 4:13:45 PM
    Info    2011-02-05 , 04:13:45
        at Tvsu.Environment.EnvironmentManager..ctor()
        Message: Starting Environment Manager...
    Info    2011-02-05 , 04:13:45
        at Tvsu.Nls.NlsResources..ctor()
        Message:
    The active language is: EN
    The default language is: EN
    The OS language is: EN
    The language loaded type is: OS
    Severe    2011-02-05 , 04:13:45
        at Tvsu.Sdk.SuSdk.StartApplication()
        Message: Application runs with the framework: 2.0.50727.4952
    Info    2011-02-05 , 04:13:45
        at Tvsu.Engine.DataBase.InitializeDataBase()
        Message: Initializing the DataBase from file: updates.ser
    Warning    2011-02-05 , 04:13:45
        at Tvsu.Gui.Util.Tools.get_SystemVendor()
        Message: The vendor was resolved to THINK
    Info    2011-02-05 , 04:14:11
        at Tvsu.ConnectionSettings.ConnectionSettings.GetConnectionForURL(String url)
        Message: Creating a new Connection Settings Bean instance to Host: download.lenovo.com
    Info    2011-02-05 , 04:14:11
        at Tvt.ConnectionSettings.ConnectionSettings.GetConnectionForURL(String url)
        Message: Direct connection found
    Info    2011-02-05 , 04:14:11
        at Tvsu.FileDownloader.HttpsDownload.GetProxy(ConnectionSettingsBean connBean)
        Message: Connection type set to DIRECT in ConnectionSettingsBean
    Info    2011-02-05 , 04:14:11
        at Tvsu.Engine.Task.Task.Start()
        Message: The current process is:HelloProcess
    Info    2011-02-05 , 04:14:11
        at Tvsu.Engine.Task.Task.Start()
        Message: Executing the PreProcess HelloProcess
    Info    2011-02-05 , 04:14:11
        at Tvsu.Engine.Task.Task.Start()
        Message: Executing the StartProcess HelloProcess
    Info    2011-02-05 , 04:14:11
        at Tvsu.Engine.Process.HelloProcess.DownloadHelpFile()
        Message: The chm help file is already present in the system
    Info    2011-02-05 , 04:14:11
        at Tvsu.Engine.Process.HelloProcess.Start()
        Message: The test.properties file was not found, the normal Hello process will continue.
    Info    2011-02-05 , 04:14:11
        at Tvsu.Engine.Process.HelloProcess.Start()
        Message: HelloProcess Started
    Info    2011-02-05 , 04:14:11
        at Tvsu.Engine.Process.HelloProcess.Start()
        Message: Client level: HelloLevel_8_05_80
    Info    2011-02-05 , 04:14:11
        at Tvsu.Engine.Process.HelloProcess.DownloadUDF(String helloClientLevel)
        Message: The UDF will be downloaded from: https://download.lenovo.com/ibmdl/pub/pc/pccbbs/agent/SSClientCommon/HelloLevel_8_05_80.xml
    Info    2011-02-05 , 04:14:11
        at Tvsu.Engine.Process.HelloProcess.DownloadUDF(String helloClientLevel)
        Message: The UDF will be downloaded to-> C:\Program Files (x86)\Lenovo\System Update\session\system\SSClientCommon\HelloLevel_8_05_80.xml
    Info    2011-02-05 , 04:14:11
        at Tvsu.ConnectionSettings.ConnectionSettings.GetConnectionForURL(String url)
        Message: Connection settings bean found for download.lenovo.com
    Info    2011-02-05 , 04:14:11
        at Tvsu.FileDownloader.HttpsDownload.GetProxy(ConnectionSettingsBean connBean)
        Message: Connection type set to DIRECT in ConnectionSettingsBean
    Info    2011-02-05 , 04:14:11
        at Tvsu.Engine.Process.HelloProcess.Start()
        Message: UDF download status is -> Failed
    Severe    2011-02-05 , 04:14:11
        at Tvsu.Engine.Process.HelloProcess.Start()
        Message: Could't connect to the HelloServer, no UDF file was downloaded
    Info    2011-02-05 , 04:14:11
        at Tvsu.Egather.EgatherManager.GetEgatherParser(String type)
        Message: Running egather minimal.....
    Info    2011-02-05 , 04:14:11
        at Tvsu.Gui.CustomComponents.Step.set_Image(StepImage value)
        Message: Setting PROCESSING status.
    Info    2011-02-05 , 04:14:11
        at Tvsu.Egather.EgatherExecutor.RunAsWindowsService(String directory, String command, String arguments)
        Message:  /execute ia.exe /arguments -filename"""C:\Program Files (x86)\Lenovo\System Update\egather\sysrecomin""" -probes REGIONAL_SETTINGS GATHERER_INFORMATION SYSTEM_SUMMARY -local /directory C:\Program Files (x86)\Lenovo\System Update\egather\ /type COMMAND /timeout 300000
    Info    2011-02-05 , 04:14:11
        at Tvsu.Egather.EgatherExecutor.RunAsWindowsService(String directory, String command, String arguments)
        Message: FileName Path: C:\Program Files (x86)\Lenovo\System Update\TvsuCommandLauncher.exe
    Info    2011-02-05 , 04:14:14
        at Tvsu.Egather.EgatherExecutor.ExecuteEgather(String fileOutput, String args)
        Message: RC eGatherer: 0
    Info    2011-02-05 , 04:14:14
        at Tvsu.Engine.Process.HelloProcess.Start()
        Message: MTM received from eGather: 4389AB8
    Info    2011-02-05 , 04:14:14
        at Tvsu.Engine.Process.HelloProcess.Start()
        Message: Data to be set in the Environment Manager to use with Quest:
    QOS (Quest OS): Windows 7
    QOSLang (Quest language): EN
    MTM: 4389AB8
    Info    2011-02-05 , 04:14:14
        at Tvsu.Engine.Task.Task.Start()
        Message: Executing the PostProcess HelloProcess
    Info    2011-02-05 , 04:14:14
        at Tvsu.Engine.Task.Task.Start()
        Message: The process HelloProcesshas been finished.
    Info    2011-02-05 , 04:14:14
        at Tvsu.Engine.Task.Task.StartExecution()
        Message: PostTask
    Info    2011-02-05 , 04:14:14
        at Tvsu.Sdk.SuSdk.GetSystemProperties()
        Message: Return the System Properties
    Info    2011-02-05 , 04:14:14
        at Tvsu.Sdk.SuSdk.GetApplicableUpdates(searchingFolderDelegate spd, showErrMsgDelegate sed)
        Message: Get Applicable Updates
    Info    2011-02-05 , 04:14:14
        at Tvsu.Engine.Task.Task.Start()
        Message: The current process is:HelpCenterQuestProcess
    Info    2011-02-05 , 04:14:14
        at Tvsu.Engine.Task.Task.Start()
        Message: Executing the PreProcess HelpCenterQuestProcess
    Info    2011-02-05 , 04:14:14
        at Tvsu.Gui.CustomComponents.Step.set_Image(StepImage value)
        Message: Setting DONE status.
    Info    2011-02-05 , 04:14:14
        at Tvsu.Gui.CustomComponents.Step.set_Image(StepImage value)
        Message: Setting PROCESSING status.
    Info    2011-02-05 , 04:14:19
        at Tvsu.ConnectionSettings.ConnectionSettings.GetConnectionForURL(String url)
        Message: Creating a new Connection Settings Bean instance to Host: www-03.ibm.com
    Info    2011-02-05 , 04:14:19
        at Tvt.ConnectionSettings.ConnectionSettings.GetConnectionForURL(String url)
        Message: Direct connection found
    Info    2011-02-05 , 04:14:19
        at Tvsu.Engine.Task.Task.Start()
        Message: Executing the StartProcess HelpCenterQuestProcess
    Info    2011-02-05 , 04:14:19
        at Tvsu.Engine.Process.HelpCenterQuestProcess.LaunchEgather()
        Message: Launching Egather
    Info    2011-02-05 , 04:14:19
        at Tvsu.Egather.EgatherManager.GetEgatherParser(String type)
        Message: Running egather complete.....
    Info    2011-02-05 , 04:14:19
        at Tvsu.Engine.Process.HelpCenterQuestProcess.LaunchHelpCenterProcess()
        Message: Launching HelpCenter
    Info    2011-02-05 , 04:14:19
        at Tvsu.Egather.EgatherExecutor.RunAsWindowsService(String directory, String command, String arguments)
        Message:  /execute ia.exe /arguments -filename"""C:\Program Files (x86)\Lenovo\System Update\egather\sysreco""" -silent -local -section SYSTEM_SUMMARY REGIONAL_SETTINGS SMBIOS_INFORMATION Firmware_Information Installed_Software SMBIOS_INFORMATION DEVICE_DRIVERS_AND_SERVICES IDE_DEVICE_INFORMATION DEVICE_MANAGER_SETTINGS -p device_manager enable_hardwareid /directory C:\Program Files (x86)\Lenovo\System Update\egather\ /type COMMAND /timeout 300000
    Info    2011-02-05 , 04:14:19
        at Tvsu.Egather.EgatherExecutor.RunAsWindowsService(String directory, String command, String arguments)
        Message: FileName Path: C:\Program Files (x86)\Lenovo\System Update\TvsuCommandLauncher.exe
    Info    2011-02-05 , 04:14:19
        at Tvt.Helpcenter.Quest.QuestResponse.ConnectToQuest()
        Message: Setting QuestResponse Path to: C:\Program Files (x86)\Lenovo\System Update\session\QuestResponse.xml
    Info    2011-02-05 , 04:14:19
        at Tvt.Helpcenter.Quest.QuestResponse.ConnectToQuest()
        Message:
    Quest Url: https://www-03.ibm.com/pc/support/services/questquery/pc_support_services_questquery_viewer_EDAPortB...
    Info    2011-02-05 , 04:14:19
        at Tvt.FileDownloader.DirectFileDownloader.StartDownload()
        Message: Uri to download-> https://www-03.ibm.com/pc/support/services/questquery/pc_support_services_questquery_viewer_EDAPortB...
    Severe    2011-02-05 , 04:14:19
        at Tvt.FileDownloader.DirectFileDownloader.StartDownload()
        Message: Unexpected exception setting the request-> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><p869:getDescriptors xmlns869="http://www.ibm.com/xmlns/prod/pc/esupportda/binding/20041013"><agent>TVSUWeb/1</agent><queryValue>4389AB8</queryValue><os>Windows 7</os><osLanguage>EN</osLanguage></p869:getDescriptors></soapenv:Body></soapenv:Envelope>
        Exception:
            Message: The underlying connection was closed: An unexpected error occurred on a receive.
            Type: System.Net.WebException
               at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
       at System.Net.HttpWebRequest.GetRequestStream()
       at Tvt.FileDownloader.DirectFileDownloader.StartDownload()
    Info    2011-02-05 , 04:14:19
        at Tvt.Helpcenter.Quest.QuestResponse.ConnectToQuest()
        Message: Exception setting the request content
    Info    2011-02-05 , 04:14:19
        at Tvsu.Engine.Process.HelpCenterQuestProcess.GetQuestResponse(String currentUrl)
        Message: Tvt.FileDownloader.DownloadException
    Exception setting the request content
       at Tvt.FileDownloader.DirectFileDownloader.StartDownload()
       at Tvt.Helpcenter.Quest.QuestResponse.ConnectToQuest()
       at Tvt.Helpcenter.Quest.QuestResponse.RunQuest(String URL, String Mtm, String Os, String Oslanguage, String ClientLevel, ConnectionSettingsBean connbean, String xmlpath, String[] Certificates)
       at Tvsu.Engine.Process.HelpCenterQuestProcess.GetQuestResponse(String currentUrl)
        Exception:
            Message: Exception setting the request content
            Type: Tvt.FileDownloader.DownloadException
               at Tvt.FileDownloader.DirectFileDownloader.StartDownload()
       at Tvt.Helpcenter.Quest.QuestResponse.ConnectToQuest()
       at Tvt.Helpcenter.Quest.QuestResponse.RunQuest(String URL, String Mtm, String Os, String Oslanguage, String ClientLevel, ConnectionSettingsBean connbean, String xmlpath, String[] Certificates)
       at Tvsu.Engine.Process.HelpCenterQuestProcess.GetQuestResponse(String currentUrl)
    Severe    2011-02-05 , 04:14:19
        at Tvsu.Engine.Process.HelpCenterQuestProcess.LaunchHelpCenterProcess()
        Message: An error ocurred while contacting the help center
        Exception:
            Message: Exception setting the request content
            Type: Tvt.FileDownloader.DownloadException
               at Tvt.FileDownloader.DirectFileDownloader.StartDownload()
       at Tvt.Helpcenter.Quest.QuestResponse.ConnectToQuest()
       at Tvt.Helpcenter.Quest.QuestResponse.RunQuest(String URL, String Mtm, String Os, String Oslanguage, String ClientLevel, ConnectionSettingsBean connbean, String xmlpath, String[] Certificates)
       at Tvsu.Engine.Process.HelpCenterQuestProcess.GetQuestResponse(String currentUrl)
       at Tvsu.Engine.Process.HelpCenterQuestProcess.LaunchHelpCenterProcess()
    Info    2011-02-05 , 04:14:19
        at Tvsu.Engine.Task.Task.Start()
        Message: Executing the PostProcess HelpCenterQuestProcess
    Severe    2011-02-05 , 04:14:19
        at Tvsu.Engine.Task.Task.StartExecution()
        Message: An error occurred while the task: ApplicableUpdatesTask executed the process: HelpCenterQuestProcessthe message from exception isException setting the request content
        Exception:
            Message: Exception setting the request content
            Type: Tvt.FileDownloader.DownloadException
               at Tvsu.Engine.Task.Task.Start()
       at Tvsu.Engine.Task.Task.StartExecution()
    Info    2011-02-05 , 04:14:20
        at Tvsu.Gui.CustomComponents.Step.set_Image(StepImage value)
        Message: Setting FAILED status.
    Info    2011-02-05 , 04:14:20
        at Tvsu.Gui.GUIController.ShowErrorMessage(Exception e)
        Message: Error while downloading packages.
        Exception:
            Message: Exception setting the request content
            Type: Tvt.FileDownloader.DownloadException
               at Tvsu.Engine.Task.Task.StartExecution()
       at Tvsu.Sdk.SuSdk.GetApplicableUpdates(searchingFolderDelegate spd, showErrMsgDelegate sed)
       at Tvsu.Gui.Util.ProgressThread.InitSearch()
    Info    2011-02-05 , 04:14:20
        at Tvsu.Gui.FlowScreens.Messages.ShowMessage(String message, String title, String mastheadtext, MessageType t, Boolean check, IWin32Window owner)
        Message: Showing ERROR Message: < An error occurred while downloading packages.

    Thank you for the reply.  I already have NET. Framework 4.x installed and I stil have the same problem.
    I looked at the logs again and I believe the issue is that I can not download this file:
    https://download.lenovo.com/ibmdl/pub/pc/pccbbs/agent/SSClientCommon/HelloLevel_8_05_80.xml
    Can someone try that link and see if they get anything?  I keep getting in my browser "file not found".
        at Tvsu.Engine.Process.HelloProcess.Start()
        Message: HelloProcess Started
    Info    2011-02-07 , 09:23:47
        at Tvsu.Engine.Process.HelloProcess.Start()
        Message: Client level: HelloLevel_8_05_80
    Info    2011-02-07 , 09:23:47
        at Tvsu.Engine.Process.HelloProcess.DownloadUDF(String helloClientLevel)
        Message: The UDF will be downloaded from: https://download.lenovo.com/ibmdl/pub/pc/pccbbs/agent/SSClientCommon/HelloLevel_8_05_80.xml
    Info    2011-02-07 , 09:23:47
        at Tvsu.Engine.Process.HelloProcess.DownloadUDF(String helloClientLevel)
        Message: The UDF will be downloaded to-> C:\Program Files (x86)\Lenovo\System Update\session\system\SSClientCommon\HelloLevel_8_05_80.xml
    Info    2011-02-07 , 09:23:47
        at Tvsu.ConnectionSettings.ConnectionSettings.GetConnectionForURL(String url)
        Message: Connection settings bean found for download.lenovo.com
    Info    2011-02-07 , 09:23:47
        at Tvsu.FileDownloader.HttpsDownload.GetProxy(ConnectionSettingsBean connBean)
        Message: Connection type set to DIRECT in ConnectionSettingsBean
    Info    2011-02-07 , 09:23:47
        at Tvsu.Gui.CustomComponents.Step.set_Image(StepImage value)
        Message: Setting PROCESSING status.
    Info    2011-02-07 , 09:23:47
        at Tvsu.Engine.Process.HelloProcess.Start()
        Message: UDF download status is -> Failed
    Severe    2011-02-07 , 09:23:47
        at Tvsu.Engine.Process.HelloProcess.Start()
        Message: Could't connect to the HelloServer, no UDF file was downloaded

  • Working with Outlook 2011 for Mac, my mails are slow and I can work only on-line, when off-line, mail cannot be opened because it is only partially downloaded. How to solve??

    working with Outlook 2011 for Mac, my mails are slow and I can work only on-line, when off-line, mail cannot be opened because it is only partially downloaded. How to solve??

    Try http://www.microsoft.com/mac/support.

  • In Photoshop Elements (13) - why can't the filters be downloaded all at once?

    In Premiere Elements, the effects can be downloaded all at once - it takes awhile but it's convenient.   Why not the same for Photoshop Elements?  I think it used to work the same way in previous versions.

    Hi Jeff,
    Well the question remains – why, in this version, can’t they be downloaded all at once instead of one at a time.  Sure, I don’t need ALL the filters at the outset, but it’s nice to just be able to get it done.    On the CD/DVD version... well... that was then, this is now.
    Ira

  • Why does FF4 start to download an image once more which is already on screen when trying to save this image?

    I look at a picture from a photo-site - size 11 MB. I decide to save this picture > right click > save image as.. The download window opens and FF downloads the picture once more which is already somewhere in FF's cache or memory.. I can see that data comes from the internet and not from a local place on my computer and the process can be rather slow, when the remote server is slow.. I find this as a waste of bandwidth.. Is it possible to avoid this behaviour?

    You can look at this extension:
    *Save Images: https://addons.mozilla.org/firefox/addon/3404

  • HT1751 I was installing iTunes 11.1.4 and it was unsuccessful. I get a message 'Error 7 (Windows error 126). If I now try to open iTunes I get the message that 'MSCVR80.dll' is missing from my computer. Trying to download again has not solved the problem.

    I was installing iTunes 11.1.4 and it was unsuccessful. I get the message 'Error 7 (Windows error 126). If I now try to open iTunes I get the message that 'MSCVR80.dll' is missing from my computer. Trying to download again has not solved the problem.

    Troubleshooting issues with iTunes for Windows updates - MSVCR80

  • Is there an unlimited music download package that can be purchased or do all downloads have to be bought individually?

    Is there an unlimited music download package that can be purchased or do all downloads have to be bought individually?

    There is no subscription model for iTunes. You purchase the songs you want individually.
    (58812)

Maybe you are looking for

  • Wong calculation of Withholding Tax on vendor INvoice

    Dear Cheetaz, In Pakistan rate of withholding tax on freight is 2% and same has been updated in vendor master record. As i am going to make payment to vendor through t ocde F-48 , system is calculating tax @ 1.98% instead of 2% kindly advice where sh

  • After updating iMac to OS X 10.6.8, App Mac 1.0.2 Store crashes

    App Store:   Version:          1.0.2   Last Modified:          8/6/11 4:53 AM   Kind:          Intel   64-Bit (Intel):          Yes   Location:          /Applications/App Store.app

  • Problem in sending mail on MS Outlook 2010

    Dear Sir/Mam, Please note i Abhishek Pandey is facing problem in working on my outlook A/C as i am unable to send my mails. although i can receive mails. I go through Microsoft Customer Support and they were unable to solve the issue. Please solve th

  • No DBLinks in the the generated code

    Hi guys, I am facing a strange problem. The code generated for my mapping does NOT have the dblinks. My OWB version is 10.1.0.4 This is my problem in brief. I have installed OWB recently and started to do a sample task. I created a very simple one to

  • Uploading selection data to an ABAP selection screen

    Not sure this is the best place for this question but here goes. When a user is presented with a selection screen from an ABAP they have the option to upload data from a text file.  This works fine for single value lists but I cannot get this to work