Jump to content


Recommended Posts

I have a problem a few days ago on the deployment of the client.
When I try to send the installation I get the following errors:
2w6t4e8.jpg
When I check the account SMSADMIN find it locked, unlock it again but when the procedure is relocked.
I tried to get in with the account SMSADMIN in the admin $ share of a client and I access without problems.
The only thing I can report is that it has moved the SCCM server in another organizational unit.
I need help !!!
Thanks

 

Share this post


Link to post
Share on other sites

It look like you are using push client deployments.

http://technet.microsoft.com/en-us/library/gg681980.aspx

The computer has an ADMIN$ share and able to connect from the SCCM server with the account used for Client push installation (You can check if you can access \\<Clientname>\ADMIN$ from the sccm server)

In case this fails make sure that ADMIN$ is enabled in the client

From the server to the client there are no DNS issue

Firewall is not blocking the SMB traffic

Account Specified for client push is correct and have permission to connect to the share

The WMI connection also should be possible from the SCCM server to the client with the account used for Client push installation (You can use WbemTest and try connecting to \\<Clientname>\root\cimv2 and make sure you are able to remotely connect to client WMI)

Make sure that there are no DNS issues

Check the properties of the WMI and make sure remote connectivity is allowed

Make sure the RPC port 135 and the Dynamic port range is opened in any firewall between the client and the server including the windows firewall.

 

Kind Regards

sg

www.learnmesccm.com

Share this post


Link to post
Share on other sites

Hi,


I have already done all the checks and everything is in order!

They were joined by other errors:


Ccm.log (server)

Execute the query exec [sp_CP_SetLastErrorCode] 2097152624, 2


Ccmsetup.log (client)

Failed to client version for sending messages to the FSP. error 0x80041003


MSI: PERCENTDISKSPACE out of range. A number between 1 and 99 expected.

File C: \ Windows \ ccmsetup \ ...... client.msi installation failed


Thanks for your cooperation

Share this post


Link to post
Share on other sites

Boys are in total confusion


I almost solved everything with your help, but in all this is added the PXE does not want to work !!!


I redid everything:


removed pxe

removed wds

restarted


okay you create folders in REMOTEINST except SMSBoot



HELP !!!!

Share this post


Link to post
Share on other sites

0 Check the WDS Services make sure is started. if not start , you might need to restart the services.

1.Enable On dsitribution point PXE

2.Before you update boot image to Distribution point.

Make Sure Deploy this boot image from the PXE service point for both boot image is checked (Very important)

Make Sure Both of the Boot image is updated to Distribution point .(win_x64 boot images and win_x86_boot images.)

try to find winpe boot images is copied to RemoteInstall\SMSImages folder

Check now the WDS Services is started. if not start , you might need to restart the services.

kind regards

sg

www.learnmesccm.com

https://www.linkedin.com/pub/safet-grahic/a0/842/b21

 

 

 

 

 

 

post-26054-0-30686100-1413892891_thumb.gif

post-26054-0-79606600-1413892892_thumb.gif

post-26054-0-72986400-1413892893_thumb.gif

post-26054-0-98125200-1413892895_thumb.gif

post-26054-0-84233600-1413892896_thumb.gif

Share this post


Link to post
Share on other sites

¨Hello

 

Did you looked for error in the SMSPXE.log

 

try this command on wds server

wdsutil /initialize-server /reminst:<path to RemoteInstall folder>

eksample:

wdsutil /initialize-server /reminst:E:\RemoteInstall

wdsutil /initialize-server /reminst:c:\RemoteInstall

C:\Windows\system32>wdsutil /get-server /show:config

restart wds

wait 10 minuts try to find winpe boot images is copied to RemoteInstall\SMSImages folder

Share this post


Link to post
Share on other sites

¨Hello

 

Did you looked for error in the SMSPXE.log

 

try this command on wds server

wdsutil /initialize-server /reminst:<path to RemoteInstall folder>

eksample:

wdsutil /initialize-server /reminst:E:\RemoteInstall

wdsutil /initialize-server /reminst:c:\RemoteInstall

C:\Windows\system32>wdsutil /get-server /show:config

restart wds

wait 10 minuts try to find winpe boot images is copied to RemoteInstall\SMSImages folder

 

 

¨Hello

 

Did you looked for error in the SMSPXE.log

 

try this command on wds server

wdsutil /initialize-server /reminst:<path to RemoteInstall folder>

eksample:

wdsutil /initialize-server /reminst:E:\RemoteInstall

wdsutil /initialize-server /reminst:c:\RemoteInstall

C:\Windows\system32>wdsutil /get-server /show:config

restart wds

wait 10 minuts try to find winpe boot images is copied to RemoteInstall\SMSImages folder

 

 

hi

 

I tried this solution but it does not work (the only thing I did not wait 10 minutes)
the error I get is as follows:
post-10093-0-33260900-1413908025_thumb.png
I also did all of this:
uninstalled DP
uninstalled WDS
deleted the folder C: \ Windwos \ Temp
deleted folder RemoteInstall
deleted folder SCCMContentLib
deleted folder SMSPKGE $
deleted cartellaSMSSIG $
Removed the boot files (x86-x64)
Reinstalled everything but I keep getting the same error and the folder remains empty SMSBoot !!!
Where the hell am I doing wrong in network you can find anything and I realized that it might be a bug (the version of my sccm is the 2012 RTM)
It could also be a problem of permissions on folders ??
I also used the trick I manually copy the boot file and deploy the part but I get the following error:
post-10093-0-53984400-1413908217_thumb.png

Share this post


Link to post
Share on other sites

Okey now you can start tasksequence and you got error 0x80070002.

1.which step in task sequence you get this error.

2.From the F8 prompt can you ping the MP/DP. 0x80070002 = "File not found". This is often seen when the DP can't be reached.

3. askTsequence of events is logged in SMSTS.log

 

Task Sequence Stage

WinPE - Before HD Format

WinPE - After HD Format

Windows - No Client Installed

Windows x86 - Client Installed

Windows x64 - Client Installed

Task Sequence Completed x86

Task Sequence Completed x64

Log Location

x:\windows\temp\smstslog\smsts.log

x:\smstslog\smsts.log

c:\_SMSTaskSequence\Logs\Smstslog\smsts.log

c:\windows\system32\ccm\logs\Smstslog\smsts.log

c:\windows\sysWOW64\ccm\logs\Smstslog\smsts.log

c:\windows\system32\ccm\logs\smsts.log

c:\windows\sysWOW64\ccm\logs\smsts.log

 

kind regards

 

sg

www.learnmesccm.com

Share this post


Link to post
Share on other sites

Okey now you can start tasksequence and you got error 0x80070002.

1.which step in task sequence you get this error.

2.From the F8 prompt can you ping the MP/DP. 0x80070002 = "File not found". This is often seen when the DP can't be reached.

3. askTsequence of events is logged in SMSTS.log

 

Task Sequence Stage

WinPE - Before HD Format

WinPE - After HD Format

Windows - No Client Installed

Windows x86 - Client Installed

Windows x64 - Client Installed

Task Sequence Completed x86

Task Sequence Completed x64

Log Location

x:\windows\temp\smstslog\smsts.log

x:\smstslog\smsts.log

c:\_SMSTaskSequence\Logs\Smstslog\smsts.log

c:\windows\system32\ccm\logs\Smstslog\smsts.log

c:\windows\sysWOW64\ccm\logs\Smstslog\smsts.log

c:\windows\system32\ccm\logs\smsts.log

c:\windows\sysWOW64\ccm\logs\smsts.log

 

kind regards

 

sg

www.learnmesccm.com

 

Hi ludi,

 

Now I'll explain calmly what I've done and where they are hopelessly stop:
after reinstalling everything DP and PXE in the folder E: \ RemoteInstall \ SMSBoot find the following files:
x64 folder
x86 folder
boot.sdi
inside those folders there is nothing and when I go to load the Boot Images from SCCM in SMSPXE.log out the following error:
post-10093-0-45085500-1413966086_thumb.png
I also tried to upload the files needed to boot in hand and deploy the part but I get the following error:
post-10093-0-13109000-1413966122_thumb.png
despite having enabled F8 did not work when I do it and it captures everything!

Share this post


Link to post
Share on other sites

Are you shure your wds service not fail with any error.

 

tray to restart.

 

I think if you have teamview i can fiks this for you.

ssake2010@gmail.com

 

www.learnmesccm.com

LinkedIn Profil:http://dk.linkedin.com/pub/safet-grahic/a0/842/b21

 

 

 

The wds gives no error and it works.
I do not have this server on the Internet are on an isolated network.
How can I replicate the files in the folder SMSBoot ??

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...