-
Posts
79 -
Joined
-
Last visited
-
Days Won
1
Posts posted by Sokoban
-
-
Hi
I have got same error on several machines when I have done Task Sequences Windows 10 22H2 Upgrade from Windows 10 1903
The error messages is in SMST.log -->
"Windows Setup failed with hexadecimal exit code 0x80070652 (decimal 2147944018). To identify the type of issue, lookup it against the table of known values of Windows Setup errors online. OSDUpgradeWindows 04-09-2023 16:10:29 39084 (0x98AC) Failing this task sequence step OSDUpgradeWindows 04-09-2023 16:10:29 39084 (0x98AC) upgrade.Run(), HRESULT=80004005 (K:\dbs\sh\cmgm\1125_114522\cmd\1w\src\client\OsDeployment\UpgradeWindows\upgradewindows.cpp,1881) OSDUpgradeWindows 04-09-2023 16:10:29 39084 (0x98AC) Exiting with code 0x80004005 OSDUpgradeWindows 04-09-2023 16:10:29 39084 (0x98AC) Process completed with exit code 2147500037 TSManager 04-09-2023 16:10:29 42592 (0xA660) TSManager 04-09-2023 16:10:29 42592 (0xA660) Failed to run the action: Upgrade Operating System. Error -2147467259 TSManager 04-09-2023 16:10:29 42592 (0xA660) Not in SSL. TSManager 04-09-2023 16:10:29 42592 (0xA660) Set a global environment variable _SMSTSLastActionRetCode=-2147467259 TSManager 04-09-2023 16:10:29 42592 (0xA660) Set a global environment variable _SMSTSLastActionName=Upgrade Operating System TSManager 04-09-2023 16:10:29 42592 (0xA660) Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 04-09-2023 16:10:29 42592 (0xA660) Clear local default environment TSManager 04-09-2023 16:10:29 42592 (0xA660) Let the parent group (Upgrade the Operating System) decides whether to continue execution TSManager 04-09-2023 16:10:29 42592 (0xA660) The execution of the group (Upgrade the Operating System) has failed and the execution has been aborted. An action failed. Error 0x80004004 TSManager 04-09-2023 16:10:29 42592 (0xA660) Failed to run the last action: Upgrade Operating System. Result -2147467259. Execution of task sequence failed. TSManager 04-09-2023 16:10:29 42592 (0xA660) Not in SSL. TSManager 04-09-2023 16:10:30 42592 (0xA660) Showing task sequence error message after failure in task sequence step of type 'SMS_TaskSequence_UpgradeOperatingSystemAction' TSManager 04-09-2023 16:10:30 42592 (0xA660) Task Sequence Engine failed! Code: enExecutionFail TSManager 04-09-2023 16:25:37 42592 (0xA660) TSManager 04-09-2023 16:25:37 42592 (0xA660) Task sequence execution failed with error code 80004005 TSManager 04-09-2023 16:25:37 42592 (0xA660)"
The task sequence manager could not successfully complete execution of the task sequence Error Messages 11170...
I have done that :
- Check the SMSTS.log file for more information about the error. Look for any error messages that may provide more details about the issue. See below
- Verify that the computer has sufficient disk space to perform the upgrade. Ensure that there is enough free space on the system drive to accommodate the upgrade. 33 GB in C Free
- Check the network connectivity between the client computer and the Configuration Manager server. Ensure that the client computer can communicate with the server and that there are no network issues. The client can ping the SCCM Server
- Verify that the user account running the task sequence has the necessary permissions to perform the upgrade. Ensure that the account has administrative privileges on the client computer. Missing Network Access Account in SCCM ( it is needed ? )
- Check if any antivirus or firewall software is blocking the upgrade process. Disable any antivirus or firewall software temporarily and try running the task sequence again. The clients is running Windows Defender
- Ensure that the necessary files and drivers are available on the client computer. Verify that the required drivers and files are present on the client computer and that they are accessible. How will I checked that ? Remotely ??
Please help !
// Sokoban
-
HI
I have solved that ...
I uninstalled all Features and installed them again ..
Thanks all support ?
-
10 hours ago, cvoigt said:
That's not the important part of the log, only the result.
I've seen several older sites where bgbisap.msi fails to install because the MSI custom action to check for free filespace fails. Funnily enough it's a check for 10MB of free space ? it's a custom action though so pretty sure the product team has a bug here bug our Premier Support tickets with Microsoft for this issue were all closed with "we've informed the product group and they will fix it". Seen it first in 2019 or so. Still in.
Sadly I haven't found a better way to deal with it - frankyl I didn't want to investigate any further - except this dirty workaround:
1. make a backup of bgbisapi.msi - YES I have done that
2. uninstall bgbisapi.msi by using "msiexec /x bgbisapi.msi" (sadly, I've found that uninstallation through the regular product code does not work for bgbisapi.msi
)
this is to ensure there's no copy of the msi in the Windows Installer Cache - I don't know how I uninstall bgbisapi.msi, it's appear "This action is only valid for products that currently installed." and in the folder (%windir%\installer - Windows Installer Cache ) do not exist the bgbisapi.msi and the product code3. use InstEd! or Orca (if you're that old ? ) and remove the CustomAction that does the free disk space check (I think it's called CcmCheckFreeDiskSpace or something like that. Had to do that just last week on a 2107 site) - I have found CustomAction and CcmCheckFreeDiskSpace and it show: There is not enough available disk space on [PrimaryVolumePath] to complete this operation. Installation requires at least 10MB free disk space.
4. save the changed MSI (and close it in InstEd, otherwise it's still in use) and run a regular "msiexec /i bgbisapi.msi" - I have to uninstall first
5. you might receive the Windows Installer popup that tells you the setup needs the source directory for bgbisapi.msi but it won't accept the \bin\x64 folder where bgbisapi.msi is located in. This is strange, right? Right. Click Cancel and the setup will complete successfully anyway ?
the MSI build process that the product team uses for bgbisapi.msi is so borked...Now restart your component manager (if you don't want to wait) and have a look at \logs\BgbSetup.log
Give it a few minutes and you should see that the installation of bgbisapi.msi is started again but this time with a whole bunch of additional parameters reflecting your configmgr environment (IIS location etc) and the setup should run through fine.
-
Property(S): SOURCEDIR = C:\Program Files\Microsoft Configuration Manager\bin\x64\
Property(S): SourcedirProduct = {D0D952FC-4D3D-40F9-A4AA-649E398238F4}
Property(S): ProductToBeRegistered = 1
MSI (s) (0C:48) [20:16:08:841]: Note: 1: 1708
MSI (s) (0C:48) [20:16:08:841]: Product: BGB http proxy -- Installation operation failed.
MSI (s) (0C:48) [20:16:08:842]: Windows Installer installed the product. Product Name: BGB http proxy. Product Version: 5.00.9068.1000. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1603.
MSI (s) (0C:48) [20:16:08:847]: Deferring clean up of packages/files, if any exist
MSI (s) (0C:48) [20:16:08:847]: MainEngineThread is returning 1603
MSI (s) (0C:04) [20:16:08:849]: RESTART MANAGER: Session closed.
MSI (s) (0C:04) [20:16:08:849]: No System Restore sequence number for this installation.
-
Hi
I have problem with the Management Point in SCCM
I have trying uninstall and install again Management Point .. Still same error .. and I haven't CCMSETUP Installed on the SCCM server.
I have that features installed:
- Remote differential compression
- BITS
- IIS 6 WMI Compatibility
<Sat Mar 5 18:35:43 2022> bgbisapi.msi exited with return code: 1603
<Sat Mar 5 18:35:43 2022> Backing up C:\Program Files\Microsoft Configuration Manager\logs\bgbisapiMSI.log to C:\Program Files\Microsoft Configuration Manager\logs\bgbisapiMSI.log.LastError
<Sat Mar 5 18:35:43 2022> Fatal MSI Error - bgbisapi.msi could not be installed.
Please Help
// Sokoban
-
-
15 hours ago, anyweb said:
anything is possible, with powershell you can find out the info as below
For user:
Get-ADOrganizationalUnit -Identity $(($adUser = Get-ADUser -Identity $env:USERNAME).DistinguishedName.SubString($adUser.DistinguishedName.IndexOf("OU=")))
For computer:
Get-ADOrganizationalUnit -Identity $(($adComputer = Get-ADComputer -Identity $env:COMPUTERNAME).DistinguishedName.SubString($adComputer.DistinguishedName.IndexOf("OU=")))
once you have that data, you can assign it to a task sequence variable and do whatever you want based on that variable
Thanks :-)... but can you show me a example , i'm not sure if understand your solution ...
// Jonas
-
Hi Thanks for your answer, I'm not sure you understand my question. Maybe I explain little bit unclear.
I want to make that statement..
IF that OU = AAA Copy Files from \\Server\Folder\A
IF That OU = BBB copy files from \\Server\Folder\B
... etc...
It is possible to do that in Task Sequence ?
-
-
-
On 6/21/2019 at 1:43 AM, Jepeto 46 said:
I do not think you are taking the right options here.
what is your SCCM version? and have you tried to take care of it with a task sequence?
Hi
It have nothing about SCCM to do.
Orca is program you can use to see info about your msi file before you install it, saving lot a time
https://www.technipages.com/download-orca-msi-editor
// Sokoban
-
Hi
I have a MDT deploy for both Windows 10 and Windows 7, without SCCM
I have also a deployment database there is all info about like, computername and MAC address etc..
The problem is then I trying to start a deploy with PXE boot , wont the deployment database start to do a collect to the client, the deployment running without info from Database and then the deployment is finish.
The error message is about access denied or database is not exist.
It have works before and SQL database is running .. How will I do to troubleshooting that ?
Sokoban
-
20 hours ago, Sokoban said:
Hi I have install a MDT to a new server and I will transfer CSV files after I have Export from the old server.
How will I do to do that ? I have three files, like :-
- Computers
- Roles
- Make and Model
Please help :-)
---- S-O-K-O-B-A-N -----
I have solved that, I have done a common Backup of MDT database from the old SQL Server and then a restore to the new sql server.
-
Hi I have install a MDT to a new server and I will transfer CSV files after I have Export from the old server.
How will I do to do that ? I have three files, like :-
- Computers
- Roles
- Make and Model
Please help :-)
---- S-O-K-O-B-A-N -----
-
Hi
I am running SCCM 1806 and I have ADR with Office 365 Software Updates.
It is necessary to used language software updates in ADR when I have installed Office365 Proplus with English and Swedish as the language selection. ?
Please assist
Sokoban
-
1 hour ago, SMoRZ3 said:
I've noticed mine is set to Adobe Reader, but eventually "Windows" decides its not working right and sets the default back to Edge.
The below link may help.
That's solution prevents Adobe to change, it's good. But I am looking for solution to set Adobe Reader as default.
; - )
.
-
16 hours ago, VinnieBaz said:
Never tried using the GPO method my self. Is it only Adobe that fails or are you trying to change default apps for any other app?
No, I have also tried with latest version of Adobe Reader 2019.008.20071, at the time of writing...
any idea?
-
2 hours ago, VinnieBaz said:
So how are you trying to accomplish this? Have you done the export from a reference machine running 1709?
Yes, with the command,
Dism /Online /get-DefaultAppAssociations > c:\temp\defaultapps.xml
GPO --> Group Policy: Computer Configuration > Administrative Templates > Windows Components > File Explorer.
I have put the file in the SYSVOL / Scripts
Any Idea ?
-
18 hours ago, GarthMJ said:
It will depend on how you are deploying reader. Here is the list of log files. https://docs.microsoft.com/en-us/sccm/core/plan-design/hierarchy/log-files
I think you miss understanding, Adobe Reader is already installed and I want the Windows 10 1709 is set Adobe Reader DC as default as PDF reader … . ;-)
-
On 10/25/2018 at 3:39 PM, GarthMJ said:
What exactly doesn't work? What do the log file say is happening?
Hi
What log file ? in Event Viewer ?
-
Hi
I am loooking for a solution to get Adobe Reader DC as Default, I running Windows 10 1709.
I have find that and it dosen't works, https://4sysops.com/archives/default-file-associations-in-windows-10/
Please help
Thanks in advance ?
Sokoban
-
9 hours ago, Peter33 said:
Sure, it means whitelisting the required Domains so that the computer account can access them without the proxy authentication.
Assuming that the proxy is managed by another department in your Company, you have to open a change request with them. If you are managing the Proxy by yourself you need to check the documentation on how to apply whitelistings.
ok, it's possible to pre-download the file from http://officecdn.microsoft.com and stream the file to the clients ?
?
-
Hi
I want the SCCM pre-download the file for Office 365 Software updates and then install the updates file ,the client will not download from officecdn.microsoft.com
How I Fix that ?
-
Hi thanks for your answer,
can you explain more about what you mean ?
How will I do to go further with that ?
Configuration Manager - Windows 10 22h2 Upgrade - Task Sequences - Error
in System Center Configuration Manager (Current Branch)
Posted
Hi Find it ( if anyone is interestered )
Windows Setup failed with hexadecimal exit code 0x80070652 (decimal 2147944018). To identify the type of issue, lookup it against the table of known values of Windows Setup errors online. =
Another installation is already in progress. Complete that installation before proceeding with this install.