jconnor
-
Total Posts
:
55
- Scores: 0
-
Reward points
:
21390
- Joined: 1/22/2009
-
Status: offline
|
MDT 2012 UDI OSD Results Window: Installed Applications Unknown
Monday, April 23, 2012 8:36 PM
( permalink)
Has anyone had this issue where the Applications installed tab lists the apps as Unknown?
<message edited by jconnor on Monday, April 23, 2012 9:09 PM>
|
|
|
|
jconnor
-
Total Posts
:
55
- Scores: 0
-
Reward points
:
21390
- Joined: 1/22/2009
-
Status: offline
|
Re:MDT 2012 UDI OSD Results Window: Installed Applications Unknown
Friday, April 27, 2012 2:13 AM
( permalink)
The Parse Base Variable before this is failing. Just need to work out why now. The task sequence execution engine failed executing the action (Parse Base Variable) in the group (OSD Results and Branding) with the error code 200 Action output: =======================[ smsswd.exe ] ======================= PackageID = '' BaseVar = '', ContinueOnError='' SwdAction = '0001' Command line for extension .exe is "%1" %* Set command line: Run command line Working dir 'not set' Executing commandline: Run command line -------------------------------- Initializing Objects --------------------------------. The operating system reported error 200: The code segment cannot be greater than or equal to 64K.
|
|
|
|
jconnor
-
Total Posts
:
55
- Scores: 0
-
Reward points
:
21390
- Joined: 1/22/2009
-
Status: offline
|
Re:MDT 2012 UDI OSD Results Window: Installed Applications Unknown
Sunday, April 29, 2012 11:10 PM
( permalink)
More info from that step: -------------------------------- InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)Initializing Objects InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)-------------------------------- InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)-------------------------------- InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)Extracting TS Base Variable InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)-------------------------------- InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)Reading OSD variable: [_SMSTSTaskSequence] InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)Loading XML from variable string content... InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)Using XPATH to query for [BaseVariableName] InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)Process completed with exit code 200 InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)Extracted XPATH variable name: [PACKAGES] InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)Setting new variable: [OSDBaseVariableName] = [PACKAGES] InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44) --| Error: [424] InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44) --| Description: [Object required] InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)-------------------------------- InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44) Exiting with [200] InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)-------------------------------- InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)Command line returned 200 InstallSoftware 30/04/2012 11:24:15 AM 2884 (0x0B44)Process completed with exit code 200 TSManager 30/04/2012 11:24:15 AM 3008 (0x0BC0)!--------------------------------------------------------------------------------------------! TSManager 30/04/2012 11:24:15 AM 3008 (0x0BC0)Failed to run the action: Parse Base Variable. The code segment cannot be greater than or equal to 64K. (Error: 000000C8; Source: Windows) TSManager 30/04/2012 11:24:15 AM 3008 (0x0BC0)
|
|
|
|
jconnor
-
Total Posts
:
55
- Scores: 0
-
Reward points
:
21390
- Joined: 1/22/2009
-
Status: offline
|
Re:MDT 2012 UDI OSD Results Window: Installed Applications Unknown
Monday, April 30, 2012 3:36 AM
( permalink)
I think there is a bug in OSD_BaseVariables.vbs script. When it looks for the SCCM 2012 TsAppsBaseValue it can't find that value as I'm using 2007. I am going to disable the error check for now.
|
|
|
|
Joe.Semmelrock
-
Total Posts
:
3
- Scores: 0
-
Reward points
:
1560
- Joined: 11/29/2012
-
Status: offline
|
Re:MDT 2012 UDI OSD Results Window: Installed Applications Unknown
Friday, November 30, 2012 2:50 PM
( permalink)
Its not a bug, its a feature. :) The scripts included in MDT2012 seem to be designed specifically for SCCM2012. Having the same problem, I found this thread. It helped me start examining the OSD_BaseVariables script, and then I happened on this other thread: www.myitforum.com/forums/UserDriven-OSD-Refresh-Applications-discovered-but-not-installed-m237230.aspx Like Rick there, I've added the OSD_BaseVariables, OSDBranding, and OSDBranding64 scripts from MDT2010 Update 1 to my own MDT2012 toolkit package, with new names, and changed the task sequence to use those instead. My OSDResults Deployment Complete screen now has application names, instead of just listing Unknown over and over. Good luck! Joe
<message edited by Joe.Semmelrock on Friday, November 30, 2012 2:51 PM>
|
|
|
|