myITforum.com Community Forum myITforum.com Community Forum

Home  Forums  Blogs  Live Support chat  Search Articles  Wiki  FAQ  Email Lists  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Photo Gallery  Member List  Search  Calendars  FAQ  Ticket List  Log Out

All Forums RSS Feed Subscription:


  


SCCM Config Tools

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
  Printable Version
All Forums >> [Management Products] >> System Center Products >> System Center Configuration Manager >> SCCM Config Tools Page: [1]
Login
Message << Older Topic   Newer Topic >>
SCCM Config Tools - 9/13/2008 7:41:18 AM   
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
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
Post #: 1
RE: SCCM Config Tools - 9/13/2008 5:02:56 PM   
chiners_68

 

Posts: 208
Score: 3
Joined: 10/31/2007
Status: offline
setup an FSP to help diagnose the issue?

(in reply to ridvan)
Post #: 2
RE: SCCM Config Tools - 9/15/2008 11:00:13 AM   
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
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

(in reply to chiners_68)
Post #: 3
RE: SCCM Config Tools - 9/15/2008 1:28:17 PM   
gjones


Posts: 824
Score: 50
Joined: 6/5/2001
From: Ottawa, Ontario, Canada
Status: offline
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.


_____________________________

Garth@enhansoft.com

For a List of my Articles
http://www.myitforum.com/contrib/default.asp?cid=116
Blogs:
http://smsug.ca/blogs/garth_jones/default.aspx
http://myitforum.com/cs2/blogs/gjones/default.aspx


(in reply to ridvan)
Post #: 4
RE: SCCM Config Tools - 9/15/2008 1:37:22 PM   
mhudson

 

Posts: 537
Score: 12
Joined: 4/1/2007
From: College Station, TX
Status: offline
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.

_____________________________

Matthew Hudson
http://sms-hints-tricks.blogspot.com/
http://www.sccm-tools.com

(in reply to gjones)
Post #: 5
RE: SCCM Config Tools - 9/16/2008 5:39:25 AM   
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
Mhudson, where to change, that MP:  ?

thnx.
Ridvan

(in reply to mhudson)
Post #: 6
RE: SCCM Config Tools - 9/16/2008 8:20:05 AM   
gjones


Posts: 824
Score: 50
Joined: 6/5/2001
From: Ottawa, Ontario, Canada
Status: offline
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.


_____________________________

Garth@enhansoft.com

For a List of my Articles
http://www.myitforum.com/contrib/default.asp?cid=116
Blogs:
http://smsug.ca/blogs/garth_jones/default.aspx
http://myitforum.com/cs2/blogs/gjones/default.aspx


(in reply to ridvan)
Post #: 7
RE: SCCM Config Tools - 9/16/2008 8:25:27 AM   
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
Gjones,

There is already configured SMSSITECODE="(mysitecode)"

Any other idea :(

Thnx,
Ridvan


< Message edited by ridvan -- 9/16/2008 8:26:02 AM >

(in reply to gjones)
Post #: 8
RE: SCCM Config Tools - 9/16/2008 8:35:02 AM   
mhudson

 

Posts: 537
Score: 12
Joined: 4/1/2007
From: College Station, TX
Status: offline
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.

_____________________________

Matthew Hudson
http://sms-hints-tricks.blogspot.com/
http://www.sccm-tools.com

(in reply to ridvan)
Post #: 9
RE: SCCM Config Tools - 9/16/2008 8:48:29 AM   
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
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

(in reply to mhudson)
Post #: 10
RE: SCCM Config Tools - 9/16/2008 8:54:44 AM   
mhudson

 

Posts: 537
Score: 12
Joined: 4/1/2007
From: College Station, TX
Status: offline
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.

_____________________________

Matthew Hudson
http://sms-hints-tricks.blogspot.com/
http://www.sccm-tools.com

(in reply to ridvan)
Post #: 11
RE: SCCM Config Tools - 9/16/2008 8:56:46 AM   
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
Back to the first question.... :) WHERE TO CHANGE THAT ? !

(in reply to mhudson)
Post #: 12
RE: SCCM Config Tools - 9/16/2008 9:00:51 AM   
gjones


Posts: 824
Score: 50
Joined: 6/5/2001
From: Ottawa, Ontario, Canada
Status: offline
Which installation method are you using to install the client?

_____________________________

Garth@enhansoft.com

For a List of my Articles
http://www.myitforum.com/contrib/default.asp?cid=116
Blogs:
http://smsug.ca/blogs/garth_jones/default.aspx
http://myitforum.com/cs2/blogs/gjones/default.aspx


(in reply to ridvan)
Post #: 13
RE: SCCM Config Tools - 9/16/2008 9:03:14 AM   
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
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

(in reply to gjones)
Post #: 14
RE: SCCM Config Tools - 9/16/2008 9:03:29 AM   
mhudson

 

Posts: 537
Score: 12
Joined: 4/1/2007
From: College Station, TX
Status: offline
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



_____________________________

Matthew Hudson
http://sms-hints-tricks.blogspot.com/
http://www.sccm-tools.com

(in reply to ridvan)
Post #: 15
RE: SCCM Config Tools - 9/16/2008 9:13:02 AM   
gjones


Posts: 824
Score: 50
Joined: 6/5/2001
From: Ottawa, Ontario, Canada
Status: offline
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


_____________________________

Garth@enhansoft.com

For a List of my Articles
http://www.myitforum.com/contrib/default.asp?cid=116
Blogs:
http://smsug.ca/blogs/garth_jones/default.aspx
http://myitforum.com/cs2/blogs/gjones/default.aspx


(in reply to ridvan)
Post #: 16
RE: SCCM Config Tools - 9/16/2008 9:24:43 AM   
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
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

< Message edited by ridvan -- 9/16/2008 1:38:22 PM >

(in reply to gjones)
Post #: 17
RE: SCCM Config Tools - 9/16/2008 11:16:25 AM   
ridvan

 

Posts: 70
Score: -7
Joined: 3/13/2008
Status: offline
this is the link where i downloaded the tools:

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

(in reply to ridvan)
Post #: 18
Page:   [1]
All Forums >> [Management Products] >> System Center Products >> System Center Configuration Manager >> SCCM Config Tools Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts



  
Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.609