Jump to content


Chris Zeigler

Established Members
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    1

Chris Zeigler last won the day on May 27 2012

Chris Zeigler had the most liked content!

Chris Zeigler's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Even with the execution policy set to "Unrestricted", nothing changes
  2. Sadly, checking the "Allow users to interact with this program" did not change anything.
  3. My original program was more than just powershell.exe without parameters, but it would do the exact same thing, work fine on the 64-bit machine but fail on the 32-bit one. Running powershell.exe from a command prompt on the 32-bit machine opens up the interactive powershell just fine, it only seems to be when it's called from SCCM that it fails.
  4. Hey folks, I've created a simple package that has a program that simply runs "powershell.exe" No batch file or anything, I've reduced it down to the most simple thing since I've been having issues trying to call anything else. I've advertised it to two Windows 7 machines, one 32 bit and one 64 bit. Powershell.exe starts just fine on the 64-bit machine, but on the 32-bit machine it fails with a -65536 error. Obviously there's no code trying to be run so it can't be an error there. This seems to happen on all of our 32-bit machines. I even changed the program to go directly to the path of powershell on a 32-bit machine, but the same error occurs. Any ideas?
  5. Okay, it looks like the Site Maintenance tasks really handle the cleaning up of the old computer records eventually, which should be fine. I guess the thing I really need it how to get the client machine, once renamed, to show up in SCCM as actually having the client installed, since it was before the computer was renamed.
  6. Unfortunately, the old computer name is still showing that it is active and not obsolete. The new computer name still doesn't show it has the client agent at all. I did run the update collection membership, but to no avail. I looked at the inventoryagent.log as well, and will post and excerpt below, not really sure what to look for here: <![LOG[inventory: *********************** Start of message processing. ***********************]LOG]!><time="14:29:40.544+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentendpoint.cpp:322"> <![LOG[inventory: Message type is InventoryAction]LOG]!><time="14:29:40.544+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentendpoint.cpp:323"> <![LOG[inventory: Temp directory = C:\WINDOWS\system32\CCM\Inventory\Temp\]LOG]!><time="14:29:40.544+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:2517"> <![LOG[inventory: Clearing old collected files.]LOG]!><time="14:29:40.544+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:1604"> <![LOG[inventory: Opening store for action {00000000-0000-0000-0000-000000000003} ...]LOG]!><time="14:29:40.564+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="datastore.cpp:175"> <![LOG[inventory: Action=Discovery ReportType=Full]LOG]!><time="14:29:40.665+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:1472"> <![LOG[inventory: Initialization completed in 0.100 seconds]LOG]!><time="14:29:40.665+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:512"> <![LOG[Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, IPAddress, IPXAddress, MACAddress FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled=TRUE; Timeout = 600 secs.]LOG]!><time="14:29:40.685+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:347"> <![LOG[Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, UserName FROM Win32_ComputerSystem; Timeout = 600 secs.]LOG]!><time="14:29:40.865+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:347"> <![LOG[Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, IPv6Address FROM CCM_IPv6NetworkAdapterConfiguration; Timeout = 600 secs.]LOG]!><time="14:29:40.915+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:347"> <![LOG[Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, IPSubnet FROM CCM_NetworkAdapterConfiguration; Timeout = 600 secs.]LOG]!><time="14:29:41.045+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:347"> <![LOG[Collection: Signing turned off. Skipping query SELECT __CLASS, __PATH, __RELPATH, EncodedSigningPublicKey FROM CCM_ClientSecurityInformation; ]LOG]!><time="14:29:41.185+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:330"> <![LOG[Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, FQDN FROM CCM_ExtNetworkAdapterConfiguration; Timeout = 600 secs.]LOG]!><time="14:29:41.185+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:347"> <![LOG[Collection: Namespace = \\.\root\ccm; Query = SELECT __CLASS, __PATH, __RELPATH, ClientIdChangeDate, PreviousClientId FROM CCM_Client; Timeout = 600 secs.]LOG]!><time="14:29:41.195+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:347"> <![LOG[Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, Domain FROM CCM_ComputerSystem; Timeout = 600 secs.]LOG]!><time="14:29:41.205+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:347"> <![LOG[Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, IPv6Prefix FROM CCM_IPv6PrefixNetworkAdapterConfiguration; Timeout = 600 secs.]LOG]!><time="14:29:41.215+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:347"> <![LOG[Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, UUID FROM Win32_ComputerSystemProduct; Timeout = 600 secs.]LOG]!><time="14:29:41.225+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:347"> <![LOG[Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, ADSiteName FROM CCM_ADSiteInfo; Timeout = 600 secs.]LOG]!><time="14:29:41.255+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:347"> <![LOG[Collection: Namespace = \\.\root\ccm; Query = SELECT __CLASS, __PATH, __RELPATH, HardwareID1 FROM CCM_ClientIdentificationInformation; Timeout = 600 secs.]LOG]!><time="14:29:41.366+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:347"> <![LOG[Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, PlatformID FROM CCM_DiscoveryData; Timeout = 600 secs.]LOG]!><time="14:29:41.376+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:347"> <![LOG[Collection: Namespace = \\.\root\ccm; Query = SELECT __CLASS, __PATH, __RELPATH, Name FROM SMS_Authority; Timeout = 600 secs.]LOG]!><time="14:29:41.386+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:347"> <![LOG[Collection: 13/14 inventory data items successfully inventoried.]LOG]!><time="14:29:41.386+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="collectiontask.cpp:266"> <![LOG[inventory: Collection Task completed in 0.721 seconds]LOG]!><time="14:29:41.386+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="agentstate.cpp:787"> <![LOG[inventory: 1 Collection Task(s) failed.]LOG]!><time="14:29:41.386+240" date="08-24-2010" component="InventoryAgent" context="" type="2" thread="1136" file="agentstate.cpp:801"> <![LOG[inventory: Temp report = C:\WINDOWS\system32\CCM\Inventory\Temp\305c07b8-5ec1-4bf1-85a6-1877ee8b4acc.xml]LOG]!><time="14:29:41.386+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="1136" file="agentstate.cpp:2152"> <![LOG[inventory: Starting reporting task.]LOG]!><time="14:29:41.386+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="reporttask.cpp:240"> <![LOG[Reporting: 11 report entries created.]LOG]!><time="14:29:41.456+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="reporttask.cpp:260"> <![LOG[inventory: Reporting Task completed in 0.070 seconds]LOG]!><time="14:29:41.456+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:854"> <![LOG[inventory: Successfully sent report. Destination:mp:MP_DdrEndpoint, ID: {39BF84E4-0FFD-43F3-A798-320BA904D94A}, Timeout: 80640 minutes MsgMode: Signed, Not Encrypted]LOG]!><time="14:29:41.486+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:2038"> <![LOG[inventory: Cycle completed in 1.021 seconds]LOG]!><time="14:29:41.566+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:1528"> <![LOG[inventory: Action completed.]LOG]!><time="14:29:41.566+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:1538"> <![LOG[inventory: ************************ End of message processing. ************************]LOG]!><time="14:29:41.566+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentendpoint.cpp:409"> <![LOG[inventory: *********************** Start of message processing. ***********************]LOG]!><time="14:29:41.566+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentendpoint.cpp:322"> <![LOG[inventory: Message type is FileCollectionAction]LOG]!><time="14:29:41.566+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentendpoint.cpp:323"> <![LOG[inventory: Temp directory = C:\WINDOWS\system32\CCM\Inventory\Temp\]LOG]!><time="14:29:41.566+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:2517"> <![LOG[inventory: Clearing old collected files.]LOG]!><time="14:29:41.566+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:1604"> <![LOG[inventory: Opening store for action {00000000-0000-0000-0000-000000000010} ...]LOG]!><time="14:29:41.586+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="datastore.cpp:175"> <![LOG[inventory: Delta report without a previous Full report; will do a Full report.]LOG]!><time="14:29:41.586+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:1262"> <![LOG[inventory: Action=File Collection; ReportType=Full; FileType=FILECOLL; MaxTotalSz=20971520; ReportDetails=true, DeleteFiles=FALSE]LOG]!><time="14:29:41.606+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:1466"> <![LOG[inventory: Initialization completed in 0.020 seconds]LOG]!><time="14:29:41.606+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:512"> <![LOG[File Collection: Found 0 collectable file items. Count after merging is 0. Global Limit is 0.]LOG]!><time="14:29:41.756+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="filecollectiontask.cpp:286"> <![LOG[inventory: Collection Task completed in 0.010 seconds]LOG]!><time="14:29:41.756+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:787"> <![LOG[File Collection: No items to collect. No report will be sent.]LOG]!><time="14:29:41.756+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:818"> <![LOG[inventory: Cycle completed in 0.191 seconds]LOG]!><time="14:29:41.756+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:1528"> <![LOG[inventory: Action completed.]LOG]!><time="14:29:41.756+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentstate.cpp:1538"> <![LOG[inventory: ************************ End of message processing. ************************]LOG]!><time="14:29:41.756+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="agentendpoint.cpp:409"> <![LOG[File Collection: Exiting as no items to collect.]LOG]!><time="14:29:41.756+240" date="08-24-2010" component="InventoryAgent" context="" type="1" thread="3788" file="filecollectiontask.cpp:296">
  7. In our collections, when changing the name of a machine, the old machine is still staying in the collection, saying that the client agent is installed AND the newly named machine is in the collection saying that the client is NOT installed. We have AD System Discovery turned on to poll daily and Heartbeat Discovery is turned on to send daily. Client agent pushing is done manually, not automatically. We also seem to have cases were the same machine name is in a collection, one saying the agent is install and one saying it isn't. Any insight?
  8. Got it working actually. Ultimately, I went to Site Settings, Site Systems and went to the distribution point settings for the SCCM server. I then unchecked "Allow clients to transfer...etc using BITS" and the package copied just fine. So I'm all set now, but would someone mind explaining why this might be the case as I have BITS installed on the SCCM server?
  9. So I should give the SCCM server computer account administrative access to itself? Just wanted to clarify that since the configmgr server is the distribution point. Edit: I did at the server$ account with admin permissions to itself, but that didn't help
  10. Hey all, I've setup SCCM 2007 SP2 based on the install instructions on this forum. We have a single domain, single site setup. I'm trying to get software distribution to work - I have a collection with a single machine to test pushing software to. I followed the instructions for pushing Firefox (also based off the thread: http://www.windows-noob.com/forums/index.php?/topic/499-how-can-i-deploy-an-application-in-sccm-2007-sp1/) but it doesn't seem to be working. I created a folder on the root of the SCCM server which contains the Firefox.exe. The Package Status is in State: Install Retrying. The desktop computer in the collection never gets the "Advertised Programs Available" pop (and yes, the client is installed on the desktop). When trying to show error messages for the site, it's filled with "SMS Distribution Manager failed to process package" Error 2302. The SCCM server is itself the distribution point, why does it seem that despite the .exe file already being in a folder that it's trying to make a new folder on the server itself and push the executable to it? Also, we have NOT extended schema, but have a WINS service locator setup. As I'm sure is evident, I'm very new to SCCM, so any help, as descriptive as possible, is greatly appreciated. Quick log info: distmgr.log: ~Established connection to ["Display=\\<ourserver>\"]MSWNET:["SMS_SITE=<oursitecode>"]\\<ourserver>\ $$<SMS_DISTRIBUTION_MANAGER><Thu Aug 12 13:13:56.763 2010 Eastern Daylight Time><thread=2596 (0xA24)> ~Signature share exists on distribution point path MSWNET:["SMS_SITE=<oursitecode>"]\\<ourserver>\SMSSIG$\ $$<SMS_DISTRIBUTION_MANAGER><Thu Aug 12 13:13:56.779 2010 Eastern Daylight Time><thread=2596 (0xA24)> ~Found the existing package path on MSWNET:["SMS_SITE=<oursitecode>"]\\<ourserver>\SMSPKGC$\<oursitecode>00007\ $$<SMS_DISTRIBUTION_MANAGER><Thu Aug 12 13:13:56.779 2010 Eastern Daylight Time><thread=2596 (0xA24)> for ["Display=\\<ourserver>\"]MSWNET:["SMS_SITE=<oursitecode>"]\\<ourserver>\, machine account is to be used~ $$<SMS_DISTRIBUTION_MANAGER><Thu Aug 12 13:13:56.795 2010 Eastern Daylight Time><thread=2596 (0xA24)> CWmi::Connect(): ConnectServer(Namespace) failed. - 0x8004100e~ $$<SMS_DISTRIBUTION_MANAGER><Thu Aug 12 13:13:56.795 2010 Eastern Daylight Time><thread=2596 (0xA24)> CWmi::Connect() could not connect to \\["Display=\\<ourserver>M\"]MSWNET:["SMS_SITE=<oursitecode>"]\\<ourserver>\\root\MicrosoftIISv2. error = The operation completed successfully.. Will try FQDN~ $$<SMS_DISTRIBUTION_MANAGER><Thu Aug 12 13:13:56.810 2010 Eastern Daylight Time><thread=2596 (0xA24)>
×
×
  • 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.