I'm trying to get the file server working on CE6.0. I'm essentially porting
my application for 5.0 to 6.0. Everything works except for the file server.
When SMB is loading I get the following:
4294927578 PID:36b0002 TID:3a80002 Loading Share: Data
4294927639 PID:36b0002 TID:3a80002 SMB_PRINT: Loading Registry:
Services\SMBServer\Shares\Data
4294927699 PID:36b0002 TID:3a80002 -- Type: 0
4294927759 PID:36b0002 TID:3a80002 -- Path: \Hard Disk2\filestor
4294927821 PID:36b0002 TID:3a80002 -- ACL: *
4294927881 PID:36b0002 TID:3a80002 -- NOT USING READ-ONLY ACL's!
4294927941 PID:36b0002 TID:3a80002 -- Read-ONLYACL:
4294928003 PID:36b0002 TID:3a80002 SMBSRV-CRACKER: cracker delay thread
created 0x920803
4294928064 PID:36b0002 TID:3a80002 WARNING: CreateFileForMapping is being
deprecated! Use CreateFile+CloseHandle instead.
4294928125 PID:36b0002 TID:3a80002 SMB-MEMMAP: Error -- cant open file!: 0x3
4294928266 PID:36b0002 TID:3a80002 SMB_PRINT: Error Opening memory map! --
cant continue
4294928328 PID:36b0002 TID:3a80002 -SMB_Init - StartPrintSpool failed
4294928389 PID:36b0002 TID:3a80002 SMB_Init -- an error occured during
init... cleaning up
4294928449 PID:36b0002 TID:3a80002 SMBSRV:Stopping TCP transport
4294928510 PID:36b0002 TID:3a80002 SMBSRV:Stopping NETBIOS transport
4294928578 PID:36b0002 TID:3a80002 -SMB_Init
There should be plenty of RAM (128megs same setup as our 5.0) so I don't
know why it fails the way it does. Any idea of what could be going wrong here?
Thanks, Daniel