Advertisement

1 - 10 of 11 containing alltags:("10038") (0 seconds)
I'm trying to backup my database of about 400G. In my backup script I'm allocating 6 channels, each channel looks like this:   allocate channel adsm1 type 'SBT_TAPE'   parms 'ENV= DSMO_NODE=mi...
Zones: Oracle, Tivoli Storage ManagerDate Answered: 07/07/2003 Grade: A Views: 8
I have an NT 4.0 server that is serving as my email server.  I upgraded the memory and installed internet 4.0 on this system on Tuesday.  System has sp3 on it.  Everything was okay.  Now users can ...
Zones: Windows NT NetworkDate Answered: 12/12/1998 Grade: C Views: 10
I have IIS 2.0 installed on a windows NT 4 workstation SP3....every time I try to start the www web service it gives an error message "Socket Operation on nonsocket" error number 10038..... Any ...
Zones: Windows NTDate Answered: 02/04/2000 Grade: A Views: 0
I have more programs running each on its own computer. They are connected through TCP (with TClientSocket and TServerSocket components). Almost every time, when client app. disconects or program cr...
Zones: Delphi ProgrammingDate Answered: 05/29/2000 Grade: B Views: 0
hi, I am using the api calls in wsock32.dll to create a socket and connect to a remote host which is a mainframe machine(whose ip i have).While using the function socket((ByVal af As Long, ByVal p...
Zones: Visual Basic, WinsockDate Answered: 02/25/2003 Grade: A Views: 0
I'm using IOCP and when I tring to call WSARecv on an accepted socket, and I'm geting error 10038. (Error 10038 is: WSAENOTSOCK - Socket operation on non-socket. An operation was attempted on so...
Zones: Windows ProgrammingDate Answered: 05/31/2003 Grade: B Views: 22
can anybody help me? I get an error WSAENOTSOCK(10038)when i try to send data to my client program from my server program which uses a thread and i can figure out my mistake.Here is a little code f...
Zones: NetworkingDate Answered: 12/04/2002 Grade: B Views: 0
there is a cource code of a function, that sends screenimage to another computer thourh network: void TForm1::Sent() {           try{    int a=Screen->Width;    int b=Screen->Height;    TM...
Zones: C++Date Answered: 05/10/2003 Grade: B Views: 0
Ok I have a Windows 98 SE Fujitsu Stylistic LT tablet computer I have and had working a linksys wpc11 pcmcia wifi network card I installed a DBT120 bluetooth dongle last night (cell phone con...
Zones: Networking, TCP/IP, WLANDate Answered: 04/09/2005 Grade: A Views: 20
Hello experts! I have the following code fragments I'm doing in a Visual C project.  What I wanted to do is Run a thread that listens to socket connections from a UNIX machine.  The function Sta...
Zones: CDate Answered: 12/13/2003 Grade: A Views: 33