Jump to content


Salas

Established Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Salas

  1. In ccmsetup.log there is record, that Microsoft Policy platform installation failed. Operating system - Windows7 Sp1.
  2. Hi I have one windows7 workstation, where Sccm2012 client installation fails. It cannot setup Microsoft policy platform. PolicyPlatformClient.log 2012-11-19 02:08:09:344 1300 9a4 Service manager asked to start service [lpasvc]. 2012-11-19 02:08:09:344 1300 9a4 Service manager invoking service [lpasvc] ServiceMain. 2012-11-19 02:08:09:500 1300 dcc ERROR: 0x800736b1: Failed to create SQL CE COM object 2012-11-19 02:08:09:500 1300 dcc ERROR: 0x800736b1: Failed to initialize database 2012-11-19 02:08:09:500 1300 dcc ERROR: 0x800736b1: Failed to initialize LPA store instance 2012-11-19 02:08:09:500 1300 dcc ERROR: 0x800736b1: Failed to obtain LPA DB store singleton 2012-11-19 02:08:09:500 1300 dcc ERROR: 0x800736b1: document store initialization failed for namespace [root\Microsoft\PolicyPlatform\Documents\Local] 2012-11-19 02:08:10:578 1300 9a4 Service [lpasvc] ServiceMain exited. 2012-11-19 02:08:10:578 1300 9a4 Service [lpasvc] exited. 2012-11-19 02:08:10:578 1300 d88 Service [lppsvc] ServiceMain exited. 2012-11-19 02:08:10:578 1300 d88 Service [lppsvc] exited. 2012-11-19 02:08:10:578 1300 80 Service manager is terminating.
  3. I opened case in Microsoft. The problem was because i manually deleted some folders in SMP folder, to save disk space. Here is info from Microsoft: SMP creates 2 string arrays. One for the data directory (USMT information ) and one for the Migration Status directory. Normally both arrays have the same index size because you have the same count of directories. In your environment it’s different because you delete data directory to save hard disk space. Result: index size for the data directory array: 20 / index size of the Migration Status directory: 40 The first directory you want to delete (depends among other things also on the value for delete after) was with index = 21. But the data directory array has a max index size of 20. Results: calling INFO("Attempting to delete State Store %s.", (LPCSTR) saUserStateSMPStores[21]); and this is not allowed because it is outside of the array and the SMSEXEC is crashing. Now we created dummy directory and SMP has no more problems …. Next action: Please create dummy directories in d:\SMP\SMPSTOREd_5E6790A3$ so you have the same count of directories like in d:\SMP\SMPSTOREd_5E6790A3$\MigrationStatus Tip for the future: Please never delete the whole directories in the data store, only the USMT SubDirectory.
  4. I find out that SMP role can only be installed only on Windows 2008 x64 server: http://technet.microsoft.com/en-us/library/gg682077.aspx#BKMK_SupConfigSiteSystemReq
  5. I'm trying to setup DP and SMP roles on remote site windows 2003 server. DP is working. I created boundary group assigned DP and SMP to this boundary group. But when i am trying OS migration, USMT connects to main server, not to that boundary server. Also on windows 2003 server IIS, i can only see virtual directories associated to DP, but nothing with SMP.
  6. Use this tool: http://sourceforge.net/projects/smsclictr/
  7. Hi, i used SCCM 2012 for OS migration about 1 month, and one night sms executive service crashed, and now it keeps crashing immediately after beiing started. Event log: Faulting application name: smsexec.exe, version: 5.0.7711.0, time stamp: 0x4f4307ec Faulting module name: KERNELBASE.dll, version: 6.1.7601.17651, time stamp: 0x4e21213c Exception code: 0xe06d7363 Fault offset: 0x000000000000cacd Faulting process id: 0x%9 Faulting application start time: 0x%10 Faulting application path: %11 Faulting module path: %12 Report Id: %13 Application: smsexec.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: exception code e06d7363, exception address 000007FEFD7FCACD
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.