Hi all,
I've patched my Installation Server to 9.0.36.0, and I'm pushing my SAP GUI package to clients that already have 7.20 via SCCM. After the install completes, the Front End opens to a 7.30 version, but I'm getting return code 144 on the installs. When I check the SapSetupErrors log, I'm seeing the following:
![sap_setup_error.jpg]()
Upon examining the NwSapSetup.log file, I see entries indicating that my package couldn't be selected because of the following:
08:48:53 NwSapsAtlC 1W Marking package Turner ({DFB0131A-DBF9-4716-B77A-176B62CF90D2}) as disabled: selected node i.s.h.med Planning Grid ({15DBCF86-19BA-4D78-8062-77A93F06BF89}) has failing condition: StrFailedPreIshMed
08:48:53 NwSapsAtlC 1W Marking package Turner ({DFB0131A-DBF9-4716-B77A-176B62CF90D2}) as disabled: selected node IshMed ({A30F6C00-90C2-4FED-B312-65257A8A1632}) has failing condition: (null)
08:48:53 NwSapsAtlC 1W Marking package Turner ({DFB0131A-DBF9-4716-B77A-176B62CF90D2}) as disabled: selected node SAP JNet/JGantt ({180B6E52-EB99-464E-B2A5-A5314A81EDAC}) has failing condition: StrFailedConditionJNet
08:48:53 NwSapsAtlC 1W Marking package Turner ({DFB0131A-DBF9-4716-B77A-176B62CF90D2}) as disabled: selected node SAP JNet ({D2793512-8E5F-48AC-BDE2-E8547C6E3054}) has failing condition: (null)
08:48:53 NwSapsEngn 1W Package 'Turner' could not be selected!
Further down, I see the following errors:
08:48:54 NwSapFeiUt 1E Error in expression '<>""' at posistion 2 '<><-here ""': parse error, expecting `$'
08:48:54 NwSapsAtlC 1E Condition error in document "C:\Program Files\SAP\SAPsetup\Setup\SapGuiWksta.xml"
Later, I'm seeing this 1W statement:
08:49:13 NwSapFeiUt 1W COM server unregistration with 'sapregsv.exe' failed. Error message: Unknown error 0xC0000374. Error code 0xc0000374.
Followed by this 1E a little later:
08:49:21 NwSapsAtlC 1E Script-action: BExInstaller.exe failed. Error code = 1
Then this:
08:49:22 NwSapsAtlC 1E While processing Component '$APOLLO Files' with Id '{4C6645DF-8834-4B72-A87C-D60CC929CFC0}' 1 error(s) have been registered.
After the process is done, I've got a 7.30 Front End GUI that opens without errors, and I've also got a Business Explorer Analyzer add-in that opens without any errors. I'm not sure how, given that the package shows disabled, and the errors that are showing up in the logs. This is occurring on any test machine that I'm pushing to, so it's not a one-off. How can I be sure that this is working correctly before I start distributing this package?