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...
http://www.experts-exchange.com/Database/Oracle/Q_20296750.html
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 ...
http://www.experts-exchange.com/Networking/Windows_Networking/NT/Q_10097840.html
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 ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10278863.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10353975.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20319014.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20333419.html
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...
http://www.experts-exchange.com/Networking/Misc/Q_20413902.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20568778.html
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...
http://www.experts-exchange.com/Networking/Misc/Q_21382691.html
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...
http://www.experts-exchange.com/Programming/Languages/C/Q_20748318.html
Zones:
CDate Answered: 12/13/2003 Grade: A Views: 33