1. I use the kix32.exe which publish in Jan. 2002, the kx32.dll version is 3.60.0.0

2. I use the windows xp sp1, and some sp2

3. yes, I read the event viewer, but not special error in it.it happened on all the clients, and a new installed pc also happened. so I think maybe something wrong in the server.

4. there are 2 Domain Controllers.

5. yes, I checked the replication, they works well.


6. it happens on all the clients, sometimes some work, sometimes some don't work, but it happens on all the clients even the new installed PC.

7. about 20 PC in my organization, some of them are workstations, the speed is very fast.

8. the network is 100Mbps connection speed, the network is well, we read the files from the servers, it is fast. I tried to run the script manually, it also finish running very fast.

9. not, I am the only administarato or the server, these days I changed nothing settings, only just updating the server service pack to win2k3 sp1, but I updated it 1 month ago, it worked well at that time after I updated. only these 2 weeks has the problem.

This is my *.scr

Code:

;

Color r+/n
Small
Color b+/n
Box (0,0,24,79,FULL) ; 'background grid'
Color b/n
Box (7,9,20,71,FULL) ; 'shadow' of the box
Color g+/n
Box (6,10,19,70,FULL)

Color w+/n
At (8,15) "Userid : " ; display some text strings
At (9,15) "Full name : "
At (10,15) "Comment : "
At (11,15) "Privilege : "
At (12,15) "Workstation : "
At (13,15) "Domain : "
At (14,15) "Logon Server : "
At (15,15) "O.S. : "

Color y+/n
At ( 8,30) @userid ; ...and some macro's
At ( 9,30) @fullname
At (10,30) @comment
At (11,30) @priv
At (12,30) @wksta
At (13,30) @domain
At (14,30) @lserver
At (15,30) @DOS
Color w/n

; Delete All Mappings
Use * /DELETE

; Set Time via HIDC Synchroon
SetTime "\\HVSRV1"

; Algemene Drive Mappings
Use I: "\\HVSRV1\Data"
Use J: "\\HVSRV2\Projects"
Use O: "\\HVMAILSRV1\FinalOrders"
Use P: "\\HVMAILSRV1\FinalProjects"


AddPrinterConnection("\\hvsrv2\CanoniR2000")
AddPrinterConnection("\\hvsrv2\HPColor 5500DN PS")



Cookie1
Exit



[edit]
Lonk added the code tags for readability


Edited by Jooel (2006-01-17 09:16 AM)