OOBE phase not processing

I am having some trouble with my OOBE Phase pass. It seems that only part of it is being processed. I am always prompted to create a user account but all other parts (network type, time/date, EULA, ect) are all handled by the answer file-but the username
part is just being ignored. All I really want is for the machine to simply go to the log-on screen (the image already has a temporary account set-up, so I don't need another one to be created as well)
any help is appreciated
Here is the ImageUnattend.xml file ( have redacted the product keys, password and CPI source info)
<?xml version="1.0" encoding="UTF-8"?>
-<unattend xmlns="urn:schemas-microsoft-com:unattend">-<settings pass="oobeSystem">-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="x86" name="Microsoft-Windows-International-Core"><InputLocale>en-us</InputLocale><SystemLocale>en-us</SystemLocale><UILanguage>en-us</UILanguage><UILanguageFallback>en-us</UILanguageFallback><UserLocale>en-us</UserLocale></component>-<component
language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="x86"
name="Microsoft-Windows-Shell-Setup">-<OOBE><HideEULAPage>true</HideEULAPage><HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE><NetworkLocation>Work</NetworkLocation><ProtectYourPC>1</ProtectYourPC><SkipMachineOOBE>true</SkipMachineOOBE><SkipUserOOBE>true</SkipUserOOBE></OOBE><TimeZone>Pacific
Standard Time</TimeZone>-<AutoLogon><Enabled>true</Enabled><LogonCount>2</LogonCount><Username>admin</Username></AutoLogon>-<UserAccounts>-<LocalAccounts>-<LocalAccount wcm:action="add">-<Password><Value>SgBmAGMAcwAxADgANQAwAFAAYQBzAHMAdwBvAHIAZAA=</Value><PlainText>false</PlainText></Password><DisplayName>Test</DisplayName><Group>Administrators</Group><Name>Test</Name></LocalAccount></LocalAccounts></UserAccounts></component></settings>-<settings
pass="specialize">-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35"
processorArchitecture="x86" name="Microsoft-Windows-Shell-Setup"><ComputerName>*</ComputerName><ProductKey/><ShowWindowsLive>false</ShowWindowsLive></component></settings><cpi:offlineImage
xmlns:cpi="urn:schemas-microsoft-com:cpi" cpi:source="wim:c:/users/davek.jfcs.org/desktop/winx86/sources/install.wim#Windows 7 PROFESSIONAL"/></unattend>
and here is the WDSUnattend
<?xml version="1.0" encoding="UTF-8"?>
-<unattend xmlns="urn:schemas-microsoft-com:unattend">-<settings pass="windowsPE">-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="x86" name="Microsoft-Windows-Setup">-<UserData>-<ProductKey><Key/><WillShowUI>OnError</WillShowUI></ProductKey><AcceptEula>true</AcceptEula><FullName>jfcs</FullName><Organization>jfcs</Organization></UserData>-<WindowsDeploymentServices>-<Login>-<Credentials><Domain>jfcs.org</Domain><Password/><Username>WDSUser</Username></Credentials></Login>-<ImageSelection>-<InstallTo><DiskID>0</DiskID><PartitionID>1</PartitionID></InstallTo></ImageSelection></WindowsDeploymentServices>-<DiskConfiguration>-<Disk
wcm:action="add">-<CreatePartitions>-<CreatePartition wcm:action="add"><Type>Primary</Type><Order>1</Order><Extend>true</Extend></CreatePartition></CreatePartitions><DiskID>0</DiskID><WillWipeDisk>true</WillWipeDisk></Disk><WillShowUI>OnError</WillShowUI></DiskConfiguration></component>-<component
language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="x86"
name="Microsoft-Windows-International-Core-WinPE">-<SetupUILanguage><UILanguage>en-us</UILanguage></SetupUILanguage><InputLocale>en-us</InputLocale><SystemLocale>en-us</SystemLocale><UILanguageFallback>en-us</UILanguageFallback><UILanguage>en-us</UILanguage><UserLocale>en-us</UserLocale></component></settings><cpi:offlineImage
xmlns:cpi="urn:schemas-microsoft-com:cpi" cpi:source=""/></unattend>

still no luck
here is my current iimageunattend
  <?xml version="1.0" encoding="utf-8"
?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <InputLocale>en-us</InputLocale>
  <SystemLocale>en-us</SystemLocale>
  <UILanguage>en-us</UILanguage>
  <UILanguageFallback>en-us</UILanguageFallback>
  <UserLocale>en-us</UserLocale>
  </component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OOBE>
  <HideEULAPage>true</HideEULAPage>
  <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  <NetworkLocation>Work</NetworkLocation>
  <ProtectYourPC>1</ProtectYourPC>
  </OOBE>
  <TimeZone>Pacific Standard Time</TimeZone>
<AutoLogon>
  <Enabled>true</Enabled>
  <LogonCount>2</LogonCount>
  <Username>admin</Username>
  </AutoLogon>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
  <Value>SgBmAGMAcwAxADgANQAwAFAAYQBzAHMAdwBvAHIAZAA=</Value>
  <PlainText>false</PlainText>
  </Password>
  <DisplayName>Administrator</DisplayName>
  <Group>Administrators</Group>
  <Name>Administrator</Name>
  </LocalAccount>
  </LocalAccounts>
  </UserAccounts>
  </component>
  </settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
  <Path>reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\OOBE /v UnattendCreatedUser /t REG_DWORD /d 1 /f</Path>
  <Order>1</Order>
  <Description>disable user account page</Description>
  </RunSynchronousCommand>
  </RunSynchronous>
  </component>
  </settings>
  <cpi:offlineImage
cpi:source="wim:c:/users/davek.jfcs.org/desktop/winx86/sources/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  </unattend>

Similar Messages

  • Sysprep OOBE phase ignored - Windows 8.1

    I currently have a problem with the sysprep behavior with Windows 8.1
    The OOBE phase does not seem to execute.  My file have been validated with WSIM.
    Do you guys have any idea regarding this issue ?
    Here's the XML part for OOBE :
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <HideLocalAccountScreen>true</HideLocalAccountScreen>
    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
    <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <NetworkLocation>Work</NetworkLocation>
    <ProtectYourPC>3</ProtectYourPC>
    </OOBE>
    <UserAccounts>
    <AdministratorPassword>
    <Value>EncryptedPasswordHere</Value>
    <PlainText>false</PlainText>
    </AdministratorPassword>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>EncryptedPasswordHere</Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>temp account</Description>
    <Name>SYSPREP</Name>
    <Group>Users</Group>
    <DisplayName>temp account SYSPREP</DisplayName>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <WindowsFeatures>
    <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
    <ShowMediaCenter>false</ShowMediaCenter>
    </WindowsFeatures>
    <TimeZone>Eastern Standard Time</TimeZone>
    <RegisteredOwner>Company</RegisteredOwner>
    <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
    <RegisteredOrganization>Company</RegisteredOrganization>
    </component>
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <InputLocale>0c0c:00011009</InputLocale>
    <SystemLocale>fr-CA</SystemLocale>
    <UILanguage>fr-FR</UILanguage>
    <UILanguageFallback>fr-FR</UILanguageFallback>
    <UserLocale>fr-CA</UserLocale>
    </component>
    </settings>
    So the OOBE is not unattended at all... I have to create a user, set language prefs etc...

    Here's the setupact.log (Part1) coming from C:\Windows\Panther\
    2014-04-17 14:11:41, Info [windeploy.exe] ------------------------------------------------
    2014-04-17 14:11:41, Info [windeploy.exe] WinDeploy.exe launched with command-line []...
    2014-04-17 14:11:41, Info [windeploy.exe] LogBootDeviceInfo:The firmware boot device ARC path is [multi(0)disk(0)rdisk(0)partition(2)] and NT path is [\Device\Harddisk0\Partition2].
    2014-04-17 14:11:41, Info [windeploy.exe] LogBootDeviceInfo:The system boot device ARC path is [multi(0)disk(0)rdisk(0)partition(4)] and NT path is [\Device\Harddisk0\Partition4].
    2014-04-17 14:11:41, Info [windeploy.exe] Making sure that SystemSetupInProgress is cleared.
    2014-04-17 14:11:41, Info [windeploy.exe] UnattendSearchExplicitPath: Found unattend file at [C:\Windows\system32\sysprep\unattend.xml]; examining for applicability.
    2014-04-17 14:11:41, Info [windeploy.exe] UnattendSearchExplicitPath: [C:\Windows\system32\sysprep\unattend.xml] does not meet criteria to be used for this unattend pass.
    2014-04-17 14:11:41, Info [windeploy.exe] Found no unattend file.
    2014-04-17 14:11:41, Info [windeploy.exe] Restoring system default power request
    2014-04-17 14:11:41, Info [windeploy.exe] Launching [C:\Windows\system32\oobe\audit.exe /system]...
    2014-04-17 14:11:41, Info [audit.exe] Audit.exe launched with command-line [/system]...
    2014-04-17 14:11:41, Info [audit.exe] OrchestrateUpdateImageState: Updating image state from [IMAGE_STATE_SPECIALIZE_RESEAL_TO_AUDIT] --> [IMAGE_STATE_UNDEPLOYABLE]
    2014-04-17 14:11:41, Info [audit.exe] Parsing command line arguments...
    2014-04-17 14:11:41, Info [audit.exe] Parsing the following command line: [/system]
    2014-04-17 14:11:41, Info [audit.exe] Status for unattend pass [auditSystem] = 0x0
    2014-04-17 14:11:41, Info [audit.exe] UnattendSearchExplicitPath: Found unattend file at [C:\Windows\system32\sysprep\unattend.xml]; examining for applicability.
    2014-04-17 14:11:41, Info [audit.exe] UnattendSearchExplicitPath: [C:\Windows\system32\sysprep\unattend.xml] does not meet criteria to be used for this unattend pass.
    2014-04-17 14:11:41, Info [audit.exe] Found no unattend file for auditSystem pass; skipping pass.
    2014-04-17 14:11:41, Info [audit.exe] No reboot has been requested for auditSystem unattend.
    2014-04-17 14:11:41, Info [audit.exe] Successfully ran unattend pass.
    2014-04-17 14:11:41, Info [audit.exe] Arranging to be re-called after logon with command line [C:\Windows\system32\oobe\audit.exe /user]...
    2014-04-17 14:11:41, Info [audit.exe] GetAdminAccountName: Local built-in admin account name is [Administrateur]
    2014-04-17 14:11:41, Info [audit.exe] Successfully enabled local account [Administrateur]; prev state = 0x10203
    2014-04-17 14:11:41, Info [audit.exe] Successfully configured system for autologon
    2014-04-17 14:11:41, Info [audit.exe] Audit.exe exiting with code [0x0]...
    2014-04-17 14:11:41, Info [windeploy.exe] Process exited with exit code [0x0]
    2014-04-17 14:11:41, Info [windeploy.exe] Starting system services...
    2014-04-17 14:11:42, Info [windeploy.exe] WinDeploy.exe exiting with code [0x0]
    2014-04-17 14:11:47, Info [audit.exe] Audit.exe launched with command-line [/user]...
    2014-04-17 14:11:47, Info [audit.exe] Parsing command line arguments...
    2014-04-17 14:11:47, Info [audit.exe] Parsing the following command line: [/user]
    2014-04-17 14:11:47, Info [audit.exe] GetAdminAccountName: Local built-in admin account name is [Administrateur]
    2014-04-17 14:11:47, Info [audit.exe] Successfully restored previous state (0x10203) for user [Administrateur]
    2014-04-17 14:11:47, Info [audit.exe] ScreenSaver:Successfully disabled screen saver
    2014-04-17 14:11:47, Info [audit.exe] Status for unattend pass [auditUser] = 0x0
    2014-04-17 14:11:47, Info [audit.exe] UnattendSearchExplicitPath: Found unattend file at [C:\Windows\system32\sysprep\unattend.xml]; examining for applicability.
    2014-04-17 14:11:47, Info [audit.exe] UnattendSearchExplicitPath: [C:\Windows\system32\sysprep\unattend.xml] does not meet criteria to be used for this unattend pass.
    2014-04-17 14:11:47, Info [audit.exe] Found no unattend file for auditUser pass; skipping pass.
    2014-04-17 14:11:47, Info [audit.exe] No reboot has been requested for auditUser unattend.
    2014-04-17 14:11:47, Info [audit.exe] Successfully ran unattend pass.
    2014-04-17 14:11:47, Info [audit.exe] OrchestrateUpdateImageState: Updating image state from [IMAGE_STATE_UNDEPLOYABLE] --> [IMAGE_STATE_SPECIALIZE_RESEAL_TO_AUDIT]
    2014-04-17 14:11:47, Info [audit.exe] Successfully launched Sysprep with command line [C:\Windows\system32\sysprep\sysprep.exe /reboot]
    2014-04-17 14:11:47, Info [audit.exe] ScreenSaver:Screen saver was originally enabled, successfully re-enabled it
    2014-04-17 14:11:47, Info [audit.exe] Audit.exe exiting with code [0x0]...
    2014-04-17 14:13:56, Info [windeploy.exe] ------------------------------------------------
    2014-04-17 14:13:56, Info [windeploy.exe] WinDeploy.exe launched with command-line []...
    2014-04-17 14:13:56, Info [windeploy.exe] LogBootDeviceInfo:The firmware boot device ARC path is [multi(0)disk(0)rdisk(0)partition(2)] and NT path is [\Device\Harddisk0\Partition2].
    2014-04-17 14:13:56, Info [windeploy.exe] LogBootDeviceInfo:The system boot device ARC path is [multi(0)disk(0)rdisk(0)partition(4)] and NT path is [\Device\Harddisk0\Partition4].
    2014-04-17 14:13:56, Info [windeploy.exe] Windeploy: Sysprep mode is [0x0]; setting SQM data for the same.
    2014-04-17 14:13:56, Info [windeploy.exe] Windeploy: Executing PreSysprep commands
    2014-04-17 14:13:56, Info [windeploy.exe] Found generalization state [0x4], setup.exe completion flag [False] --> launching setup.exe.
    2014-04-17 14:13:56, Info [windeploy.exe] Launching [C:\Windows\system32\oobe\setup.exe]...
    2014-04-17 14:14:33, Info [IE Unattend] Running 'specialize' pass
    2014-04-17 14:14:33, Info [IE Unattend] Not all failures to read from the registry for IEUnattend are true errors.
    2014-04-17 14:14:33, Info [IE Unattend] If the unattend.xml file doesn't contain the data (error=2), then it's not really an error.
    2014-04-17 14:14:33, Info [IE Unattend] If access is denied (error=5), it is a problem.
    2014-04-17 14:14:33, Info [IE Unattend] All such failures are logged, just in case.
    2014-04-17 14:14:33, Info [IE Unattend] Install.ins Path:[C:\Program Files\Internet Explorer\SIGNUP\Install.ins]
    2014-04-17 14:14:33, Info [IE Unattend] Install.ins Path:[C:\Program Files (x86)\Internet Explorer\SIGNUP\Install.ins]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\HKLMEmailName\EmailName to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\EmailName .
    2014-04-17 14:14:33, Info [IE Unattend] Cannot determine data Size for EmailName. [error=2]
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\NoDial!NoDial returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: NoDial=0.
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:Branding, ValueName:NoDial, Value:0, File:C:\Program Files\Internet Explorer\SIGNUP\Install.ins. [result=-2043745120]
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:Branding, ValueName:NoDial, Value:0, File:C:\Program Files (x86)\Internet Explorer\SIGNUP\Install.ins. [result=897732432]
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\FavoritesDelete!FavoritesDelete returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: FavoritesDelete=0.
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:Branding, ValueName:FavoritesDelete, Value:0, File:C:\Program Files\Internet Explorer\SIGNUP\Install.ins. [result=-2043745120]
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:Branding, ValueName:FavoritesDelete, Value:0, File:C:\Program Files (x86)\Internet Explorer\SIGNUP\Install.ins. [result=897732432]
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\CompanyName!CompanyName returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: CompanyName=CLP.
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:Branding, ValueName:CompanyName, Value:CLP, File:C:\Program Files\Internet Explorer\SIGNUP\Install.ins. [result=-2043745120]
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:Branding, ValueName:CompanyName, Value:CLP, File:C:\Program Files (x86)\Internet Explorer\SIGNUP\Install.ins. [result=897732432]
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\Window_Title_CN!Window_Title_CN returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: Window_Title_CN=.
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\FavoritesOnTop!FavoritesOnTop returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: FavoritesOnTop=0.
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:Branding, ValueName:FavoritesOnTop, Value:0, File:C:\Program Files\Internet Explorer\SIGNUP\Install.ins. [result=-2043745120]
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:Branding, ValueName:FavoritesOnTop, Value:0, File:C:\Program Files (x86)\Internet Explorer\SIGNUP\Install.ins. [result=897732432]
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\IEWelcomeMsg!IEWelcomeMsg returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Registry key not found:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\IEWelcomeMsg
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\DisableWelcomePage!DisableWelcomePage returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: DisableWelcomePage=1.
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:URL, ValueName:NoWelcomePage, Value:1, File:C:\Program Files\Internet Explorer\SIGNUP\Install.ins. [result=-2043745120]
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:URL, ValueName:NoWelcomePage, Value:1, File:C:\Program Files (x86)\Internet Explorer\SIGNUP\Install.ins. [result=897732432]
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\DisableFirstRunWizard!DisableFirstRunWizard returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: DisableFirstRunWizard=1.
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:URL, ValueName:NoFirstRunWizard, Value:1, File:C:\Program Files\Internet Explorer\SIGNUP\Install.ins. [result=-2043745120]
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:URL, ValueName:NoFirstRunWizard, Value:1, File:C:\Program Files (x86)\Internet Explorer\SIGNUP\Install.ins. [result=897732432]
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\UserAgent!UserAgent returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: UserAgent=.
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:Branding, ValueName:User Agent, Value:, File:C:\Program Files\Internet Explorer\SIGNUP\Install.ins. [result=-2043745120]
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:Branding, ValueName:User Agent, Value:, File:C:\Program Files (x86)\Internet Explorer\SIGNUP\Install.ins. [result=897732432]
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\Help_Page!Help_Page returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: Help_Page=.
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:URL, ValueName:Help_Page, Value:, File:C:\Program Files\Internet Explorer\SIGNUP\Install.ins. [result=-2043745120]
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:URL, ValueName:Help_Page, Value:, File:C:\Program Files (x86)\Internet Explorer\SIGNUP\Install.ins. [result=897732432]
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\Home_Page!Home_Page returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: Home_Page=www.google.ca.
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:URL, ValueName:Home_Page, Value:www.google.ca, File:C:\Program Files\Internet Explorer\SIGNUP\Install.ins. [result=-2043745120]
    2014-04-17 14:14:33, Info [IE Unattend] Writing to INS File.Section:URL, ValueName:Home_Page, Value:www.google.ca, File:C:\Program Files (x86)\Internet Explorer\SIGNUP\Install.ins. [result=897732432]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\LocalIntranetSites\LocalIntranetSites to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Unattend\LocalIntranetSites .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Unattend\LocalIntranetSites. [type=1]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\LocalIntranetSites\LocalIntranetSites to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\Unattend\LocalIntranetSites .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\Unattend\LocalIntranetSites. [type=1]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\TrustedSites\TrustedSites to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Unattend\TrustedSites .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Unattend\TrustedSites. [type=1]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\TrustedSites\TrustedSites to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\Unattend\TrustedSites .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\Unattend\TrustedSites. [type=1]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\BlockPopups\PopupMgr to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Unattend\New Windows\PopupMgr .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Unattend\New Windows\PopupMgr. [type=1]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\BlockPopups\PopupMgr to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Unattend\New Windows\PopupMgr .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Unattend\New Windows\PopupMgr. [type=1]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\PlaySound\PlaySound to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Unattend\New Windows\PlaySound .
    2014-04-17 14:14:33, Info [IE Unattend] Cannot determine data Size for PlaySound. [error=2]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ShowInformationBar\UseSecBand to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Unattend\New Windows\UseSecBand .
    2014-04-17 14:14:33, Info [IE Unattend] Cannot determine data Size for UseSecBand. [error=2]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\FindProvidersURL\... to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\SearchUrl\...
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob opened regkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\FindProvidersURL
    2014-04-17 14:14:33, Info [IE Unattend] No Values found. Manually creating destination regkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\FindProvidersURL
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\FindProvidersURL\... to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\SearchUrl\...
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob opened regkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\FindProvidersURL
    2014-04-17 14:14:33, Info [IE Unattend] No Values found. Manually creating destination regkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\FindProvidersURL
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\FilterLevel!FilterLevel returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: FilterLevel=Medium.
    2014-04-17 14:14:33, Info [IE Unattend] DecodePopupLevel 'Medium'.
    2014-04-17 14:14:33, Info [IE Unattend] Setting Registry DWORD 'HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Unattend\New Windows''AllowHTTPS'=0
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Unattend\New Windows\AllowHTTPS. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] Setting Registry DWORD 'HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Unattend\New Windows''BlockControls'=0
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Unattend\New Windows\BlockControls. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] Setting Registry DWORD 'HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Unattend\New Windows''BlockUserInit'=0
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Unattend\New Windows\BlockUserInit. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] Setting Registry DWORD 'HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Unattend\New Windows''UseHooks'=1
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Unattend\New Windows\UseHooks. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] Setting Registry DWORD 'HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Unattend\New Windows''UseTimerMethod'=0
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Unattend\New Windows\UseTimerMethod. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\FilterLevel!FilterLevel returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: FilterLevel=Medium.
    2014-04-17 14:14:33, Info [IE Unattend] DecodePopupLevel 'Medium'.
    2014-04-17 14:14:33, Info [IE Unattend] Setting Registry DWORD 'HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Unattend\New Windows''AllowHTTPS'=0
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Unattend\New Windows\AllowHTTPS. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] Setting Registry DWORD 'HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Unattend\New Windows''BlockControls'=0
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Unattend\New Windows\BlockControls. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] Setting Registry DWORD 'HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Unattend\New Windows''BlockUserInit'=0
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Unattend\New Windows\BlockUserInit. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] Setting Registry DWORD 'HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Unattend\New Windows''UseHooks'=1
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Unattend\New Windows\UseHooks. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] Setting Registry DWORD 'HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Unattend\New Windows''UseTimerMethod'=0
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Unattend\New Windows\UseTimerMethod. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\AllowedSites!AllowedSites returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] DecodePopupAllowedSites:Starting.
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: AllowedSites=.
    2014-04-17 14:14:33, Info [IE Unattend] Regkey backup for Reg2Ins key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\AllowedSites!AllowedSites returned [result=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] DecodePopupAllowedSites:Starting.
    2014-04-17 14:14:33, Info [IE Unattend] Read Registry String: AllowedSites=.
    2014-04-17 14:14:33, Info [IE Unattend] Begin CopyRegistryArrayToIns:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\QuickLinkList
    2014-04-17 14:14:33, Info [IE Unattend] Registry key not found:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\QuickLinkList
    2014-04-17 14:14:33, Info [IE Unattend] End CopyRegistryArrayToIns: [hr=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Begin CopyRegistryArrayToIns:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\FavoritesList
    2014-04-17 14:14:33, Info [IE Unattend] Registry key not found:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\FavoritesList
    2014-04-17 14:14:33, Info [IE Unattend] End CopyRegistryArrayToIns: [hr=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Begin CopyRegistryArrayToIns:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\FeedList
    2014-04-17 14:14:33, Info [IE Unattend] Registry key not found:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\FeedList
    2014-04-17 14:14:33, Info [IE Unattend] End CopyRegistryArrayToIns: [hr=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Begin CopyRegistryArrayToIns:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\StartPages
    2014-04-17 14:14:33, Info [IE Unattend] Registry key not found:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\StartPages
    2014-04-17 14:14:33, Info [IE Unattend] End CopyRegistryArrayToIns: [hr=0x0]
    2014-04-17 14:14:33, Info [IE Unattend] Registry key not found:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\SearchScopes
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\DisableDataExecutionPrevention\DEPOff to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\DEPOff .
    2014-04-17 14:14:33, Info [IE Unattend] Cannot determine data Size for DEPOff. [error=2]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\DisableAccelerators\NoActivities to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Activities\NoActivities .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Activities\NoActivities. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\DisableAccelerators\NoActivities to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Activities\NoActivities .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Activities\NoActivities. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\DisableOOBAccelerators\NoOOBActivities to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Activities\NoOOBActivities .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Activities\NoOOBActivities. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\DisableOOBAccelerators\NoOOBActivities to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Activities\NoOOBActivities .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Activities\NoOOBActivities. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\DisableDevTools\Disabled to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\IEDevTools\Disabled .
    2014-04-17 14:14:33, Info [IE Unattend] Cannot determine data Size for Disabled. [error=2]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\TabProcessGrowth\TabProcGrowth to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\TabProcGrowth .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\TabProcGrowth. [type=1]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\TabProcessGrowth\TabProcGrowth to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\TabProcGrowth .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\TabProcGrowth. [type=1]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\GroupTabs\Groups to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\TabbedBrowsing\Groups .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\TabbedBrowsing\Groups. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\GroupTabs\Groups to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\TabbedBrowsing\Groups .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\TabbedBrowsing\Groups. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\SuggestedSitesEnabled\SuggestedSitesEnabled to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Suggested Sites\Enabled .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Suggested Sites\Enabled. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\SuggestedSitesEnabled\SuggestedSitesEnabled to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Suggested Sites\Enabled .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Suggested Sites\Enabled. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\LockToolbars\Locked to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar\Locked .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar\Locked. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\LockToolbars\Locked to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Toolbar\Locked .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Toolbar\Locked. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ShowLeftAddressToolbar\ShowLeftAddressToolbar to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\CommandBar\ShowLeftAddressToolbar .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\CommandBar\ShowLeftAddressToolbar. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ShowLeftAddressToolbar\ShowLeftAddressToolbar to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\CommandBar\ShowLeftAddressToolbar .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\CommandBar\ShowLeftAddressToolbar. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\CommandLabelDisplay\TextOption to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\CommandBar\TextOption .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\CommandBar\TextOption. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\CommandLabelDisplay\TextOption to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\CommandBar\TextOption .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\CommandBar\TextOption. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\PrivacyAdvisorMode\Mode to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Safety\PrivacIE\Mode .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Safety\PrivacIE\Mode. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\PrivacyAdvisorMode\Mode to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Safety\PrivacIE\Mode .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Safety\PrivacIE\Mode. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\InstalledBHOList\Browser Helper Objects\... to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\...
    2014-04-17 14:14:33, Info [IE Unattend] Registry key not found:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\InstalledBHOList\Browser Helper Objects
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob didn't find regkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\InstalledBHOList\Browser Helper Objects result=2
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\InstalledBrowserExtensions\Extensions\... to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\...
    2014-04-17 14:14:33, Info [IE Unattend] Registry key not found:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\InstalledBrowserExtensions\Extensions
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob didn't find regkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\InstalledBrowserExtensions\Extensions result=2
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\InstalledToolbarsList\Toolbar\... to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar\...
    2014-04-17 14:14:33, Info [IE Unattend] Registry key not found:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\InstalledToolbarsList\Toolbar
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob didn't find regkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\InstalledToolbarsList\Toolbar result=2
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\PreApprovedAddons\PreApproved\... to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved\...
    2014-04-17 14:14:33, Info [IE Unattend] Registry key not found:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\PreApprovedAddons\PreApproved
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob didn't find regkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\PreApprovedAddons\PreApproved result=2
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\CompatibilityViewDomains\CompatibilityViewDomains to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\BrowserEmulation\UnattendSites .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\BrowserEmulation\UnattendSites. [type=1]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\CompatibilityViewDomains\CompatibilityViewDomains to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\BrowserEmulation\UnattendSites .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\BrowserEmulation\UnattendSites. [type=1]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\IntranetCompatibilityMode\IntranetCompatibilityMode to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\BrowserEmulation\IntranetCompatibilityMode .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\BrowserEmulation\IntranetCompatibilityMode. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\IntranetCompatibilityMode\IntranetCompatibilityMode to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\BrowserEmulation\IntranetCompatibilityMode .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\BrowserEmulation\IntranetCompatibilityMode. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\MSCompatibilityMode\MSCompatibilityMode to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\BrowserEmulation\MSCompatibilityMode .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\BrowserEmulation\MSCompatibilityMode. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistrySetting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\MSCompatibilityMode\MSCompatibilityMode to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\BrowserEmulation\MSCompatibilityMode .
    2014-04-17 14:14:33, Info [IE Unattend] Setting registry value @HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\BrowserEmulation\MSCompatibilityMode. [type=4]
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\Accelerators\... to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\Accelerators\...
    2014-04-17 14:14:33, Info [IE Unattend] Registry key not found:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\Accelerators
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob didn't find regkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\Accelerators result=2
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\FavoriteBarItems\... to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\FavoriteBarItems\...
    2014-04-17 14:14:33, Info [IE Unattend] Registry key not found:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\FavoriteBarItems
    2014-04-17 14:14:33, Info [IE Unattend] CopyRegistryBlob didn't find regkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\UnattendBackup\ActiveSetup\FavoriteBarItems result=2
    2014-04-17 14:14:33, Info [IE Unattend] Exiting 'specialize' pass with status 0x80070002
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] SetupUGC launched with command line [specialize]
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] SetupUGC running to process unattend settings for pass [specialize]
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] Processing any RunSynchronous setting...
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] Running commands is not yet in progress
    2014-04-17 14:14:33, Info [0x090008] PANTHR CBlackboard::Open: C:\Windows\panther\commandexec\CommandExec succeeded.
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] Found run command in registry: description = [Activer compte administrateur local]
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] Found run command in registry: credentials = { domain is not specified, username is not specified, password info not logged }
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] Found run command in registry: will continue execution without examining exit code
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] Found run command in registry: path = [net user Administrateur /active:yes]
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] Found RunSynchronous command: [net user Administrateur /active:yes]
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] Found run command in registry: description = [Installation du client Novell]
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] Found run command in registry: credentials = { domain is not specified, username is not specified, password info not logged }
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] Found run command in registry: will reboot immediately but not examine exit code after execution
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] Found run command in registry: path = [C:\Masters\NovellClient\setup.exe /ncpf:ConfigCLP.txt]
    2014-04-17 14:14:33, Info [SETUPUGC.EXE] Found RunSynchronous command: [C:\Masters\NovellClient\setup.exe /ncpf:ConfigCLP.txt]
    2014-04-17 14:14:34, Info [SETUPUGC.EXE] Finished executing [net user Administrateur /active:yes] synchronously
    2014-04-17 14:14:34, Info [SETUPUGC.EXE] Process returned with exit code 0x0
    2014-04-17 14:15:25, Info [SETUPUGC.EXE] Finished executing [C:\Masters\NovellClient\setup.exe /ncpf:ConfigCLP.txt] synchronously
    2014-04-17 14:15:25, Info [SETUPUGC.EXE] Process returned with exit code 0x0
    2014-04-17 14:15:25, Info [SETUPUGC.EXE] Must reboot now.
    2014-04-17 14:15:25, Info [0x090009] PANTHR CBlackboard::Close: c:\windows\panther\commandexec\commandexec.
    2014-04-17 14:15:25, Info [SETUPUGC.EXE] A processor needs an immediate reboot; requesting a reboot-and-recall for SetupUGC
    2014-04-17 14:15:25, Info [SETUPUGC.EXE] SetupUGC returning with exit code [3]
    2014-04-17 14:15:26, Info [windeploy.exe] Process exited with exit code [0x0]
    2014-04-17 14:15:26, Info [windeploy.exe] Found completion flag [False], reboot requested flag [True] --> rebooting computer before proceeding with deployment...
    2014-04-17 14:15:26, Info [windeploy.exe] Windeploy: Executing PostSysprep commands
    2014-04-17 14:15:26, Info [windeploy.exe] An immediate reboot or shutdown was requested/required... rebooting / shutting down computer
    2014-04-17 14:15:26, Info [windeploy.exe] Flushing registry to disk...
    2014-04-17 14:15:26, Info [windeploy.exe] Flush took 110 ms.
    2014-04-17 14:15:26, Info [windeploy.exe] WinDeploy.exe exiting with code [0x0]
    2014-04-17 14:16:06, Info [windeploy.exe] ------------------------------------------------
    2014-04-17 14:16:06, Info [windeploy.exe] WinDeploy.exe launched with command-line []...
    2014-04-17 14:16:06, Info [windeploy.exe] LogBootDeviceInfo:The firmware boot device ARC path is [multi(0)disk(0)rdisk(0)partition(2)] and NT path is [\Device\Harddisk0\Partition2].
    2014-04-17 14:16:06, Info [windeploy.exe] LogBootDeviceInfo:The system boot device ARC path is [multi(0)disk(0)rdisk(0)partition(4)] and NT path is [\Device\Harddisk0\Partition4].
    2014-04-17 14:16:06, Info [windeploy.exe] Updating pass status for [specialize] to reflect reboot: 0x6 --> 0x7
    2014-04-17 14:16:06, Info [windeploy.exe] Found generalization state [0x7], setup.exe completion flag [False] --> launching setup.exe.
    2014-04-17 14:16:06, Info [windeploy.exe] Launching [C:\Windows\system32\oobe\setup.exe]...
    2014-04-17 14:16:08, Info [SETUPUGC.EXE] SetupUGC launched with command line [specialize]
    2014-04-17 14:16:08, Info [SETUPUGC.EXE] SetupUGC running to process unattend settings for pass [specialize]
    2014-04-17 14:16:08, Info [SETUPUGC.EXE] Processing any RunAsynchronous setting...
    2014-04-17 14:16:08, Info [SETUPUGC.EXE] Running commands is not yet in progress
    2014-04-17 14:16:08, Info [0x090008] PANTHR CBlackboard::Open: C:\Windows\panther\commandexec\CommandExec succeeded.
    2014-04-17 14:16:08, Info [0x090009] PANTHR CBlackboard::Close: c:\windows\panther\commandexec\commandexec.
    2014-04-17 14:16:08, Info [SETUPUGC.EXE] Processing ExtendOSPartition setting (if present)...
    2014-04-17 14:16:08, Info [SETUPUGC.EXE] ExtractSettingFromRegistry: (ExtendOSPartition) User requested extension to fill remainder of available disk space
    2014-04-17 14:16:08, Info [SETUPUGC.EXE] ExtendOSPartition: User requested that OS partition be extended to fill available space.
    2014-04-17 14:16:08, Info [SETUPUGC.EXE] ExtendOSPartition: OS partition is at disk [0] byte offset [0x21100000]
    2014-04-17 14:16:08, Info [SETUPUGC.EXE] InitVDSService:Creating VDS loader...
    2014-04-17 14:16:09, Info [SETUPUGC.EXE] InitVDSService:Loading VDS service...
    2014-04-17 14:16:11, Info [SETUPUGC.EXE] InitVDSService:Successfully launched service.
    2014-04-17 14:16:11, Info [SETUPUGC.EXE] ApplyDiskOperationUsingService: Extending partition on disk [0] at offset [0x21100000].
    2014-04-17 14:16:11, Info [SETUPUGC.EXE] GetDisk: Querying VDS providers...
    2014-04-17 14:16:11, Info [SETUPUGC.EXE] GetDisk: Finished querying VDS providers.
    2014-04-17 14:16:11, Info [SETUPUGC.EXE] GetDisk: Querying VDS providers...
    2014-04-17 14:16:11, Info [SETUPUGC.EXE] GetDisk: Finished querying VDS providers.
    2014-04-17 14:16:11, Info [SETUPUGC.EXE] PerformExtendOperation: Successfully extended OS partition
    2014-04-17 14:16:11, Info [SETUPUGC.EXE] SetupUGC returning with exit code [0]
    2014-04-17 14:16:12, Info [DNSCACHEUGC.EXE] DNSCACHE: unattend DNS settings starts ...
    2014-04-17 14:16:12, Info [DNSCACHEUGC.EXE] DNSCACHE: Transition to context 5 accepted for key 'DNSSuffixSearchOrder'.
    2014-04-17 14:16:12, Info [DNSCACHEUGC.EXE] DNSCACHE: Consumer 1 accepted the value named '1' (under 'DNSSuffixSearchOrder').
    2014-04-17 14:16:12, Info [DNSCACHEUGC.EXE] DNSCACHE: sorting values under 'DNSSuffixSearchOrder' registry key
    2014-04-17 14:16:12, Info [DNSCACHEUGC.EXE] DNSCACHE: UnattendSetRegValue sets the value 'SearchList'[REG_SZ]='clp.gouv.qc.ca' at registry key 'System\CurrentControlSet\Services\Tcpip\Parameters'.
    2014-04-17 14:16:12, Info [DNSCACHEUGC.EXE] DNSCACHE: Returning from context 5 ('DNSSuffixSearchOrder') to context 1 ('Software\Microsoft\Windows NT\CurrentVersion\UnattendSettings\DnsCache').
    2014-04-17 14:16:12, Info [DNSCACHEUGC.EXE] DNSCACHE: unattend DNS settings ends: 0x0.
    2014-04-17 14:16:12, Info [MUIUNATTEND.EXE] Starting MuiUnattend.exe GC
    2014-04-17 14:16:12, Info [MUIUNATTEND.EXE] muiunattend is called with pass: specialize
    2014-04-17 14:16:12, Info [MUIUNATTEND.EXE] Found unattend setting "UILanguage" with value: "fr-FR".
    2014-04-17 14:16:12, Info [MUIUNATTEND.EXE] Unattended setting "UILanguageFallback" could not be found. error:(2). Ignoring.
    2014-04-17 14:16:12, Info [MUIUNATTEND.EXE] Found unattend setting "Systemlocale" with value: "fr-CA".
    2014-04-17 14:16:12, Info [MUIUNATTEND.EXE] Found unattend setting "UserLocale" with value: "fr-CA".
    2014-04-17 14:16:12, Info [MUIUNATTEND.EXE] Found unattend setting "InputLocale" with value: "0c0c:00011009".
    2014-04-17 14:16:12, Info [MUIUNATTEND.EXE] Setting UILanguage setting.
    2014-04-17 14:16:12, Info [MUIUNATTEND.EXE] Setting UILanguage setting to fr-FR succeded.
    2014-04-17 14:16:12, Info [MUIUNATTEND.EXE] Setting system locale using unattended setting SystemLocale:"fr-CA".
    2014-04-17 14:16:12, Info [MUIUNATTEND.EXE] Set system locale to "fr-CA" successfully.
    2014-04-17 14:16:12, Info [MUIUNATTEND.EXE] Setting input locale using unattended setting InputLocale:"0c0c:00011009;1009:00011009" and apply the same setting to default user accont/system accounts/new user account.
    2014-04-17 14:16:13, Info [MUIUNATTEND.EXE] Set input locale to "0c0c:00011009;1009:00011009" and apply the same setting to default user accont/system accounts/new user account successfully.
    2014-04-17 14:16:13, Info [MUIUNATTEND.EXE] Setting user locale to using unattended setting UserLocale:"fr-CA", and try apply the same settings to default user accont/system accounts/new user account.
    2014-04-17 14:16:13, Info [MUIUNATTEND.EXE] Succeed in setting current user locale to "fr-CA".
    2014-04-17 14:16:13, Info [MUIUNATTEND.EXE] Succeed in setting location to 39.
    2014-04-17 14:16:14, Info [MUIUNATTEND.EXE] Succeed in copying settings for current user locale "fr-CA" to default user/system/new user accounts.
    2014-04-17 14:16:14, Info [MUIUNATTEND.EXE] Set user locale to "fr-CA" successfully and apply the same settings to default user acconts/system account/new user account.
    2014-04-17 14:16:14, Info [MUIUNATTEND.EXE] Applying user settings to all user (non-system) accounts.
    2014-04-17 14:16:14, Info [MUIUNATTEND.EXE] Input locale is set for user:Administrateur, value:0c0c:00011009;1009:00011009.
    2014-04-17 14:16:14, Info [MUIUNATTEND.EXE] User locale is set for user:Administrateur, value:fr-CA.
    2014-04-17 14:16:14, Info [MUIUNATTEND.EXE] Applying settings to user (non-system) accounts succeeded.
    2014-04-17 14:16:14, Info [MUIUNATTEND.EXE] Exiting MuiUnattend.exe GC
    2014-04-17 14:16:14, Info [Shell Unattend] Running 'specialize' pass
    2014-04-17 14:16:15, Info [Shell Unattend] WindowsFeatures: Launched 'C:\Windows\system32\unregmp2.exe /ShowWMP /SetShowState'
    2014-04-17 14:16:15, Warning [Shell Unattend] WindowsFeatures: Failed to read show/hide command value 'SOFTWARE\Clients\Media\Windows Media Center\InstallInfo' 'HideIconsCommand' (0x80070002)
    2014-04-17 14:16:15, Info [Shell Unattend] ProductKey set
    2014-04-17 14:16:15, Info [Shell Unattend] TimeZone: Time zone set to 'Eastern Standard Time'
    2014-04-17 14:16:15, Info [Shell Unattend] Decoded password
    2014-04-17 14:16:15, Info [Shell Unattend] AutoLogon Password saved
    2014-04-17 14:16:15, Info [Shell Unattend] AutoLogon Domain is ''
    2014-04-17 14:16:15, Info [Shell Unattend] WinLogon DefaultDomainName set to ''
    2014-04-17 14:16:15, Info [Shell Unattend] AutoLogon Username is 'Administrateur'
    2014-04-17 14:16:15, Info [Shell Unattend] WinLogon DefaultUserName set to 'Administrateur'
    2014-04-17 14:16:15, Info [Shell Unattend] AutoLogon LogonCount = 1
    2014-04-17 14:16:15, Info [Shell Unattend] WinLogon AutoLogonCount set
    2014-04-17 14:16:15, Info [Shell Unattend] AutoLogon enabled
    2014-04-17 14:16:22, Info [Shell Unattend] CopyProfileDirectory from C:\Users\Administrateur succeeded.
    2014-04-17 14:16:23, Info [Shell Unattend] CopyProfile succeeded
    2014-04-17 14:16:23, Info [Shell Unattend] Exiting 'specialize' pass with status 0x00000000
    2014-04-17 14:16:23, Info [DJOIN.EXE] Unattended Join: Begin
    2014-04-17 14:16:23, Info [DJOIN.EXE] Unattended Join: Loading input parameters...
    2014-04-17 14:16:23, Info [DJOIN.EXE] Unattended Join: AccountData = [NULL]
    2014-04-17 14:16:23, Info [DJOIN.EXE] Unattended Join: UnsecureJoin = [NULL]
    2014-04-17 14:16:23, Info [DJOIN.EXE] Unattended Join: MachinePassword = [secret not logged]
    2014-04-17 14:16:23, Info [DJOIN.EXE] Unattended Join: JoinDomain = [NULL]
    2014-04-17 14:16:23, Info [DJOIN.EXE] Unattended Join: JoinWorkgroup = [CLP]
    2014-04-17 14:16:23, Info [DJOIN.EXE] Unattended Join: Domain = [NULL]
    2014-04-17 14:16:23, Info [DJOIN.EXE] Unattended Join: Username = [NULL]
    2014-04-17 14:16:23, Info [DJOIN.EXE] Unattended Join: Password = [secret not logged]
    2014-04-17 14:16:23, Info [DJOIN.EXE] Unattended Join: MachineObjectOU = [NULL]
    2014-04-17 14:16:23, Info [DJOIN.EXE] Unattended Join: DebugJoin = [NULL]
    2014-04-17 14:16:23, Info [DJOIN.EXE] Unattended Join: DebugJoinOnlyOnThisError = [NULL]

  • Concurrent Manager not processing the requests

    Dear friends,
    We are facing a serious issue with our production instance since morning.
    The concurrent managers are not processing the requests. As its month closing, a lot of requests are being piled up in the Standard Manager's queue.
    The Standard Manager is up. We have verified that by the processes at OS and Concurrent Manager Administer form as well.
    The Conc Manager Admin form shows:
    Actual process: 50
    Target Process 50:
    Running Requests: 50
    Pending Requests: 304
    However, when we check from Concurrent Requests form by selecting Status=Normal, Phase=Running, its showing only 6 requests as running and rest all in pending phase.
    These requests are running for long and no other requests seem to being picked up by the CM.
    an urgent help is required as its production environment and all the users are complaining.
    Thanks.

    Its R12.1.1 Apps with 11.1.0.7 DB
    We have found the issue. In the Concurrent Manager Administer form, when we clicked on the Requests Button, it shows a lot of the following requests:
    Check Event Alert - ALECTC
    This request is not shown in Concurrent Requests form.
    We found that the Alert mails were not being sent. At OS level, we found 50 ALECTC OS processes were running.
    We killed those and immediately Standard Manager started picking up the pending requests.
    I am not yet sure of ALECTC processes. Can someone explain ???
    Thanks.

  • Job getting cancelled for 'Chain not processed for date-2007031920070318' ?

    Hi All,
      We have 2 process chains running only on weekdays - one for sales and the other for billing. A cancelled job is created for one of the process chains with the job log message as 'Chain not processed for date-2007031920070318' for the not run days whereas the other does not have any issues though the same monitor job program runs for both. The difference is only in the variant but nothing much other than that its maintained for 2 different chains.
       We also debugged the monitor job program. It basically does nothing other than displaying messages depending on the status of the chain log.
    Please let me know your suggestions as to why it happens.
    Thanks,
    krishna

    it is also giving following error message:
    Caution: Program has changed
    Caution: At time of termination,  Active source code no longer available  and after above two statements its giving sign "?" before every statement in below manner:
    024300 ?     lit_ekpo_dummy1[] = it_ekpo[].                     
    024310 ?     DELETE lit_ekpo_dummy1 WHERE ebeln NE tab1-ebeln.  
    024320 ?     DESCRIBE TABLE lit_ekpo_dummy1 LINES count01.      
    024330 ?                                                        
    024340 ?     REFRESH lit_ematn_dummy[].                         
    024350 ?     lit_ematn_dummy[] = lit_ematn[].

  • OPP(Output Post Processor) not processing the report (XML Publisher)

    Hi,
    I have defined a concurrent program (XML Publisher report) then ran but failed with the errors below. I am running the report in Oracle E-Business Suite 11.5.10.2, thru a concurrent manager other than Standard Manager. My guess is that OPP(Output Post Processor) is not processing the request outputs coming from a different manager/work shift since requests ran thru Standard Managers are all OK.
    In the OAM(Oracle Applications Manager)-> OPP, there is only 1 process allocated for both Actual and Target. If we increase the number of processes, will it work?
    /home/app/oracle/prodcomn/temp/pasta19356_0.tmp:
    /home/app/oracle/prodcomn/temp/pasta19356_1.tmp: No such file or directory
    Pasta: Error: Print failed. Command=lp -c -dkonica4 /home/app/oracle/prodcomn/temp/pasta19356_1.tmp
    Pasta: Error: Check printCommand/ntPrintCommand in pasta.cfg
    Pasta: Error: Preprocess or Print command failed!!!
    Anybody who has experienced similar issue?
    Thanks in advance.
    Rownald

    Hello,
    Just an additional tests info. We have 2 concurrent managers which I think is affecting the XML report output - Standard Manager(running 24 hours) and a Warehouse manager (9am-4:15pm).
    When I run the report before or after the Warehouse manager workshift(9am-4:15pm), the output is fine - which means PDF is generated and Pasta printing is OK. However, when report is run between 9am-4:15pm, the report only shows XML output with an error in Pasta printing(above). I also found that re-opening the output(ran prior to Warehouse workshift) on the period between 9am-4:15pm would also result to just an XML output instead of the previous PDF.
    Anybody who has experienced similar issue like this? Any idea? The report is not directly defined as "inclusion" in the Warehouse manager, only the program calling it. Any effect of multiple concurrent managers in the XML Publisher output?
    Thanks in advance for your ideas..

  • HT5631 how do I verify my apple id? I can't sign in to it in mail and I can't make a new one because it just will not process I'm trying to set up iCloud between iPad and iPhone and having ALOT of difficulty pleAse help need it done by later on today!!!!!

    how do I verify my apple id? I can't sign in to it in mail and I can't make a new one because it just will not process I'm trying to set up iCloud between iPad and iPhone and having ALOT of difficulty pleAse help need it done by later on today!!!!!

    In order to use your Apple ID to create an iCloud account, the primary email address associated with the ID must first be verified.  To do this, Apple will send a verification email to your account and you must respond to the email by clicking the Verify Now link.  Make sure you are check the spam/junk folder as well as the inbox.  If it isn't there, go to https://appleid.apple.com, click Manage your Apple ID, sign in, click on Name, ID and Email addresses on the left, then to the right click Resend under your Primary Email Address to resend the verification email.

  • Could not process due to error: com.sap.aii.adapter.file.ftp.FTPEx: 550

    Hi Experts,
    We have many File to EDI scenarios wherein XI System pick up the XML and sent to customers via EDI. Recently we faced a problem so created a Back-up System (Production copy) and tested successfully. After sometime the messages were routed to this back-up system and when we notice it and then stopped the back-up system. All the messages that were routed to back-up system, we try to send the same messages from the actually Production system to our customers. Now the problem is XI system (Production system) is unable to pick these files and I check the communication monitoring and encountered the below error message.
    Could not process due to error: com.sap.aii.adapter.file.ftp.FTPEx: 550.550
    Can anyone let me know how to fix the issue or what needs to be done?
    Your help is highly appreciated.
    Regards
    Faisal

    Hi,
    It seems to be problem with permission of files. Please ask your basis to do following:
    1. Set the permissions to FTP User you are using as 777 rights(full access to read , write and delete)
    2.If you have access to PI server, try to telnet /connect to ftp using command prompt (open ftp .....) the FTP server form there, you should see the same error there , inform this to your network guys.
    3.Clear all the files places already in the ftp (take backup) and test afresh after permissions are set by basis team.
    Regards
    Aashish Sinha

  • Regarding Rough FISCAL YEAR VARIANT NOT PROCESSED

    Hi Experts,
    I am loading data from 2lis_03_um to 0IC_C03,While executing DTP i am getting error as Rogh FISCAL YEAR VARIANT NOT PROCESSED.
    Can anyone please suggest me how to resolve the issue.
    Thanks
    Laxman

    Hi,
    Use the settings here:
    transaction code SPRO
    SAP Netweaver
    Business Intelligence
    Settings for BI content
    Trande Industries
    Retailing
    => set fiscal year variant
    regards,
    pascal

  • Bill and Routing Interface concurrent program is not processing component

    Hi All,
    While running Bill and Routing Interface concurrent program,not processing the component item(Line Item) from bom_inventory_comps_interface,still it show process flag as 1. where as billing item(Header Item) is successfully done..i have tried with all the option by giving component sequence id and batch id still it is not processing component item..
    Is it recommendable to give bill sequence id and component sequence id in interface table using bom_inventory_component_s sequence..
    I will be very pleased if i listen from u guys... Plz help me in resolving this issue..
    My Header Insert Stmt..
    INSERT INTO apps.bom_bill_of_mtls_interface@system_link_visma
    (assembly_item_id, organization_id,
    alternate_bom_designator, last_update_date,
    last_updated_by, creation_date, created_by,
    revision, item_number, item_description,
    implementation_date, transaction_type,
    process_flag, assembly_type, batch_id
    VALUES (l_inv_item_id, l_org_id,
    NULL, SYSDATE,
    1318, SYSDATE, 1318,
    l_revision, l_item_num, l_description,
    SYSDATE, 'CREATE',
    1, 1, 10003535
    Component Insert stmt
    INSERT INTO apps.bom_inventory_comps_interface@system_link_visma
    (operation_seq_num, component_item_id,
    item_num, basis_type, component_quantity,
    auto_request_material, effectivity_date,
    disable_date, planning_factor,
    component_yield_factor,
    enforce_int_requirements,
    include_in_cost_rollup, wip_supply_type,
    supply_subinventory, supply_locator_id,
    check_atp, optional,
    mutually_exclusive_options,
    low_quantity, high_quantity,
    so_basis, shipping_allowed,
    include_on_ship_docs, required_to_ship,
    required_for_revenue, component_remarks,
    transaction_type, process_flag,
    assembly_item_id, component_item_number,
    batch_id,component_sequence_id
    VALUES (l_operation_seq, l_comp_item_id,
    cur2.item_sequence, l_basis, cur2.quantity,
    l_auto_request_mtls, cur2.from_date,
    cur2.TO_DATE, cur2.planning_factor,
    cur2.yield_factor,
    l_enforce_int_requirements,
    l_include_in_cost_rollup, l_supply_type,
    l_supply_subinventory, NULL,
    l_check_atp, l_optional,
    l_mutually_exclusive_options,
    cur2.minimum_quantity, cur2.maximum_quantity,
    l_sale_order_basis, l_shippable_flag,
    l_include_on_ship_docs, l_required_to_ship,
    l_required_for_revenue, cur2.comments,
    'CREATE', 1,
    l_inv_item_id, l_comp_item_num,
    10003535,apps.bom_inventory_components_s.nextval@system_link_visma
    For Subcomponent Insert Stmt
    INSERT INTO apps.bom_sub_comps_interface@system_link_visma
    (substitute_component_id,
    substitute_item_quantity,
    assembly_item_id, component_item_id,
    operation_seq_num, organization_id,
    substitute_comp_number,
    component_item_number,
    assembly_item_number,
    transaction_type, process_flag,
    enforce_int_requirements,
    effectivity_date,component_sequence_id,batch_id
    VALUES (l_sub_comp_item_id,
    cur3.quantity,
    l_inv_item_id, l_comp_item_id,
    cur2.operation_sequence, l_org_id,
    l_sub_comp_item_num,
    l_comp_item_num,
    l_item_num,
    'CREATE', 1,
    l_enforce_int_requirements,
    SYSDATE,apps.bom_inventory_components_s.currval@system_link_visma,10003535
    Thanks
    Raman Sharma
    Edited by: 929841 on May 4, 2012 12:28 AM
    Edited by: 929841 on May 4, 2012 2:58 AM

    You need to populate the organization_id or organization_code in bom_inventory_comps_interface.
    Here is a minimal insert
    INSERT INTO bom.bom_inventory_comps_interface
                (operation_seq_num, last_update_date, last_updated_by,
                 creation_date, created_by, process_flag, transaction_type,
                 bom_item_type,
                 effectivity_date, organization_code, assembly_item_number,
                 item_num, component_item_number, component_quantity
         VALUES (1                                                   -- op_seq_num
                 ,SYSDATE, 1433
                 ,SYSDATE, 1433, 1                                  -- process_flag
                 ,'Create',
                 4 -- bom_item_type 1 Model; 2 Option class; 3 Planning; 4 Standard; 5 Product family
                 ,SYSDATE - 1, 'PUB', 'SSGPARENT1'          -- assembly_item_number
                 ,10                                                     --item_num
                 , 'SSGCOMP1'                           -- component_item_number
                 , 10                                          --qty
                )Sandeep Gandhi

  • Lync 2013 client not processing history spooler folder (conversation history)

    We have been using Lync 2013 fully patched up to latest & greatest, along with Exchange 2013 for about 6 months now & everything is working
    great. (I did a AD migration from our old parent company in the UK as well as migrated exchange from 2010 to 2013, all that without a hitch for the most part.)
    the issue that seems to be popping up intermittently is conversation history. I manged to work around some of them for the most part & getting
    them to process; with the exception of 1 user.
    If he logs into another PC his conversation history works fine.
    However on his PC it does not seem to want to process the history spooler folder in "C:\Users\User\AppData\Local\Micros­oft\Office\15.0\Lync\[email protected]­m",
    there are 737 files in there (all of his convo history)
    Now what i did & it seems to sort of work is,Signed out of Lync, I deleted the users Sip folder after backing up the history spooler folder, logged
    back into Lync which recreated the sip_user folder; logged back out of Lync , copied the History Spooler folder back to the SIP folder, & signed into Lync.
    This took 10 files out of the history spooler folder, & then appeared in the convo history; both on Lync client & Outlook; but did not bring
    all of them in. I did some testing and if you log out, then back in, it processes a few more. but not all.
    EWS & MAPI settings & all other Lync configuration information settings match a users with no convo history issues.
    So now the questions. 
    1)What could possibly cause what ever mechanism that processes the History spooler folder to stop/only process a few items during sign in? Also what
    is the mechanism? 
    2)Is there any way through powershell to force the synchronization of the history spooler folder?
    Thank you

    so in some more testing i had check the history spooler folder, & there were about 700+ files.
    as a note* (Upon deleting the users sip folder & logging back in thus re-creating the folder new convo's where saving. So i did "fix" the issue with no new convo's during my initial work prior to opening this thread.)
    I then removed a good chunk of the *.hist files & only left convo's from this month. signed out then back in, 10 files processed. then did it again, another 10. did it again, & it did 4 then stopped. I noticed there were some files over 1 mb. &
    remember coming across this post (Lync
    not processing files over 1mb) so i removed the 1mb files & then logged out then back in. processed 10 more. 
    i then added all the files to the history spooler file with the exception of the files over 1 mb, & logged in & out about 70 times to process the whole folder. Now all of the convos are in Lync & outlook as well as new convo's being saved. However
    i have a folder now with 130 files that are over 1mb that will not process at all..
    so now i am trying to find some validity on the statement in the link above 
    "We did open a case with Microsoft and they confirmed it is a bug in the Exchange EWS HTTP stack. It
    is supposedly under review by the Dev team, but my guess is that it won't be fix soon. The magic size is exactly 1MB or 1048576 bytes."
    If that is actually true it sucks & is some B.S as it is nearly 2 months later & this is obviously
    a major problem & not even a CU or PU has been released to address the issue.

  • Certificate issues Active Directory Certificate Services could not process request 3699 due to an error: The revocation function was unable to check revocation because the revocation server was offline. 0x80092013

    Hi,
    We have some problems with our Root CA. I can se a lot of failed requests. with the event id 22: in the logs. The description is: Active Directory Certificate Services could not process request 3686 due to an error: The revocation function was unable to
    check revocation because the revocation server was offline. 0x80092013 (-2146885613).  The request was for CN=xxxxx.ourdomain.com.  Additional information: Error Verifying Request Signature or Signing Certificate
    A couple of months ago we decomissioned one of our old 2003 DCs and it looks like this server might have had something to do with the CA structure but I am not sure whether this was in use or not since I could find the role but I wasn't able to see any existing
    configuration.
    Let's say that this server was previously responsible for the certificates and was the server that should have revoked the old certs, what can I do know to try and correct the problem?
    Thank you for your help
    //Cris

    hello,
    let me recap first:
    you see these errors on a ROOT CA. so it seems like the ROOT CA is also operating as an ISSUING CA. Some clients try to issue a new certificate from the ROOT CA and this fails with your error mentioned.
    do you say that you had a PREVIOUS CA which you decomissioned, and you now have a brand NEW CA, that was built as a clean install? When you decommissioned the PREVIOUS CA, that was your design decision to don't bother with the current certificates that it
    issued and which are still valid, right?
    The error says, that the REQUEST signature cannot be validated. REQUESTs are signed either by itself (self-signed) or if they are renewal requests, they would be signed with the previous certificate which the client tries to renew. The self-signed REQUESTs
    do not contain CRL paths at all.
    So this implies to me as these requests that are failing are renewal requests. Renewal requests would contain CRL paths of the previous certificates that are nearing their expiration.
    As there are many such REQUEST and failures, it probably means that the clients use AUTOENROLLMENT, which tries to renew their current, but shortly expiring, certificates during (by default) their last 6 weeks of lifetime.
    As you decommissioned your PREVIOUS CA, it does not issue CRL anymore and the current certificates cannot be checked for validity.
    Thus, if the renewal tries to renew them by using the NEW CA, your NEW CA cannot validate CRL of the PREVIOUS CA and will not issue new certificates.
    But it would not issue new certificates anyway even if it was able to verify the PREVIOUS CA's CRL, as it seems your NEW CA is completely brand new, without being restored from the PREVIOUS CA's database. Right?
    So simply don't bother :-) As long as it was your design to decommission the PREVIOUS CA without bothering with its already issued certificates.
    The current certificates which autoenrollment tries to renew cannot be checked for validity. They will also slowly expire over the next 6 weeks or so. After that, autoenrollment will ask your NEW CA to issue a brand new certificate without trying to renew.
    Just a clean self-signed REQUEST.
    That will succeed.
    You can also verify this by trying to issue a certificate on an affected machine manually from Certificates MMC.
    ondrej.

  • BPM process switch/fork is not processing!!

    Hi Guys,
    I have scenario for 1:n multi mapping using BPM. In my BPM just I have got 5 steps, the first one is receiver,  next step is transformation (workinig fine), switch with 2 branches, on branch one Sender 1 to SNC (Prod Active Notific) and on second branch has got Sender 2 for (ProductDemandInfluencingEventNotification) to SNC. The process is coming upto Switch, the process is not coming into Swithch step to send these messages to sender? what is the condition for Switch step? I put it like (1=1), message is not processing completely.
    Any valuable inputs for this please?
    Many Thank in advance
    San

    Hi biplab das ,
    Many thanks for very quick reply. I have tried both. Let me explain you my scenario, please give me your inputs on that!!
    Sender side xml messages comes with couple of messages. What I need this xml has to split into two message types "Product Activity Data" and "Product Influence Demand", each message goes with multiple messages, as follows:
    <Root>
       <output>
       <output>
       <output>
       <output>
       <output>
    </Root>
    Each output message got multiple submessags. Couple of submessages has go under "Product Activity Data" and Couple of other messages has go under "Product Influence Deman"
    Mapping is working fine. Messages are splitting.  I have configure BPM as follows:
    Setp 1---- Receiver --- > Receive the message
    Setp 2 -
    Mapping -
    > Messages are splitting
    Step 3 -
    Fork Step ---> with 3 Branches , Branch 1 for, 1 Receiver Determination and 1 Sender --> Product Acitivity Data
                                                                           Branch 2 for , 2nd Receiver Determination and 2nd Sender --> Product Influence D
                                                                           Branch 3 for throw Alert
    I can this message is failing on Moni, I opened PE, the graphical represenation shows error on Sender1 and Sender2.
    Please can you advice me in this.
    Many Thanks
    Regards
    San

  • IDOC is not processing in R/3 with status 64(Urgent)--Production issue.

    Dear Folks,
    Here we are implementing MIRROR sytem for data extraction in to BIW.
    I had gone through the steps in PDF file(How to minimize down thime for Delta Initialization) which has given by SAP.
    These are following steps I had performed in BW production
    1. Using RSADMIN transcation- Assigned one user as a Debugging user.
    2. With the Debugging user Created one infopackage on Purhcasing ITM datasource--
        In data selection tab, I given date as from 2002 to 2003
        In Update tab, I selected update mode as Initialize Delta process-               without data transfer and Uncheck Update Data in master   system immediately
       In schedule tab I selected option Start Data load immediately then Start extraction.
    3.Data was requested and It was intialized properly with green status 1 from 1 Records.
    4. In details tab Request, Extraction, transfer(IDOC and TRFC), Processing everything in Green color.
    5.As per document I have checked in R/3 for IDOC with status 64 using transaction BD87/WE05
    Problem is that IDOC is not processing in R/3 system. for that IDOC I have checked in BW montior screen using the option <b>IDOC list in Source sytem</b>, here also it is not showing any IDOCs.
    Please let me know why BW sytem is not sending any IDOCs to source sytem.Is there any settings I could have miss in BW aswell as in R/3 system.
    Note: In BW production I successfully loaded master data from R/3. aswell as I triggered infopackage-Initialization with data transfer, it is showing IDOC number properly in R/3 system.
    Points is Assured for all replies.

    Hi,
    - check you RFC destination (normal test + authorization test)
    - Check you partner profiles in WE20 and its ports WE21
    - from the source system tree (RSA13) right click your source system and perform a check
    - the best is to restore your source R/3 source system from BW (right click on it ans select RESTORE); you'll need to be able to log in the source system as an admin as well as opening the source system for customizing in SCC4 so that BW can recreate the correct partner parameters automatically; the best is to do that with your basis group.
    hope this helps,
    Olivier.

  • Script Alert: "Sorry I could not process the following files" (Error Message using Image Processor)

    I'm a seasoned Photoshop/Bridge CS5 user who recently upgraded to CS6.  In Bridge I just ran my first Image Processor batch, trying to convert a set of RAW .NEF files to .PSD files with a basic editing action I created applied to them.  Photoshop CS6 opens the files from Bridge and applies the actions, but then I get the "Script alert" error message "Sorry I could not process the following files" and a list of all of the files in the batch I was trying to run the script on.  The files all remain open and are saved on my hard drive in a folder created by the Image Processor script, but do not close unless I manually close them.  I never had this problem in CS5 where the image processor would apply the desired actions to the batch of photos one at a time, then save and close.  Thoughts on how I can fix this bug?

    Hey Jeff--
    No specific action steps to make the image safe - no flattening, etc. Had problems narrowing down the specific action step causing the problem. So I ran the Image Processor script in the ExtendScript ToolKit and debugged in. (I'm using the version that shipped with CS4.)
    Turns out what was happening is that the app.activeDocument.close() command on line 1490 was never getting called, because the this.SaveFile() above it was throwing an exception. More debugging got me to the problem - SaveFile() tries to restore the history state after making a doc safe for saving as a JPEG. This causes an exception. So I commented out line 1571:
    // app.activeDocument.ativeHistoryState = historyState;
    The script runs just fine after this. I commented out the close to see what history states got added to the doc, but no new states are recorded, so commenting out the restore line should not cause any problems.
    Of course, my solution does not solve the problem and I may need to comment out all the saveFile() lines that does this. Not sure why some actions have this problem and others don't. The actions I am running have about 25 steps. Perhaps PS is not catching up quick enough. I added a $.sleep(2500) after the restore history but that didn't help.
    So, not sure where this gets us. I will check about posting an action set with just one of the actions that cause the problem. But I may also have our customer comment out that line of the Image Processor script.
    Hope this helps. May post more next week.

  • HT4623 I can not get connected to App Store , download or update any apps,  EVEN I DID RESET ALL SETTING , STILL I RECIEVE A MESSAGE says: YOUR REQUEST IS NOT PROCESSED ,ERROR COD: 109 !! WHAT DOSE IT MEAN? HOW CAN I SOLVE THE PROBLEM??

    I can not get connected to AppStore , DOWNLOAD OR UPDATE ANY OF MY APPS , WHEN I GO FOR INSTALLING , THE MESSAGE SAYS: YOIR REQUEST IS NOT PROCESSED ,  ERROR CODE, 1009!!! HOW CAN I SOLVE THIS PROBLEM??

    Try contacting the iTunes support staff, they do the app store also, at:  http://www.apple.com/emea/support/itunes/contact.html

Maybe you are looking for

  • Crawl Error GetVirtualServerPolicyInternal - An item with the same key has already been added

    Hi, I did an index reset and now I can't start any crawl. It's complaining "An item with the same key has already been added".  Exception seems to from Microsoft.Office.Server.Search.Internal.Protocols.SharePoint2006.CSTS3Helper.GetVirtualServerPolic

  • Reg:WebDynpro application development

    Hi, Can anyone please tell me how to solve my requirement it is as below. For example I created a report Zreport1 which has a selection screen for date .And after executing in R/3 i get output downloaded in excel. Now my requirement is I need to deve

  • How to put back ios 6 from iOS 7

    I went ios 6 back on my I phone 4 apple please make an update so we can have ios 6 back!

  • Accidentally boosted DPI while cropping an image - affect on quality?

    Hi, While cropping some of my jpeg images (orginally 300 dpi) I didn't pay attention to some of the settings and the dpi has now been boosted to 800. Does this have any affect at all on the image quality? I had made other changes too so don't want to

  • Alias name error

    Hi I am trying to update the alias for a dimension using rules file , i have given allow move and allow property change option but still its not working i am getting this error Alias Curr Yr already used for another member but strangely i tried it fo