Jump to content

Mitazi

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by Mitazi

  1. According to the file <filter.txt> you need to download ESET Endpoint Antivitus version 9.1.2063.0 in en_US language. The log file entries you have shown are for language zh_TW which is not present in the filter file.
  2. For this you need a JSON file as described here: https://help.eset.com/protect_install/10.1/en-US/mirror_tool_windows.html Use the -dryRun option to find out which products you need. Examples (this works for me): 1. Repository part JSON file (json_filter.txt): { "defaults": { "languages": [ "en_US" ], "platforms": [ "x64", "x86" ], "os_types": [ "windows" ] }, "products": [ { "name": "ESET Endpoint Antivirus", "version": ">=10.0.2045.0" }, { "name": "ESET Endpoint Security", "version": ">=10.0.2045.0" }, { "name": "ESET Management Agent" }, { "name": "ESET PROTECT Bootstrapper" }, { "name": "ESET Server Security for Microsoft Windows Server", "version": ">=9.0.12017.0" } ] } MirrorTool with dryRun: MirrorTool.exe >D:\MirrorTool\repository_log.txt ^ --repositoryServer AUTOSELECT ^ --filterFilePath json_filter.txt ^ --dryRun filtered.csv pause MirrorTool - real download: MirrorTool.exe >D:\MirrorTool\repository_log.txt ^ --repositoryServer AUTOSELECT ^ --intermediateRepositoryDirectory D:\MirrorTool\Repository\repository-Temp ^ --outputRepositoryDirectory D:\MirrorTool\Repository\repository ^ --filterFilePath json_filter.txt ^ --trustDownloadedFilesInRepositoryTemp pause 2. Module Updates part: MirrorTool.exe >D:\MirrorTool\updates_log.txt ^ --mirrorType regular ^ --intermediateUpdateDirectory D:\MirrorTool\Updates\updates-Temp_ ^ --offlineLicenseFilename D:\MirrorTool\Updates\MirrorTool.lf ^ --outputDirectory D:\MirrorTool\Updates ^ --excludedProducts ep4 ep5 ep6 ep7 ep8 🙂
  3. Ventoy is open source software. So far, all virus reports have been false positives. If, however, you have concerns you can always download the source code from GitHub and compile your own copy
  4. Hello, Currently, only a minimal version of the installer is available in the repository for ESET Server Security for Microsoft Windows Server version 10.0.12010.0. Do you also plan to release a full installer, like Endpoint products? Because part of our (and not only our) environment is completely offline. Thanks in advance for your reply.
  5. @nme.one 6.5 need to be load correctly before trying to uninstall it. In my case i change system date to 7.2, restart machine (6.5 loads correctly, with no attentions), install 6.6 on 6.5, change system date to today, restart machine. That works.
  6. @mcrouse in my case system date must be 7.2 or before, so it can 6.5 load correct and uninstall correctly. For installing another version system date must be today. If you are installing 6.6 or 7.x on 6.5, then the date must be 7.2 or earlier during installation, to be able to properly uninstall 6.5. You can then change the date to today before restart.
  7. I have some Windows XP clients and I started upgrading with 6.6.2089.2. Its not officially supported for Windows Xp, but I can confirm that 6.6.2089.2 works fine on Windows XP SP3 ( i have only 32-bit version of that Windows). Hope this helps 🍺
  8. I will try to explain how I created the offline repository. The explanation is for Windows, but you can easily adapt it for Linux. I. The short way: 1. Download the "out3.zip" file. It contains the required directory structure but no files. Unzip it in "D:\repo1\". You should get "D:\repo1\out3\". 2. Download the file "meta3mani.zip". It contains a cmd file for downloading metadata3 and manifest.erm files from repository.eset.com. The files are downloaded to the corresponding directory in "D:\repo1\out3". The bitsadmin command was used. 3. After performing point 2, you have the offline repository displayed in ESMC 7.1. To use it - with MirrorTool download the necessary files and copy them to "out3". Download the file "copy-rename.zip". It contains a cmd file to copy and rename the necessary files from English (see the long version). After point 3 you have a fully functioning offline repository. I. The Long Way: For now (until a working version of MirrorTool is released), to create a working offline repository, we need to have all metadata3 and manifest.erm files available from the online repository. There are three points here: 1) ESMC 7.1 releases a predefined set of requests to the repository, and when any request is not executed, suspends and announces that there are no products in the repository; 2) We do not know the structure of the repository, we do not know the path to the required files and their number; 3) We need to download the metadata3 and manifest.erm files as soon as possible after or before downloading the installation, changelog and eula files so that there is no discrepancy between the metadata descriptions and the downloaded files. Solution for point 2: We launch MirrorTool with the following parameters until it "Exiting with success": MirrorTool.exe --repositoryServer AUTOSELECT ^ --intermediateRepositoryDirectory D:\repo1\in ^ --outputRepositoryDirectory D:\repo1\out ^ --downloadLegacyForRepository This will make a local copy of the repository with the structure we need. Its size is about 396 GB ("in" 199 GB + "out" 197 GB). The last parameter "--downloadLegacyForRepository" is required because ESMC 7.1 searches the repository and metadata for old versions of products, and when it does not find it stops browsing and shows nothing about the searched product. Decision on point 3: After successful completion of point 2, we have the structure of the repository. We copy the structure to a new directory (for example, using "xcopy d:\repo1\out d:\repo1\out3 /I /T /E"), then download and save the metadata3 and manifest.erm files from the corresponding directories from the online directory. (IMPORTANT: Do not make any changes to the original outputRepositoryDirectory (D:\repo1\out), because on subsequent startup MirrorTool will give an error that the directory is not empty.) Metadata3 files are located where there are metadata files. Manifest.erm files are located where there are eula files. Additionally you need to download and save these 4 files (you need to create the corresponding directories "esa_nt32_nt64_enu.exe.eula"): From hxxp://repository.eset.com/v1/com/eset/apps/business/esa/windows/v2/2.7.31.0/esa_nt32_nt64_enu.exe.eula/manifest.erm, save to D:\repo1\out3\com\eset\apps\business\esa\windows\v2\2.7.31.0\esa_nt32_nt64_enu.exe.eula\manifest.erm From hxxp://repository.eset.com/v1/com/eset/apps/business/esa/windows/v2/2.7.32.0/esa_nt32_nt64_enu.exe.eula/manifest.erm, save to D:\repo1\out3\com\eset\apps\business\esa\windows\v2\2.7.32.0\esa_nt32_nt64_enu.exe.eula\manifest.erm From hxxp://repository.eset.com/v1/com/eset/apps/business/esa/windows/v2/2.8.22.0/esa_nt32_nt64_enu.exe.eula/manifest.erm, save to D:\repo1\out3\com\eset\apps\business\esa\windows\v2\2.8.22.0\esa_nt32_nt64_enu.exe.eula\manifest.erm From hxxp://repository.eset.com/v1/com/eset/apps/business/esa/windows/v2/2.8.23.0/esa_nt32_nt64_enu.exe.eula/manifest.erm, save to D:\repo1\out3\com\eset\apps\business\esa\windows\v2\2.8.23.0\esa_nt32_nt64_enu.exe.eula\manifest.erm In the "D:\repo1\out3\" directory you already have an offline repository, which is listed by ESMC 7.1, but cannot yet be used to create installers. To do this, the following should be done: Copy the contents of the "out" directory to the "out3" directory. Additionally, you must have the following files: D:\repo1\out3\com\eset\apps\business\eea\windows\v7\7.0.2100.4\eea_nt32.msi D:\repo1\out3\com\eset\apps\business\eea\windows\v7\7.0.2100.4\eea_nt64.msi D:\repo1\out3\com\eset\apps\business\eea\windows\v7\7.1.2053.0\eea_nt32.msi D:\repo1\out3\com\eset\apps\business\eea\windows\v7\7.1.2053.0\eea_nt64.msi D:\repo1\out3\com\eset\apps\business\eea\windows\v7\7.2.2055.0\eea_nt32.msi D:\repo1\out3\com\eset\apps\business\eea\windows\v7\7.2.2055.0\eea_nt64.msi D:\repo1\out3\com\eset\apps\business\ees\windows\v7\7.0.2100.4\ees_nt32.msi D:\repo1\out3\com\eset\apps\business\ees\windows\v7\7.0.2100.4\ees_nt64.msi D:\repo1\out3\com\eset\apps\business\ees\windows\v7\7.1.2053.0\ees_nt32.msi D:\repo1\out3\com\eset\apps\business\ees\windows\v7\7.1.2053.0\ees_nt64.msi D:\repo1\out3\com\eset\apps\business\ees\windows\v7\7.2.2055.0\ees_nt32.msi D:\repo1\out3\com\eset\apps\business\ees\windows\v7\7.2.2055.0\ees_nt64.msi D:\repo1\out3\com\eset\apps\business\efde\windows\v1\1.0.46.0\efde_nt32.msi D:\repo1\out3\com\eset\apps\business\efde\windows\v1\1.0.46.0\efde_nt64.msi D:\repo1\out3\com\eset\apps\business\efs\windows\v7\7.0.12018.0\efsw_nt32.msi D:\repo1\out3\com\eset\apps\business\efs\windows\v7\7.0.12018.0\efsw_nt64.msi D:\repo1\out3\com\eset\apps\business\efs\windows\v7\7.1.12006.0\efsw_nt32.msi D:\repo1\out3\com\eset\apps\business\efs\windows\v7\7.1.12006.0\efsw_nt64.msi D:\repo1\out3\com\eset\apps\business\ems\exchange\v7\7.0.10026.0\emsx_nt32.msi D:\repo1\out3\com\eset\apps\business\ems\exchange\v7\7.0.10026.0\emsx_nt64.msi D:\repo1\out3\com\eset\apps\business\ems\exchange\v7\7.1.10009.0\emsx_nt32.msi D:\repo1\out3\com\eset\apps\business\ems\exchange\v7\7.1.10009.0\emsx_nt64.msi D:\repo1\out3\com\eset\apps\business\ems\lotus\v7\7.0.14013.0\emsl_nt32.msi D:\repo1\out3\com\eset\apps\business\ems\lotus\v7\7.0.14013.0\emsl_nt64.msi D:\repo1\out3\com\eset\apps\business\ems\lotus\v7\7.1.14006.0\emsl_nt32.msi D:\repo1\out3\com\eset\apps\business\ems\lotus\v7\7.1.14006.0\emsl_nt64.msi D:\repo1\out3\com\eset\apps\business\era\migration_assistant\v7\7.0.197.0\migrationassistant_win32-win2003.zip D:\repo1\out3\com\eset\apps\business\era\migration_assistant\v7\7.0.197.0\migrationassistant_win32-x64.zip D:\repo1\out3\com\eset\apps\business\era\migration_assistant\v7\7.0.197.0\migrationassistant_win32-x86.zip D:\repo1\out3\com\eset\apps\business\era\migration_assistant\v7\7.1.185.0\migrationassistant_win32.zip D:\repo1\out3\com\eset\apps\business\es\ms_sharepoint\v7\7.0.15009.0\eshp_nt32.msi D:\repo1\out3\com\eset\apps\business\es\ms_sharepoint\v7\7.0.15009.0\eshp_nt64.msi D:\repo1\out3\com\eset\apps\business\es\ms_sharepoint\v7\7.0.15010.0\eshp_nt32.msi D:\repo1\out3\com\eset\apps\business\es\ms_sharepoint\v7\7.0.15010.0\eshp_nt64.msi D:\repo1\out3\com\eset\apps\business\es\ms_sharepoint\v7\7.1.15003.0\eshp_nt32.msi D:\repo1\out3\com\eset\apps\business\es\ms_sharepoint\v7\7.1.15003.0\eshp_nt64.msi You can create them by copying and renaming them from any of the existing files in the directory. Select the file in your preferred language and copy and rename it. Observe the bitness! For example, "copy eea_nt32_enu.msi eea_nt32.msi" and "copy eea_nt64_enu.msi eea_nt64.msi". Congratulations. In the "D:\repo1\out3\" directory you already have a fully ready and functioning offline repository. Its size is about 201 GB. For convenience, I attach the following files: 1 - MirrorTool-full-repository.zip - contains a cmd file to download the repository. 2 - out3.zip - The directory structure of the repository (no files). 3 - meta3mani.zip - contains a cmd file for downloading and saving metadata3 and manifest.erm files. The bitsadmin program built into Windows was used. 4 - copy-rename.zip - contains a cmd file for copying and renaming English files. Change your preferred language as needed. The attached files work in "D:\repo1\" and "D:\repo1\out3\". Modify as needed for your needs. I hope this helps you 🍺 ======================== copy-rename.zip meta3mani.zip MirrorTool-full-repository.zip out3.zip
  9. While we wait for the new version of MirrorTool, I follow your advice, and with little changes, it works. Finally I have operational offline repository. Thank you 🍺
  10. I just guesses, may be answer is here: C:\ProgramData\ESET\RemoteAdministrator\Server\EraServerApplicationData\Configuration\startupconfiguration.ini 🍺
  11. Next issue. After repairing case sensitive links (10x to @Marcos & the appropriate person) MirrorTool finish with status "Exiting with success" when use with parameter "--useMetadataInVersion3", generate directory structure in output directory, copy installation files, changelog.html files, eula.html files and eulaENU.rtf files, but not generate any metadata files, like info.meta, metadata, metadata3, manifest.erm and etc. The command that I use is: MirrorTool.exe >repo3.log ^ --repositoryServer AUTOSELECT ^ --useMetadataInVersion3 ^ --intermediateRepositoryDirectory D:\repo3\in ^ --outputRepositoryDirectory D:\repo3\out ^ --languageFilterForRepository en_US Any ideas how to resolve missing metadata3? And why metadata files missing? 🍺
  12. I have identical issue. When I use MirrorTool without parameter "--useMetadataInVersion3" it finishes with "Exiting with success" and create repository with metadata. Unfortunately, ESMC 7.1 searches only "metadata3" files. When I use MirrorTool with parameter "--useMetadataInVersion3" it finish with "Error occured." and do not generate metadata3 files. List of errors: Error: Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/ems/kerio/v6/6.5.16009.0/emsk_nt64_enu.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/ems/kerio/v6/6.5.16009.0/emsk_nt64_enu.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/ems/kerio/v6/6.5.16009.0/emsk_nt32_enu.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/ems/kerio/v6/6.5.16009.0/emsk_nt32_enu.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/ems/kerio/v6/6.5.16005.1/emsk_nt64_enu.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/ems/kerio/v6/6.5.16005.1/emsk_nt64_enu.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/ems/kerio/v6/6.5.16005.1/emsk_nt32_enu.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/ems/kerio/v6/6.5.16005.1/emsk_nt32_enu.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.549.0/proxy_x86.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.549.0/proxy_x86.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.549.0/proxy_x64.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.549.0/proxy_x64.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.522.0/proxy_x86.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.522.0/proxy_x86.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.522.0/proxy_x64.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.522.0/proxy_x64.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/vah/v6/6.5.494.0/vagenthost-linux_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/vah/v6/6.5.494.0/vagenthost-linux_linux_x86_64.sh.eula/epi_enu.exe.EULA-ENU.html' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/vah/v6/6.5.484.0/vagenthost-linux_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/vah/v6/6.5.484.0/vagenthost-linux_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.443.0/proxy_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.443.0/proxy_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.443.0/proxy_linux_i386.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.443.0/proxy_linux_i386.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/vah/v6/6.5.421.0/vagenthost-linux_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/vah/v6/6.5.421.0/vagenthost-linux_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.417.0/proxy_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.417.0/proxy_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.417.0/proxy_linux_i386.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.5.417.0/proxy_linux_i386.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/vah/v6/6.4.711.0/vagenthost-linux_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/vah/v6/6.4.711.0/vagenthost-linux_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/vah/v6/6.4.697.0/vagenthost-linux_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/vah/v6/6.4.697.0/vagenthost-linux_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.4.293.0/proxy_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.4.293.0/proxy_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.4.293.0/proxy_linux_i386.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.4.293.0/proxy_linux_i386.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.4.283.0/proxy_x64.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.4.283.0/proxy_x64.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.4.283.0/proxy_x86.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.4.283.0/proxy_x86.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.187.0/proxy_linux_i386.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.187.0/proxy_linux_i386.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.187.0/proxy_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.187.0/proxy_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.177.0/proxy_x86.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.177.0/proxy_x86.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.177.0/proxy_x64.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.177.0/proxy_x64.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.148.0/proxy_linux_i386.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.148.0/proxy_linux_i386.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.148.0/proxy_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.148.0/proxy_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.136.0/proxy_x64.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.136.0/proxy_x64.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.136.0/proxy_x86.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.3.136.0/proxy_x86.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.208.0/proxy_linux_i386.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.208.0/proxy_linux_i386.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.208.0/proxy_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.208.0/proxy_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.202.0/proxy_x86.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.202.0/proxy_x86.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.202.0/proxy_x64.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.202.0/proxy_x64.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.200.0/proxy_linux_i386.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.200.0/proxy_linux_i386.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.200.0/proxy_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.200.0/proxy_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.171.0/proxy_x64.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.171.0/proxy_x64.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.171.0/proxy_x86.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.2.171.0/proxy_x86.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.530.0/proxy_linux_i386.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.530.0/proxy_linux_i386.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.530.0/proxy_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.530.0/proxy_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.450.0/proxy_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.450.0/proxy_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.450.0/proxy_linux_i386.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.450.0/proxy_linux_i386.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.444.0/proxy_x86.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.444.0/proxy_x86.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.444.0/proxy_x64.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.444.0/proxy_x64.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.365.0/proxy_x64.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.365.0/proxy_x64.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.365.0/proxy_x86.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.365.0/proxy_x86.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.336.0/proxy_linux_i386.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.336.0/proxy_linux_i386.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.336.0/proxy_linux_x86_64.sh failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.336.0/proxy_linux_x86_64.sh.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.265.0/proxy_x86.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.265.0/proxy_x86.msi.eula/eulaENU.rtf' not found [error code: 20011] Downloading file : hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.265.0/proxy_x64.msi failed with : GetFile: Object 'hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.265.0/proxy_x64.msi.eula/eulaENU.rtf' not found [error code: 20011] Error occured. Errors are "Object not found", because links are case sensitive. For example - file with link "hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.265.0/proxy_x64.msi.eula/eulaENU.rtf" not found, but same file with link "hxxp://repository.eset.com/v1/com/eset/apps/business/era/proxy/v6/6.1.265.0/proxy_x64.msi.eula/eulaenu.rtf" is present and downloadable. If someone with relevant rights to ESET online repository, rename "eulaenu.rtf" files to "eulaENU.rtf" files, and "epi_enu.exe.eula-enu.html" file to "epi_enu.exe.EULA-ENU.html" file, I hope MirrorTool exit with success and finally generate metadata3. Greetings
  13. Thanks for the reply. This is a minor problem. If there is no workaround for now I hope it is resolved with the next update. 👍
  14. Hi, After upgrading from ESMC 7.0 to 7.1 using all-in-one installer and installing Offline help for ESMC 7.1, the help works, but not properly. When pointing to help from Web console web link is incomplete and allways opening begining of help. For example, when pointing from Dashboard in Web console (HELP -> Dashboard - Help), the end of link is "index.html?dashboard". It should be "index.html?dashboard.html" as it was in ESMC 7.0. Missing ".html" at the end. Question is what needs to change in order for the Web console to open correct offline help html file. Thanks in advance PS. Versions: ESMC: 7.1.717.0 Web console: 7.1.393.0 Windows Server 2016
×
×
  • Create New...