Upgrading from SMS2.0 client to Adv Client using the following command line
iReturn = objShell.Run("\\" & arrcfg(4) & "\SMSClient\i386\ccmsetup.exe /retry:5 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=2000000 CCMLOGMAXHISTORY=2 SMSSITECODE=" & arrCfg(3) & " SMSCACHESIZE=" & sCacheSize & " SMSCACHEFLAGS=MAXDRIVE;COMPRESS SMSCACHEDIR=" & Chr(34) & "SMSCACHE" & Chr(34), 1, True)
arrCfg and sCacheSize are correct, can see this from ccmsetup.log and client.msi.log
on about 25% of clients the client does not end up with a Site assigned and the Cache info is greyed out.
the only actions available are Machine Retrival and User Retrev. The components list is full of the right stuff with no errors.
I can find no errors in log files with ref to assigning to site.
The ClientLocation.log shows a couple of entries saying there is no site assigned.
i have manually and through script discovered the site and then assigned it and the client updates and doesnt complain. however the client doesnt actually seem to do anything and the SMS servers still dont show the client.
I have tried to re-install the client but it just ends up in the same state.
Site boundaries are defo ok, cant see any errors at all.
Is there anything else i can check? anything else i can kick off to get the client to register itself? or perhaps some log on the server???
thanks,
richard
iReturn = objShell.Run("\\" & arrcfg(4) & "\SMSClient\i386\ccmsetup.exe /retry:5 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=2000000 CCMLOGMAXHISTORY=2 SMSSITECODE=" & arrCfg(3) & " SMSCACHESIZE=" & sCacheSize & " SMSCACHEFLAGS=MAXDRIVE;COMPRESS SMSCACHEDIR=" & Chr(34) & "SMSCACHE" & Chr(34), 1, True)
arrCfg and sCacheSize are correct, can see this from ccmsetup.log and client.msi.log
on about 25% of clients the client does not end up with a Site assigned and the Cache info is greyed out.
the only actions available are Machine Retrival and User Retrev. The components list is full of the right stuff with no errors.
I can find no errors in log files with ref to assigning to site.
The ClientLocation.log shows a couple of entries saying there is no site assigned.
i have manually and through script discovered the site and then assigned it and the client updates and doesnt complain. however the client doesnt actually seem to do anything and the SMS servers still dont show the client.
I have tried to re-install the client but it just ends up in the same state.
Site boundaries are defo ok, cant see any errors at all.
Is there anything else i can check? anything else i can kick off to get the client to register itself? or perhaps some log on the server???
thanks,
richard