|
Anyone seen the
following error in "WNMANUAL.LOG"?
"ASSIGNMENT
*************************************** $$<CliEx32.dll><Thu Oct 12 9:19:51.448
2000 GMT Standard Time><thread=486 (0x1E6)>
Server NAL path for assignment is MSWNET:\\SWDADC001\SMSLOGON\
$$<CliEx32.dll><Thu Oct 12 9:19:51.448 2000 GMT Standard Time><thread=486
(0x1E6)>
Converting NAL path MSWNET:\\SWDADC001\SMSLOGON\ to raw path using
GetAccessiblePath $$<CliEx32.dll><Thu Oct 12 9:19:51.448 2000 GMT Standard
Time><thread=486 (0x1E6)>
NAL GetAccessible path operation failed - 2147942405 $$<CliEx32.dll><Thu Oct 12
9:19:51.495 2000 GMT Standard Time><thread=486 (0x1E6)>
Attempting to use logon server path \\gents01\SMSLOGON\ for assignment
$$<CliEx32.dll><Wed Oct 11 16:53:55.650 2000 GMT Standard Time><thread=502
(0x1F6)>
CCliEx::DoSMSLogonAssignment returning 2147942405 $$<CliEx32.dll><Wed Oct 11
16:53:55.665 2000 GMT Standard Time><thread=502 (0x1F6)>
Finished CliEx processing. $$<H:\x86.bin\00000409\SMSMan.exe><Wed Oct 11
16:53:55.665 2000 GMT Standard Time><thread=502 (0x1F6)>
CBootMan::CleanUp $$<H:\x86.bin\00000409\SMSMan.exe><Wed Oct 11 16:53:55.665
2000 GMT Standard Time><thread=502 (0x1F6)>"
Contributed By: Cliff Hobbs [MVP SMS]
This is another
one of those generic errors which can have a multitude of meanings.
Almost every
time I've seen the 'Get
accessible path'
message it's pointed to a problem with the client accessing a CAP. Check your 'SMSClient_Sitecode'
account to make sure it's not locked out. It's also possible the password is
incorrect on the local client.
Here's a suggestion for figuring some of these problems out:
-
Convert the large number to
hex (Windows Calculator can do this for you). In this case, '2147942405'
converts to '80070005'.
-
If the beginning 4 octets
are '8007' the next four are a network error. Convert the next four back to
decimal. In this case, that would be '5'.
-
At a command prompt, type 'NET
HELPMSG 5' where '5'
is the number you got from step 2. Figure out how that error could happen.
-
If the error doesn't start
with '8007',
look it up in the Microsoft KnowledgeBase.
In this case,
error '5'
is 'Access denied'.
Check that the client has access to the 'SMSLOGON'
share on the server. I believe that's the account it is using to try to access
that share when running 'SMSMAN'.
With regards to
error '5'
This particular problem seems to always be permission related, be it Registry
permissions, CAP permissions, etc.
I've recently
discovered that this error can be reported when SMS doesn't have access to the 'HKLM\Software\Microsoft\NAL'
and 'SMS' keys. Try deleting the 'NAL' and 'SMS'
keys and then re-installing the client.
As far as CAPs
go, this problem can occur if the permissions on the CAPs weren't changed when
SP2 was deployed as everything seems to drop in without any problems once the
correct permissions are applied. It looks as though any clients going through
their verification cycle or new clients installing as SP2 are having problems
accessing the CAPs which still have SP1 permissions.
The message is,
if you haven't re-permissioned your CAPs since upgrading to SP2, do it sooner
rather than later (the permissions for SP2 are shown below in case anyone needs
them).
|
|
Permissions (Windows NT) |
|
Share or directory name |
Administrators |
Guests |
Users |
Everyone |
|
CAP_<sitecode>
(share) |
N/A |
N/A |
N/A |
Full |
|
CAP_<sitecode> |
Full |
RX |
RX |
N/A |
|
CCR.box |
Full |
RWX |
RWX |
N/A |
|
Clicomp.box |
Full |
RX |
RX |
N/A |
|
Clidata.box |
Full |
RX |
RX |
N/A |
|
Clifiles.box |
Full |
RX |
RX |
N/A |
|
DDR.box |
Full |
RWX |
RWX |
N/A |
|
Inventory.box |
Full |
RWX |
RWX |
N/A |
|
Offerinf.box |
Full |
RX |
RX |
N/A |
|
Pkginfo.box |
Full |
RX |
RX |
N/A |
|
Sinv.box |
Full |
RWX |
RWX |
N/A |
|
Statmsgs.box |
Full |
RWX |
RWX |
N/A |
|