SCCM Config Tools (Full Version)

All Forums >> [Management Products] >> System Center Products >> System Center Configuration Manager



Message


ridvan -> SCCM Config Tools (9/13/2008 7:41:18 AM)

Hi There,

I am using a SCCM Config Tools, and i am testing the funcionality of Install / Uninstall Client on Computers,

And the Uninstall Function works great, but when i like to install it fails, and in ccmsetup.log i got this error msg:
===============================================================================================================
==========[ ccmsetup started in process 592 ]========== 
ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
Version: 4.0.5931.0000 ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required. ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
Command line: "C:\WINDOWS\ccmsetup.exe" /mp: /service SMSSITECODE=AUTO ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
Invalid ccmsetup command line: "C:\WINDOWS\ccmsetup.exe" /mp: /service SMSSITECODE=AUTO ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
A Fallback Status Point has not been specified.  Message with STATEID='100' will not be sent. ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
A Fallback Status Point has not been specified.  Message with STATEID='307' will not be sent. ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
===============================================================================================================

Do you have any idea why is happening this ?

Regards,
Ridvan




chiners_68 -> RE: SCCM Config Tools (9/13/2008 5:02:56 PM)

setup an FSP to help diagnose the issue?




ridvan -> RE: SCCM Config Tools (9/15/2008 11:00:13 AM)

Chiners_68, is there any other method to know why this is happening, except Fallback Status Point (FSP).

I think people are using the SCCM Config tools, are you facing this issue or not?

Regards,
RIdvan




gjones -> RE: SCCM Config Tools (9/15/2008 1:28:17 PM)

The FSP with its reporting is the best troubleshooting tool there is to know what is happening with client installs.
 
A quick glance at your command line, it looks like it is incorrect. /mp:  should have something after it.




mhudson -> RE: SCCM Config Tools (9/15/2008 1:37:22 PM)

C:\WINDOWS\ccmsetup.exe" /mp: /service
 
You need to specifiy the MP.....  Ccmsetup.exe /mp:<server> SMSSITECODE=AUTO

 
 Fallback Status Point has not been specified.  Message with STATEID='100' will not be sent. ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
This is normal if you don't have a FSP.  It isn't necessary so you can ignore it if you don't have one.




ridvan -> RE: SCCM Config Tools (9/16/2008 5:39:25 AM)

Mhudson, where to change, that MP:  ?

thnx.
Ridvan




gjones -> RE: SCCM Config Tools (9/16/2008 8:20:05 AM)

you will find it here
Site Database | Site Management | <your site name> | Site Setting | Client Installation Methods
 
Client Push Installation on the Client tab
 
This is the same place that you would add your FSP information too.




ridvan -> RE: SCCM Config Tools (9/16/2008 8:25:27 AM)

Gjones,

There is already configured SMSSITECODE="(mysitecode)"

Any other idea :(

Thnx,
Ridvan




mhudson -> RE: SCCM Config Tools (9/16/2008 8:35:02 AM)

The problem is that you didn't specifiy the mp with your switch..
Ccmsetup.exe /mp:<server>  ie Ccmsetup.exe /mp:smsmp.foo.com SMSSITECODE=AUTO  you were missing that.
You don't need to specify the MP The client is smart enough to find it.  But this is a way to force the client to look at a specific mp.




ridvan -> RE: SCCM Config Tools (9/16/2008 8:48:29 AM)

Mhudson,

in previous post you say, that you need to specify, now you are saying you do not need to specify :(

First post of Mhudson:|
mhudson
C:\WINDOWS\ccmsetup.exe" /mp: /service
 
You need to specifiy the MP.....  Ccmsetup.exe /mp:<server> SMSSITECODE=AUTO
============================================================
Second Post of Mhudson:
mhudson
The problem is that you didn't specifiy the mp with your switch..
Ccmsetup.exe /mp:<server>  ie Ccmsetup.exe /mp:smsmp.foo.com SMSSITECODE=AUTO  you were missing that.
You don't need to specify the MP The client is smart enough to find it.  But this is a way to force the client to look at a specific mp.

=============================================================

Mhudson,
Sorry for this, but i really need to solve this issue, and the thing is that i do not get nothing at all :( just messing around myIT Forum.

Where is the point :)

Regards,
Ridvan




mhudson -> RE: SCCM Config Tools (9/16/2008 8:54:44 AM)

If you say /MP: then you need to put the server name here so the client knows what to do.  
Either take out the /MP:  so it look like this "ccmsetup.exe /service SMSSITECODE=AUTO" or  put your server name in so it looks like this
ccmsetup.exe /mp:smsserver.foo.com /service SMSSITECODE=AUTO
 
Original command line:
ccmsetup.exe /mp: /service SMSSITECODE=AUTO

if you don't have a FSP "A Fallback Status Point has not been specified"  you can ignore this error.  It doesn't hurt the client.




ridvan -> RE: SCCM Config Tools (9/16/2008 8:56:46 AM)

Back to the first question.... :) WHERE TO CHANGE THAT ? !




gjones -> RE: SCCM Config Tools (9/16/2008 9:00:51 AM)

Which installation method are you using to install the client?




ridvan -> RE: SCCM Config Tools (9/16/2008 9:03:14 AM)

ridvan
Hi There,

I am using a SCCM Config Tools, and i am testing the funcionality of Install / Uninstall Client on Computers,


And the Uninstall Function works great, but when i like to install it fails, and in ccmsetup.log i got this error msg:
===============================================================================================================
==========[ ccmsetup started in process 592 ]========== 
ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
Version: 4.0.5931.0000 ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required. ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
Command line: "C:\WINDOWS\ccmsetup.exe" /mp: /service SMSSITECODE=AUTO ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
Invalid ccmsetup command line: "C:\WINDOWS\ccmsetup.exe" /mp: /service SMSSITECODE=AUTO ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
A Fallback Status Point has not been specified.  Message with STATEID='100' will not be sent. ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
A Fallback Status Point has not been specified.  Message with STATEID='307' will not be sent. ccmsetup 9/13/2008 1:36:45 PM 3488 (0x0DA0)
===============================================================================================================

Do you have any idea why is happening this ?

Regards,
Ridvan




mhudson -> RE: SCCM Config Tools (9/16/2008 9:03:29 AM)

If you are deploying this through

Client Push:  Site Setting-> client Installation Methods ->Client push Installation
open client tab.

Login script:  just modify the command line you have in your cmd/batch file or so forth.

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





gjones -> RE: SCCM Config Tools (9/16/2008 9:13:02 AM)

quote:

ORIGINAL: ridvan

I am using a SCCM Config Tools, and i am testing the funcionality of Install / Uninstall Client on Computers,



Which ConfigMgr Tools and which method?
  • Client push
  • Software Update Point
  • GPO
  • Manually
  • Logon Script
  • Software Distribution
  • Imaging

Tools
  • Rodger Zanders Tools
  • Ron Crumbakers tools
  • NativeConfigMgr right click




ridvan -> RE: SCCM Config Tools (9/16/2008 9:24:43 AM)

Ok, i am going to put some screenshot, of the tools that i am using:

Please Check Picture to view the tools that i am using,
http://www.hajrullahu.com/1.JPG
http://www.hajrullahu.com/2.JPG
http://www.hajrullahu.com/3.JPG
http://www.hajrullahu.com/4.JPG

Regards




ridvan -> RE: SCCM Config Tools (9/16/2008 11:16:25 AM)

this is the link where i downloaded the tools:

http://myitforum.com/cs2/blogs/rhouchins/0613ConfigMgrTools.zip 




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.296875