Home » RDBMS Server » Networking and Gateways » Telnet 1521 (Oracle 10G)
Telnet 1521 [message #421032] Thu, 03 September 2009 15:01 Go to next message
dbtech
Messages: 7
Registered: September 2009
Junior Member
New to Oracle and appreciate and guidance that you can give. We are trying to reach a Oracle DB from across a client network to our own with IPs being NATed.

I can telnet to the server on port 1521 with no problems, but we can not connect to the database.

What tool can I use to help guide me in resolving this. I do know that this is pretty generic of a message, however, I need to start somewhere.

Thanks to anybody that can assist me.
~dB
Re: Telnet 1521 [message #421033 is a reply to message #421032] Thu, 03 September 2009 15:09 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
You need to help us by following the Posting Guidelines as stated below.
http://www.orafaq.com/forum/t/88153/0/
Go to the URL above click the link "Posting Guidelines"
Go to the section labeled "Practice" & do as directed.

Since NAT is involved I suspect a Firewall exists between client & DB server.
More than port 1521 is involved.
Normal behavior is for Oracle to use a random high port for actual communication between client & DB.

Post tail end of listener.log file for analysis & review.
Re: Telnet 1521 [message #421672 is a reply to message #421033] Wed, 09 September 2009 12:56 Go to previous messageGo to next message
dbtech
Messages: 7
Registered: September 2009
Junior Member
Thanks, I did read through the guidlines. sorry if I did something in error.

I do not have access to the server in which we are trying to connect to as it is a corporate database. I am trying to figure out how I can get the log file requested. I try to look and figure this out, but am not getting very far. I found that I should be able to run the lsnrctl commnad and get some information that way, but not sure where to run the command. I dont see lsnrctl in any of the Oracle directories.

More information, I can connect to the database from my laptop, just not from our client network. Is there a way to get the port infromation from my laptop?

Thanks again..!
Re: Telnet 1521 [message #421678 is a reply to message #421672] Wed, 09 September 2009 14:20 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Quote:
Is there a way to get the port infromation from my laptop?


See your connection string and/or tnsnames.ora file.

Regards
Michel
Re: Telnet 1521 [message #421679 is a reply to message #421678] Wed, 09 September 2009 14:35 Go to previous messageGo to next message
dbtech
Messages: 7
Registered: September 2009
Junior Member
Laptop port is 1521 on local network and I can connect fine. Port 1521 on our client network is open to our local network and client IP addresses are being NATed to local network and I cannot connect to our database.

I have been reading online that the Database server returns the server IP address in the listener.ora file to the client that is trying to connect. I am wondering if this is the issue. If the client is comparing IPs and not matching (because of the NAT) and its not letting the client make the connection?

Thoughts?
Re: Telnet 1521 [message #421780 is a reply to message #421032] Thu, 10 September 2009 08:18 Go to previous messageGo to next message
dbtech
Messages: 7
Registered: September 2009
Junior Member
Is there a way to pull log file content via a SQL statement?
Re: Telnet 1521 [message #421783 is a reply to message #421780] Thu, 10 September 2009 08:48 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Not without DBA privilege.
Create a (Oracle) directory on (OS) directory and an external table with one field equals to the whole line.

Regards
Michel
Re: Telnet 1521 [message #421899 is a reply to message #421780] Fri, 11 September 2009 09:34 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>Is there a way to pull log file content via a SQL statement?
Is this going against the same DB that you can not connect to?
Re: Telnet 1521 [message #421900 is a reply to message #421032] Fri, 11 September 2009 09:41 Go to previous messageGo to next message
dbtech
Messages: 7
Registered: September 2009
Junior Member
I can connect from within our Intranet, just not from our clients netowrk. so yes, I could connect.
Re: Telnet 1521 [message #422142 is a reply to message #421032] Mon, 14 September 2009 13:06 Go to previous messageGo to next message
dbtech
Messages: 7
Registered: September 2009
Junior Member
Below is the trace file at 16 if this would help anybody, help me.

[14-SEP-2009 10:51:30:000] --- TRACE CONFIGURATION INFORMATION FOLLOWS ---
[14-SEP-2009 10:51:30:000] New trace stream is /oracle/network/trace\client_8664_5.trc
[14-SEP-2009 10:51:30:000] New trace level is 16
[14-SEP-2009 10:51:30:000] --- TRACE CONFIGURATION INFORMATION ENDS ---
[14-SEP-2009 10:51:30:000] --- PARAMETER SOURCE INFORMATION FOLLOWS ---
[14-SEP-2009 10:51:30:000] Attempted load of system pfile source C:\oracle\product\10.2.0\client_1\network\admin\sqlnet.ora
[14-SEP-2009 10:51:30:000] Parameter source loaded successfully
[14-SEP-2009 10:51:30:000]
[14-SEP-2009 10:51:30:000] Attempted load of local pfile source C:\oracle\product\10.2.0\client_1\BIN\sqlnet.ora
[14-SEP-2009 10:51:30:000] Parameter source was not loaded
[14-SEP-2009 10:51:30:000]
[14-SEP-2009 10:51:30:000] -> PARAMETER TABLE LOAD RESULTS FOLLOW <-
[14-SEP-2009 10:51:30:000] Successful parameter table load
[14-SEP-2009 10:51:30:000] -> PARAMETER TABLE HAS THE FOLLOWING CONTENTS <-
[14-SEP-2009 10:51:30:000] trace_directory_client = /oracle/network/trace
[14-SEP-2009 10:51:30:000] NAMES.DIRECTORY_PATH = (TNSNAMES, EZCONNECT)
[14-SEP-2009 10:51:30:000] TRACE_FILE_CLIENT = CLIENT
[14-SEP-2009 10:51:30:000] SQLNET.AUTHENTICATION_SERVICES = (NTS)
[14-SEP-2009 10:51:30:000] TRACE_LEVEL_CLIENT = 16
[14-SEP-2009 10:51:30:000] TRACE_UNIQUE_CLIENT = ON
[14-SEP-2009 10:51:30:000] --- PARAMETER SOURCE INFORMATION ENDS ---
[14-SEP-2009 10:51:30:000] --- LOG CONFIGURATION INFORMATION FOLLOWS ---
[14-SEP-2009 10:51:30:000] Log stream will be "C:\oracle\product\10.2.0\client_1\BIN\sqlnet.log"
[14-SEP-2009 10:51:30:000] Log stream validation not requested
[14-SEP-2009 10:51:30:000] --- LOG CONFIGURATION INFORMATION ENDS ---

[14-SEP-2009 10:51:30:000] nlstdipi: entry
[14-SEP-2009 10:51:30:000] nlstdipi: exit
[14-SEP-2009 10:51:30:000] nigini: entry
[14-SEP-2009 10:51:30:000] nigini: Count in the NL global area is now 1
[14-SEP-2009 10:51:30:000] nigini: Count in NI global area now: 1
[14-SEP-2009 10:51:30:000] nrigbi: entry
[14-SEP-2009 10:51:30:000] nrigbni: entry
[14-SEP-2009 10:51:30:000] nrigbni: Unable to get data from navigation file tnsnav.ora
[14-SEP-2009 10:51:30:000] nrigbni: exit
[14-SEP-2009 10:51:30:000] nrigbi: exit
[14-SEP-2009 10:51:30:000] nigini: exit
[14-SEP-2009 10:51:30:000] niqname: Hst is already an NVstring.
[14-SEP-2009 10:51:30:000] niqname: Inserting CID.
[14-SEP-2009 10:51:30:000] niotns: entry
[14-SEP-2009 10:51:30:000] niotns: niotns: setting up interrupt handler...
[14-SEP-2009 10:51:30:000] niotns: Not trying to enable dead connection detection.
[14-SEP-2009 10:51:30:000] niotns: Calling address: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.52.248.56)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SID=DEDWRP01)(CID= (PROGRAM=C:\oracle\product\10.2.0\client_1\BIN\sqlplusw.exe)(HOST=KFTUSTXPLAKCR01)(USER=szhxmm))))
[14-SEP-2009 10:51:30:000] nscall: entry
[14-SEP-2009 10:51:30:000] nsmal: entry
[14-SEP-2009 10:51:30:000] nsmal: 212 bytes at 0x1036510
[14-SEP-2009 10:51:30:000] nsmal: normal exit
[14-SEP-2009 10:51:30:000] nscall: connecting...
[14-SEP-2009 10:51:30:000] nladini: entry
[14-SEP-2009 10:51:30:000] nladini: exit
[14-SEP-2009 10:51:30:000] nladget: entry
[14-SEP-2009 10:51:30:000] nladget: exit
[14-SEP-2009 10:51:30:000] nsc2addr: entry
[14-SEP-2009 10:51:30:000] nsc2addr: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.52.248.56)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SID=DEDWRP01)(CID=(PROGRAM=C:\ora cle\product\10.2.0\client_1\BIN\sqlplusw.exe)(HOST=KFTUSTXPLAKCR01)(USER=szhxmm))))
[14-SEP-2009 10:51:30:000] nttbnd2addr: entry
[14-SEP-2009 10:51:30:000] snlinGetAddrInfo: entry
[14-SEP-2009 10:51:30:000] snlinGetAddrInfo: exit
[14-SEP-2009 10:51:30:000] nttbnd2addr: using host IP address: 10.52.248.56
[14-SEP-2009 10:51:30:000] snlinFreeAddrInfo: entry
[14-SEP-2009 10:51:30:000] snlinFreeAddrInfo: exit
[14-SEP-2009 10:51:30:000] nttbnd2addr: exit
[14-SEP-2009 10:51:30:000] nsc2addr: normal exit
[14-SEP-2009 10:51:30:000] nsopen: entry
[14-SEP-2009 10:51:30:000] nsmal: entry
[14-SEP-2009 10:51:30:000] nsmal: 736 bytes at 0x1033c88
[14-SEP-2009 10:51:30:000] nsmal: normal exit
[14-SEP-2009 10:51:30:000] nsopenmplx: entry
[14-SEP-2009 10:51:30:000] nsmal: entry
[14-SEP-2009 10:51:30:000] nsmal: 1644 bytes at 0x1046008
[14-SEP-2009 10:51:30:000] nsmal: normal exit
[14-SEP-2009 10:51:30:000] nsiorini: entry
[14-SEP-2009 10:51:30:000] nsbal: entry
[14-SEP-2009 10:51:30:000] nsbgetfl: entry
[14-SEP-2009 10:51:30:000] nsbgetfl: normal exit
[14-SEP-2009 10:51:30:000] nsmal: entry
[14-SEP-2009 10:51:30:000] nsmal: 84 bytes at 0x1028868
[14-SEP-2009 10:51:30:000] nsmal: normal exit
[14-SEP-2009 10:51:30:000] nsbal: normal exit
[14-SEP-2009 10:51:30:000] nsiorini: exit (0)
[14-SEP-2009 10:51:30:000] nscpxget: entry
[14-SEP-2009 10:51:30:000] nscpxget: normal exit
[14-SEP-2009 10:51:30:000] nsopenalloc_nsntx: nlhthput on mplx_ht_nsgbu:ctx=1033c88, nsntx=1046008
[14-SEP-2009 10:51:30:000] nsopenmplx: normal exit
[14-SEP-2009 10:51:30:000] nsopen: opening transport...
[14-SEP-2009 10:51:30:000] nttcon: entry
[14-SEP-2009 10:51:30:000] nttcon: toc = 1
[14-SEP-2009 10:51:30:000] nttcnp: entry
[14-SEP-2009 10:51:30:000] nttcnp: creating a socket.
[14-SEP-2009 10:51:30:000] nttcnp: exit
[14-SEP-2009 10:51:30:000] nttcni: entry
[14-SEP-2009 10:51:30:000] nttcni: trying to connect to socket 288.
[14-SEP-2009 10:51:30:140] snlinGetNameInfo: entry
[14-SEP-2009 10:51:30:140] snlinGetNameInfo: Using numeric form of host's address 10.52.21.75
[14-SEP-2009 10:51:30:140] snlinGetNameInfo: exit
[14-SEP-2009 10:51:30:140] nttcni: connected on ipaddr 10.52.21.75
[14-SEP-2009 10:51:30:140] nttcni: exit
[14-SEP-2009 10:51:30:140] nttcon: NT layer TCP/IP connection has been established.
[14-SEP-2009 10:51:30:140] nttcon: set TCP_NODELAY on 288
[14-SEP-2009 10:51:30:140] nttcon: exit
[14-SEP-2009 10:51:30:140] nsopen: transport is open
[14-SEP-2009 10:51:30:140] nsoptions: entry
[14-SEP-2009 10:51:30:140] nsoptions: lcl[0]=0x0, lcl[1]=0x102000, gbl[0]=0x0, gbl[1]=0x0, cha=0x0
[14-SEP-2009 10:51:30:140] nsoptions: lcl[0]=0xf4ffefff, lcl[1]=0x102000, gbl[0]=0xfabf, gbl[1]=0x0
[14-SEP-2009 10:51:30:140] nsoptions: normal exit
[14-SEP-2009 10:51:30:140] nsnainit: entry
[14-SEP-2009 10:51:30:140] nsnainit: call
[14-SEP-2009 10:51:30:140] nsnadct: entry
[14-SEP-2009 10:51:30:140] nsnadct: normal exit
[14-SEP-2009 10:51:30:140] nsnasvnainfo: entry
[14-SEP-2009 10:51:30:140] nsnasvnainfo: normal exit
[14-SEP-2009 10:51:30:140] nainit: entry
[14-SEP-2009 10:51:30:140] nagblini: entry
[14-SEP-2009 10:51:30:140] nau_gin: entry
[14-SEP-2009 10:51:30:140] nau_gparams: entry
[14-SEP-2009 10:51:30:140] nam_gbp: Reading parameter "sqlnet.authentication_required" from parameter file
[14-SEP-2009 10:51:30:140] nam_gbp: Parameter not found
[14-SEP-2009 10:51:30:140] nau_gparams: Using default value "FALSE"
[14-SEP-2009 10:51:30:140] nau_gslf: entry
[14-SEP-2009 10:51:30:140] nam_gic: entry
[14-SEP-2009 10:51:30:140] nam_gic: Counting # of items in "sqlnet.authentication_services" parameter
[14-SEP-2009 10:51:30:140] nam_gic: Found 1 items
[14-SEP-2009 10:51:30:140] nam_gic: exit
[14-SEP-2009 10:51:30:140] nam_gnsp: Reading parameter "sqlnet.authentication_services" from parameter file
[14-SEP-2009 10:51:30:140] nam_gnsp: Found value "NTS"
[14-SEP-2009 10:51:30:140] nauss_set_state: entry
[14-SEP-2009 10:51:30:140] nauss_set_state: exit
[14-SEP-2009 10:51:30:140] nau_gslf: exit
[14-SEP-2009 10:51:30:140] nau_gparams: exit
[14-SEP-2009 10:51:30:140] nau_gin: exit
[14-SEP-2009 10:51:30:140] nagblini: exit
[14-SEP-2009 10:51:30:140] na_saveprot: entry
[14-SEP-2009 10:51:30:140] na_saveprot: exit
[14-SEP-2009 10:51:30:140] nacomin: entry
[14-SEP-2009 10:51:30:140] nas_init: entry
[14-SEP-2009 10:51:30:140] nas_init: exit
[14-SEP-2009 10:51:30:140] nau_ini: entry
[14-SEP-2009 10:51:30:140] naugcp_get_connect_parameters: entry
[14-SEP-2009 10:51:30:140] nauss_set_state: entry
[14-SEP-2009 10:51:30:140] nauss_set_state: exit
[14-SEP-2009 10:51:30:140] naugcp_get_connect_parameters: exit
[14-SEP-2009 10:51:30:140] nau_gettab: entry
[14-SEP-2009 10:51:30:140] nau_gettab: using authentication adapter table "nautab"
[14-SEP-2009 10:51:30:140] nau_gettab: nautab contains the following services:
[14-SEP-2009 10:51:30:140] nau_gettab: KERBEROS5
[14-SEP-2009 10:51:30:140] nau_gettab: NTS
[14-SEP-2009 10:51:30:140] nau_gettab: RADIUS
[14-SEP-2009 10:51:30:140] nau_gettab: exit
[14-SEP-2009 10:51:30:140] nau_sini: entry
[14-SEP-2009 10:51:30:140] nau_sini: exit
[14-SEP-2009 10:51:30:140] nau_ini: connection type: "standard"
[14-SEP-2009 10:51:30:140] nau_ini: exit
[14-SEP-2009 10:51:30:140] naeeinit: entry
[14-SEP-2009 10:51:30:140] nam_gbp: Reading parameter "SQLNET.FIPS_140" from parameter file
[14-SEP-2009 10:51:30:140] nam_gbp: Parameter not found
[14-SEP-2009 10:51:30:140] nam_gnsp: Reading parameter "SQLNET.ENCRYPTION_CLIENT" from parameter file
[14-SEP-2009 10:51:30:140] nam_gnsp: Parameter not found
[14-SEP-2009 10:51:30:140] naequad: Using default value "ACCEPTED"
[14-SEP-2009 10:51:30:140] nam_gic: entry
[14-SEP-2009 10:51:30:140] nam_gic: Counting # of items in "SQLNET.ENCRYPTION_TYPES_CLIENT" parameter
[14-SEP-2009 10:51:30:140] nam_gic: Parameter not found
[14-SEP-2009 10:51:30:140] nam_gic: exit
[14-SEP-2009 10:51:30:140] naesno: Using default value "all available algorithms"
[14-SEP-2009 10:51:30:140] naeshow: entry
[14-SEP-2009 10:51:30:140] naeshow: These are the encryption algorithms that the client will accept:
[14-SEP-2009 10:51:30:140] naeshow: Choice 0: no algorithm; encryption inactive
[14-SEP-2009 10:51:30:140] naeshow: Choice 1: 'AES256' (ID 17)
[14-SEP-2009 10:51:30:140] naeshow: Choice 2: 'RC4_256' (ID 6)
[14-SEP-2009 10:51:30:140] naeshow: Choice 3: 'AES192' (ID 16)
[14-SEP-2009 10:51:30:140] naeshow: Choice 4: '3DES168' (ID 12)
[14-SEP-2009 10:51:30:140] naeshow: Choice 5: 'AES128' (ID 15)
[14-SEP-2009 10:51:30:140] naeshow: Choice 6: 'RC4_128' (ID 10)
[14-SEP-2009 10:51:30:140] naeshow: Choice 7: '3DES112' (ID 11)
[14-SEP-2009 10:51:30:140] naeshow: Choice 8: 'RC4_56' (ID Cool
[14-SEP-2009 10:51:30:140] naeshow: Choice 9: 'DES' (ID 2)
[14-SEP-2009 10:51:30:140] naeshow: Choice 10: 'RC4_40' (ID 1)
[14-SEP-2009 10:51:30:140] naeshow: Choice 11: 'DES40' (ID 3)
[14-SEP-2009 10:51:30:140] naeshow: exit
[14-SEP-2009 10:51:30:140] naeeinit: exit
[14-SEP-2009 10:51:30:140] naecinit: entry
[14-SEP-2009 10:51:30:140] nam_gnsp: Reading parameter "SQLNET.CRYPTO_CHECKSUM_CLIENT" from parameter file
[14-SEP-2009 10:51:30:140] nam_gnsp: Parameter not found
[14-SEP-2009 10:51:30:140] naequad: Using default value "ACCEPTED"
[14-SEP-2009 10:51:30:140] nam_gic: entry
[14-SEP-2009 10:51:30:140] nam_gic: Counting # of items in "SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT" parameter
[14-SEP-2009 10:51:30:140] nam_gic: Parameter not found
[14-SEP-2009 10:51:30:140] nam_gic: exit
[14-SEP-2009 10:51:30:140] naesno: Using default value "all available algorithms"
[14-SEP-2009 10:51:30:140] naeshow: entry
[14-SEP-2009 10:51:30:140] naeshow: These are the checksumming algorithms that the client will accept:
[14-SEP-2009 10:51:30:140] naeshow: Choice 0: no algorithm; checksumming inactive
[14-SEP-2009 10:51:30:140] naeshow: Choice 1: 'SHA1' (ID 3)
[14-SEP-2009 10:51:30:140] naeshow: Choice 2: 'MD5' (ID 1)
[14-SEP-2009 10:51:30:140] naeshow: exit
[14-SEP-2009 10:51:30:140] naecinit: exit
[14-SEP-2009 10:51:30:140] nainit: exit
[14-SEP-2009 10:51:30:140] nagetctxinfo: entry
[14-SEP-2009 10:51:30:140] nagetctxinfo: exit
[14-SEP-2009 10:51:30:140] nsnainit: NS Connection version: 313
[14-SEP-2009 10:51:30:140] nsnainit: inf->nsinfflg[0]: 0x61 inf->nsinfflg[1]: 0x61
[14-SEP-2009 10:51:30:140] nsnainit: "or" info flags: 0x61 Translations follow:
native service(s) is (are) wanted

[14-SEP-2009 10:51:30:140] nsnainit: "or" info flags: 0x61 Translations follow:
native service(s) is (are) wanted
"and" info flags: 0x61 Translations follow:
native service(s) is (are) wanted

[14-SEP-2009 10:51:30:140] nsnainit: normal exit
[14-SEP-2009 10:51:30:140] nsopen: global context check-in (to slot 0) complete
[14-SEP-2009 10:51:30:140] nsopen: lcl[0]=0xf4ffefff, lcl[1]=0x102000, gbl[0]=0xfabf, gbl[1]=0x0, tdu=32767, sdu=2048
[14-SEP-2009 10:51:30:140] nsdo: entry
[14-SEP-2009 10:51:30:140] nsdo: cid=0, opcode=65, *bl=0, *what=0, uflgs=0x0, cflgs=0x2
[14-SEP-2009 10:51:30:140] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:51:30:140] nsdo: nsctx: state=7, flg=0x4001, mvd=0
[14-SEP-2009 10:51:30:140] nsbal: entry
[14-SEP-2009 10:51:30:140] nsbgetfl: entry
[14-SEP-2009 10:51:30:140] nsbgetfl: normal exit
[14-SEP-2009 10:51:30:140] nsmal: entry
[14-SEP-2009 10:51:30:140] nsmal: 84 bytes at 0x102c888
[14-SEP-2009 10:51:30:140] nsmal: normal exit
[14-SEP-2009 10:51:30:140] nsbal: normal exit
[14-SEP-2009 10:51:30:140] nsbal: entry
[14-SEP-2009 10:51:30:140] nsbgetfl: entry
[14-SEP-2009 10:51:30:140] nsbgetfl: normal exit
[14-SEP-2009 10:51:30:140] nsmal: entry
[14-SEP-2009 10:51:30:140] nsmal: 84 bytes at 0x10288c8
[14-SEP-2009 10:51:30:140] nsmal: normal exit
[14-SEP-2009 10:51:30:140] nsbal: normal exit
[14-SEP-2009 10:51:30:140] nsdo: nsctxrnk=0
[14-SEP-2009 10:51:30:140] nsdo: normal exit
[14-SEP-2009 10:51:30:140] nsopen: normal exit
[14-SEP-2009 10:51:30:140] nsdo: entry
[14-SEP-2009 10:51:30:140] nsdo: cid=0, opcode=67, *bl=216, *what=8, uflgs=0x0, cflgs=0x3
[14-SEP-2009 10:51:30:140] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:51:30:140] nsdo: nsctx: state=14, flg=0x4005, mvd=0
[14-SEP-2009 10:51:30:140] nsdo: gtn=10, gtc=10, ptn=10, ptc=2011
[14-SEP-2009 10:51:30:140] nscon: entry
[14-SEP-2009 10:51:30:140] nscon: doing connect handshake...
[14-SEP-2009 10:51:30:140] nscon: sending NSPTCN packet
[14-SEP-2009 10:51:30:140] nspsend: entry
[14-SEP-2009 10:51:30:140] nspsend: plen=274, type=1
[14-SEP-2009 10:51:30:140] nttwr: entry
[14-SEP-2009 10:51:30:140] nttwr: socket 288 had bytes written=274
[14-SEP-2009 10:51:30:140] nttwr: exit
[14-SEP-2009 10:51:30:140] nspsend: packet dump
[14-SEP-2009 10:51:30:140] nspsend: 01 12 00 00 01 00 00 00 |........|
[14-SEP-2009 10:51:30:140] nspsend: 01 39 01 2C 00 00 08 00 |.9.,....|
[14-SEP-2009 10:51:30:140] nspsend: 7F FF C6 0E 00 00 01 00 |........|
[14-SEP-2009 10:51:30:140] nspsend: 00 D8 00 3A 00 00 02 00 |...:....|
[14-SEP-2009 10:51:30:140] nspsend: 61 61 00 00 00 00 00 00 |aa......|
[14-SEP-2009 10:51:30:140] nspsend: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 10:51:30:140] nspsend: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 10:51:30:140] nspsend: 00 00 28 44 45 53 43 52 |..(DESCR|
[14-SEP-2009 10:51:30:140] nspsend: 49 50 54 49 4F 4E 3D 28 |IPTION=(|
[14-SEP-2009 10:51:30:140] nspsend: 41 44 44 52 45 53 53 3D |ADDRESS=|
[14-SEP-2009 10:51:30:140] nspsend: 28 50 52 4F 54 4F 43 4F |(PROTOCO|
[14-SEP-2009 10:51:30:140] nspsend: 4C 3D 54 43 50 29 28 48 |L=TCP)(H|
[14-SEP-2009 10:51:30:140] nspsend: 4F 53 54 3D 31 30 2E 35 |OST=10.5|
[14-SEP-2009 10:51:30:140] nspsend: 32 2E 32 34 38 2E 35 36 |2.248.56|
[14-SEP-2009 10:51:30:140] nspsend: 29 28 50 4F 52 54 3D 31 |)(PORT=1|
[14-SEP-2009 10:51:30:140] nspsend: 35 32 31 29 29 28 43 4F |521))(CO|
[14-SEP-2009 10:51:30:140] nspsend: 4E 4E 45 43 54 5F 44 41 |NNECT_DA|
[14-SEP-2009 10:51:30:140] nspsend: 54 41 3D 28 53 45 52 56 |TA=(SERV|
[14-SEP-2009 10:51:30:140] nspsend: 45 52 3D 44 45 44 49 43 |ER=DEDIC|
[14-SEP-2009 10:51:30:140] nspsend: 41 54 45 44 29 28 53 49 |ATED)(SI|
[14-SEP-2009 10:51:30:140] nspsend: 44 3D 44 45 44 57 52 50 |D=DEDWRP|
[14-SEP-2009 10:51:30:140] nspsend: 30 31 29 28 43 49 44 3D |01)(CID=|
[14-SEP-2009 10:51:30:140] nspsend: 28 50 52 4F 47 52 41 4D |(PROGRAM|
[14-SEP-2009 10:51:30:140] nspsend: 3D 43 3A 5C 6F 72 61 63 |=C:\orac|
[14-SEP-2009 10:51:30:140] nspsend: 6C 65 5C 70 72 6F 64 75 |le\produ|
[14-SEP-2009 10:51:30:140] nspsend: 63 74 5C 31 30 2E 32 2E |ct\10.2.|
[14-SEP-2009 10:51:30:140] nspsend: 30 5C 63 6C 69 65 6E 74 |0\client|
[14-SEP-2009 10:51:30:140] nspsend: 5F 31 5C 42 49 4E 5C 73 |_1\BIN\s|
[14-SEP-2009 10:51:30:140] nspsend: 71 6C 70 6C 75 73 77 2E |qlplusw.|
[14-SEP-2009 10:51:30:140] nspsend: 65 78 65 29 28 48 4F 53 |exe)(HOS|
[14-SEP-2009 10:51:30:140] nspsend: 54 3D 4B 46 54 55 53 54 |T=KFTUST|
[14-SEP-2009 10:51:30:140] nspsend: 58 50 4C 41 4B 43 52 30 |XPLAKCR0|
[14-SEP-2009 10:51:30:140] nspsend: 31 29 28 55 53 45 52 3D |1)(USER=|
[14-SEP-2009 10:51:30:140] nspsend: 73 7A 68 78 6D 6D 29 29 |szhxmm))|
[14-SEP-2009 10:51:30:140] nspsend: 29 29 |)) |
[14-SEP-2009 10:51:30:140] nspsend: 274 bytes to transport
[14-SEP-2009 10:51:30:140] nspsend: normal exit
[14-SEP-2009 10:51:30:140] nscon: exit (0)
[14-SEP-2009 10:51:30:140] nsdo: nsctxrnk=0
[14-SEP-2009 10:51:30:140] nsdo: normal exit
[14-SEP-2009 10:51:30:140] nsdo: entry
[14-SEP-2009 10:51:30:140] nsdo: cid=0, opcode=68, *bl=512, *what=9, uflgs=0x0, cflgs=0x3
[14-SEP-2009 10:51:30:140] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:51:30:140] nsdo: nsctx: state=2, flg=0x4005, mvd=0
[14-SEP-2009 10:51:30:140] nsdo: gtn=10, gtc=10, ptn=10, ptc=2011
[14-SEP-2009 10:51:30:140] nscon: entry
[14-SEP-2009 10:51:30:140] nscon: recving a packet
[14-SEP-2009 10:51:30:140] nsprecv: entry
[14-SEP-2009 10:51:30:140] nsprecv: reading from transport...
[14-SEP-2009 10:51:30:140] nttrd: entry
[14-SEP-2009 10:51:30:375] nttrd: socket 288 had bytes read=8
[14-SEP-2009 10:51:30:375] nttrd: exit
[14-SEP-2009 10:51:30:375] nsprecv: 8 bytes from transport
[14-SEP-2009 10:51:30:375] nsprecv: tlen=8, plen=8, type=11
[14-SEP-2009 10:51:30:375] nsprecv: packet dump
[14-SEP-2009 10:51:30:375] nsprecv: 00 08 00 00 0B 00 00 00 |........|
[14-SEP-2009 10:51:30:375] nsprecv: normal exit
[14-SEP-2009 10:51:30:375] nscon: got NSPTRS packet
[14-SEP-2009 10:51:30:375] nscon: no connect data
[14-SEP-2009 10:51:30:375] nscon: exit (0)
[14-SEP-2009 10:51:30:375] nsdo: nsctxrnk=0
[14-SEP-2009 10:51:30:375] nsdo: normal exit
[14-SEP-2009 10:51:30:375] nsdo: entry
[14-SEP-2009 10:51:30:375] nsdo: cid=0, opcode=67, *bl=216, *what=8, uflgs=0x0, cflgs=0x3
[14-SEP-2009 10:51:30:375] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:51:30:375] nsdo: nsctx: state=2, flg=0x4005, mvd=0
[14-SEP-2009 10:51:30:375] nsdo: gtn=10, gtc=10, ptn=10, ptc=2011
[14-SEP-2009 10:51:30:375] nscon: entry
[14-SEP-2009 10:51:30:375] nscon: sending NSPTCN packet
[14-SEP-2009 10:51:30:375] nspsend: entry
[14-SEP-2009 10:51:30:375] nspsend: plen=274, type=1
[14-SEP-2009 10:51:30:375] nttwr: entry
[14-SEP-2009 10:51:30:375] nttwr: socket 288 had bytes written=274
[14-SEP-2009 10:51:30:375] nttwr: exit
[14-SEP-2009 10:51:30:375] nspsend: packet dump
[14-SEP-2009 10:51:30:375] nspsend: 01 12 00 00 01 00 00 00 |........|
[14-SEP-2009 10:51:30:375] nspsend: 01 39 01 2C 00 00 08 00 |.9.,....|
[14-SEP-2009 10:51:30:375] nspsend: 7F FF C6 0E 00 00 01 00 |........|
[14-SEP-2009 10:51:30:375] nspsend: 00 D8 00 3A 00 00 02 00 |...:....|
[14-SEP-2009 10:51:30:375] nspsend: 61 61 00 00 00 00 00 00 |aa......|
[14-SEP-2009 10:51:30:375] nspsend: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 10:51:30:375] nspsend: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 10:51:30:375] nspsend: 00 00 28 44 45 53 43 52 |..(DESCR|
[14-SEP-2009 10:51:30:375] nspsend: 49 50 54 49 4F 4E 3D 28 |IPTION=(|
[14-SEP-2009 10:51:30:375] nspsend: 41 44 44 52 45 53 53 3D |ADDRESS=|
[14-SEP-2009 10:51:30:375] nspsend: 28 50 52 4F 54 4F 43 4F |(PROTOCO|
[14-SEP-2009 10:51:30:375] nspsend: 4C 3D 54 43 50 29 28 48 |L=TCP)(H|
[14-SEP-2009 10:51:30:375] nspsend: 4F 53 54 3D 31 30 2E 35 |OST=10.5|
[14-SEP-2009 10:51:30:375] nspsend: 32 2E 32 34 38 2E 35 36 |2.248.56|
[14-SEP-2009 10:51:30:375] nspsend: 29 28 50 4F 52 54 3D 31 |)(PORT=1|
[14-SEP-2009 10:51:30:375] nspsend: 35 32 31 29 29 28 43 4F |521))(CO|
[14-SEP-2009 10:51:30:375] nspsend: 4E 4E 45 43 54 5F 44 41 |NNECT_DA|
[14-SEP-2009 10:51:30:375] nspsend: 54 41 3D 28 53 45 52 56 |TA=(SERV|
[14-SEP-2009 10:51:30:375] nspsend: 45 52 3D 44 45 44 49 43 |ER=DEDIC|
[14-SEP-2009 10:51:30:375] nspsend: 41 54 45 44 29 28 53 49 |ATED)(SI|
[14-SEP-2009 10:51:30:375] nspsend: 44 3D 44 45 44 57 52 50 |D=DEDWRP|
[14-SEP-2009 10:51:30:375] nspsend: 30 31 29 28 43 49 44 3D |01)(CID=|
[14-SEP-2009 10:51:30:375] nspsend: 28 50 52 4F 47 52 41 4D |(PROGRAM|
[14-SEP-2009 10:51:30:375] nspsend: 3D 43 3A 5C 6F 72 61 63 |=C:\orac|
[14-SEP-2009 10:51:30:375] nspsend: 6C 65 5C 70 72 6F 64 75 |le\produ|
[14-SEP-2009 10:51:30:375] nspsend: 63 74 5C 31 30 2E 32 2E |ct\10.2.|
[14-SEP-2009 10:51:30:375] nspsend: 30 5C 63 6C 69 65 6E 74 |0\client|
[14-SEP-2009 10:51:30:375] nspsend: 5F 31 5C 42 49 4E 5C 73 |_1\BIN\s|
[14-SEP-2009 10:51:30:375] nspsend: 71 6C 70 6C 75 73 77 2E |qlplusw.|
[14-SEP-2009 10:51:30:375] nspsend: 65 78 65 29 28 48 4F 53 |exe)(HOS|
[14-SEP-2009 10:51:30:375] nspsend: 54 3D 4B 46 54 55 53 54 |T=KFTUST|
[14-SEP-2009 10:51:30:375] nspsend: 58 50 4C 41 4B 43 52 30 |XPLAKCR0|
[14-SEP-2009 10:51:30:375] nspsend: 31 29 28 55 53 45 52 3D |1)(USER=|
[14-SEP-2009 10:51:30:375] nspsend: 73 7A 68 78 6D 6D 29 29 |szhxmm))|
[14-SEP-2009 10:51:30:375] nspsend: 29 29 |)) |
[14-SEP-2009 10:51:30:375] nspsend: 274 bytes to transport
[14-SEP-2009 10:51:30:375] nspsend: normal exit
[14-SEP-2009 10:51:30:375] nscon: exit (0)
[14-SEP-2009 10:51:30:375] nsdo: nsctxrnk=0
[14-SEP-2009 10:51:30:375] nsdo: normal exit
[14-SEP-2009 10:51:30:375] nsdo: entry
[14-SEP-2009 10:51:30:375] nsdo: cid=0, opcode=68, *bl=512, *what=9, uflgs=0x0, cflgs=0x3
[14-SEP-2009 10:51:30:375] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:51:30:375] nsdo: nsctx: state=2, flg=0x4005, mvd=0
[14-SEP-2009 10:51:30:375] nsdo: gtn=10, gtc=10, ptn=10, ptc=2011
[14-SEP-2009 10:51:30:375] nscon: entry
[14-SEP-2009 10:51:30:375] nscon: recving a packet
[14-SEP-2009 10:51:30:375] nsprecv: entry
[14-SEP-2009 10:51:30:375] nsprecv: reading from transport...
[14-SEP-2009 10:51:30:375] nttrd: entry
[14-SEP-2009 10:51:30:500] nttrd: socket 288 had bytes read=32
[14-SEP-2009 10:51:30:500] nttrd: exit
[14-SEP-2009 10:51:30:500] nsprecv: 32 bytes from transport
[14-SEP-2009 10:51:30:500] nsprecv: tlen=32, plen=32, type=2
[14-SEP-2009 10:51:30:500] nsprecv: packet dump
[14-SEP-2009 10:51:30:500] nsprecv: 00 20 00 00 02 00 00 00 |........|
[14-SEP-2009 10:51:30:500] nsprecv: 01 39 00 00 08 00 7F FF |.9......|
[14-SEP-2009 10:51:30:500] nsprecv: 00 01 00 00 00 20 61 41 |......aA|
[14-SEP-2009 10:51:30:500] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 10:51:30:500] nsprecv: normal exit
[14-SEP-2009 10:51:30:500] nscon: got NSPTAC packet
[14-SEP-2009 10:51:30:500] nsconneg: entry
[14-SEP-2009 10:51:30:500] nsconneg: vsn=313, gbl=0x0, sdu=2048, tdu=32767
[14-SEP-2009 10:51:30:500] nsconneg: normal exit
[14-SEP-2009 10:51:30:500] nscon: no connect data
[14-SEP-2009 10:51:30:500] nscon: connect handshake is complete
[14-SEP-2009 10:51:30:500] nscon: nsctxinf[0]=0x61, [1]=0x41
[14-SEP-2009 10:51:30:500] nscon: normal exit
[14-SEP-2009 10:51:30:500] nsdo: nsctxrnk=0
[14-SEP-2009 10:51:30:500] nsdo: normal exit
[14-SEP-2009 10:51:30:500] nsnaconn: entry
[14-SEP-2009 10:51:30:500] nagetctxinfo: entry
[14-SEP-2009 10:51:30:500] nagetctxinfo: exit
[14-SEP-2009 10:51:30:500] nsnainconn: entry
[14-SEP-2009 10:51:30:500] nsnainconn: inf->nsinfflg[0]: 0x61 inf->nsinfflg[1]: 0x41
[14-SEP-2009 10:51:30:500] nsnainconn: "or" info flags: 0x61 Translations follow:
native service(s) is (are) wanted

[14-SEP-2009 10:51:30:500] nsnainconn: "or" info flags: 0x61 Translations follow:
native service(s) is (are) wanted
"and" info flags: 0x41 Translations follow:
native service(s) is (are) wanted

[14-SEP-2009 10:51:30:500] nsnainconn: normal exit
[14-SEP-2009 10:51:30:500] nsnadoconn: entry
[14-SEP-2009 10:51:30:500] naconnect: entry
[14-SEP-2009 10:51:30:500] naconnect: >>>>>>> PASS: 0
[14-SEP-2009 10:51:30:500] na_init_connection: entry
[14-SEP-2009 10:51:30:500] na_info: entry
[14-SEP-2009 10:51:30:500] nas_version: entry
[14-SEP-2009 10:51:30:500] nas_version: exit
[14-SEP-2009 10:51:30:500] nacomsu: entry
[14-SEP-2009 10:51:30:500] nacomfsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: exit
[14-SEP-2009 10:51:30:500] nacomsu: sending version stamp 0xa200100
[14-SEP-2009 10:51:30:500] nacomdp: entry
[14-SEP-2009 10:51:30:500] nacomdp: direction: outbound
service: supervisor
data type: version stamp
data length: 4
[14-SEP-2009 10:51:30:500] nacomdp: exit
[14-SEP-2009 10:51:30:500] nacomsu: exit
[14-SEP-2009 10:51:30:500] na_info: Oracle Advanced Security: supervisor service for 32-bit Windows: Version 10.2.0.1.0 - Production
[14-SEP-2009 10:51:30:500] nau_info: entry
[14-SEP-2009 10:51:30:500] nau_info: exit
[14-SEP-2009 10:51:30:500] nacomsu: entry
[14-SEP-2009 10:51:30:500] nacomfsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: exit
[14-SEP-2009 10:51:30:500] nacomsu: sending version stamp 0xa200100
[14-SEP-2009 10:51:30:500] nacomdp: entry
[14-SEP-2009 10:51:30:500] nacomdp: direction: outbound
service: authentication
data type: version stamp
data length: 4
[14-SEP-2009 10:51:30:500] nacomdp: exit
[14-SEP-2009 10:51:30:500] nacomsu: exit
[14-SEP-2009 10:51:30:500] na_info: Oracle Advanced Security: authentication service for 32-bit Windows: Version 10.2.0.1.0 - Production
[14-SEP-2009 10:51:30:500] nacomsu: entry
[14-SEP-2009 10:51:30:500] nacomfsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: exit
[14-SEP-2009 10:51:30:500] nacomsu: sending version stamp 0xa200100
[14-SEP-2009 10:51:30:500] nacomdp: entry
[14-SEP-2009 10:51:30:500] nacomdp: direction: outbound
service: encryption
data type: version stamp
data length: 4
[14-SEP-2009 10:51:30:500] nacomdp: exit
[14-SEP-2009 10:51:30:500] nacomsu: exit
[14-SEP-2009 10:51:30:500] na_info: Oracle Advanced Security: encryption service for 32-bit Windows: Version 10.2.0.1.0 - Production
[14-SEP-2009 10:51:30:500] nacomsu: entry
[14-SEP-2009 10:51:30:500] nacomfsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: exit
[14-SEP-2009 10:51:30:500] nacomsu: sending version stamp 0xa200100
[14-SEP-2009 10:51:30:500] nacomdp: entry
[14-SEP-2009 10:51:30:500] nacomdp: direction: outbound
service: crypto-checksumming
data type: version stamp
data length: 4
[14-SEP-2009 10:51:30:500] nacomdp: exit
[14-SEP-2009 10:51:30:500] nacomsu: exit
[14-SEP-2009 10:51:30:500] na_info: Oracle Advanced Security: crypto-checksumming service for 32-bit Windows: Version 10.2.0.1.0 - Production
[14-SEP-2009 10:51:30:500] na_info: exit
[14-SEP-2009 10:51:30:500] na_init_connection: exit
[14-SEP-2009 10:51:30:500] na_client: entry
[14-SEP-2009 10:51:30:500] na_ccas: entry
[14-SEP-2009 10:51:30:500] nas_ccn: entry
[14-SEP-2009 10:51:30:500] nas_ccn: Connection ID: 001e382c20afa
[14-SEP-2009 10:51:30:500] nacomsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: exit
[14-SEP-2009 10:51:30:500] nacomdp: entry
[14-SEP-2009 10:51:30:500] nacomdp: direction: outbound
service: supervisor
data type: raw data
data length: 8
[14-SEP-2009 10:51:30:500] nacomdp: exit
[14-SEP-2009 10:51:30:500] nacomsd: exit
[14-SEP-2009 10:51:30:500] nacomsa: entry
[14-SEP-2009 10:51:30:500] nacomfsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: exit
[14-SEP-2009 10:51:30:500] nacomsa: Sending array of type 2 byte numeric with 4 elements
[14-SEP-2009 10:51:30:500] nacomdp: entry
[14-SEP-2009 10:51:30:500] nacomdp: direction: outbound
service: supervisor
data type: raw data
data length: 18
[14-SEP-2009 10:51:30:500] nacomdp: exit
[14-SEP-2009 10:51:30:500] nacomsa: exit
[14-SEP-2009 10:51:30:500] nas_ccn: exit
[14-SEP-2009 10:51:30:500] nau_ccn: entry
[14-SEP-2009 10:51:30:500] nau_gpl: entry
[14-SEP-2009 10:51:30:500] nau_csl: entry
[14-SEP-2009 10:51:30:500] nau_csl: exit
[14-SEP-2009 10:51:30:500] nau_grl: entry
[14-SEP-2009 10:51:30:500] nau_rsp: entry
[14-SEP-2009 10:51:30:500] nau_rsp: exit
[14-SEP-2009 10:51:30:500] nau_grl: exit
[14-SEP-2009 10:51:30:500] nau_gpl: exit
[14-SEP-2009 10:51:30:500] nau_css: entry
[14-SEP-2009 10:51:30:500] nau_csct: entry
[14-SEP-2009 10:51:30:500] nau_csct: sending connection type: client/server
[14-SEP-2009 10:51:30:500] nacomsu: entry
[14-SEP-2009 10:51:30:500] nacomfsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: exit
[14-SEP-2009 10:51:30:500] nacomsu: sending 2 byte numeric 57569
[14-SEP-2009 10:51:30:500] nacomdp: entry
[14-SEP-2009 10:51:30:500] nacomdp: direction: outbound
service: authentication
data type: 2 byte numeric
data length: 2
[14-SEP-2009 10:51:30:500] nacomdp: exit
[14-SEP-2009 10:51:30:500] nacomsu: exit
[14-SEP-2009 10:51:30:500] nau_csct: exit
[14-SEP-2009 10:51:30:500] nau_cst: entry
[14-SEP-2009 10:51:30:500] nau_cst: sending client status: authentication not required

[14-SEP-2009 10:51:30:500] nacomsu: entry
[14-SEP-2009 10:51:30:500] nacomfsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: exit
[14-SEP-2009 10:51:30:500] nacomsu: sending status 0xfcff
[14-SEP-2009 10:51:30:500] nacomdp: entry
[14-SEP-2009 10:51:30:500] nacomdp: direction: outbound
service: authentication
data type: status
data length: 2
[14-SEP-2009 10:51:30:500] nacomdp: exit
[14-SEP-2009 10:51:30:500] nacomsu: exit
[14-SEP-2009 10:51:30:500] nau_cst: exit
[14-SEP-2009 10:51:30:500] nau_css: client sending adapter - type: auth. service name: NTS
[14-SEP-2009 10:51:30:500] nacomsu: entry
[14-SEP-2009 10:51:30:500] nacomfsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: exit
[14-SEP-2009 10:51:30:500] nacomsu: sending 1 byte numeric 1
[14-SEP-2009 10:51:30:500] nacomdp: entry
[14-SEP-2009 10:51:30:500] nacomdp: direction: outbound
service: authentication
data type: 1 byte numeric
data length: 1
[14-SEP-2009 10:51:30:500] nacomdp: exit
[14-SEP-2009 10:51:30:500] nacomsu: exit
[14-SEP-2009 10:51:30:500] nacomsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: exit
[14-SEP-2009 10:51:30:500] nacomdp: entry
[14-SEP-2009 10:51:30:500] nacomdp: direction: outbound
service: authentication
data type: string
data length: 3
[14-SEP-2009 10:51:30:500] nacomdp: exit
[14-SEP-2009 10:51:30:500] nacomsd: exit
[14-SEP-2009 10:51:30:500] nau_css: exit
[14-SEP-2009 10:51:30:500] nau_ccn: exit
[14-SEP-2009 10:51:30:500] naeecn: entry
[14-SEP-2009 10:51:30:500] nacomsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: exit
[14-SEP-2009 10:51:30:500] nacomdp: entry
[14-SEP-2009 10:51:30:500] nacomdp: direction: outbound
service: encryption
data type: raw data
data length: 12
[14-SEP-2009 10:51:30:500] nacomdp: exit
[14-SEP-2009 10:51:30:500] nacomsd: exit
[14-SEP-2009 10:51:30:500] naeecn: exit
[14-SEP-2009 10:51:30:500] naeccn: entry
[14-SEP-2009 10:51:30:500] nacomsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: entry
[14-SEP-2009 10:51:30:500] nacomfsd: exit
[14-SEP-2009 10:51:30:500] nacomdp: entry
[14-SEP-2009 10:51:30:500] nacomdp: direction: outbound
service: crypto-checksumming
data type: raw data
data length: 3
[14-SEP-2009 10:51:30:500] nacomdp: exit
[14-SEP-2009 10:51:30:500] nacomsd: exit
[14-SEP-2009 10:51:30:500] naeccn: exit
[14-SEP-2009 10:51:30:500] na_ccas: exit
[14-SEP-2009 10:51:30:500] nacomsn: entry
[14-SEP-2009 10:51:30:500] nacomap: entry
[14-SEP-2009 10:51:30:500] nacomap: Packet length 158
# of services 4
Error sent? FALSE
[14-SEP-2009 10:51:30:500] nacomap: Version transmitted: Oracle Advanced Security: Oracle Advanced Security for 32-bit Windows: Version 10.2.0.1.0 - Production
[14-SEP-2009 10:51:30:500] nacomps: entry
[14-SEP-2009 10:51:30:500] nacomps: service supervisor
# of fields 3
ORACLE error 0
[14-SEP-2009 10:51:30:500] nacomps: data length 4
data type version stamp
[14-SEP-2009 10:51:30:500] nacomps: data length 8
data type raw data
[14-SEP-2009 10:51:30:500] nacomps: data length 18
data type raw data
[14-SEP-2009 10:51:30:500] nacomps: service authentication
# of fields 5
ORACLE error 0
[14-SEP-2009 10:51:30:500] nacomps: data length 4
data type version stamp
[14-SEP-2009 10:51:30:500] nacomps: data length 2
data type 2 byte numeric
[14-SEP-2009 10:51:30:500] nacomps: data length 2
data type status
[14-SEP-2009 10:51:30:500] nacomps: data length 1
data type 1 byte numeric
[14-SEP-2009 10:51:30:500] nacomps: data length 3
data type string
[14-SEP-2009 10:51:30:500] nacomps: service encryption
# of fields 2
ORACLE error 0
[14-SEP-2009 10:51:30:500] nacomps: data length 4
data type version stamp
[14-SEP-2009 10:51:30:500] nacomps: data length 12
data type raw data
[14-SEP-2009 10:51:30:500] nacomps: service crypto-checksumming
# of fields 2
ORACLE error 0
[14-SEP-2009 10:51:30:500] nacomps: data length 4
data type version stamp
[14-SEP-2009 10:51:30:500] nacomps: data length 3
data type raw data
[14-SEP-2009 10:51:30:500] nacomps: exit
[14-SEP-2009 10:51:30:500] nacomap: exit
[14-SEP-2009 10:51:30:500] nacomsn: sending 158 bytes
[14-SEP-2009 10:51:30:500] nsnasend: entry
[14-SEP-2009 10:51:30:500] nsnasend: bytes to send: 158
[14-SEP-2009 10:51:30:500] nsdo: entry
[14-SEP-2009 10:51:30:500] nsdo: cid=0, opcode=67, *bl=158, *what=1, uflgs=0x22, cflgs=0x3
[14-SEP-2009 10:51:30:500] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:51:30:500] nsdo: nsctx: state=8, flg=0x2400d, mvd=0
[14-SEP-2009 10:51:30:500] nsdo: gtn=32, gtc=32, ptn=10, ptc=2011
[14-SEP-2009 10:51:30:500] nsdo: 158 bytes to NS buffer
[14-SEP-2009 10:51:30:500] nsdoacts: entry
[14-SEP-2009 10:51:30:500] nsdofls: entry
[14-SEP-2009 10:51:30:500] nsdofls: DATA flags: 0x0
[14-SEP-2009 10:51:30:500] nsdofls: sending NSPTDA packet
[14-SEP-2009 10:51:30:500] nspsend: entry
[14-SEP-2009 10:51:30:500] nspsend: plen=168, type=6
[14-SEP-2009 10:51:30:500] nttwr: entry
[14-SEP-2009 10:51:30:500] nttwr: socket 288 had bytes written=168
[14-SEP-2009 10:51:30:500] nttwr: exit
[14-SEP-2009 10:51:30:500] nspsend: packet dump
[14-SEP-2009 10:51:30:500] nspsend: 00 A8 00 00 06 00 00 00 |........|
[14-SEP-2009 10:51:30:500] nspsend: 00 00 DE AD BE EF 00 9E |........|
[14-SEP-2009 10:51:30:500] nspsend: 0A 20 01 00 00 04 00 00 |........|
[14-SEP-2009 10:51:30:500] nspsend: 04 00 03 00 00 00 00 00 |........|
[14-SEP-2009 10:51:30:500] nspsend: 04 00 05 0A 20 01 00 00 |........|
[14-SEP-2009 10:51:30:500] nspsend: 08 00 01 00 00 1E 38 2C |......8,|
[14-SEP-2009 10:51:30:500] nspsend: 20 0A FA 00 12 00 01 DE |........|
[14-SEP-2009 10:51:30:500] nspsend: AD BE EF 00 03 00 00 00 |........|
[14-SEP-2009 10:51:30:500] nspsend: 04 00 04 00 01 00 01 00 |........|
[14-SEP-2009 10:51:30:500] nspsend: 02 00 01 00 05 00 00 00 |........|
[14-SEP-2009 10:51:30:500] nspsend: 00 00 04 00 05 0A 20 01 |........|
[14-SEP-2009 10:51:30:500] nspsend: 00 00 02 00 03 E0 E1 00 |........|
[14-SEP-2009 10:51:30:500] nspsend: 02 00 06 FC FF 00 01 00 |........|
[14-SEP-2009 10:51:30:500] nspsend: 02 01 00 03 00 00 4E 54 |......NT|
[14-SEP-2009 10:51:30:500] nspsend: 53 00 02 00 02 00 00 00 |S.......|
[14-SEP-2009 10:51:30:500] nspsend: 00 00 04 00 05 0A 20 01 |........|
[14-SEP-2009 10:51:30:500] nspsend: 00 00 0C 00 01 00 11 06 |........|
[14-SEP-2009 10:51:30:500] nspsend: 10 0C 0F 0A 0B 08 02 01 |........|
[14-SEP-2009 10:51:30:500] nspsend: 03 00 03 00 02 00 00 00 |........|
[14-SEP-2009 10:51:30:500] nspsend: 00 00 04 00 05 0A 20 01 |........|
[14-SEP-2009 10:51:30:500] nspsend: 00 00 03 00 01 00 03 01 |........|
[14-SEP-2009 10:51:30:500] nspsend: 168 bytes to transport
[14-SEP-2009 10:51:30:500] nspsend: normal exit
[14-SEP-2009 10:51:30:500] nsdofls: exit (0)
[14-SEP-2009 10:51:30:500] nsdoacts: flushing transport
[14-SEP-2009 10:51:30:500] nttctl: entry
[14-SEP-2009 10:51:30:500] nsdoacts: normal exit
[14-SEP-2009 10:51:30:500] nsdo: nsctxrnk=0
[14-SEP-2009 10:51:30:500] nsdo: normal exit
[14-SEP-2009 10:51:30:500] nsnasend: normal exit
[14-SEP-2009 10:51:30:500] nacompd: entry
[14-SEP-2009 10:51:30:500] nacompd: exit
[14-SEP-2009 10:51:30:500] nacomsn: exit
[14-SEP-2009 10:51:30:500] na_receive_packet: entry
[14-SEP-2009 10:51:30:500] nacomrc: entry
[14-SEP-2009 10:51:30:500] nsnareceive: entry
[14-SEP-2009 10:51:30:500] nsnareceive: buffer address: 0x127c9c bytes wanted: 2048
[14-SEP-2009 10:51:30:500] nsnareceive: calling NS to receive 2048 bytes into address 0x127c9c
[14-SEP-2009 10:51:30:500] nsdo: entry
[14-SEP-2009 10:51:30:500] nsdo: cid=0, opcode=68, *bl=2048, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 10:51:30:500] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:51:30:500] nsdo: nsctx: state=8, flg=0x2400d, mvd=0
[14-SEP-2009 10:51:30:500] nsdo: gtn=32, gtc=32, ptn=10, ptc=2011
[14-SEP-2009 10:51:30:500] nsrdr: entry
[14-SEP-2009 10:51:30:500] nsrdr: recving a packet
[14-SEP-2009 10:51:30:500] nsprecv: entry
[14-SEP-2009 10:51:30:500] nsprecv: reading from transport...
[14-SEP-2009 10:51:30:500] nttrd: entry
[14-SEP-2009 10:51:30:625] nttrd: socket 288 had bytes read=127
[14-SEP-2009 10:51:30:625] nttrd: exit
[14-SEP-2009 10:51:30:625] nsprecv: 127 bytes from transport
[14-SEP-2009 10:51:30:625] nsprecv: tlen=127, plen=127, type=6
[14-SEP-2009 10:51:30:625] nsprecv: packet dump
[14-SEP-2009 10:51:30:625] nsprecv: 00 7F 00 00 06 00 00 00 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 00 00 DE AD BE EF 00 75 |.......u|
[14-SEP-2009 10:51:30:625] nsprecv: 0A 20 04 00 00 04 00 00 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 04 00 03 00 00 00 00 00 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 04 00 05 0A 20 04 00 00 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 02 00 06 00 1F 00 0E 00 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 01 DE AD BE EF 00 03 00 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 00 00 02 00 04 00 01 00 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 01 00 02 00 00 00 00 00 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 04 00 05 0A 20 04 00 00 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 02 00 06 FB FF 00 02 00 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 02 00 00 00 00 00 04 00 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 05 0A 20 04 00 00 01 00 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 02 00 00 03 00 02 00 00 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 00 00 00 04 00 05 0A 20 |........|
[14-SEP-2009 10:51:30:625] nsprecv: 04 00 00 01 00 02 00 |....... |
[14-SEP-2009 10:51:30:625] nsprecv: normal exit
[14-SEP-2009 10:51:30:625] nsrdr: got NSPTDA packet
[14-SEP-2009 10:51:30:625] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 10:51:30:625] nsrdr: normal exit
[14-SEP-2009 10:51:30:625] nsdo: *what=1, *bl=2048
[14-SEP-2009 10:51:30:625] nsdo: 117 bytes from NS buffer
[14-SEP-2009 10:51:30:625] nsdo: nsctxrnk=0
[14-SEP-2009 10:51:30:625] nsdo: normal exit
[14-SEP-2009 10:51:30:625] nsnareceive: received 117 bytes
[14-SEP-2009 10:51:30:625] nsnareceive: no more data to receive - returning
[14-SEP-2009 10:51:30:625] nsnareceive: normal exit
[14-SEP-2009 10:51:30:625] nsnareceive: total bytes received: 117
[14-SEP-2009 10:51:30:640] nacomrc: received 117 bytes
[14-SEP-2009 10:51:30:640] nacomrc: total data length: 117 bytes
[14-SEP-2009 10:51:30:640] nacomrc: Version received: Oracle Advanced Security: Oracle Advanced Security for 32-bit Windows: Version 10.2.0.4.0 - Production
[14-SEP-2009 10:51:30:640] nacomrc: Length 117
# of services 4
Error rec'd? FALSE
[14-SEP-2009 10:51:30:640] nacomus: entry
[14-SEP-2009 10:51:30:640] nacomus: service supervisor
# of fields 3
ORACLE error 0
[14-SEP-2009 10:51:30:640] nacomdp: entry
[14-SEP-2009 10:51:30:640] nacomdp: direction: inbound
service: supervisor
data type: version stamp
data length: 4
[14-SEP-2009 10:51:30:640] nacomdp: exit
[14-SEP-2009 10:51:30:640] nacomdp: entry
[14-SEP-2009 10:51:30:640] nacomdp: direction: inbound
service: supervisor
data type: status
data length: 2
[14-SEP-2009 10:51:30:640] nacomdp: exit
[14-SEP-2009 10:51:30:640] nacomdp: entry
[14-SEP-2009 10:51:30:640] nacomdp: direction: inbound
service: supervisor
data type: raw data
data length: 14
[14-SEP-2009 10:51:30:640] nacomdp: exit
[14-SEP-2009 10:51:30:640] nacomus: exit
[14-SEP-2009 10:51:30:640] nacomus: entry
[14-SEP-2009 10:51:30:640] nacomus: service authentication
# of fields 2
ORACLE error 0
[14-SEP-2009 10:51:30:640] nacomdp: entry
[14-SEP-2009 10:51:30:640] nacomdp: direction: inbound
service: authentication
data type: version stamp
data length: 4
[14-SEP-2009 10:51:30:640] nacomdp: exit
[14-SEP-2009 10:51:30:640] nacomdp: entry
[14-SEP-2009 10:51:30:640] nacomdp: direction: inbound
service: authentication
data type: status
data length: 2
[14-SEP-2009 10:51:30:640] nacomdp: exit
[14-SEP-2009 10:51:30:640] nacomus: exit
[14-SEP-2009 10:51:30:640] nacomus: entry
[14-SEP-2009 10:51:30:640] nacomus: service encryption
# of fields 2
ORACLE error 0
[14-SEP-2009 10:51:30:640] nacomdp: entry
[14-SEP-2009 10:51:30:640] nacomdp: direction: inbound
service: encryption
data type: version stamp
data length: 4
[14-SEP-2009 10:51:30:640] nacomdp: exit
[14-SEP-2009 10:51:30:640] nacomdp: entry
[14-SEP-2009 10:51:30:640] nacomdp: direction: inbound
service: encryption
data type: 1 byte numeric
data length: 1
[14-SEP-2009 10:51:30:640] nacomdp: exit
[14-SEP-2009 10:51:30:640] nacomus: exit
[14-SEP-2009 10:51:30:640] nacomus: entry
[14-SEP-2009 10:51:30:640] nacomus: service crypto-checksumming
# of fields 2
ORACLE error 0
[14-SEP-2009 10:51:30:640] nacomdp: entry
[14-SEP-2009 10:51:30:640] nacomdp: direction: inbound
service: crypto-checksumming
data type: version stamp
data length: 4
[14-SEP-2009 10:51:30:640] nacomdp: exit
[14-SEP-2009 10:51:30:640] nacomdp: entry
[14-SEP-2009 10:51:30:640] nacomdp: direction: inbound
service: crypto-checksumming
data type: 1 byte numeric
data length: 1
[14-SEP-2009 10:51:30:640] nacomdp: exit
[14-SEP-2009 10:51:30:640] nacomus: exit
[14-SEP-2009 10:51:30:640] nacomrc: exit
[14-SEP-2009 10:51:30:640] na_receive_packet: exit
[14-SEP-2009 10:51:30:640] na_csrd: entry
[14-SEP-2009 10:51:30:640] nas_ccn: entry
[14-SEP-2009 10:51:30:640] nacomrp: entry
[14-SEP-2009 10:51:30:640] nacomrp: exit
[14-SEP-2009 10:51:30:640] nas_gusl: exit
[14-SEP-2009 10:51:30:640] nas_ccn: exit
[14-SEP-2009 10:51:30:640] nau_ccn: entry
[14-SEP-2009 10:51:30:640] nau_rpv: entry
[14-SEP-2009 10:51:30:640] nacomrp: entry
[14-SEP-2009 10:51:30:640] nacomrp: exit
[14-SEP-2009 10:51:30:640] nau_rpv: Version received for 32-bit Windows: Version 10.2.0.4.0 - UNKNOWN
[14-SEP-2009 10:51:30:640] nau_rpv: Connection version for 32-bit Windows: Version 10.2.0.1.0 - UNKNOWN
[14-SEP-2009 10:51:30:640] nau_rpv: adapter version communication is supported by other process
[14-SEP-2009 10:51:30:640] nau_rpv: exit
[14-SEP-2009 10:51:30:640] nau_cga: entry
[14-SEP-2009 10:51:30:640] nacomrp: entry
[14-SEP-2009 10:51:30:640] nacomrp: exit
[14-SEP-2009 10:51:30:640] nau_cga: exit
[14-SEP-2009 10:51:30:640] nau_ccn: client handshake succeeded
[14-SEP-2009 10:51:30:640] nau_ccn: exit
[14-SEP-2009 10:51:30:640] naeecn: entry
[14-SEP-2009 10:51:30:640] nacomrp: entry
[14-SEP-2009 10:51:30:640] nacomrp: exit
[14-SEP-2009 10:51:30:640] nacomrp: entry
[14-SEP-2009 10:51:30:640] nacomrp: exit
[14-SEP-2009 10:51:30:640] naeecn: exit
[14-SEP-2009 10:51:30:640] naeccn: entry
[14-SEP-2009 10:51:30:640] nacomrp: entry
[14-SEP-2009 10:51:30:640] nacomrp: exit
[14-SEP-2009 10:51:30:640] nacomrp: entry
[14-SEP-2009 10:51:30:640] nacomrp: exit
[14-SEP-2009 10:51:30:640] naeccn: exit
[14-SEP-2009 10:51:30:640] na_csrd: exit
[14-SEP-2009 10:51:30:640] na_client: all services done
[14-SEP-2009 10:51:30:640] na_client: exit
[14-SEP-2009 10:51:30:640] na_coco: entry
[14-SEP-2009 10:51:30:640] nau_cco: entry
[14-SEP-2009 10:51:30:640] nau_dis: entry
[14-SEP-2009 10:51:30:640] nau_dis: exit
[14-SEP-2009 10:51:30:640] nau_cco: exit
[14-SEP-2009 10:51:30:640] naeecom: entry
[14-SEP-2009 10:51:30:640] naeecom: Encryption inactive[14-SEP-2009 10:51:30:640] naeecom: exit
[14-SEP-2009 10:51:30:640] naeccom: entry
[14-SEP-2009 10:51:30:640] naeccom: Crypto-Checksumming inactive[14-SEP-2009 10:51:30:640] naeccom: exit
[14-SEP-2009 10:51:30:640] na_tns: entry
[14-SEP-2009 10:51:30:640] na_tns: Secure Network Services is available.
[14-SEP-2009 10:51:30:640] nau_adi: entry
[14-SEP-2009 10:51:30:640] nau_adi: exit
[14-SEP-2009 10:51:30:640] na_tns: authentication is not active
[14-SEP-2009 10:51:30:640] na_tns: encryption is not active
[14-SEP-2009 10:51:30:640] na_tns: crypto-checksumming is not active
[14-SEP-2009 10:51:30:640] na_tns: exit
[14-SEP-2009 10:51:30:640] na_coco: exit
[14-SEP-2009 10:51:30:640] naconnect: exit
[14-SEP-2009 10:51:30:640] nsnafinishconn: entry
[14-SEP-2009 10:51:30:640] nagetctxinfo: entry
[14-SEP-2009 10:51:30:640] nagetctxinfo: exit
[14-SEP-2009 10:51:30:640] nsnafinishconn: normal exit
[14-SEP-2009 10:51:30:640] nsnadoconn: normal exit
[14-SEP-2009 10:51:30:640] nsnaconn: normal exit
[14-SEP-2009 10:51:30:640] nscall: normal exit
[14-SEP-2009 10:51:30:640] niotns: niotns: passing ns handle back up...
[14-SEP-2009 10:51:30:640] nsballoc: entry
[14-SEP-2009 10:51:30:640] nsbgetfl: entry
[14-SEP-2009 10:51:30:640] nsbgetfl: normal exit
[14-SEP-2009 10:51:30:640] nsballoc: normal exit
[14-SEP-2009 10:51:30:640] nsballoc: entry
[14-SEP-2009 10:51:30:640] nsbgetfl: entry
[14-SEP-2009 10:51:30:640] nsbgetfl: normal exit
[14-SEP-2009 10:51:30:640] nsballoc: normal exit
[14-SEP-2009 10:51:30:640] niotns: exit
[14-SEP-2009 10:51:30:640] nioqrc: entry
[14-SEP-2009 10:51:30:640] nsdo: entry
[14-SEP-2009 10:51:30:640] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 10:51:30:640] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:51:30:640] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 10:51:30:640] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 10:51:30:640] nsdofls: entry
[14-SEP-2009 10:51:30:640] nsdofls: DATA flags: 0x0
[14-SEP-2009 10:51:30:640] nsdofls: sending NSPTDA packet
[14-SEP-2009 10:51:30:640] nspsend: entry
[14-SEP-2009 10:51:30:640] nspsend: plen=37, type=6
[14-SEP-2009 10:51:30:640] nttwr: entry
[14-SEP-2009 10:51:30:640] nttwr: socket 288 had bytes written=37
[14-SEP-2009 10:51:30:640] nttwr: exit
[14-SEP-2009 10:51:30:640] nspsend: packet dump
[14-SEP-2009 10:51:30:640] nspsend: 00 25 00 00 06 00 00 00 |.%......|
[14-SEP-2009 10:51:30:640] nspsend: 00 00 01 06 05 04 03 02 |........|
[14-SEP-2009 10:51:30:640] nspsend: 01 00 49 42 4D 50 43 2F |..IBMPC/|
[14-SEP-2009 10:51:30:640] nspsend: 57 49 4E 5F 4E 54 2D 38 |WIN_NT-8|
[14-SEP-2009 10:51:30:640] nspsend: 2E 31 2E 30 00 |.1.0. |
[14-SEP-2009 10:51:30:640] nspsend: 37 bytes to transport
[14-SEP-2009 10:51:30:640] nspsend: normal exit
[14-SEP-2009 10:51:30:640] nsdofls: exit (0)
[14-SEP-2009 10:51:30:640] nsdo: nsctxrnk=0
[14-SEP-2009 10:51:30:640] nsdo: normal exit
[14-SEP-2009 10:51:30:640] nsdo: entry
[14-SEP-2009 10:51:30:640] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 10:51:30:640] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:51:30:640] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 10:51:30:640] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 10:51:30:640] nsdo: switching to application buffer
[14-SEP-2009 10:51:30:640] nsrdr: entry
[14-SEP-2009 10:51:30:640] nsrdr: recving a packet
[14-SEP-2009 10:51:30:640] nsprecv: entry
[14-SEP-2009 10:51:30:640] nsprecv: reading from transport...
[14-SEP-2009 10:51:30:640] nttrd: entry
[14-SEP-2009 10:51:30:765] nttrd: socket 288 had bytes read=180
[14-SEP-2009 10:51:30:765] nttrd: exit
[14-SEP-2009 10:51:30:765] nsprecv: 180 bytes from transport
[14-SEP-2009 10:51:30:765] nsprecv: tlen=180, plen=180, type=6
[14-SEP-2009 10:51:30:765] nsprecv: packet dump
[14-SEP-2009 10:51:30:765] nsprecv: 00 B4 00 00 06 00 00 00 |........|
[14-SEP-2009 10:51:30:765] nsprecv: 00 00 01 06 00 53 56 52 |.....SVR|
[14-SEP-2009 10:51:30:765] nsprecv: 34 2D 62 65 2D 36 34 62 |4-be-64b|
[14-SEP-2009 10:51:30:765] nsprecv: 69 74 2D 38 2E 31 2E 30 |it-8.1.0|
[14-SEP-2009 10:51:30:765] nsprecv: 00 1F 00 01 00 00 00 64 |.......d|
[14-SEP-2009 10:51:30:765] nsprecv: 00 00 00 60 01 24 0F 05 |...`.$..|
[14-SEP-2009 10:51:30:765] nsprecv: 0B 0C 03 0C 0C 05 04 05 |........|
[14-SEP-2009 10:51:30:765] nsprecv: 0D 06 09 07 08 05 05 05 |........|
[14-SEP-2009 10:51:30:765] nsprecv: 05 05 0F 05 05 05 05 05 |........|
[14-SEP-2009 10:51:30:765] nsprecv: 0A 05 05 05 05 05 04 05 |........|
[14-SEP-2009 10:51:30:765] nsprecv: 06 07 08 08 23 47 23 47 |....#G#G|
[14-SEP-2009 10:51:30:765] nsprecv: 08 11 23 08 11 41 B0 47 |..#..A.G|
[14-SEP-2009 10:51:30:765] nsprecv: 00 83 00 1F 07 D0 13 00 |........|
[14-SEP-2009 10:51:30:765] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 10:51:30:765] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 10:51:30:765] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 10:51:30:765] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 10:51:30:765] nsprecv: 00 00 00 00 21 06 01 01 |....!...|
[14-SEP-2009 10:51:30:765] nsprecv: 01 0D 01 01 04 01 01 01 |........|
[14-SEP-2009 10:51:30:765] nsprecv: 01 01 01 01 FF FF 03 08 |........|
[14-SEP-2009 10:51:30:765] nsprecv: 03 03 01 00 3F 01 07 3F |....?..?|
[14-SEP-2009 10:51:30:765] nsprecv: 01 02 01 01 03 01 05 02 |........|
[14-SEP-2009 10:51:30:765] nsprecv: 01 00 01 1C |.... |
[14-SEP-2009 10:51:30:765] nsprecv: normal exit
[14-SEP-2009 10:51:30:765] nsrdr: got NSPTDA packet
[14-SEP-2009 10:51:30:765] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 10:51:30:765] nsrdr: normal exit
[14-SEP-2009 10:51:30:765] nsdo: *what=1, *bl=2001
[14-SEP-2009 10:51:30:765] nsdo: nsctxrnk=0
[14-SEP-2009 10:51:30:765] nsdo: normal exit
[14-SEP-2009 10:51:30:765] nioqrc: exit
[14-SEP-2009 10:51:30:765] nioqsn: entry
[14-SEP-2009 10:51:30:765] nioqsn: exit
[14-SEP-2009 10:51:30:796] nioqsn: entry
[14-SEP-2009 10:51:30:796] nsdo: entry
[14-SEP-2009 10:51:30:796] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x0, cflgs=0x3
[14-SEP-2009 10:51:30:796] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:51:30:796] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 10:51:30:796] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 10:51:30:796] nsdofls: entry
[14-SEP-2009 10:51:30:796] nsdofls: DATA flags: 0x0
[14-SEP-2009 10:51:30:796] nsdofls: sending NSPTDA packet
[14-SEP-2009 10:51:30:796] nspsend: entry
[14-SEP-2009 10:51:30:796] nspsend: plen=2011, type=6
[14-SEP-2009 10:51:30:796] nttwr: entry
[14-SEP-2009 10:51:30:796] nttwr: socket 288 had bytes written=2011
[14-SEP-2009 10:51:30:796] nttwr: exit
[14-SEP-2009 10:51:30:796] nspsend: packet dump
[14-SEP-2009 10:51:30:796] nspsend: 07 DB 00 00 06 00 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 02 1F 00 1F 00 42 |.......B|
[14-SEP-2009 10:51:30:796] nspsend: 21 06 01 01 01 0D 01 01 |!.......|
[14-SEP-2009 10:51:30:796] nspsend: 04 01 01 01 01 01 01 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: FF FF 03 08 03 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 3F 01 07 3F 01 01 01 01 |?..?....|
[14-SEP-2009 10:51:30:796] nspsend: 03 01 05 02 01 00 00 18 |........|
[14-SEP-2009 10:51:30:796] nspsend: 80 00 00 00 3C 3C 3C 80 |....<<<.|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 00 D0 07 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 01 00 01 00 00 00 02 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 02 00 0A 00 00 00 08 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 08 00 01 00 00 00 0C 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 0C 00 0A 00 00 00 17 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 17 00 01 00 00 00 18 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 18 00 01 00 00 00 19 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 19 00 18 00 19 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 1A 00 1A 00 19 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 1A 00 01 00 00 00 1B 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 1B 00 0A 00 1B 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 1C 00 1C 00 16 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 1C 00 01 00 00 00 1D 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 1D 00 17 00 1D 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 1E 00 1E 00 17 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 1E 00 01 00 00 00 1F 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 1F 00 19 00 1F 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 20 00 20 00 0A 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 20 00 01 00 00 00 21 00 |......!.|
[14-SEP-2009 10:51:30:796] nspsend: 21 00 0A 00 21 00 01 00 |!...!...|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 0A 00 0A 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 0B 00 0B 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 28 00 28 00 01 00 |..(.(...|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 29 00 29 00 01 00 |..).)...|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 75 00 75 00 01 00 |..u.u...|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 78 00 78 00 01 00 |..x.x...|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 22 01 22 00 01 00 |.."."...|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 23 01 23 00 01 01 |..#.#...|
[14-SEP-2009 10:51:30:796] nspsend: 23 00 01 00 00 01 24 01 |#.....$.|
[14-SEP-2009 10:51:30:796] nspsend: 24 00 01 00 00 01 25 01 |$.....%.|
[14-SEP-2009 10:51:30:796] nspsend: 25 00 01 00 00 01 26 01 |%.....&.|
[14-SEP-2009 10:51:30:796] nspsend: 26 00 01 00 00 01 2A 01 |&.....*.|
[14-SEP-2009 10:51:30:796] nspsend: 2A 00 01 00 00 01 2B 01 |*.....+.|
[14-SEP-2009 10:51:30:796] nspsend: 2B 00 01 00 00 01 2C 01 |+.....,.|
[14-SEP-2009 10:51:30:796] nspsend: 2C 00 01 00 00 01 2D 01 |,.....-.|
[14-SEP-2009 10:51:30:796] nspsend: 2D 00 01 00 00 01 2E 01 |-.......|
[14-SEP-2009 10:51:30:796] nspsend: 2E 00 01 00 00 01 2F 01 |....../.|
[14-SEP-2009 10:51:30:796] nspsend: 2F 00 01 00 00 01 30 01 |/.....0.|
[14-SEP-2009 10:51:30:796] nspsend: 30 00 01 00 00 01 31 01 |0.....1.|
[14-SEP-2009 10:51:30:796] nspsend: 31 00 01 00 00 01 32 01 |1.....2.|
[14-SEP-2009 10:51:30:796] nspsend: 32 00 01 00 00 01 33 01 |2.....3.|
[14-SEP-2009 10:51:30:796] nspsend: 33 00 01 00 00 01 34 01 |3.....4.|
[14-SEP-2009 10:51:30:796] nspsend: 34 00 01 00 00 01 35 01 |4.....5.|
[14-SEP-2009 10:51:30:796] nspsend: 35 00 01 00 00 01 36 01 |5.....6.|
[14-SEP-2009 10:51:30:796] nspsend: 36 00 01 00 00 01 37 01 |6.....7.|
[14-SEP-2009 10:51:30:796] nspsend: 37 00 01 00 00 01 38 01 |7.....8.|
[14-SEP-2009 10:51:30:796] nspsend: 38 00 01 00 00 01 39 01 |8.....9.|
[14-SEP-2009 10:51:30:796] nspsend: 39 00 01 00 00 01 3B 01 |9.....;.|
[14-SEP-2009 10:51:30:796] nspsend: 3B 00 01 00 00 01 3C 01 |;.....<.|
[14-SEP-2009 10:51:30:796] nspsend: 3C 00 01 00 00 01 3D 01 |<.....=.|
[14-SEP-2009 10:51:30:796] nspsend: 3D 00 01 00 00 01 3E 01 |=.....>.|
[14-SEP-2009 10:51:30:796] nspsend: 3E 00 01 00 00 01 3F 01 |>.....?.|
[14-SEP-2009 10:51:30:796] nspsend: 3F 00 01 00 00 01 40 01 |?.....@.|
[14-SEP-2009 10:51:30:796] nspsend: 40 00 01 00 00 01 41 01 |@.....A.|
[14-SEP-2009 10:51:30:796] nspsend: 41 00 01 00 00 01 42 01 |A.....B.|
[14-SEP-2009 10:51:30:796] nspsend: 42 00 01 00 00 01 43 01 |B.....C.|
[14-SEP-2009 10:51:30:796] nspsend: 43 00 01 00 00 01 47 01 |C.....G.|
[14-SEP-2009 10:51:30:796] nspsend: 47 00 01 00 00 01 48 01 |G.....H.|
[14-SEP-2009 10:51:30:796] nspsend: 48 00 01 00 00 01 49 01 |H.....I.|
[14-SEP-2009 10:51:30:796] nspsend: 49 00 01 00 00 01 4B 01 |I.....K.|
[14-SEP-2009 10:51:30:796] nspsend: 4B 00 01 00 00 01 4D 01 |K.....M.|
[14-SEP-2009 10:51:30:796] nspsend: 4D 00 01 00 00 01 4E 01 |M.....N.|
[14-SEP-2009 10:51:30:796] nspsend: 4E 00 01 00 00 01 4F 01 |N.....O.|
[14-SEP-2009 10:51:30:796] nspsend: 4F 00 01 00 00 01 50 01 |O.....P.|
[14-SEP-2009 10:51:30:796] nspsend: 50 00 01 00 00 01 51 01 |P.....Q.|
[14-SEP-2009 10:51:30:796] nspsend: 51 00 01 00 00 01 52 01 |Q.....R.|
[14-SEP-2009 10:51:30:796] nspsend: 52 00 01 00 00 01 53 01 |R.....S.|
[14-SEP-2009 10:51:30:796] nspsend: 53 00 01 00 00 01 54 01 |S.....T.|
[14-SEP-2009 10:51:30:796] nspsend: 54 00 01 00 00 01 55 01 |T.....U.|
[14-SEP-2009 10:51:30:796] nspsend: 55 00 01 00 00 01 56 01 |U.....V.|
[14-SEP-2009 10:51:30:796] nspsend: 56 00 01 00 00 01 57 01 |V.....W.|
[14-SEP-2009 10:51:30:796] nspsend: 57 00 01 01 57 00 01 00 |W...W...|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 58 01 58 00 01 00 |..X.X...|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 59 01 59 00 01 00 |..Y.Y...|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 5A 01 5A 00 01 00 |..Z.Z...|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 5C 01 5C 00 01 00 |..\.\...|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 5D 01 5D 00 01 00 |..].]...|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 62 01 62 00 01 00 |..b.b...|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 63 01 63 00 01 00 |..c.c...|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 67 01 67 00 01 00 |..g.g...|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 6B 01 6B 00 01 00 |..k.k...|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 7C 01 7C 00 01 01 |..|.|...|
[14-SEP-2009 10:51:30:796] nspsend: 42 00 01 00 00 01 7D 01 |B.....}.|
[14-SEP-2009 10:51:30:796] nspsend: 7D 00 01 00 00 01 7E 01 |}.....~.|
[14-SEP-2009 10:51:30:796] nspsend: 7E 00 01 00 00 01 7F 01 |~.......|
[14-SEP-2009 10:51:30:796] nspsend: 7F 00 01 00 00 01 80 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 80 00 01 00 00 01 81 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 81 00 01 00 00 01 82 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 82 00 01 00 00 01 83 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 83 00 01 00 00 01 84 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 84 00 01 00 00 01 85 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 85 00 01 00 00 01 86 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 86 00 01 00 00 01 87 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 87 00 01 00 00 01 89 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 89 00 01 00 00 01 8A 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 8A 00 01 00 00 01 8B 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 8B 00 01 00 00 01 8C 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 8C 00 01 00 00 01 8D 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 8D 00 01 00 00 01 8E 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 8E 00 01 00 00 01 8F 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 8F 00 01 00 00 01 90 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 90 00 01 00 00 01 91 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 91 00 01 00 00 01 94 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 94 00 01 01 25 00 01 00 |....%...|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 95 01 95 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 96 01 96 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 97 01 97 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 9D 01 9D 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 9E 01 9E 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 9F 01 9F 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 A0 01 A0 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 A1 01 A1 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 A2 01 A2 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 A3 01 A3 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 A4 01 A4 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 A5 01 A5 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 A6 01 A6 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 A7 01 A7 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 A8 01 A8 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 A9 01 A9 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 AA 01 AA 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 AB 01 AB 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 AD 01 AD 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 AE 01 AE 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 AF 01 AF 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 B0 01 B0 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 B1 01 B1 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 C1 01 C1 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 C2 01 C2 00 01 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 25 00 01 00 00 01 C6 01 |%.......|
[14-SEP-2009 10:51:30:796] nspsend: C6 00 01 00 00 01 C7 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: C7 00 01 00 00 01 C8 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: C8 00 01 00 00 01 C9 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: C9 00 01 00 00 01 CA 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: CA 00 01 01 9F 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 CB 01 CB 00 01 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: A0 00 01 00 00 01 CC 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: CC 00 01 01 A2 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 CD 01 CD 00 01 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: A3 00 01 00 00 01 CE 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: CE 00 01 01 B1 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 CF 01 CF 00 01 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 22 00 01 00 00 01 D2 01 |".......|
[14-SEP-2009 10:51:30:796] nspsend: D2 00 01 00 00 01 D3 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: D3 00 01 01 AB 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 D4 01 D4 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 D5 01 D5 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 D6 01 D6 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 D7 01 D7 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 D8 01 D8 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 D9 01 D9 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 DA 01 DA 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 DB 01 DB 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 DC 01 DC 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 DD 01 DD 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 DE 01 DE 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 DF 01 DF 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 E0 01 E0 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 E1 01 E1 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 E2 01 E2 00 01 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 E3 01 E3 00 01 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: 6B 00 01 00 00 01 E4 01 |k.......|
[14-SEP-2009 10:51:30:796] nspsend: E4 00 01 00 00 01 E5 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: E5 00 01 00 00 01 E6 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: E6 00 01 00 00 01 EA 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: EA 00 01 00 00 01 EB 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: EB 00 01 00 00 01 EC 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: EC 00 01 00 00 01 ED 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: ED 00 01 00 00 01 EE 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: EE 00 01 00 00 01 EF 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: EF 00 01 00 00 01 F0 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: F0 00 01 00 00 01 F2 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: F2 00 01 00 00 01 F3 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: F3 00 01 00 00 01 F4 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: F4 00 01 00 00 01 F5 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: F5 00 01 00 00 01 F6 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: F6 00 01 00 00 01 FD 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: FD 00 01 00 00 01 FE 01 |........|
[14-SEP-2009 10:51:30:796] nspsend: FE 00 01 00 00 02 01 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 01 00 01 00 00 02 02 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 02 00 01 00 00 02 04 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 04 00 01 00 00 02 05 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 05 00 01 00 00 02 06 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 06 00 01 00 00 02 07 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 07 00 01 00 00 02 08 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 08 00 01 00 00 02 09 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 09 00 01 00 00 02 0A 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 0A 00 01 00 00 02 0B 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 0B 00 01 00 00 02 0C 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 0C 00 01 00 00 02 0D 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 0D 00 01 00 00 02 0E 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 0E 00 01 00 00 02 0F 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 0F 00 01 00 00 02 10 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 10 00 01 00 00 02 11 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 11 00 01 00 00 02 12 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 12 00 01 00 00 02 13 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 13 00 01 00 00 02 14 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 14 00 01 00 00 02 15 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 15 00 01 00 00 02 16 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 16 00 01 00 00 02 17 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 17 00 01 00 00 02 18 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 18 00 01 00 00 02 19 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 19 00 01 00 00 02 1A 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 1A 00 01 00 00 02 1B 02 |........|
[14-SEP-2009 10:51:30:796] nspsend: 1B 00 01 00 00 00 03 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 02 00 0A 00 00 00 04 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 02 00 0A 00 00 00 05 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 01 00 01 00 00 00 06 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 02 00 0A 00 00 00 07 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 02 00 0A 00 00 00 09 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 01 00 01 00 00 00 0D 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 0E 00 00 00 0F 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 17 00 01 00 00 00 10 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 11 00 00 00 12 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 13 00 00 00 14 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 15 00 00 00 16 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 27 00 78 00 01 01 |..'.x...|
[14-SEP-2009 10:51:30:796] nspsend: 5D 00 01 01 26 00 01 00 |]...&...|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 3A 00 3A 00 01 00 |..:.:...|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 44 00 02 00 0A 00 |..D.....|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 45 00 00 00 46 00 |..E...F.|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 4A 00 6D 00 01 00 |..J.m...|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 4C 00 00 00 5B 00 |..L...[.|
[14-SEP-2009 10:51:30:796] nspsend: 02 00 0A 00 00 00 5E 00 |......^.|
[14-SEP-2009 10:51:30:796] nspsend: 01 00 01 00 00 00 5F 00 |......_.|
[14-SEP-2009 10:51:30:796] nspsend: 17 00 01 00 00 00 60 00 |......`.|
[14-SEP-2009 10:51:30:796] nspsend: 60 00 01 00 00 00 61 00 |`.....a.|
[14-SEP-2009 10:51:30:796] nspsend: 60 00 01 00 00 00 64 00 |`.....d.|
[14-SEP-2009 10:51:30:796] nspsend: 64 00 01 00 00 00 65 00 |d.....e.|
[14-SEP-2009 10:51:30:796] nspsend: 65 00 01 00 00 00 66 00 |e.....f.|
[14-SEP-2009 10:51:30:796] nspsend: 66 00 01 00 00 00 68 00 |f.....h.|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 69 00 00 00 6A 00 |..i...j.|
[14-SEP-2009 10:51:30:796] nspsend: 6A 00 01 00 00 00 6C 00 |j.....l.|
[14-SEP-2009 10:51:30:796] nspsend: 6D 00 01 00 00 00 6D 00 |m.....m.|
[14-SEP-2009 10:51:30:796] nspsend: 6D 00 01 00 00 00 6E 00 |m.....n.|
[14-SEP-2009 10:51:30:796] nspsend: 6F 00 01 00 00 00 6F 00 |o.....o.|
[14-SEP-2009 10:51:30:796] nspsend: 6F 00 01 00 00 00 70 00 |o.....p.|
[14-SEP-2009 10:51:30:796] nspsend: 70 00 01 00 00 00 71 00 |p.....q.|
[14-SEP-2009 10:51:30:796] nspsend: 71 00 01 00 00 00 72 00 |q.....r.|
[14-SEP-2009 10:51:30:796] nspsend: 72 00 01 00 00 00 73 00 |r.....s.|
[14-SEP-2009 10:51:30:796] nspsend: 73 00 01 00 00 00 74 00 |s.....t.|
[14-SEP-2009 10:51:30:796] nspsend: 66 00 01 00 00 00 76 00 |f.....v.|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 77 00 00 00 79 00 |..w...y.|
[14-SEP-2009 10:51:30:796] nspsend: 79 00 01 |y.. |
[14-SEP-2009 10:51:30:796] nspsend: 2011 bytes to transport
[14-SEP-2009 10:51:30:796] nspsend: normal exit
[14-SEP-2009 10:51:30:796] nsdofls: exit (0)
[14-SEP-2009 10:51:30:796] nsdo: nsctxrnk=0
[14-SEP-2009 10:51:30:796] nsdo: normal exit
[14-SEP-2009 10:51:30:796] nioqsn: exit
[14-SEP-2009 10:51:30:796] nioqrc: entry
[14-SEP-2009 10:51:30:796] nsdo: entry
[14-SEP-2009 10:51:30:796] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 10:51:30:796] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:51:30:796] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 10:51:30:796] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 10:51:30:796] nsdofls: entry
[14-SEP-2009 10:51:30:796] nsdofls: DATA flags: 0x0
[14-SEP-2009 10:51:30:796] nsdofls: sending NSPTDA packet
[14-SEP-2009 10:51:30:796] nspsend: entry
[14-SEP-2009 10:51:30:796] nspsend: plen=286, type=6
[14-SEP-2009 10:51:30:796] nttwr: entry
[14-SEP-2009 10:51:30:796] nttwr: socket 288 had bytes written=286
[14-SEP-2009 10:51:30:796] nttwr: exit
[14-SEP-2009 10:51:30:796] nspsend: packet dump
[14-SEP-2009 10:51:30:796] nspsend: 01 1E 00 00 06 00 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 00 00 00 00 7A 00 7A |.....z.z|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 00 00 00 7B 00 7B |.....{.{|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 00 00 00 88 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 92 00 92 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 93 00 93 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 98 00 02 00 0A 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 99 00 02 00 0A 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 9A 00 02 00 0A 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 9B 00 01 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 9C 00 0C 00 0A 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 AC 00 02 00 0A 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 B2 00 B2 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 B3 00 B3 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 B4 00 B4 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 B5 00 B5 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 B6 00 B6 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 B7 00 B7 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 B8 00 0C 00 0A 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 B9 00 B2 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 BA 00 B3 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 BB 00 B4 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 BC 00 B5 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 BD 00 B6 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 BE 00 B7 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 BF 00 00 00 C0 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 C3 00 70 00 01 00 00 |...p....|
[14-SEP-2009 10:51:30:796] nspsend: 00 C4 00 71 00 01 00 00 |...q....|
[14-SEP-2009 10:51:30:796] nspsend: 00 C5 00 72 00 01 00 00 |...r....|
[14-SEP-2009 10:51:30:796] nspsend: 00 D0 00 D0 00 01 00 00 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 D1 00 00 00 E7 00 E7 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 00 00 00 E8 00 E7 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 00 00 00 E9 00 E9 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 00 00 00 F1 00 6D |.......m|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 00 00 02 03 02 03 |........|
[14-SEP-2009 10:51:30:796] nspsend: 00 01 00 00 00 00 |...... |
[14-SEP-2009 10:51:30:796] nspsend: 286 bytes to transport
[14-SEP-2009 10:51:30:796] nspsend: normal exit
[14-SEP-2009 10:51:30:796] nsdofls: exit (0)
[14-SEP-2009 10:51:30:796] nsdo: nsctxrnk=0
[14-SEP-2009 10:51:30:796] nsdo: normal exit
[14-SEP-2009 10:51:30:796] nsdo: entry
[14-SEP-2009 10:51:30:796] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 10:51:30:796] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:51:30:796] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 10:51:30:796] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 10:51:30:796] nsdo: switching to application buffer
[14-SEP-2009 10:51:30:796] nsrdr: entry
[14-SEP-2009 10:51:30:796] nsrdr: recving a packet
[14-SEP-2009 10:51:30:796] nsprecv: entry
[14-SEP-2009 10:51:30:796] nsprecv: reading from transport...
[14-SEP-2009 10:51:30:796] nttrd: entry
[14-SEP-2009 10:56:30:562] ntt2err: entry
[14-SEP-2009 10:56:30:562] ntt2err: soc 288 error - operation=5, ntresnt[0]=517, ntresnt[1]=54, ntresnt[2]=0
[14-SEP-2009 10:56:30:562] ntt2err: exit
[14-SEP-2009 10:56:30:562] nttrd: exit
[14-SEP-2009 10:56:30:562] nsprecv: error exit
[14-SEP-2009 10:56:30:562] nserror: entry
[14-SEP-2009 10:56:30:562] nserror: nsres: id=0, op=68, ns=12547, ns2=12560; nt[0]=517, nt[1]=54, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
[14-SEP-2009 10:56:30:562] nsrdr: error exit
[14-SEP-2009 10:56:30:562] nsdo: nsctxrnk=0
[14-SEP-2009 10:56:30:562] nsdo: error exit
[14-SEP-2009 10:56:30:562] nioqrc: wanted 1 got 0, type 0
[14-SEP-2009 10:56:30:562] nioqper: error from nioqrc
[14-SEP-2009 10:56:30:562] nioqper: ns main err code: 12547
[14-SEP-2009 10:56:30:562] nioqper: ns (2) err code: 12560
[14-SEP-2009 10:56:30:562] nioqper: nt main err code: 517
[14-SEP-2009 10:56:30:562] nioqper: nt (2) err code: 54
[14-SEP-2009 10:56:30:562] nioqper: nt OS err code: 0
[14-SEP-2009 10:56:30:562] nioqer: entry
[14-SEP-2009 10:56:30:562] nioqer: incoming err = 12151
[14-SEP-2009 10:56:30:562] nioqce: entry
[14-SEP-2009 10:56:30:562] nioqce: exit
[14-SEP-2009 10:56:30:562] nioqer: returning err = 3135
[14-SEP-2009 10:56:30:562] nioqer: exit
[14-SEP-2009 10:56:30:562] nioqrc: exit
[14-SEP-2009 10:56:30:562] nioqds: entry
[14-SEP-2009 10:56:30:562] nioqds: disconnecting...
[14-SEP-2009 10:56:30:562] nsclose: entry
[14-SEP-2009 10:56:30:562] nstimarmed: entry
[14-SEP-2009 10:56:30:562] nstimarmed: no timer allocated
[14-SEP-2009 10:56:30:562] nstimarmed: normal exit
[14-SEP-2009 10:56:30:562] nttctl: entry
[14-SEP-2009 10:56:30:562] nttctl: entry
[14-SEP-2009 10:56:30:562] nsdo: entry
[14-SEP-2009 10:56:30:562] nsdo: cid=0, opcode=66, *bl=0, *what=0, uflgs=0x0, cflgs=0x2
[14-SEP-2009 10:56:30:562] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:56:30:562] nsdo: nsctx: state=1, flg=0x4009, mvd=0
[14-SEP-2009 10:56:30:562] nsdo: entry
[14-SEP-2009 10:56:30:562] nsdo: cid=0, opcode=67, *bl=0, *what=1, uflgs=0x0, cflgs=0x1
[14-SEP-2009 10:56:30:562] nsdo: nsctx: state=1, flg=0x4009, mvd=0
[14-SEP-2009 10:56:30:562] nsdo: error exit
[14-SEP-2009 10:56:30:562] nsbfr: entry
[14-SEP-2009 10:56:30:562] nsbaddfl: entry
[14-SEP-2009 10:56:30:562] nsbaddfl: normal exit
[14-SEP-2009 10:56:30:562] nsbfr: normal exit
[14-SEP-2009 10:56:30:562] nsbfr: entry
[14-SEP-2009 10:56:30:562] nsbaddfl: entry
[14-SEP-2009 10:56:30:562] nsbaddfl: normal exit
[14-SEP-2009 10:56:30:562] nsbfr: normal exit
[14-SEP-2009 10:56:30:562] nsdo: nsctxrnk=0
[14-SEP-2009 10:56:30:562] nsdo: normal exit
[14-SEP-2009 10:56:30:562] nsiocancel: entry
[14-SEP-2009 10:56:30:562] nsiofrrg: entry
[14-SEP-2009 10:56:30:562] nsbfr: entry
[14-SEP-2009 10:56:30:562] nsbaddfl: entry
[14-SEP-2009 10:56:30:562] nsbaddfl: normal exit
[14-SEP-2009 10:56:30:562] nsbfr: normal exit
[14-SEP-2009 10:56:30:562] nsiofrrg: exit
[14-SEP-2009 10:56:30:562] nsiocancel: exit
[14-SEP-2009 10:56:30:562] nsclose: closing transport
[14-SEP-2009 10:56:30:562] nttdisc: entry
[14-SEP-2009 10:56:30:562] nttdisc: Closed socket 288
[14-SEP-2009 10:56:30:562] nttdisc: exit
[14-SEP-2009 10:56:30:562] nsclose: global context check-out (from slot 0) complete
[14-SEP-2009 10:56:30:562] nsnadisc: entry
[14-SEP-2009 10:56:30:562] nadisc: entry
[14-SEP-2009 10:56:30:562] nacomtm: entry
[14-SEP-2009 10:56:30:562] nacompd: entry
[14-SEP-2009 10:56:30:562] nacompd: exit
[14-SEP-2009 10:56:30:562] nacompd: entry
[14-SEP-2009 10:56:30:562] nacompd: exit
[14-SEP-2009 10:56:30:562] nacomtm: exit
[14-SEP-2009 10:56:30:562] nas_dis: entry
[14-SEP-2009 10:56:30:562] nas_dis: exit
[14-SEP-2009 10:56:30:562] nau_dis: entry
[14-SEP-2009 10:56:30:562] nau_dis: exit
[14-SEP-2009 10:56:30:562] naeetrm: entry
[14-SEP-2009 10:56:30:562] naeetrm: exit
[14-SEP-2009 10:56:30:562] naectrm: entry
[14-SEP-2009 10:56:30:562] naectrm: exit
[14-SEP-2009 10:56:30:562] nagbltrm: entry
[14-SEP-2009 10:56:30:562] nau_gtm: entry
[14-SEP-2009 10:56:30:562] nau_gtm: exit
[14-SEP-2009 10:56:30:562] nagbltrm: exit
[14-SEP-2009 10:56:30:562] nadisc: exit
[14-SEP-2009 10:56:30:562] nsnadisc: normal exit
[14-SEP-2009 10:56:30:562] nsopenfree_nsntx: nlhthdel from mplx_ht_nsgbu, ctx=1033c88 nsntx=1046008
[14-SEP-2009 10:56:30:562] nsiocancel: entry
[14-SEP-2009 10:56:30:562] nsiofrrg: entry
[14-SEP-2009 10:56:30:562] nsiofrrg: exit
[14-SEP-2009 10:56:30:562] nsiocancel: exit
[14-SEP-2009 10:56:30:562] nsmfr: entry
[14-SEP-2009 10:56:30:562] nsmfr: 1644 bytes at 0x1046008
[14-SEP-2009 10:56:30:562] nsmfr: normal exit
[14-SEP-2009 10:56:30:562] nsmfr: entry
[14-SEP-2009 10:56:30:562] nsmfr: 216 bytes at 0x102a018
[14-SEP-2009 10:56:30:562] nsmfr: normal exit
[14-SEP-2009 10:56:30:562] nsmfr: entry
[14-SEP-2009 10:56:30:562] nsmfr: 212 bytes at 0x1036510
[14-SEP-2009 10:56:30:562] nsmfr: normal exit
[14-SEP-2009 10:56:30:562] nladtrm: entry
[14-SEP-2009 10:56:30:562] nladtrm: exit
[14-SEP-2009 10:56:30:562] nsmfr: entry
[14-SEP-2009 10:56:30:562] nsmfr: 736 bytes at 0x1033c88
[14-SEP-2009 10:56:30:562] nsmfr: normal exit
[14-SEP-2009 10:56:30:562] nsclose: normal exit
[14-SEP-2009 10:56:30:562] nioqds: exit
[14-SEP-2009 10:56:30:562] nsbfree: entry
[14-SEP-2009 10:56:30:562] nsbgetfl: entry
[14-SEP-2009 10:56:30:562] nsbgetfl: normal exit
[14-SEP-2009 10:56:30:562] nsbaddfl: entry
[14-SEP-2009 10:56:30:562] nsbaddfl: normal exit
[14-SEP-2009 10:56:30:562] nsbfree: normal exit
[14-SEP-2009 10:56:30:562] nsbfree: entry
[14-SEP-2009 10:56:30:562] nsbgetfl: entry
[14-SEP-2009 10:56:30:562] nsbgetfl: normal exit
[14-SEP-2009 10:56:30:562] nsbaddfl: entry
[14-SEP-2009 10:56:30:562] nsbaddfl: normal exit
[14-SEP-2009 10:56:30:562] nsbfree: normal exit
[14-SEP-2009 10:56:30:562] nigtrm: Count in the NI global area is now 0
[14-SEP-2009 10:56:30:562] nsbfrfl: entry
[14-SEP-2009 10:56:30:562] nsbrfr: entry
[14-SEP-2009 10:56:30:562] nsbrfr: nsbfs at 0x102c888, data at 0x1046680.
[14-SEP-2009 10:56:30:562] nsbrfr: normal exit
[14-SEP-2009 10:56:30:562] nsbrfr: entry
[14-SEP-2009 10:56:30:562] nsbrfr: nsbfs at 0x10288c8, data at 0x103f970.
[14-SEP-2009 10:56:30:562] nsbrfr: normal exit
[14-SEP-2009 10:56:30:562] nsbrfr: entry
[14-SEP-2009 10:56:30:562] nsbrfr: nsbfs at 0x1028868, data at 0x1040190.
[14-SEP-2009 10:56:30:562] nsbrfr: normal exit
[14-SEP-2009 10:56:30:562] nsbrfr: entry
[14-SEP-2009 10:56:30:562] nsbrfr: nsbfs at 0xf86df8, data at 0x102e7d8.
[14-SEP-2009 10:56:30:562] nsbrfr: normal exit
[14-SEP-2009 10:56:30:562] nsbrfr: entry
[14-SEP-2009 10:56:30:562] nsbrfr: nsbfs at 0xff5448, data at 0x103a008.
[14-SEP-2009 10:56:30:562] nsbrfr: normal exit
[14-SEP-2009 10:56:30:562] nsbfrfl: normal exit
[14-SEP-2009 10:56:30:562] nrigbd: entry
[14-SEP-2009 10:56:30:562] nrigbd: exit
[14-SEP-2009 10:56:30:562] nigtrm: Count in the NL global area is now 0
[14-SEP-2009 10:56:30:562] nlse_term_audit: entry
[14-SEP-2009 10:56:30:562] nlse_term_audit: exit
Re: Telnet 1521 [message #422146 is a reply to message #422142] Mon, 14 September 2009 13:34 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>Below is the trace file at 16 if this would help anybody, help me.
How does this compare & contrast to when connection succeeds?

What is OS name & version for DB server?
What is OS name & version for client that works?
What is OS name & version for client that fails?

>[14-SEP-2009 10:51:30:000] nttbnd2addr: using host IP address: 10.52.248.56
>[14-SEP-2009 10:51:30:140] snlinGetNameInfo: Using numeric form of host's address 10.52.21.75

Remote client might have a problem getting to either.
Which systems have these IP#s?
Re: Telnet 1521 [message #422147 is a reply to message #421032] Mon, 14 September 2009 14:15 Go to previous messageGo to next message
dbtech
Messages: 7
Registered: September 2009
Junior Member
What is OS name & version for DB server? unknown
What is OS name & version for client that works? XP SP3
What is OS name & version for client that fails? Server 2003 R2

Both IPs are on the server. 10.52.248.56 is the IP that is then NATed to the Oracle DB IP. 10.52.21.75 is the front side of the server, I beleive.

failing client is on the 2003 server.

Working Trace file below:

[14-SEP-2009 15:07:20:375] --- TRACE CONFIGURATION INFORMATION FOLLOWS ---
[14-SEP-2009 15:07:20:375] New trace stream is /oracle/network/trace\client_6040_1.trc
[14-SEP-2009 15:07:20:375] New trace level is 16
[14-SEP-2009 15:07:20:375] --- TRACE CONFIGURATION INFORMATION ENDS ---
[14-SEP-2009 15:07:20:375] --- PARAMETER SOURCE INFORMATION FOLLOWS ---
[14-SEP-2009 15:07:20:375] Attempted load of system pfile source C:\oracle\product\10.2.0\client_1\network\admin\sqlnet.ora
[14-SEP-2009 15:07:20:375] Parameter source loaded successfully
[14-SEP-2009 15:07:20:375]
[14-SEP-2009 15:07:20:375] Attempted load of local pfile source C:\oracle\product\10.2.0\client_1\BIN\sqlnet.ora
[14-SEP-2009 15:07:20:375] Parameter source was not loaded
[14-SEP-2009 15:07:20:375]
[14-SEP-2009 15:07:20:375] -> PARAMETER TABLE LOAD RESULTS FOLLOW <-
[14-SEP-2009 15:07:20:375] Successful parameter table load
[14-SEP-2009 15:07:20:375] -> PARAMETER TABLE HAS THE FOLLOWING CONTENTS <-
[14-SEP-2009 15:07:20:375] trace_directory_client = /oracle/network/trace
[14-SEP-2009 15:07:20:375] NAMES.DIRECTORY_PATH = (TNSNAMES, EZCONNECT)
[14-SEP-2009 15:07:20:375] TRACE_FILE_CLIENT = CLIENT
[14-SEP-2009 15:07:20:375] SQLNET.AUTHENTICATION_SERVICES = (NTS)
[14-SEP-2009 15:07:20:375] TRACE_LEVEL_CLIENT = 16
[14-SEP-2009 15:07:20:375] TRACE_UNIQUE_CLIENT = ON
[14-SEP-2009 15:07:20:375] --- PARAMETER SOURCE INFORMATION ENDS ---
[14-SEP-2009 15:07:20:375] --- LOG CONFIGURATION INFORMATION FOLLOWS ---
[14-SEP-2009 15:07:20:375] Log stream will be "C:\oracle\product\10.2.0\client_1\BIN\sqlnet.log"
[14-SEP-2009 15:07:20:375] Log stream validation not requested
[14-SEP-2009 15:07:20:375] --- LOG CONFIGURATION INFORMATION ENDS ---

[14-SEP-2009 15:07:20:375] nlstdipi: entry
[14-SEP-2009 15:07:20:375] nlstdipi: exit
[14-SEP-2009 15:07:20:375] nigini: entry
[14-SEP-2009 15:07:20:375] nigini: Count in the NL global area is now 1
[14-SEP-2009 15:07:20:375] nigini: Count in NI global area now: 1
[14-SEP-2009 15:07:20:375] nrigbi: entry
[14-SEP-2009 15:07:20:375] nrigbni: entry
[14-SEP-2009 15:07:20:390] nrigbni: Unable to get data from navigation file tnsnav.ora
[14-SEP-2009 15:07:20:390] nrigbni: exit
[14-SEP-2009 15:07:20:390] nrigbi: exit
[14-SEP-2009 15:07:20:390] nigini: exit
[14-SEP-2009 15:07:20:390] niqname: Hst is already an NVstring.
[14-SEP-2009 15:07:20:390] niqname: Inserting CID.
[14-SEP-2009 15:07:20:390] niotns: entry
[14-SEP-2009 15:07:20:390] niotns: niotns: setting up interrupt handler...
[14-SEP-2009 15:07:20:390] niotns: Not trying to enable dead connection detection.
[14-SEP-2009 15:07:20:390] niotns: Calling address: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=207.169.236.29)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=DEDWRP01.DE.EDS.COM)( CID=(PROGRAM=C:\oracle\product\10.2.0\client_1\BIN\sqlplusw.exe)(HOST=W2SZHXMM01)(USER=szhxmm))))
[14-SEP-2009 15:07:20:390] nscall: entry
[14-SEP-2009 15:07:20:390] nsmal: entry
[14-SEP-2009 15:07:20:390] nsmal: 212 bytes at 0xffce30
[14-SEP-2009 15:07:20:390] nsmal: normal exit
[14-SEP-2009 15:07:20:390] nscall: connecting...
[14-SEP-2009 15:07:20:390] nladini: entry
[14-SEP-2009 15:07:20:390] nladini: exit
[14-SEP-2009 15:07:20:390] nladget: entry
[14-SEP-2009 15:07:20:390] nladget: exit
[14-SEP-2009 15:07:20:390] nsc2addr: entry
[14-SEP-2009 15:07:20:390] nsc2addr: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=207.169.236.29)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=DEDWRP01.DE.EDS.COM)(CID=(PROGRAM=C: \oracle\product\10.2.0\client_1\BIN\sqlplusw.exe)(HOST=W2SZHXMM01)(USER=szhxmm))))
[14-SEP-2009 15:07:20:406] nttbnd2addr: entry
[14-SEP-2009 15:07:20:406] snlinGetAddrInfo: entry
[14-SEP-2009 15:07:20:406] snlinGetAddrInfo: exit
[14-SEP-2009 15:07:20:406] nttbnd2addr: using host IP address: 207.169.236.29
[14-SEP-2009 15:07:20:406] snlinFreeAddrInfo: entry
[14-SEP-2009 15:07:20:406] snlinFreeAddrInfo: exit
[14-SEP-2009 15:07:20:406] nttbnd2addr: exit
[14-SEP-2009 15:07:20:406] nsc2addr: normal exit
[14-SEP-2009 15:07:20:406] nsopen: entry
[14-SEP-2009 15:07:20:406] nsmal: entry
[14-SEP-2009 15:07:20:406] nsmal: 736 bytes at 0xfe7b68
[14-SEP-2009 15:07:20:406] nsmal: normal exit
[14-SEP-2009 15:07:20:406] nsopenmplx: entry
[14-SEP-2009 15:07:20:406] nsmal: entry
[14-SEP-2009 15:07:20:406] nsmal: 1644 bytes at 0xfeae00
[14-SEP-2009 15:07:20:406] nsmal: normal exit
[14-SEP-2009 15:07:20:406] nsiorini: entry
[14-SEP-2009 15:07:20:406] nsbal: entry
[14-SEP-2009 15:07:20:406] nsbgetfl: entry
[14-SEP-2009 15:07:20:406] nsbgetfl: normal exit
[14-SEP-2009 15:07:20:406] nsmal: entry
[14-SEP-2009 15:07:20:406] nsmal: 84 bytes at 0xf467e0
[14-SEP-2009 15:07:20:406] nsmal: normal exit
[14-SEP-2009 15:07:20:406] nsbal: normal exit
[14-SEP-2009 15:07:20:406] nsiorini: exit (0)
[14-SEP-2009 15:07:20:406] nscpxget: entry
[14-SEP-2009 15:07:20:406] nscpxget: normal exit
[14-SEP-2009 15:07:20:406] nsopenalloc_nsntx: nlhthput on mplx_ht_nsgbu:ctx=fe7b68, nsntx=feae00
[14-SEP-2009 15:07:20:406] nsopenmplx: normal exit
[14-SEP-2009 15:07:20:406] nsopen: opening transport...
[14-SEP-2009 15:07:20:406] nttcon: entry
[14-SEP-2009 15:07:20:406] nttcon: toc = 1
[14-SEP-2009 15:07:20:406] nttcnp: entry
[14-SEP-2009 15:07:20:406] nttcnp: creating a socket.
[14-SEP-2009 15:07:20:422] nttcnp: exit
[14-SEP-2009 15:07:20:422] nttcni: entry
[14-SEP-2009 15:07:20:422] nttcni: trying to connect to socket 352.
[14-SEP-2009 15:07:20:547] snlinGetNameInfo: entry
[14-SEP-2009 15:07:20:547] snlinGetNameInfo: Using numeric form of host's address 148.97.112.227
[14-SEP-2009 15:07:20:547] snlinGetNameInfo: exit
[14-SEP-2009 15:07:20:547] nttcni: connected on ipaddr 148.97.112.227
[14-SEP-2009 15:07:20:547] nttcni: exit
[14-SEP-2009 15:07:20:547] nttcon: NT layer TCP/IP connection has been established.
[14-SEP-2009 15:07:20:547] nttcon: set TCP_NODELAY on 352
[14-SEP-2009 15:07:20:547] nttcon: exit
[14-SEP-2009 15:07:20:547] nsopen: transport is open
[14-SEP-2009 15:07:20:547] nsoptions: entry
[14-SEP-2009 15:07:20:547] nsoptions: lcl[0]=0x0, lcl[1]=0x102000, gbl[0]=0x0, gbl[1]=0x0, cha=0x0
[14-SEP-2009 15:07:20:547] nsoptions: lcl[0]=0xf4ffefff, lcl[1]=0x102000, gbl[0]=0xfabf, gbl[1]=0x0
[14-SEP-2009 15:07:20:547] nsoptions: normal exit
[14-SEP-2009 15:07:20:547] nsnainit: entry
[14-SEP-2009 15:07:20:578] nsnainit: call
[14-SEP-2009 15:07:20:578] nsnadct: entry
[14-SEP-2009 15:07:20:578] nsnadct: normal exit
[14-SEP-2009 15:07:20:578] nsnasvnainfo: entry
[14-SEP-2009 15:07:20:578] nsnasvnainfo: normal exit
[14-SEP-2009 15:07:20:578] nainit: entry
[14-SEP-2009 15:07:20:578] nagblini: entry
[14-SEP-2009 15:07:20:594] nau_gin: entry
[14-SEP-2009 15:07:20:594] nau_gparams: entry
[14-SEP-2009 15:07:20:594] nam_gbp: Reading parameter "sqlnet.authentication_required" from parameter file
[14-SEP-2009 15:07:20:594] nam_gbp: Parameter not found
[14-SEP-2009 15:07:20:594] nau_gparams: Using default value "FALSE"
[14-SEP-2009 15:07:20:594] nau_gslf: entry
[14-SEP-2009 15:07:20:594] nam_gic: entry
[14-SEP-2009 15:07:20:594] nam_gic: Counting # of items in "sqlnet.authentication_services" parameter
[14-SEP-2009 15:07:20:594] nam_gic: Found 1 items
[14-SEP-2009 15:07:20:594] nam_gic: exit
[14-SEP-2009 15:07:20:594] nam_gnsp: Reading parameter "sqlnet.authentication_services" from parameter file
[14-SEP-2009 15:07:20:594] nam_gnsp: Found value "NTS"
[14-SEP-2009 15:07:20:594] nauss_set_state: entry
[14-SEP-2009 15:07:20:594] nauss_set_state: exit
[14-SEP-2009 15:07:20:594] nau_gslf: exit
[14-SEP-2009 15:07:20:594] nau_gparams: exit
[14-SEP-2009 15:07:20:594] nau_gin: exit
[14-SEP-2009 15:07:20:594] nagblini: exit
[14-SEP-2009 15:07:20:594] na_saveprot: entry
[14-SEP-2009 15:07:20:594] na_saveprot: exit
[14-SEP-2009 15:07:20:594] nacomin: entry
[14-SEP-2009 15:07:20:594] nas_init: entry
[14-SEP-2009 15:07:20:594] nas_init: exit
[14-SEP-2009 15:07:20:594] nau_ini: entry
[14-SEP-2009 15:07:20:594] naugcp_get_connect_parameters: entry
[14-SEP-2009 15:07:20:594] nauss_set_state: entry
[14-SEP-2009 15:07:20:594] nauss_set_state: exit
[14-SEP-2009 15:07:20:594] naugcp_get_connect_parameters: exit
[14-SEP-2009 15:07:20:594] nau_gettab: entry
[14-SEP-2009 15:07:20:594] nau_gettab: using authentication adapter table "nautab"
[14-SEP-2009 15:07:20:594] nau_gettab: nautab contains the following services:
[14-SEP-2009 15:07:20:594] nau_gettab: KERBEROS5
[14-SEP-2009 15:07:20:594] nau_gettab: NTS
[14-SEP-2009 15:07:20:594] nau_gettab: RADIUS
[14-SEP-2009 15:07:20:594] nau_gettab: exit
[14-SEP-2009 15:07:20:594] nau_sini: entry
[14-SEP-2009 15:07:20:594] nau_sini: exit
[14-SEP-2009 15:07:20:594] nau_ini: connection type: "standard"
[14-SEP-2009 15:07:20:594] nau_ini: exit
[14-SEP-2009 15:07:20:594] naeeinit: entry
[14-SEP-2009 15:07:20:594] nam_gbp: Reading parameter "SQLNET.FIPS_140" from parameter file
[14-SEP-2009 15:07:20:594] nam_gbp: Parameter not found
[14-SEP-2009 15:07:20:594] nam_gnsp: Reading parameter "SQLNET.ENCRYPTION_CLIENT" from parameter file
[14-SEP-2009 15:07:20:594] nam_gnsp: Parameter not found
[14-SEP-2009 15:07:20:594] naequad: Using default value "ACCEPTED"
[14-SEP-2009 15:07:20:594] nam_gic: entry
[14-SEP-2009 15:07:20:594] nam_gic: Counting # of items in "SQLNET.ENCRYPTION_TYPES_CLIENT" parameter
[14-SEP-2009 15:07:20:594] nam_gic: Parameter not found
[14-SEP-2009 15:07:20:594] nam_gic: exit
[14-SEP-2009 15:07:20:594] naesno: Using default value "all available algorithms"
[14-SEP-2009 15:07:20:594] naeshow: entry
[14-SEP-2009 15:07:20:594] naeshow: These are the encryption algorithms that the client will accept:
[14-SEP-2009 15:07:20:594] naeshow: Choice 0: no algorithm; encryption inactive
[14-SEP-2009 15:07:20:594] naeshow: Choice 1: 'AES256' (ID 17)
[14-SEP-2009 15:07:20:594] naeshow: Choice 2: 'RC4_256' (ID 6)
[14-SEP-2009 15:07:20:594] naeshow: Choice 3: 'AES192' (ID 16)
[14-SEP-2009 15:07:20:594] naeshow: Choice 4: '3DES168' (ID 12)
[14-SEP-2009 15:07:20:594] naeshow: Choice 5: 'AES128' (ID 15)
[14-SEP-2009 15:07:20:594] naeshow: Choice 6: 'RC4_128' (ID 10)
[14-SEP-2009 15:07:20:594] naeshow: Choice 7: '3DES112' (ID 11)
[14-SEP-2009 15:07:20:594] naeshow: Choice 8: 'RC4_56' (ID Cool
[14-SEP-2009 15:07:20:594] naeshow: Choice 9: 'DES' (ID 2)
[14-SEP-2009 15:07:20:594] naeshow: Choice 10: 'RC4_40' (ID 1)
[14-SEP-2009 15:07:20:594] naeshow: Choice 11: 'DES40' (ID 3)
[14-SEP-2009 15:07:20:594] naeshow: exit
[14-SEP-2009 15:07:20:594] naeeinit: exit
[14-SEP-2009 15:07:20:594] naecinit: entry
[14-SEP-2009 15:07:20:594] nam_gnsp: Reading parameter "SQLNET.CRYPTO_CHECKSUM_CLIENT" from parameter file
[14-SEP-2009 15:07:20:594] nam_gnsp: Parameter not found
[14-SEP-2009 15:07:20:594] naequad: Using default value "ACCEPTED"
[14-SEP-2009 15:07:20:594] nam_gic: entry
[14-SEP-2009 15:07:20:594] nam_gic: Counting # of items in "SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT" parameter
[14-SEP-2009 15:07:20:594] nam_gic: Parameter not found
[14-SEP-2009 15:07:20:594] nam_gic: exit
[14-SEP-2009 15:07:20:594] naesno: Using default value "all available algorithms"
[14-SEP-2009 15:07:20:594] naeshow: entry
[14-SEP-2009 15:07:20:594] naeshow: These are the checksumming algorithms that the client will accept:
[14-SEP-2009 15:07:20:594] naeshow: Choice 0: no algorithm; checksumming inactive
[14-SEP-2009 15:07:20:594] naeshow: Choice 1: 'SHA1' (ID 3)
[14-SEP-2009 15:07:20:594] naeshow: Choice 2: 'MD5' (ID 1)
[14-SEP-2009 15:07:20:594] naeshow: exit
[14-SEP-2009 15:07:20:594] naecinit: exit
[14-SEP-2009 15:07:20:594] nainit: exit
[14-SEP-2009 15:07:20:594] nagetctxinfo: entry
[14-SEP-2009 15:07:20:594] nagetctxinfo: exit
[14-SEP-2009 15:07:20:594] nsnainit: NS Connection version: 313
[14-SEP-2009 15:07:20:594] nsnainit: inf->nsinfflg[0]: 0x61 inf->nsinfflg[1]: 0x61
[14-SEP-2009 15:07:20:594] nsnainit: "or" info flags: 0x61 Translations follow:
native service(s) is (are) wanted

[14-SEP-2009 15:07:20:594] nsnainit: "or" info flags: 0x61 Translations follow:
native service(s) is (are) wanted
"and" info flags: 0x61 Translations follow:
native service(s) is (are) wanted

[14-SEP-2009 15:07:20:594] nsnainit: normal exit
[14-SEP-2009 15:07:20:594] nsopen: global context check-in (to slot 0) complete
[14-SEP-2009 15:07:20:594] nsopen: lcl[0]=0xf4ffefff, lcl[1]=0x102000, gbl[0]=0xfabf, gbl[1]=0x0, tdu=32767, sdu=2048
[14-SEP-2009 15:07:20:594] nsdo: entry
[14-SEP-2009 15:07:20:594] nsdo: cid=0, opcode=65, *bl=0, *what=0, uflgs=0x0, cflgs=0x2
[14-SEP-2009 15:07:20:594] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:20:594] nsdo: nsctx: state=7, flg=0x4001, mvd=0
[14-SEP-2009 15:07:20:594] nsbal: entry
[14-SEP-2009 15:07:20:594] nsbgetfl: entry
[14-SEP-2009 15:07:20:594] nsbgetfl: normal exit
[14-SEP-2009 15:07:20:594] nsmal: entry
[14-SEP-2009 15:07:20:594] nsmal: 84 bytes at 0xff5c50
[14-SEP-2009 15:07:20:594] nsmal: normal exit
[14-SEP-2009 15:07:20:594] nsbal: normal exit
[14-SEP-2009 15:07:20:594] nsbal: entry
[14-SEP-2009 15:07:20:594] nsbgetfl: entry
[14-SEP-2009 15:07:20:594] nsbgetfl: normal exit
[14-SEP-2009 15:07:20:594] nsmal: entry
[14-SEP-2009 15:07:20:594] nsmal: 84 bytes at 0xfe8330
[14-SEP-2009 15:07:20:594] nsmal: normal exit
[14-SEP-2009 15:07:20:594] nsbal: normal exit
[14-SEP-2009 15:07:20:594] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:20:594] nsdo: normal exit
[14-SEP-2009 15:07:20:594] nsopen: normal exit
[14-SEP-2009 15:07:20:594] nsdo: entry
[14-SEP-2009 15:07:20:594] nsdo: cid=0, opcode=67, *bl=215, *what=8, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:20:594] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:20:594] nsdo: nsctx: state=14, flg=0x4005, mvd=0
[14-SEP-2009 15:07:20:594] nsdo: gtn=10, gtc=10, ptn=10, ptc=2011
[14-SEP-2009 15:07:20:594] nscon: entry
[14-SEP-2009 15:07:20:594] nscon: doing connect handshake...
[14-SEP-2009 15:07:20:594] nscon: sending NSPTCN packet
[14-SEP-2009 15:07:20:594] nspsend: entry
[14-SEP-2009 15:07:20:594] nspsend: plen=273, type=1
[14-SEP-2009 15:07:20:594] nttwr: entry
[14-SEP-2009 15:07:20:594] nttwr: socket 352 had bytes written=273
[14-SEP-2009 15:07:20:594] nttwr: exit
[14-SEP-2009 15:07:20:594] nspsend: packet dump
[14-SEP-2009 15:07:20:594] nspsend: 01 11 00 00 01 00 00 00 |........|
[14-SEP-2009 15:07:20:594] nspsend: 01 39 01 2C 00 00 08 00 |.9.,....|
[14-SEP-2009 15:07:20:594] nspsend: 7F FF C6 0E 00 00 01 00 |........|
[14-SEP-2009 15:07:20:594] nspsend: 00 D7 00 3A 00 00 02 00 |...:....|
[14-SEP-2009 15:07:20:594] nspsend: 61 61 00 00 00 00 00 00 |aa......|
[14-SEP-2009 15:07:20:594] nspsend: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:20:594] nspsend: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:20:594] nspsend: 00 00 28 44 45 53 43 52 |..(DESCR|
[14-SEP-2009 15:07:20:594] nspsend: 49 50 54 49 4F 4E 3D 28 |IPTION=(|
[14-SEP-2009 15:07:20:594] nspsend: 41 44 44 52 45 53 53 3D |ADDRESS=|
[14-SEP-2009 15:07:20:594] nspsend: 28 50 52 4F 54 4F 43 4F |(PROTOCO|
[14-SEP-2009 15:07:20:594] nspsend: 4C 3D 54 43 50 29 28 48 |L=TCP)(H|
[14-SEP-2009 15:07:20:594] nspsend: 4F 53 54 3D 32 30 37 2E |OST=207.|
[14-SEP-2009 15:07:20:594] nspsend: 31 36 39 2E 32 33 36 2E |169.236.|
[14-SEP-2009 15:07:20:594] nspsend: 32 39 29 28 50 4F 52 54 |29)(PORT|
[14-SEP-2009 15:07:20:594] nspsend: 3D 31 35 32 31 29 29 28 |=1521))(|
[14-SEP-2009 15:07:20:594] nspsend: 43 4F 4E 4E 45 43 54 5F |CONNECT_|
[14-SEP-2009 15:07:20:594] nspsend: 44 41 54 41 3D 28 53 45 |DATA=(SE|
[14-SEP-2009 15:07:20:594] nspsend: 52 56 49 43 45 5F 4E 41 |RVICE_NA|
[14-SEP-2009 15:07:20:609] nspsend: 4D 45 3D 44 45 44 57 52 |ME=DEDWR|
[14-SEP-2009 15:07:20:609] nspsend: 50 30 31 2E 44 45 2E 45 |P01.DE.E|
[14-SEP-2009 15:07:20:609] nspsend: 44 53 2E 43 4F 4D 29 28 |DS.COM)(|
[14-SEP-2009 15:07:20:609] nspsend: 43 49 44 3D 28 50 52 4F |CID=(PRO|
[14-SEP-2009 15:07:20:609] nspsend: 47 52 41 4D 3D 43 3A 5C |GRAM=C:\|
[14-SEP-2009 15:07:20:609] nspsend: 6F 72 61 63 6C 65 5C 70 |oracle\p|
[14-SEP-2009 15:07:20:609] nspsend: 72 6F 64 75 63 74 5C 31 |roduct\1|
[14-SEP-2009 15:07:20:609] nspsend: 30 2E 32 2E 30 5C 63 6C |0.2.0\cl|
[14-SEP-2009 15:07:20:609] nspsend: 69 65 6E 74 5F 31 5C 42 |ient_1\B|
[14-SEP-2009 15:07:20:609] nspsend: 49 4E 5C 73 71 6C 70 6C |IN\sqlpl|
[14-SEP-2009 15:07:20:609] nspsend: 75 73 77 2E 65 78 65 29 |usw.exe)|
[14-SEP-2009 15:07:20:609] nspsend: 28 48 4F 53 54 3D 57 32 |(HOST=W2|
[14-SEP-2009 15:07:20:609] nspsend: 53 5A 48 58 4D 4D 30 31 |SZHXMM01|
[14-SEP-2009 15:07:20:609] nspsend: 29 28 55 53 45 52 3D 73 |)(USER=s|
[14-SEP-2009 15:07:20:609] nspsend: 7A 68 78 6D 6D 29 29 29 |zhxmm)))|
[14-SEP-2009 15:07:20:609] nspsend: 29 |) |
[14-SEP-2009 15:07:20:609] nspsend: 273 bytes to transport
[14-SEP-2009 15:07:20:609] nspsend: normal exit
[14-SEP-2009 15:07:20:609] nscon: exit (0)
[14-SEP-2009 15:07:20:609] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:20:609] nsdo: normal exit
[14-SEP-2009 15:07:20:609] nsdo: entry
[14-SEP-2009 15:07:20:609] nsdo: cid=0, opcode=68, *bl=512, *what=9, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:20:609] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:20:609] nsdo: nsctx: state=2, flg=0x4005, mvd=0
[14-SEP-2009 15:07:20:609] nsdo: gtn=10, gtc=10, ptn=10, ptc=2011
[14-SEP-2009 15:07:20:609] nscon: entry
[14-SEP-2009 15:07:20:609] nscon: recving a packet
[14-SEP-2009 15:07:20:609] nsprecv: entry
[14-SEP-2009 15:07:20:609] nsprecv: reading from transport...
[14-SEP-2009 15:07:20:609] nttrd: entry
[14-SEP-2009 15:07:20:828] nttrd: socket 352 had bytes read=8
[14-SEP-2009 15:07:20:828] nttrd: exit
[14-SEP-2009 15:07:20:828] nsprecv: 8 bytes from transport
[14-SEP-2009 15:07:20:828] nsprecv: tlen=8, plen=8, type=11
[14-SEP-2009 15:07:20:828] nsprecv: packet dump
[14-SEP-2009 15:07:20:828] nsprecv: 00 08 00 00 0B 00 00 00 |........|
[14-SEP-2009 15:07:20:828] nsprecv: normal exit
[14-SEP-2009 15:07:20:828] nscon: got NSPTRS packet
[14-SEP-2009 15:07:20:828] nscon: no connect data
[14-SEP-2009 15:07:20:828] nscon: exit (0)
[14-SEP-2009 15:07:20:828] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:20:828] nsdo: normal exit
[14-SEP-2009 15:07:20:828] nsdo: entry
[14-SEP-2009 15:07:20:828] nsdo: cid=0, opcode=67, *bl=215, *what=8, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:20:828] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:20:828] nsdo: nsctx: state=2, flg=0x4005, mvd=0
[14-SEP-2009 15:07:20:828] nsdo: gtn=10, gtc=10, ptn=10, ptc=2011
[14-SEP-2009 15:07:20:828] nscon: entry
[14-SEP-2009 15:07:20:828] nscon: sending NSPTCN packet
[14-SEP-2009 15:07:20:828] nspsend: entry
[14-SEP-2009 15:07:20:828] nspsend: plen=273, type=1
[14-SEP-2009 15:07:20:828] nttwr: entry
[14-SEP-2009 15:07:20:828] nttwr: socket 352 had bytes written=273
[14-SEP-2009 15:07:20:828] nttwr: exit
[14-SEP-2009 15:07:20:828] nspsend: packet dump
[14-SEP-2009 15:07:20:828] nspsend: 01 11 00 00 01 00 00 00 |........|
[14-SEP-2009 15:07:20:828] nspsend: 01 39 01 2C 00 00 08 00 |.9.,....|
[14-SEP-2009 15:07:20:828] nspsend: 7F FF C6 0E 00 00 01 00 |........|
[14-SEP-2009 15:07:20:828] nspsend: 00 D7 00 3A 00 00 02 00 |...:....|
[14-SEP-2009 15:07:20:828] nspsend: 61 61 00 00 00 00 00 00 |aa......|
[14-SEP-2009 15:07:20:828] nspsend: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:20:828] nspsend: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:20:828] nspsend: 00 00 28 44 45 53 43 52 |..(DESCR|
[14-SEP-2009 15:07:20:828] nspsend: 49 50 54 49 4F 4E 3D 28 |IPTION=(|
[14-SEP-2009 15:07:20:828] nspsend: 41 44 44 52 45 53 53 3D |ADDRESS=|
[14-SEP-2009 15:07:20:828] nspsend: 28 50 52 4F 54 4F 43 4F |(PROTOCO|
[14-SEP-2009 15:07:20:828] nspsend: 4C 3D 54 43 50 29 28 48 |L=TCP)(H|
[14-SEP-2009 15:07:20:828] nspsend: 4F 53 54 3D 32 30 37 2E |OST=207.|
[14-SEP-2009 15:07:20:828] nspsend: 31 36 39 2E 32 33 36 2E |169.236.|
[14-SEP-2009 15:07:20:828] nspsend: 32 39 29 28 50 4F 52 54 |29)(PORT|
[14-SEP-2009 15:07:20:828] nspsend: 3D 31 35 32 31 29 29 28 |=1521))(|
[14-SEP-2009 15:07:20:828] nspsend: 43 4F 4E 4E 45 43 54 5F |CONNECT_|
[14-SEP-2009 15:07:20:828] nspsend: 44 41 54 41 3D 28 53 45 |DATA=(SE|
[14-SEP-2009 15:07:20:828] nspsend: 52 56 49 43 45 5F 4E 41 |RVICE_NA|
[14-SEP-2009 15:07:20:828] nspsend: 4D 45 3D 44 45 44 57 52 |ME=DEDWR|
[14-SEP-2009 15:07:20:828] nspsend: 50 30 31 2E 44 45 2E 45 |P01.DE.E|
[14-SEP-2009 15:07:20:828] nspsend: 44 53 2E 43 4F 4D 29 28 |DS.COM)(|
[14-SEP-2009 15:07:20:828] nspsend: 43 49 44 3D 28 50 52 4F |CID=(PRO|
[14-SEP-2009 15:07:20:828] nspsend: 47 52 41 4D 3D 43 3A 5C |GRAM=C:\|
[14-SEP-2009 15:07:20:828] nspsend: 6F 72 61 63 6C 65 5C 70 |oracle\p|
[14-SEP-2009 15:07:20:828] nspsend: 72 6F 64 75 63 74 5C 31 |roduct\1|
[14-SEP-2009 15:07:20:828] nspsend: 30 2E 32 2E 30 5C 63 6C |0.2.0\cl|
[14-SEP-2009 15:07:20:828] nspsend: 69 65 6E 74 5F 31 5C 42 |ient_1\B|
[14-SEP-2009 15:07:20:828] nspsend: 49 4E 5C 73 71 6C 70 6C |IN\sqlpl|
[14-SEP-2009 15:07:20:828] nspsend: 75 73 77 2E 65 78 65 29 |usw.exe)|
[14-SEP-2009 15:07:20:828] nspsend: 28 48 4F 53 54 3D 57 32 |(HOST=W2|
[14-SEP-2009 15:07:20:828] nspsend: 53 5A 48 58 4D 4D 30 31 |SZHXMM01|
[14-SEP-2009 15:07:20:828] nspsend: 29 28 55 53 45 52 3D 73 |)(USER=s|
[14-SEP-2009 15:07:20:828] nspsend: 7A 68 78 6D 6D 29 29 29 |zhxmm)))|
[14-SEP-2009 15:07:20:828] nspsend: 29 |) |
[14-SEP-2009 15:07:20:828] nspsend: 273 bytes to transport
[14-SEP-2009 15:07:20:828] nspsend: normal exit
[14-SEP-2009 15:07:20:828] nscon: exit (0)
[14-SEP-2009 15:07:20:828] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:20:828] nsdo: normal exit
[14-SEP-2009 15:07:20:828] nsdo: entry
[14-SEP-2009 15:07:20:828] nsdo: cid=0, opcode=68, *bl=512, *what=9, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:20:828] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:20:828] nsdo: nsctx: state=2, flg=0x4005, mvd=0
[14-SEP-2009 15:07:20:828] nsdo: gtn=10, gtc=10, ptn=10, ptc=2011
[14-SEP-2009 15:07:20:828] nscon: entry
[14-SEP-2009 15:07:20:828] nscon: recving a packet
[14-SEP-2009 15:07:20:828] nsprecv: entry
[14-SEP-2009 15:07:20:828] nsprecv: reading from transport...
[14-SEP-2009 15:07:20:828] nttrd: entry
[14-SEP-2009 15:07:20:953] nttrd: socket 352 had bytes read=32
[14-SEP-2009 15:07:20:953] nttrd: exit
[14-SEP-2009 15:07:20:953] nsprecv: 32 bytes from transport
[14-SEP-2009 15:07:20:953] nsprecv: tlen=32, plen=32, type=2
[14-SEP-2009 15:07:20:953] nsprecv: packet dump
[14-SEP-2009 15:07:20:953] nsprecv: 00 20 00 00 02 00 00 00 |........|
[14-SEP-2009 15:07:20:953] nsprecv: 01 39 00 00 08 00 7F FF |.9......|
[14-SEP-2009 15:07:20:953] nsprecv: 00 01 00 00 00 20 61 41 |......aA|
[14-SEP-2009 15:07:20:953] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:20:953] nsprecv: normal exit
[14-SEP-2009 15:07:20:953] nscon: got NSPTAC packet
[14-SEP-2009 15:07:20:953] nsconneg: entry
[14-SEP-2009 15:07:20:953] nsconneg: vsn=313, gbl=0x0, sdu=2048, tdu=32767
[14-SEP-2009 15:07:20:953] nsconneg: normal exit
[14-SEP-2009 15:07:20:953] nscon: no connect data
[14-SEP-2009 15:07:20:953] nscon: connect handshake is complete
[14-SEP-2009 15:07:20:953] nscon: nsctxinf[0]=0x61, [1]=0x41
[14-SEP-2009 15:07:20:953] nscon: normal exit
[14-SEP-2009 15:07:20:953] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:20:953] nsdo: normal exit
[14-SEP-2009 15:07:20:953] nsnaconn: entry
[14-SEP-2009 15:07:20:953] nagetctxinfo: entry
[14-SEP-2009 15:07:20:953] nagetctxinfo: exit
[14-SEP-2009 15:07:20:953] nsnainconn: entry
[14-SEP-2009 15:07:20:953] nsnainconn: inf->nsinfflg[0]: 0x61 inf->nsinfflg[1]: 0x41
[14-SEP-2009 15:07:20:953] nsnainconn: "or" info flags: 0x61 Translations follow:
native service(s) is (are) wanted

[14-SEP-2009 15:07:20:953] nsnainconn: "or" info flags: 0x61 Translations follow:
native service(s) is (are) wanted
"and" info flags: 0x41 Translations follow:
native service(s) is (are) wanted

[14-SEP-2009 15:07:20:953] nsnainconn: normal exit
[14-SEP-2009 15:07:20:953] nsnadoconn: entry
[14-SEP-2009 15:07:20:953] naconnect: entry
[14-SEP-2009 15:07:20:953] naconnect: >>>>>>> PASS: 0
[14-SEP-2009 15:07:20:953] na_init_connection: entry
[14-SEP-2009 15:07:20:953] na_info: entry
[14-SEP-2009 15:07:20:953] nas_version: entry
[14-SEP-2009 15:07:20:953] nas_version: exit
[14-SEP-2009 15:07:20:953] nacomsu: entry
[14-SEP-2009 15:07:20:953] nacomfsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: exit
[14-SEP-2009 15:07:20:953] nacomsu: sending version stamp 0xa200100
[14-SEP-2009 15:07:20:953] nacomdp: entry
[14-SEP-2009 15:07:20:953] nacomdp: direction: outbound
service: supervisor
data type: version stamp
data length: 4
[14-SEP-2009 15:07:20:953] nacomdp: exit
[14-SEP-2009 15:07:20:953] nacomsu: exit
[14-SEP-2009 15:07:20:953] na_info: Oracle Advanced Security: supervisor service for 32-bit Windows: Version 10.2.0.1.0 - Production
[14-SEP-2009 15:07:20:953] nau_info: entry
[14-SEP-2009 15:07:20:953] nau_info: exit
[14-SEP-2009 15:07:20:953] nacomsu: entry
[14-SEP-2009 15:07:20:953] nacomfsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: exit
[14-SEP-2009 15:07:20:953] nacomsu: sending version stamp 0xa200100
[14-SEP-2009 15:07:20:953] nacomdp: entry
[14-SEP-2009 15:07:20:953] nacomdp: direction: outbound
service: authentication
data type: version stamp
data length: 4
[14-SEP-2009 15:07:20:953] nacomdp: exit
[14-SEP-2009 15:07:20:953] nacomsu: exit
[14-SEP-2009 15:07:20:953] na_info: Oracle Advanced Security: authentication service for 32-bit Windows: Version 10.2.0.1.0 - Production
[14-SEP-2009 15:07:20:953] nacomsu: entry
[14-SEP-2009 15:07:20:953] nacomfsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: exit
[14-SEP-2009 15:07:20:953] nacomsu: sending version stamp 0xa200100
[14-SEP-2009 15:07:20:953] nacomdp: entry
[14-SEP-2009 15:07:20:953] nacomdp: direction: outbound
service: encryption
data type: version stamp
data length: 4
[14-SEP-2009 15:07:20:953] nacomdp: exit
[14-SEP-2009 15:07:20:953] nacomsu: exit
[14-SEP-2009 15:07:20:953] na_info: Oracle Advanced Security: encryption service for 32-bit Windows: Version 10.2.0.1.0 - Production
[14-SEP-2009 15:07:20:953] nacomsu: entry
[14-SEP-2009 15:07:20:953] nacomfsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: exit
[14-SEP-2009 15:07:20:953] nacomsu: sending version stamp 0xa200100
[14-SEP-2009 15:07:20:953] nacomdp: entry
[14-SEP-2009 15:07:20:953] nacomdp: direction: outbound
service: crypto-checksumming
data type: version stamp
data length: 4
[14-SEP-2009 15:07:20:953] nacomdp: exit
[14-SEP-2009 15:07:20:953] nacomsu: exit
[14-SEP-2009 15:07:20:953] na_info: Oracle Advanced Security: crypto-checksumming service for 32-bit Windows: Version 10.2.0.1.0 - Production
[14-SEP-2009 15:07:20:953] na_info: exit
[14-SEP-2009 15:07:20:953] na_init_connection: exit
[14-SEP-2009 15:07:20:953] na_client: entry
[14-SEP-2009 15:07:20:953] na_ccas: entry
[14-SEP-2009 15:07:20:953] nas_ccn: entry
[14-SEP-2009 15:07:20:953] nas_ccn: Connection ID: 00145c2c31f8ff
[14-SEP-2009 15:07:20:953] nacomsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: exit
[14-SEP-2009 15:07:20:953] nacomdp: entry
[14-SEP-2009 15:07:20:953] nacomdp: direction: outbound
service: supervisor
data type: raw data
data length: 8
[14-SEP-2009 15:07:20:953] nacomdp: exit
[14-SEP-2009 15:07:20:953] nacomsd: exit
[14-SEP-2009 15:07:20:953] nacomsa: entry
[14-SEP-2009 15:07:20:953] nacomfsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: exit
[14-SEP-2009 15:07:20:953] nacomsa: Sending array of type 2 byte numeric with 4 elements
[14-SEP-2009 15:07:20:953] nacomdp: entry
[14-SEP-2009 15:07:20:953] nacomdp: direction: outbound
service: supervisor
data type: raw data
data length: 18
[14-SEP-2009 15:07:20:953] nacomdp: exit
[14-SEP-2009 15:07:20:953] nacomsa: exit
[14-SEP-2009 15:07:20:953] nas_ccn: exit
[14-SEP-2009 15:07:20:953] nau_ccn: entry
[14-SEP-2009 15:07:20:953] nau_gpl: entry
[14-SEP-2009 15:07:20:953] nau_csl: entry
[14-SEP-2009 15:07:20:953] nau_csl: exit
[14-SEP-2009 15:07:20:953] nau_grl: entry
[14-SEP-2009 15:07:20:953] nau_rsp: entry
[14-SEP-2009 15:07:20:953] nau_rsp: exit
[14-SEP-2009 15:07:20:953] nau_grl: exit
[14-SEP-2009 15:07:20:953] nau_gpl: exit
[14-SEP-2009 15:07:20:953] nau_css: entry
[14-SEP-2009 15:07:20:953] nau_csct: entry
[14-SEP-2009 15:07:20:953] nau_csct: sending connection type: client/server
[14-SEP-2009 15:07:20:953] nacomsu: entry
[14-SEP-2009 15:07:20:953] nacomfsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: exit
[14-SEP-2009 15:07:20:953] nacomsu: sending 2 byte numeric 57569
[14-SEP-2009 15:07:20:953] nacomdp: entry
[14-SEP-2009 15:07:20:953] nacomdp: direction: outbound
service: authentication
data type: 2 byte numeric
data length: 2
[14-SEP-2009 15:07:20:953] nacomdp: exit
[14-SEP-2009 15:07:20:953] nacomsu: exit
[14-SEP-2009 15:07:20:953] nau_csct: exit
[14-SEP-2009 15:07:20:953] nau_cst: entry
[14-SEP-2009 15:07:20:953] nau_cst: sending client status: authentication not required

[14-SEP-2009 15:07:20:953] nacomsu: entry
[14-SEP-2009 15:07:20:953] nacomfsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: exit
[14-SEP-2009 15:07:20:953] nacomsu: sending status 0xfcff
[14-SEP-2009 15:07:20:953] nacomdp: entry
[14-SEP-2009 15:07:20:953] nacomdp: direction: outbound
service: authentication
data type: status
data length: 2
[14-SEP-2009 15:07:20:953] nacomdp: exit
[14-SEP-2009 15:07:20:953] nacomsu: exit
[14-SEP-2009 15:07:20:953] nau_cst: exit
[14-SEP-2009 15:07:20:953] nau_css: client sending adapter - type: auth. service name: NTS
[14-SEP-2009 15:07:20:953] nacomsu: entry
[14-SEP-2009 15:07:20:953] nacomfsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: exit
[14-SEP-2009 15:07:20:953] nacomsu: sending 1 byte numeric 1
[14-SEP-2009 15:07:20:953] nacomdp: entry
[14-SEP-2009 15:07:20:953] nacomdp: direction: outbound
service: authentication
data type: 1 byte numeric
data length: 1
[14-SEP-2009 15:07:20:953] nacomdp: exit
[14-SEP-2009 15:07:20:953] nacomsu: exit
[14-SEP-2009 15:07:20:953] nacomsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: exit
[14-SEP-2009 15:07:20:953] nacomdp: entry
[14-SEP-2009 15:07:20:953] nacomdp: direction: outbound
service: authentication
data type: string
data length: 3
[14-SEP-2009 15:07:20:953] nacomdp: exit
[14-SEP-2009 15:07:20:953] nacomsd: exit
[14-SEP-2009 15:07:20:953] nau_css: exit
[14-SEP-2009 15:07:20:953] nau_ccn: exit
[14-SEP-2009 15:07:20:953] naeecn: entry
[14-SEP-2009 15:07:20:953] nacomsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: entry
[14-SEP-2009 15:07:20:953] nacomfsd: exit
[14-SEP-2009 15:07:20:953] nacomdp: entry
[14-SEP-2009 15:07:20:953] nacomdp: direction: outbound
service: encryption
data type: raw data
data length: 12
[14-SEP-2009 15:07:20:953] nacomdp: exit
[14-SEP-2009 15:07:20:953] nacomsd: exit
[14-SEP-2009 15:07:20:953] naeecn: exit
[14-SEP-2009 15:07:20:953] naeccn: entry
[14-SEP-2009 15:07:20:953] nacomsd: entry
[14-SEP-2009 15:07:20:969] nacomfsd: entry
[14-SEP-2009 15:07:20:969] nacomfsd: exit
[14-SEP-2009 15:07:20:969] nacomdp: entry
[14-SEP-2009 15:07:20:969] nacomdp: direction: outbound
service: crypto-checksumming
data type: raw data
data length: 3
[14-SEP-2009 15:07:20:969] nacomdp: exit
[14-SEP-2009 15:07:20:969] nacomsd: exit
[14-SEP-2009 15:07:20:969] naeccn: exit
[14-SEP-2009 15:07:20:969] na_ccas: exit
[14-SEP-2009 15:07:20:969] nacomsn: entry
[14-SEP-2009 15:07:20:969] nacomap: entry
[14-SEP-2009 15:07:20:969] nacomap: Packet length 158
# of services 4
Error sent? FALSE
[14-SEP-2009 15:07:20:969] nacomap: Version transmitted: Oracle Advanced Security: Oracle Advanced Security for 32-bit Windows: Version 10.2.0.1.0 - Production
[14-SEP-2009 15:07:20:969] nacomps: entry
[14-SEP-2009 15:07:20:969] nacomps: service supervisor
# of fields 3
ORACLE error 0
[14-SEP-2009 15:07:20:969] nacomps: data length 4
data type version stamp
[14-SEP-2009 15:07:20:969] nacomps: data length 8
data type raw data
[14-SEP-2009 15:07:20:969] nacomps: data length 18
data type raw data
[14-SEP-2009 15:07:20:969] nacomps: service authentication
# of fields 5
ORACLE error 0
[14-SEP-2009 15:07:20:969] nacomps: data length 4
data type version stamp
[14-SEP-2009 15:07:20:969] nacomps: data length 2
data type 2 byte numeric
[14-SEP-2009 15:07:20:969] nacomps: data length 2
data type status
[14-SEP-2009 15:07:20:969] nacomps: data length 1
data type 1 byte numeric
[14-SEP-2009 15:07:20:969] nacomps: data length 3
data type string
[14-SEP-2009 15:07:20:969] nacomps: service encryption
# of fields 2
ORACLE error 0
[14-SEP-2009 15:07:20:969] nacomps: data length 4
data type version stamp
[14-SEP-2009 15:07:20:969] nacomps: data length 12
data type raw data
[14-SEP-2009 15:07:20:969] nacomps: service crypto-checksumming
# of fields 2
ORACLE error 0
[14-SEP-2009 15:07:20:969] nacomps: data length 4
data type version stamp
[14-SEP-2009 15:07:20:969] nacomps: data length 3
data type raw data
[14-SEP-2009 15:07:20:969] nacomps: exit
[14-SEP-2009 15:07:20:969] nacomap: exit
[14-SEP-2009 15:07:20:969] nacomsn: sending 158 bytes
[14-SEP-2009 15:07:20:969] nsnasend: entry
[14-SEP-2009 15:07:20:969] nsnasend: bytes to send: 158
[14-SEP-2009 15:07:20:969] nsdo: entry
[14-SEP-2009 15:07:20:969] nsdo: cid=0, opcode=67, *bl=158, *what=1, uflgs=0x22, cflgs=0x3
[14-SEP-2009 15:07:20:969] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:20:969] nsdo: nsctx: state=8, flg=0x2400d, mvd=0
[14-SEP-2009 15:07:20:969] nsdo: gtn=32, gtc=32, ptn=10, ptc=2011
[14-SEP-2009 15:07:20:969] nsdo: 158 bytes to NS buffer
[14-SEP-2009 15:07:20:969] nsdoacts: entry
[14-SEP-2009 15:07:20:969] nsdofls: entry
[14-SEP-2009 15:07:20:969] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:20:969] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:20:969] nspsend: entry
[14-SEP-2009 15:07:20:969] nspsend: plen=168, type=6
[14-SEP-2009 15:07:20:969] nttwr: entry
[14-SEP-2009 15:07:20:969] nttwr: socket 352 had bytes written=168
[14-SEP-2009 15:07:20:969] nttwr: exit
[14-SEP-2009 15:07:20:969] nspsend: packet dump
[14-SEP-2009 15:07:20:969] nspsend: 00 A8 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:20:969] nspsend: 00 00 DE AD BE EF 00 9E |........|
[14-SEP-2009 15:07:20:969] nspsend: 0A 20 01 00 00 04 00 00 |........|
[14-SEP-2009 15:07:20:969] nspsend: 04 00 03 00 00 00 00 00 |........|
[14-SEP-2009 15:07:20:969] nspsend: 04 00 05 0A 20 01 00 00 |........|
[14-SEP-2009 15:07:20:969] nspsend: 08 00 01 00 00 14 5C 2C |......\,|
[14-SEP-2009 15:07:20:969] nspsend: 31 F8 FF 00 12 00 01 DE |1.......|
[14-SEP-2009 15:07:20:969] nspsend: AD BE EF 00 03 00 00 00 |........|
[14-SEP-2009 15:07:20:969] nspsend: 04 00 04 00 01 00 01 00 |........|
[14-SEP-2009 15:07:20:969] nspsend: 02 00 01 00 05 00 00 00 |........|
[14-SEP-2009 15:07:20:969] nspsend: 00 00 04 00 05 0A 20 01 |........|
[14-SEP-2009 15:07:20:969] nspsend: 00 00 02 00 03 E0 E1 00 |........|
[14-SEP-2009 15:07:20:969] nspsend: 02 00 06 FC FF 00 01 00 |........|
[14-SEP-2009 15:07:20:969] nspsend: 02 01 00 03 00 00 4E 54 |......NT|
[14-SEP-2009 15:07:20:969] nspsend: 53 00 02 00 02 00 00 00 |S.......|
[14-SEP-2009 15:07:20:969] nspsend: 00 00 04 00 05 0A 20 01 |........|
[14-SEP-2009 15:07:20:969] nspsend: 00 00 0C 00 01 00 11 06 |........|
[14-SEP-2009 15:07:20:969] nspsend: 10 0C 0F 0A 0B 08 02 01 |........|
[14-SEP-2009 15:07:20:969] nspsend: 03 00 03 00 02 00 00 00 |........|
[14-SEP-2009 15:07:20:969] nspsend: 00 00 04 00 05 0A 20 01 |........|
[14-SEP-2009 15:07:20:969] nspsend: 00 00 03 00 01 00 03 01 |........|
[14-SEP-2009 15:07:20:969] nspsend: 168 bytes to transport
[14-SEP-2009 15:07:20:969] nspsend: normal exit
[14-SEP-2009 15:07:20:969] nsdofls: exit (0)
[14-SEP-2009 15:07:20:969] nsdoacts: flushing transport
[14-SEP-2009 15:07:20:969] nttctl: entry
[14-SEP-2009 15:07:20:969] nsdoacts: normal exit
[14-SEP-2009 15:07:20:969] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:20:969] nsdo: normal exit
[14-SEP-2009 15:07:20:969] nsnasend: normal exit
[14-SEP-2009 15:07:20:969] nacompd: entry
[14-SEP-2009 15:07:20:969] nacompd: exit
[14-SEP-2009 15:07:20:969] nacomsn: exit
[14-SEP-2009 15:07:20:969] na_receive_packet: entry
[14-SEP-2009 15:07:20:969] nacomrc: entry
[14-SEP-2009 15:07:20:969] nsnareceive: entry
[14-SEP-2009 15:07:20:969] nsnareceive: buffer address: 0x127c9c bytes wanted: 2048
[14-SEP-2009 15:07:20:969] nsnareceive: calling NS to receive 2048 bytes into address 0x127c9c
[14-SEP-2009 15:07:20:969] nsdo: entry
[14-SEP-2009 15:07:20:969] nsdo: cid=0, opcode=68, *bl=2048, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:20:969] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:20:969] nsdo: nsctx: state=8, flg=0x2400d, mvd=0
[14-SEP-2009 15:07:20:969] nsdo: gtn=32, gtc=32, ptn=10, ptc=2011
[14-SEP-2009 15:07:20:969] nsrdr: entry
[14-SEP-2009 15:07:20:969] nsrdr: recving a packet
[14-SEP-2009 15:07:20:969] nsprecv: entry
[14-SEP-2009 15:07:20:969] nsprecv: reading from transport...
[14-SEP-2009 15:07:20:969] nttrd: entry
[14-SEP-2009 15:07:21:094] nttrd: socket 352 had bytes read=127
[14-SEP-2009 15:07:21:094] nttrd: exit
[14-SEP-2009 15:07:21:094] nsprecv: 127 bytes from transport
[14-SEP-2009 15:07:21:094] nsprecv: tlen=127, plen=127, type=6
[14-SEP-2009 15:07:21:094] nsprecv: packet dump
[14-SEP-2009 15:07:21:094] nsprecv: 00 7F 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 00 00 DE AD BE EF 00 75 |.......u|
[14-SEP-2009 15:07:21:094] nsprecv: 0A 20 04 00 00 04 00 00 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 04 00 03 00 00 00 00 00 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 04 00 05 0A 20 04 00 00 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 02 00 06 00 1F 00 0E 00 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 01 DE AD BE EF 00 03 00 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 00 00 02 00 04 00 01 00 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 01 00 02 00 00 00 00 00 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 04 00 05 0A 20 04 00 00 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 02 00 06 FB FF 00 02 00 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 02 00 00 00 00 00 04 00 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 05 0A 20 04 00 00 01 00 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 02 00 00 03 00 02 00 00 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 00 00 00 04 00 05 0A 20 |........|
[14-SEP-2009 15:07:21:094] nsprecv: 04 00 00 01 00 02 00 |....... |
[14-SEP-2009 15:07:21:094] nsprecv: normal exit
[14-SEP-2009 15:07:21:094] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:21:094] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:21:094] nsrdr: normal exit
[14-SEP-2009 15:07:21:094] nsdo: *what=1, *bl=2048
[14-SEP-2009 15:07:21:094] nsdo: 117 bytes from NS buffer
[14-SEP-2009 15:07:21:094] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:21:094] nsdo: normal exit
[14-SEP-2009 15:07:21:094] nsnareceive: received 117 bytes
[14-SEP-2009 15:07:21:094] nsnareceive: no more data to receive - returning
[14-SEP-2009 15:07:21:094] nsnareceive: normal exit
[14-SEP-2009 15:07:21:094] nsnareceive: total bytes received: 117
[14-SEP-2009 15:07:21:094] nacomrc: received 117 bytes
[14-SEP-2009 15:07:21:094] nacomrc: total data length: 117 bytes
[14-SEP-2009 15:07:21:094] nacomrc: Version received: Oracle Advanced Security: Oracle Advanced Security for 32-bit Windows: Version 10.2.0.4.0 - Production
[14-SEP-2009 15:07:21:094] nacomrc: Length 117
# of services 4
Error rec'd? FALSE
[14-SEP-2009 15:07:21:094] nacomus: entry
[14-SEP-2009 15:07:21:094] nacomus: service supervisor
# of fields 3
ORACLE error 0
[14-SEP-2009 15:07:21:094] nacomdp: entry
[14-SEP-2009 15:07:21:094] nacomdp: direction: inbound
service: supervisor
data type: version stamp
data length: 4
[14-SEP-2009 15:07:21:094] nacomdp: exit
[14-SEP-2009 15:07:21:094] nacomdp: entry
[14-SEP-2009 15:07:21:094] nacomdp: direction: inbound
service: supervisor
data type: status
data length: 2
[14-SEP-2009 15:07:21:094] nacomdp: exit
[14-SEP-2009 15:07:21:094] nacomdp: entry
[14-SEP-2009 15:07:21:094] nacomdp: direction: inbound
service: supervisor
data type: raw data
data length: 14
[14-SEP-2009 15:07:21:094] nacomdp: exit
[14-SEP-2009 15:07:21:094] nacomus: exit
[14-SEP-2009 15:07:21:094] nacomus: entry
[14-SEP-2009 15:07:21:094] nacomus: service authentication
# of fields 2
ORACLE error 0
[14-SEP-2009 15:07:21:094] nacomdp: entry
[14-SEP-2009 15:07:21:094] nacomdp: direction: inbound
service: authentication
data type: version stamp
data length: 4
[14-SEP-2009 15:07:21:094] nacomdp: exit
[14-SEP-2009 15:07:21:094] nacomdp: entry
[14-SEP-2009 15:07:21:094] nacomdp: direction: inbound
service: authentication
data type: status
data length: 2
[14-SEP-2009 15:07:21:094] nacomdp: exit
[14-SEP-2009 15:07:21:094] nacomus: exit
[14-SEP-2009 15:07:21:094] nacomus: entry
[14-SEP-2009 15:07:21:094] nacomus: service encryption
# of fields 2
ORACLE error 0
[14-SEP-2009 15:07:21:094] nacomdp: entry
[14-SEP-2009 15:07:21:094] nacomdp: direction: inbound
service: encryption
data type: version stamp
data length: 4
[14-SEP-2009 15:07:21:094] nacomdp: exit
[14-SEP-2009 15:07:21:094] nacomdp: entry
[14-SEP-2009 15:07:21:094] nacomdp: direction: inbound
service: encryption
data type: 1 byte numeric
data length: 1
[14-SEP-2009 15:07:21:094] nacomdp: exit
[14-SEP-2009 15:07:21:094] nacomus: exit
[14-SEP-2009 15:07:21:094] nacomus: entry
[14-SEP-2009 15:07:21:094] nacomus: service crypto-checksumming
# of fields 2
ORACLE error 0
[14-SEP-2009 15:07:21:094] nacomdp: entry
[14-SEP-2009 15:07:21:094] nacomdp: direction: inbound
service: crypto-checksumming
data type: version stamp
data length: 4
[14-SEP-2009 15:07:21:094] nacomdp: exit
[14-SEP-2009 15:07:21:094] nacomdp: entry
[14-SEP-2009 15:07:21:094] nacomdp: direction: inbound
service: crypto-checksumming
data type: 1 byte numeric
data length: 1
[14-SEP-2009 15:07:21:094] nacomdp: exit
[14-SEP-2009 15:07:21:094] nacomus: exit
[14-SEP-2009 15:07:21:094] nacomrc: exit
[14-SEP-2009 15:07:21:094] na_receive_packet: exit
[14-SEP-2009 15:07:21:094] na_csrd: entry
[14-SEP-2009 15:07:21:094] nas_ccn: entry
[14-SEP-2009 15:07:21:094] nacomrp: entry
[14-SEP-2009 15:07:21:094] nacomrp: exit
[14-SEP-2009 15:07:21:094] nas_gusl: exit
[14-SEP-2009 15:07:21:094] nas_ccn: exit
[14-SEP-2009 15:07:21:094] nau_ccn: entry
[14-SEP-2009 15:07:21:094] nau_rpv: entry
[14-SEP-2009 15:07:21:094] nacomrp: entry
[14-SEP-2009 15:07:21:094] nacomrp: exit
[14-SEP-2009 15:07:21:094] nau_rpv: Version received for 32-bit Windows: Version 10.2.0.4.0 - UNKNOWN
[14-SEP-2009 15:07:21:094] nau_rpv: Connection version for 32-bit Windows: Version 10.2.0.1.0 - UNKNOWN
[14-SEP-2009 15:07:21:094] nau_rpv: adapter version communication is supported by other process
[14-SEP-2009 15:07:21:094] nau_rpv: exit
[14-SEP-2009 15:07:21:094] nau_cga: entry
[14-SEP-2009 15:07:21:094] nacomrp: entry
[14-SEP-2009 15:07:21:094] nacomrp: exit
[14-SEP-2009 15:07:21:094] nau_cga: exit
[14-SEP-2009 15:07:21:094] nau_ccn: client handshake succeeded
[14-SEP-2009 15:07:21:094] nau_ccn: exit
[14-SEP-2009 15:07:21:094] naeecn: entry
[14-SEP-2009 15:07:21:094] nacomrp: entry
[14-SEP-2009 15:07:21:094] nacomrp: exit
[14-SEP-2009 15:07:21:094] nacomrp: entry
[14-SEP-2009 15:07:21:094] nacomrp: exit
[14-SEP-2009 15:07:21:094] naeecn: exit
[14-SEP-2009 15:07:21:094] naeccn: entry
[14-SEP-2009 15:07:21:094] nacomrp: entry
[14-SEP-2009 15:07:21:094] nacomrp: exit
[14-SEP-2009 15:07:21:094] nacomrp: entry
[14-SEP-2009 15:07:21:094] nacomrp: exit
[14-SEP-2009 15:07:21:094] naeccn: exit
[14-SEP-2009 15:07:21:094] na_csrd: exit
[14-SEP-2009 15:07:21:094] na_client: all services done
[14-SEP-2009 15:07:21:094] na_client: exit
[14-SEP-2009 15:07:21:094] na_coco: entry
[14-SEP-2009 15:07:21:094] nau_cco: entry
[14-SEP-2009 15:07:21:094] nau_dis: entry
[14-SEP-2009 15:07:21:094] nau_dis: exit
[14-SEP-2009 15:07:21:094] nau_cco: exit
[14-SEP-2009 15:07:21:094] naeecom: entry
[14-SEP-2009 15:07:21:094] naeecom: Encryption inactive[14-SEP-2009 15:07:21:094] naeecom: exit
[14-SEP-2009 15:07:21:094] naeccom: entry
[14-SEP-2009 15:07:21:094] naeccom: Crypto-Checksumming inactive[14-SEP-2009 15:07:21:094] naeccom: exit
[14-SEP-2009 15:07:21:094] na_tns: entry
[14-SEP-2009 15:07:21:094] na_tns: Secure Network Services is available.
[14-SEP-2009 15:07:21:094] nau_adi: entry
[14-SEP-2009 15:07:21:094] nau_adi: exit
[14-SEP-2009 15:07:21:094] na_tns: authentication is not active
[14-SEP-2009 15:07:21:094] na_tns: encryption is not active
[14-SEP-2009 15:07:21:094] na_tns: crypto-checksumming is not active
[14-SEP-2009 15:07:21:094] na_tns: exit
[14-SEP-2009 15:07:21:094] na_coco: exit
[14-SEP-2009 15:07:21:094] naconnect: exit
[14-SEP-2009 15:07:21:094] nsnafinishconn: entry
[14-SEP-2009 15:07:21:094] nagetctxinfo: entry
[14-SEP-2009 15:07:21:094] nagetctxinfo: exit
[14-SEP-2009 15:07:21:094] nsnafinishconn: normal exit
[14-SEP-2009 15:07:21:094] nsnadoconn: normal exit
[14-SEP-2009 15:07:21:094] nsnaconn: normal exit
[14-SEP-2009 15:07:21:094] nscall: normal exit
[14-SEP-2009 15:07:21:094] niotns: niotns: passing ns handle back up...
[14-SEP-2009 15:07:21:094] nsballoc: entry
[14-SEP-2009 15:07:21:094] nsbgetfl: entry
[14-SEP-2009 15:07:21:094] nsbgetfl: normal exit
[14-SEP-2009 15:07:21:094] nsballoc: normal exit
[14-SEP-2009 15:07:21:094] nsballoc: entry
[14-SEP-2009 15:07:21:094] nsbgetfl: entry
[14-SEP-2009 15:07:21:094] nsbgetfl: normal exit
[14-SEP-2009 15:07:21:094] nsballoc: normal exit
[14-SEP-2009 15:07:21:094] niotns: exit
[14-SEP-2009 15:07:21:140] nioqrc: entry
[14-SEP-2009 15:07:21:140] nsdo: entry
[14-SEP-2009 15:07:21:140] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:21:140] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:21:140] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:21:140] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:21:140] nsdofls: entry
[14-SEP-2009 15:07:21:140] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:21:140] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:21:140] nspsend: entry
[14-SEP-2009 15:07:21:140] nspsend: plen=37, type=6
[14-SEP-2009 15:07:21:140] nttwr: entry
[14-SEP-2009 15:07:21:140] nttwr: socket 352 had bytes written=37
[14-SEP-2009 15:07:21:156] nttwr: exit
[14-SEP-2009 15:07:21:156] nspsend: packet dump
[14-SEP-2009 15:07:21:156] nspsend: 00 25 00 00 06 00 00 00 |.%......|
[14-SEP-2009 15:07:21:156] nspsend: 00 00 01 06 05 04 03 02 |........|
[14-SEP-2009 15:07:21:156] nspsend: 01 00 49 42 4D 50 43 2F |..IBMPC/|
[14-SEP-2009 15:07:21:156] nspsend: 57 49 4E 5F 4E 54 2D 38 |WIN_NT-8|
[14-SEP-2009 15:07:21:156] nspsend: 2E 31 2E 30 00 |.1.0. |
[14-SEP-2009 15:07:21:156] nspsend: 37 bytes to transport
[14-SEP-2009 15:07:21:156] nspsend: normal exit
[14-SEP-2009 15:07:21:156] nsdofls: exit (0)
[14-SEP-2009 15:07:21:156] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:21:156] nsdo: normal exit
[14-SEP-2009 15:07:21:156] nsdo: entry
[14-SEP-2009 15:07:21:156] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:21:156] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:21:156] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:21:156] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:21:156] nsdo: switching to application buffer
[14-SEP-2009 15:07:21:156] nsrdr: entry
[14-SEP-2009 15:07:21:156] nsrdr: recving a packet
[14-SEP-2009 15:07:21:156] nsprecv: entry
[14-SEP-2009 15:07:21:156] nsprecv: reading from transport...
[14-SEP-2009 15:07:21:156] nttrd: entry
[14-SEP-2009 15:07:21:265] nttrd: socket 352 had bytes read=180
[14-SEP-2009 15:07:21:265] nttrd: exit
[14-SEP-2009 15:07:21:265] nsprecv: 180 bytes from transport
[14-SEP-2009 15:07:21:265] nsprecv: tlen=180, plen=180, type=6
[14-SEP-2009 15:07:21:265] nsprecv: packet dump
[14-SEP-2009 15:07:21:265] nsprecv: 00 B4 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:21:265] nsprecv: 00 00 01 06 00 53 56 52 |.....SVR|
[14-SEP-2009 15:07:21:265] nsprecv: 34 2D 62 65 2D 36 34 62 |4-be-64b|
[14-SEP-2009 15:07:21:265] nsprecv: 69 74 2D 38 2E 31 2E 30 |it-8.1.0|
[14-SEP-2009 15:07:21:265] nsprecv: 00 1F 00 01 00 00 00 64 |.......d|
[14-SEP-2009 15:07:21:265] nsprecv: 00 00 00 60 01 24 0F 05 |...`.$..|
[14-SEP-2009 15:07:21:265] nsprecv: 0B 0C 03 0C 0C 05 04 05 |........|
[14-SEP-2009 15:07:21:265] nsprecv: 0D 06 09 07 08 05 05 05 |........|
[14-SEP-2009 15:07:21:265] nsprecv: 05 05 0F 05 05 05 05 05 |........|
[14-SEP-2009 15:07:21:265] nsprecv: 0A 05 05 05 05 05 04 05 |........|
[14-SEP-2009 15:07:21:265] nsprecv: 06 07 08 08 23 47 23 47 |....#G#G|
[14-SEP-2009 15:07:21:265] nsprecv: 08 11 23 08 11 41 B0 47 |..#..A.G|
[14-SEP-2009 15:07:21:265] nsprecv: 00 83 00 1F 07 D0 13 00 |........|
[14-SEP-2009 15:07:21:265] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:21:265] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:21:265] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:21:265] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:21:265] nsprecv: 00 00 00 00 21 06 01 01 |....!...|
[14-SEP-2009 15:07:21:265] nsprecv: 01 0D 01 01 04 01 01 01 |........|
[14-SEP-2009 15:07:21:265] nsprecv: 01 01 01 01 FF FF 03 08 |........|
[14-SEP-2009 15:07:21:265] nsprecv: 03 03 01 00 3F 01 07 3F |....?..?|
[14-SEP-2009 15:07:21:265] nsprecv: 01 02 01 01 03 01 05 02 |........|
[14-SEP-2009 15:07:21:265] nsprecv: 01 00 01 1C |.... |
[14-SEP-2009 15:07:21:265] nsprecv: normal exit
[14-SEP-2009 15:07:21:265] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:21:265] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:21:265] nsrdr: normal exit
[14-SEP-2009 15:07:21:265] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:21:265] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:21:265] nsdo: normal exit
[14-SEP-2009 15:07:21:265] nioqrc: exit
[14-SEP-2009 15:07:21:422] nioqsn: entry
[14-SEP-2009 15:07:21:422] nioqsn: exit
[14-SEP-2009 15:07:21:469] nioqsn: entry
[14-SEP-2009 15:07:21:469] nsdo: entry
[14-SEP-2009 15:07:21:469] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:21:469] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:21:469] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:21:469] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:21:469] nsdofls: entry
[14-SEP-2009 15:07:21:469] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:21:469] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:21:469] nspsend: entry
[14-SEP-2009 15:07:21:469] nspsend: plen=2011, type=6
[14-SEP-2009 15:07:21:469] nttwr: entry
[14-SEP-2009 15:07:21:469] nttwr: socket 352 had bytes written=2011
[14-SEP-2009 15:07:21:469] nttwr: exit
[14-SEP-2009 15:07:21:469] nspsend: packet dump
[14-SEP-2009 15:07:21:469] nspsend: 07 DB 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 00 00 02 1F 00 1F 00 42 |.......B|
[14-SEP-2009 15:07:21:469] nspsend: 21 06 01 01 01 0D 01 01 |!.......|
[14-SEP-2009 15:07:21:469] nspsend: 04 01 01 01 01 01 01 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: FF FF 03 08 03 00 01 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 3F 01 07 3F 01 01 01 01 |?..?....|
[14-SEP-2009 15:07:21:469] nspsend: 03 01 05 02 01 00 00 18 |........|
[14-SEP-2009 15:07:21:469] nspsend: 80 00 00 00 3C 3C 3C 80 |....<<<.|
[14-SEP-2009 15:07:21:469] nspsend: 00 00 00 D0 07 00 01 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 01 00 01 00 00 00 02 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 02 00 0A 00 00 00 08 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 08 00 01 00 00 00 0C 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 0C 00 0A 00 00 00 17 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 17 00 01 00 00 00 18 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 18 00 01 00 00 00 19 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 19 00 18 00 19 00 01 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 00 00 1A 00 1A 00 19 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 1A 00 01 00 00 00 1B 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 1B 00 0A 00 1B 00 01 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 00 00 1C 00 1C 00 16 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 1C 00 01 00 00 00 1D 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 1D 00 17 00 1D 00 01 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 00 00 1E 00 1E 00 17 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 1E 00 01 00 00 00 1F 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 1F 00 19 00 1F 00 01 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 00 00 20 00 20 00 0A 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 20 00 01 00 00 00 21 00 |......!.|
[14-SEP-2009 15:07:21:469] nspsend: 21 00 0A 00 21 00 01 00 |!...!...|
[14-SEP-2009 15:07:21:469] nspsend: 00 00 0A 00 0A 00 01 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 00 00 0B 00 0B 00 01 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 00 00 28 00 28 00 01 00 |..(.(...|
[14-SEP-2009 15:07:21:469] nspsend: 00 00 29 00 29 00 01 00 |..).)...|
[14-SEP-2009 15:07:21:469] nspsend: 00 00 75 00 75 00 01 00 |..u.u...|
[14-SEP-2009 15:07:21:469] nspsend: 00 00 78 00 78 00 01 00 |..x.x...|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 22 01 22 00 01 00 |.."."...|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 23 01 23 00 01 01 |..#.#...|
[14-SEP-2009 15:07:21:469] nspsend: 23 00 01 00 00 01 24 01 |#.....$.|
[14-SEP-2009 15:07:21:469] nspsend: 24 00 01 00 00 01 25 01 |$.....%.|
[14-SEP-2009 15:07:21:469] nspsend: 25 00 01 00 00 01 26 01 |%.....&.|
[14-SEP-2009 15:07:21:469] nspsend: 26 00 01 00 00 01 2A 01 |&.....*.|
[14-SEP-2009 15:07:21:469] nspsend: 2A 00 01 00 00 01 2B 01 |*.....+.|
[14-SEP-2009 15:07:21:469] nspsend: 2B 00 01 00 00 01 2C 01 |+.....,.|
[14-SEP-2009 15:07:21:469] nspsend: 2C 00 01 00 00 01 2D 01 |,.....-.|
[14-SEP-2009 15:07:21:469] nspsend: 2D 00 01 00 00 01 2E 01 |-.......|
[14-SEP-2009 15:07:21:469] nspsend: 2E 00 01 00 00 01 2F 01 |....../.|
[14-SEP-2009 15:07:21:469] nspsend: 2F 00 01 00 00 01 30 01 |/.....0.|
[14-SEP-2009 15:07:21:469] nspsend: 30 00 01 00 00 01 31 01 |0.....1.|
[14-SEP-2009 15:07:21:469] nspsend: 31 00 01 00 00 01 32 01 |1.....2.|
[14-SEP-2009 15:07:21:469] nspsend: 32 00 01 00 00 01 33 01 |2.....3.|
[14-SEP-2009 15:07:21:469] nspsend: 33 00 01 00 00 01 34 01 |3.....4.|
[14-SEP-2009 15:07:21:469] nspsend: 34 00 01 00 00 01 35 01 |4.....5.|
[14-SEP-2009 15:07:21:469] nspsend: 35 00 01 00 00 01 36 01 |5.....6.|
[14-SEP-2009 15:07:21:469] nspsend: 36 00 01 00 00 01 37 01 |6.....7.|
[14-SEP-2009 15:07:21:469] nspsend: 37 00 01 00 00 01 38 01 |7.....8.|
[14-SEP-2009 15:07:21:469] nspsend: 38 00 01 00 00 01 39 01 |8.....9.|
[14-SEP-2009 15:07:21:469] nspsend: 39 00 01 00 00 01 3B 01 |9.....;.|
[14-SEP-2009 15:07:21:469] nspsend: 3B 00 01 00 00 01 3C 01 |;.....<.|
[14-SEP-2009 15:07:21:469] nspsend: 3C 00 01 00 00 01 3D 01 |<.....=.|
[14-SEP-2009 15:07:21:469] nspsend: 3D 00 01 00 00 01 3E 01 |=.....>.|
[14-SEP-2009 15:07:21:469] nspsend: 3E 00 01 00 00 01 3F 01 |>.....?.|
[14-SEP-2009 15:07:21:469] nspsend: 3F 00 01 00 00 01 40 01 |?.....@.|
[14-SEP-2009 15:07:21:469] nspsend: 40 00 01 00 00 01 41 01 |@.....A.|
[14-SEP-2009 15:07:21:469] nspsend: 41 00 01 00 00 01 42 01 |A.....B.|
[14-SEP-2009 15:07:21:469] nspsend: 42 00 01 00 00 01 43 01 |B.....C.|
[14-SEP-2009 15:07:21:469] nspsend: 43 00 01 00 00 01 47 01 |C.....G.|
[14-SEP-2009 15:07:21:469] nspsend: 47 00 01 00 00 01 48 01 |G.....H.|
[14-SEP-2009 15:07:21:469] nspsend: 48 00 01 00 00 01 49 01 |H.....I.|
[14-SEP-2009 15:07:21:469] nspsend: 49 00 01 00 00 01 4B 01 |I.....K.|
[14-SEP-2009 15:07:21:469] nspsend: 4B 00 01 00 00 01 4D 01 |K.....M.|
[14-SEP-2009 15:07:21:469] nspsend: 4D 00 01 00 00 01 4E 01 |M.....N.|
[14-SEP-2009 15:07:21:469] nspsend: 4E 00 01 00 00 01 4F 01 |N.....O.|
[14-SEP-2009 15:07:21:469] nspsend: 4F 00 01 00 00 01 50 01 |O.....P.|
[14-SEP-2009 15:07:21:469] nspsend: 50 00 01 00 00 01 51 01 |P.....Q.|
[14-SEP-2009 15:07:21:469] nspsend: 51 00 01 00 00 01 52 01 |Q.....R.|
[14-SEP-2009 15:07:21:469] nspsend: 52 00 01 00 00 01 53 01 |R.....S.|
[14-SEP-2009 15:07:21:469] nspsend: 53 00 01 00 00 01 54 01 |S.....T.|
[14-SEP-2009 15:07:21:469] nspsend: 54 00 01 00 00 01 55 01 |T.....U.|
[14-SEP-2009 15:07:21:469] nspsend: 55 00 01 00 00 01 56 01 |U.....V.|
[14-SEP-2009 15:07:21:469] nspsend: 56 00 01 00 00 01 57 01 |V.....W.|
[14-SEP-2009 15:07:21:469] nspsend: 57 00 01 01 57 00 01 00 |W...W...|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 58 01 58 00 01 00 |..X.X...|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 59 01 59 00 01 00 |..Y.Y...|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 5A 01 5A 00 01 00 |..Z.Z...|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 5C 01 5C 00 01 00 |..\.\...|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 5D 01 5D 00 01 00 |..].]...|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 62 01 62 00 01 00 |..b.b...|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 63 01 63 00 01 00 |..c.c...|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 67 01 67 00 01 00 |..g.g...|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 6B 01 6B 00 01 00 |..k.k...|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 7C 01 7C 00 01 01 |..|.|...|
[14-SEP-2009 15:07:21:469] nspsend: 42 00 01 00 00 01 7D 01 |B.....}.|
[14-SEP-2009 15:07:21:469] nspsend: 7D 00 01 00 00 01 7E 01 |}.....~.|
[14-SEP-2009 15:07:21:469] nspsend: 7E 00 01 00 00 01 7F 01 |~.......|
[14-SEP-2009 15:07:21:469] nspsend: 7F 00 01 00 00 01 80 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 80 00 01 00 00 01 81 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 81 00 01 00 00 01 82 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 82 00 01 00 00 01 83 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 83 00 01 00 00 01 84 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 84 00 01 00 00 01 85 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 85 00 01 00 00 01 86 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 86 00 01 00 00 01 87 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 87 00 01 00 00 01 89 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 89 00 01 00 00 01 8A 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 8A 00 01 00 00 01 8B 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 8B 00 01 00 00 01 8C 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 8C 00 01 00 00 01 8D 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 8D 00 01 00 00 01 8E 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 8E 00 01 00 00 01 8F 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 8F 00 01 00 00 01 90 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 90 00 01 00 00 01 91 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 91 00 01 00 00 01 94 01 |........|
[14-SEP-2009 15:07:21:469] nspsend: 94 00 01 01 25 00 01 00 |....%...|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 95 01 95 00 01 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 96 01 96 00 01 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 97 01 97 00 01 00 |........|
[14-SEP-2009 15:07:21:469] nspsend: 00 01 9D 01 9D 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 9E 01 9E 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 9F 01 9F 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 A0 01 A0 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 A1 01 A1 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 A2 01 A2 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 A3 01 A3 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 A4 01 A4 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 A5 01 A5 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 A6 01 A6 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 A7 01 A7 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 A8 01 A8 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 A9 01 A9 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 AA 01 AA 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 AB 01 AB 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 AD 01 AD 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 AE 01 AE 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 AF 01 AF 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 B0 01 B0 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 B1 01 B1 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 C1 01 C1 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 C2 01 C2 00 01 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: 25 00 01 00 00 01 C6 01 |%.......|
[14-SEP-2009 15:07:21:484] nspsend: C6 00 01 00 00 01 C7 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: C7 00 01 00 00 01 C8 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: C8 00 01 00 00 01 C9 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: C9 00 01 00 00 01 CA 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: CA 00 01 01 9F 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 CB 01 CB 00 01 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: A0 00 01 00 00 01 CC 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: CC 00 01 01 A2 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 CD 01 CD 00 01 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: A3 00 01 00 00 01 CE 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: CE 00 01 01 B1 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 CF 01 CF 00 01 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: 22 00 01 00 00 01 D2 01 |".......|
[14-SEP-2009 15:07:21:484] nspsend: D2 00 01 00 00 01 D3 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: D3 00 01 01 AB 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 D4 01 D4 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 D5 01 D5 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 D6 01 D6 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 D7 01 D7 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 D8 01 D8 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 D9 01 D9 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 DA 01 DA 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 DB 01 DB 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 DC 01 DC 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 DD 01 DD 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 DE 01 DE 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 DF 01 DF 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 E0 01 E0 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 E1 01 E1 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 E2 01 E2 00 01 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 01 E3 01 E3 00 01 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: 6B 00 01 00 00 01 E4 01 |k.......|
[14-SEP-2009 15:07:21:484] nspsend: E4 00 01 00 00 01 E5 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: E5 00 01 00 00 01 E6 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: E6 00 01 00 00 01 EA 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: EA 00 01 00 00 01 EB 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: EB 00 01 00 00 01 EC 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: EC 00 01 00 00 01 ED 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: ED 00 01 00 00 01 EE 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: EE 00 01 00 00 01 EF 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: EF 00 01 00 00 01 F0 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: F0 00 01 00 00 01 F2 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: F2 00 01 00 00 01 F3 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: F3 00 01 00 00 01 F4 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: F4 00 01 00 00 01 F5 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: F5 00 01 00 00 01 F6 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: F6 00 01 00 00 01 FD 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: FD 00 01 00 00 01 FE 01 |........|
[14-SEP-2009 15:07:21:484] nspsend: FE 00 01 00 00 02 01 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 01 00 01 00 00 02 02 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 02 00 01 00 00 02 04 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 04 00 01 00 00 02 05 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 05 00 01 00 00 02 06 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 06 00 01 00 00 02 07 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 07 00 01 00 00 02 08 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 08 00 01 00 00 02 09 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 09 00 01 00 00 02 0A 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 0A 00 01 00 00 02 0B 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 0B 00 01 00 00 02 0C 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 0C 00 01 00 00 02 0D 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 0D 00 01 00 00 02 0E 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 0E 00 01 00 00 02 0F 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 0F 00 01 00 00 02 10 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 10 00 01 00 00 02 11 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 11 00 01 00 00 02 12 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 12 00 01 00 00 02 13 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 13 00 01 00 00 02 14 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 14 00 01 00 00 02 15 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 15 00 01 00 00 02 16 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 16 00 01 00 00 02 17 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 17 00 01 00 00 02 18 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 18 00 01 00 00 02 19 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 19 00 01 00 00 02 1A 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 1A 00 01 00 00 02 1B 02 |........|
[14-SEP-2009 15:07:21:484] nspsend: 1B 00 01 00 00 00 03 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 02 00 0A 00 00 00 04 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 02 00 0A 00 00 00 05 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 01 00 01 00 00 00 06 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 02 00 0A 00 00 00 07 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 02 00 0A 00 00 00 09 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 01 00 01 00 00 00 0D 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 00 0E 00 00 00 0F 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 17 00 01 00 00 00 10 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 00 11 00 00 00 12 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 00 13 00 00 00 14 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 00 15 00 00 00 16 00 |........|
[14-SEP-2009 15:07:21:484] nspsend: 00 00 27 00 78 00 01 01 |..'.x...|
[14-SEP-2009 15:07:21:484] nspsend: 5D 00 01 01 26 00 01 00 |]...&...|
[14-SEP-2009 15:07:21:484] nspsend: 00 00 3A 00 3A 00 01 00 |..:.:...|
[14-SEP-2009 15:07:21:484] nspsend: 00 00 44 00 02 00 0A 00 |..D.....|
[14-SEP-2009 15:07:21:484] nspsend: 00 00 45 00 00 00 46 00 |..E...F.|
[14-SEP-2009 15:07:21:484] nspsend: 00 00 4A 00 6D 00 01 00 |..J.m...|
[14-SEP-2009 15:07:21:484] nspsend: 00 00 4C 00 00 00 5B 00 |..L...[.|
[14-SEP-2009 15:07:21:484] nspsend: 02 00 0A 00 00 00 5E 00 |......^.|
[14-SEP-2009 15:07:21:484] nspsend: 01 00 01 00 00 00 5F 00 |......_.|
[14-SEP-2009 15:07:21:484] nspsend: 17 00 01 00 00 00 60 00 |......`.|
[14-SEP-2009 15:07:21:484] nspsend: 60 00 01 00 00 00 61 00 |`.....a.|
[14-SEP-2009 15:07:21:484] nspsend: 60 00 01 00 00 00 64 00 |`.....d.|
[14-SEP-2009 15:07:21:484] nspsend: 64 00 01 00 00 00 65 00 |d.....e.|
[14-SEP-2009 15:07:21:484] nspsend: 65 00 01 00 00 00 66 00 |e.....f.|
[14-SEP-2009 15:07:21:484] nspsend: 66 00 01 00 00 00 68 00 |f.....h.|
[14-SEP-2009 15:07:21:484] nspsend: 00 00 69 00 00 00 6A 00 |..i...j.|
[14-SEP-2009 15:07:21:484] nspsend: 6A 00 01 00 00 00 6C 00 |j.....l.|
[14-SEP-2009 15:07:21:484] nspsend: 6D 00 01 00 00 00 6D 00 |m.....m.|
[14-SEP-2009 15:07:21:484] nspsend: 6D 00 01 00 00 00 6E 00 |m.....n.|
[14-SEP-2009 15:07:21:484] nspsend: 6F 00 01 00 00 00 6F 00 |o.....o.|
[14-SEP-2009 15:07:21:484] nspsend: 6F 00 01 00 00 00 70 00 |o.....p.|
[14-SEP-2009 15:07:21:484] nspsend: 70 00 01 00 00 00 71 00 |p.....q.|
[14-SEP-2009 15:07:21:484] nspsend: 71 00 01 00 00 00 72 00 |q.....r.|
[14-SEP-2009 15:07:21:484] nspsend: 72 00 01 00 00 00 73 00 |r.....s.|
[14-SEP-2009 15:07:21:484] nspsend: 73 00 01 00 00 00 74 00 |s.....t.|
[14-SEP-2009 15:07:21:484] nspsend: 66 00 01 00 00 00 76 00 |f.....v.|
[14-SEP-2009 15:07:21:484] nspsend: 00 00 77 00 00 00 79 00 |..w...y.|
[14-SEP-2009 15:07:21:484] nspsend: 79 00 01 |y.. |
[14-SEP-2009 15:07:21:484] nspsend: 2011 bytes to transport
[14-SEP-2009 15:07:21:484] nspsend: normal exit
[14-SEP-2009 15:07:21:484] nsdofls: exit (0)
[14-SEP-2009 15:07:21:484] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:21:484] nsdo: normal exit
[14-SEP-2009 15:07:21:484] nioqsn: exit
[14-SEP-2009 15:07:21:484] nioqrc: entry
[14-SEP-2009 15:07:21:484] nsdo: entry
[14-SEP-2009 15:07:21:484] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:21:484] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:21:484] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:21:484] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:21:484] nsdofls: entry
[14-SEP-2009 15:07:21:484] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:21:484] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:21:484] nspsend: entry
[14-SEP-2009 15:07:21:484] nspsend: plen=286, type=6
[14-SEP-2009 15:07:21:484] nttwr: entry
[14-SEP-2009 15:07:21:500] nttwr: socket 352 had bytes written=286
[14-SEP-2009 15:07:21:500] nttwr: exit
[14-SEP-2009 15:07:21:500] nspsend: packet dump
[14-SEP-2009 15:07:21:500] nspsend: 01 1E 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 00 00 00 00 7A 00 7A |.....z.z|
[14-SEP-2009 15:07:21:500] nspsend: 00 01 00 00 00 7B 00 7B |.....{.{|
[14-SEP-2009 15:07:21:500] nspsend: 00 01 00 00 00 88 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 92 00 92 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 93 00 93 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 98 00 02 00 0A 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 99 00 02 00 0A 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 9A 00 02 00 0A 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 9B 00 01 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 9C 00 0C 00 0A 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 AC 00 02 00 0A 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 B2 00 B2 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 B3 00 B3 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 B4 00 B4 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 B5 00 B5 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 B6 00 B6 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 B7 00 B7 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 B8 00 0C 00 0A 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 B9 00 B2 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 BA 00 B3 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 BB 00 B4 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 BC 00 B5 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 BD 00 B6 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 BE 00 B7 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 BF 00 00 00 C0 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 C3 00 70 00 01 00 00 |...p....|
[14-SEP-2009 15:07:21:500] nspsend: 00 C4 00 71 00 01 00 00 |...q....|
[14-SEP-2009 15:07:21:500] nspsend: 00 C5 00 72 00 01 00 00 |...r....|
[14-SEP-2009 15:07:21:500] nspsend: 00 D0 00 D0 00 01 00 00 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 D1 00 00 00 E7 00 E7 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 01 00 00 00 E8 00 E7 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 01 00 00 00 E9 00 E9 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 01 00 00 00 F1 00 6D |.......m|
[14-SEP-2009 15:07:21:500] nspsend: 00 01 00 00 02 03 02 03 |........|
[14-SEP-2009 15:07:21:500] nspsend: 00 01 00 00 00 00 |...... |
[14-SEP-2009 15:07:21:500] nspsend: 286 bytes to transport
[14-SEP-2009 15:07:21:500] nspsend: normal exit
[14-SEP-2009 15:07:21:500] nsdofls: exit (0)
[14-SEP-2009 15:07:21:500] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:21:500] nsdo: normal exit
[14-SEP-2009 15:07:21:500] nsdo: entry
[14-SEP-2009 15:07:21:500] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:21:500] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:21:500] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:21:500] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:21:500] nsdo: switching to application buffer
[14-SEP-2009 15:07:21:500] nsrdr: entry
[14-SEP-2009 15:07:21:500] nsrdr: recving a packet
[14-SEP-2009 15:07:21:500] nsprecv: entry
[14-SEP-2009 15:07:21:500] nsprecv: reading from transport...
[14-SEP-2009 15:07:21:500] nttrd: entry
[14-SEP-2009 15:07:21:625] nttrd: socket 352 had bytes read=2011
[14-SEP-2009 15:07:21:625] nttrd: exit
[14-SEP-2009 15:07:21:625] nsprecv: 2011 bytes from transport
[14-SEP-2009 15:07:21:625] nsprecv: tlen=2011, plen=2011, type=6
[14-SEP-2009 15:07:21:625] nsprecv: packet dump
[14-SEP-2009 15:07:21:625] nsprecv: 07 DB 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 00 02 80 00 00 00 3E |.......>|
[14-SEP-2009 15:07:21:625] nsprecv: 3C 3C 80 00 00 00 00 01 |<<......|
[14-SEP-2009 15:07:21:625] nsprecv: 00 01 00 01 00 00 00 02 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 02 00 0A 00 00 00 08 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 08 00 01 00 00 00 0C |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 0C 00 0A 00 00 00 17 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 17 00 01 00 00 00 18 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 18 00 01 00 00 00 19 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 19 00 01 00 00 00 1A |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 1A 00 01 00 00 00 1B |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 1B 00 0A 00 00 00 1C |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 1C 00 01 00 00 00 1D |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 1D 00 01 00 00 00 1E |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 1E 00 01 00 00 00 1F |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 1F 00 01 00 00 00 20 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 20 00 01 00 00 00 21 |.......!|
[14-SEP-2009 15:07:21:625] nsprecv: 00 21 00 01 00 00 00 0A |.!......|
[14-SEP-2009 15:07:21:625] nsprecv: 00 0A 00 01 00 00 00 0B |........|
[14-SEP-2009 15:07:21:625] nsprecv: 00 0B 00 01 00 00 00 28 |.......(|
[14-SEP-2009 15:07:21:625] nsprecv: 00 28 00 01 00 00 00 29 |.(.....)|
[14-SEP-2009 15:07:21:625] nsprecv: 00 29 00 01 00 00 00 75 |.).....u|
[14-SEP-2009 15:07:21:625] nsprecv: 00 75 00 01 00 00 00 78 |.u.....x|
[14-SEP-2009 15:07:21:625] nsprecv: 00 78 00 01 00 00 01 22 |.x....."|
[14-SEP-2009 15:07:21:625] nsprecv: 01 22 00 01 00 00 01 23 |.".....#|
[14-SEP-2009 15:07:21:625] nsprecv: 01 23 00 01 00 00 01 24 |.#.....$|
[14-SEP-2009 15:07:21:625] nsprecv: 01 24 00 01 00 00 01 25 |.$.....%|
[14-SEP-2009 15:07:21:625] nsprecv: 01 25 00 01 00 00 01 26 |.%.....&|
[14-SEP-2009 15:07:21:625] nsprecv: 01 26 00 01 00 00 01 2A |.&.....*|
[14-SEP-2009 15:07:21:625] nsprecv: 01 2A 00 01 00 00 01 2B |.*.....+|
[14-SEP-2009 15:07:21:625] nsprecv: 01 2B 00 01 00 00 01 2C |.+.....,|
[14-SEP-2009 15:07:21:625] nsprecv: 01 2C 00 01 00 00 01 2D |.,.....-|
[14-SEP-2009 15:07:21:625] nsprecv: 01 2D 00 01 00 00 01 2E |.-......|
[14-SEP-2009 15:07:21:625] nsprecv: 01 2E 00 01 00 00 01 2F |......./|
[14-SEP-2009 15:07:21:625] nsprecv: 01 2F 00 01 00 00 01 30 |./.....0|
[14-SEP-2009 15:07:21:625] nsprecv: 01 30 00 01 00 00 01 31 |.0.....1|
[14-SEP-2009 15:07:21:625] nsprecv: 01 31 00 01 00 00 01 32 |.1.....2|
[14-SEP-2009 15:07:21:625] nsprecv: 01 32 00 01 00 00 01 33 |.2.....3|
[14-SEP-2009 15:07:21:625] nsprecv: 01 33 00 01 00 00 01 34 |.3.....4|
[14-SEP-2009 15:07:21:625] nsprecv: 01 34 00 01 00 00 01 35 |.4.....5|
[14-SEP-2009 15:07:21:625] nsprecv: 01 35 00 01 00 00 01 36 |.5.....6|
[14-SEP-2009 15:07:21:625] nsprecv: 01 36 00 01 00 00 01 37 |.6.....7|
[14-SEP-2009 15:07:21:625] nsprecv: 01 37 00 01 00 00 01 38 |.7.....8|
[14-SEP-2009 15:07:21:625] nsprecv: 01 38 00 01 00 00 01 39 |.8.....9|
[14-SEP-2009 15:07:21:625] nsprecv: 01 39 00 01 00 00 01 3B |.9.....;|
[14-SEP-2009 15:07:21:625] nsprecv: 01 3B 00 01 00 00 01 3C |.;.....<|
[14-SEP-2009 15:07:21:625] nsprecv: 01 3C 00 01 00 00 01 3D |.<.....=|
[14-SEP-2009 15:07:21:625] nsprecv: 01 3D 00 01 00 00 01 3E |.=.....>|
[14-SEP-2009 15:07:21:625] nsprecv: 01 3E 00 01 00 00 01 3F |.>.....?|
[14-SEP-2009 15:07:21:625] nsprecv: 01 3F 00 01 00 00 01 40 |.?.....@|
[14-SEP-2009 15:07:21:625] nsprecv: 01 40 00 01 00 00 01 41 |.@.....A|
[14-SEP-2009 15:07:21:625] nsprecv: 01 41 00 01 00 00 01 42 |.A.....B|
[14-SEP-2009 15:07:21:625] nsprecv: 01 42 00 01 00 00 01 43 |.B.....C|
[14-SEP-2009 15:07:21:625] nsprecv: 01 43 00 01 00 00 01 47 |.C.....G|
[14-SEP-2009 15:07:21:625] nsprecv: 01 47 00 01 00 00 01 48 |.G.....H|
[14-SEP-2009 15:07:21:625] nsprecv: 01 48 00 01 00 00 01 49 |.H.....I|
[14-SEP-2009 15:07:21:625] nsprecv: 01 49 00 01 00 00 01 4B |.I.....K|
[14-SEP-2009 15:07:21:625] nsprecv: 01 4B 00 01 00 00 01 4D |.K.....M|
[14-SEP-2009 15:07:21:625] nsprecv: 01 4D 00 01 00 00 01 4E |.M.....N|
[14-SEP-2009 15:07:21:625] nsprecv: 01 4E 00 01 00 00 01 4F |.N.....O|
[14-SEP-2009 15:07:21:625] nsprecv: 01 4F 00 01 00 00 01 50 |.O.....P|
[14-SEP-2009 15:07:21:625] nsprecv: 01 50 00 01 00 00 01 51 |.P.....Q|
[14-SEP-2009 15:07:21:625] nsprecv: 01 51 00 01 00 00 01 52 |.Q.....R|
[14-SEP-2009 15:07:21:625] nsprecv: 01 52 00 01 00 00 01 53 |.R.....S|
[14-SEP-2009 15:07:21:625] nsprecv: 01 53 00 01 00 00 01 54 |.S.....T|
[14-SEP-2009 15:07:21:625] nsprecv: 01 54 00 01 00 00 01 55 |.T.....U|
[14-SEP-2009 15:07:21:625] nsprecv: 01 55 00 01 00 00 01 56 |.U.....V|
[14-SEP-2009 15:07:21:625] nsprecv: 01 56 00 01 00 00 01 57 |.V.....W|
[14-SEP-2009 15:07:21:625] nsprecv: 01 57 00 01 00 00 01 58 |.W.....X|
[14-SEP-2009 15:07:21:625] nsprecv: 01 58 00 01 00 00 01 59 |.X.....Y|
[14-SEP-2009 15:07:21:625] nsprecv: 01 59 00 01 00 00 01 5A |.Y.....Z|
[14-SEP-2009 15:07:21:625] nsprecv: 01 5A 00 01 00 00 01 5C |.Z.....\|
[14-SEP-2009 15:07:21:625] nsprecv: 01 5C 00 01 00 00 01 5D |.\.....]|
[14-SEP-2009 15:07:21:625] nsprecv: 01 5D 00 01 00 00 01 62 |.].....b|
[14-SEP-2009 15:07:21:625] nsprecv: 01 62 00 01 00 00 01 63 |.b.....c|
[14-SEP-2009 15:07:21:625] nsprecv: 01 63 00 01 00 00 01 67 |.c.....g|
[14-SEP-2009 15:07:21:625] nsprecv: 01 67 00 01 00 00 01 6B |.g.....k|
[14-SEP-2009 15:07:21:625] nsprecv: 01 6B 00 01 00 00 01 7C |.k.....||
[14-SEP-2009 15:07:21:625] nsprecv: 01 7C 00 01 00 00 01 7D |.|.....}|
[14-SEP-2009 15:07:21:625] nsprecv: 01 7D 00 01 00 00 01 7E |.}.....~|
[14-SEP-2009 15:07:21:625] nsprecv: 01 7E 00 01 00 00 01 7F |.~......|
[14-SEP-2009 15:07:21:625] nsprecv: 01 7F 00 01 00 00 01 80 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 80 00 01 00 00 01 81 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 81 00 01 00 00 01 82 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 82 00 01 00 00 01 83 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 83 00 01 00 00 01 84 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 84 00 01 00 00 01 85 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 85 00 01 00 00 01 86 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 86 00 01 00 00 01 87 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 87 00 01 00 00 01 89 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 89 00 01 00 00 01 8A |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 8A 00 01 00 00 01 8B |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 8B 00 01 00 00 01 8C |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 8C 00 01 00 00 01 8D |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 8D 00 01 00 00 01 8E |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 8E 00 01 00 00 01 8F |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 8F 00 01 00 00 01 90 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 90 00 01 00 00 01 91 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 91 00 01 00 00 01 94 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 94 00 01 00 00 01 95 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 95 00 01 00 00 01 96 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 96 00 01 00 00 01 97 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 97 00 01 00 00 01 9D |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 9D 00 01 00 00 01 9E |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 9E 00 01 00 00 01 9F |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 9F 00 01 00 00 01 A0 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 A0 00 01 00 00 01 A1 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 A1 00 01 00 00 01 A2 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 A2 00 01 00 00 01 A3 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 A3 00 01 00 00 01 A4 |........|
[14-SEP-2009 15:07:21:625] nsprecv: 01 A4 00 01 00 00 01 A5 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 A5 00 01 00 00 01 A6 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 A6 00 01 00 00 01 A7 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 A7 00 01 00 00 01 A8 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 A8 00 01 00 00 01 A9 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 A9 00 01 00 00 01 AA |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 AA 00 01 00 00 01 AB |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 AB 00 01 00 00 01 AD |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 AD 00 01 00 00 01 AE |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 AE 00 01 00 00 01 AF |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 AF 00 01 00 00 01 B0 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 B0 00 01 00 00 01 B1 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 B1 00 01 00 00 01 C1 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 C1 00 01 00 00 01 C2 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 C2 00 01 00 00 01 C6 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 C6 00 01 00 00 01 C7 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 C7 00 01 00 00 01 C8 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 C8 00 01 00 00 01 C9 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 C9 00 01 00 00 01 CA |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 CA 00 01 00 00 01 CB |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 CB 00 01 00 00 01 CC |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 CC 00 01 00 00 01 CD |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 CD 00 01 00 00 01 CE |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 CE 00 01 00 00 01 CF |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 CF 00 01 00 00 01 D2 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 D2 00 01 00 00 01 D3 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 D3 00 01 00 00 01 D4 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 D4 00 01 00 00 01 D5 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 D5 00 01 00 00 01 D6 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 D6 00 01 00 00 01 D7 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 D7 00 01 00 00 01 D8 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 D8 00 01 00 00 01 D9 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 D9 00 01 00 00 01 DA |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 DA 00 01 00 00 01 DB |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 DB 00 01 00 00 01 DC |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 DC 00 01 00 00 01 DD |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 DD 00 01 00 00 01 DE |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 DE 00 01 00 00 01 DF |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 DF 00 01 00 00 01 E0 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 E0 00 01 00 00 01 E1 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 E1 00 01 00 00 01 E2 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 E2 00 01 00 00 01 E3 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 E3 00 01 00 00 01 E4 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 E4 00 01 00 00 01 E5 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 E5 00 01 00 00 01 E6 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 E6 00 01 00 00 01 EA |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 EA 00 01 00 00 01 EB |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 EB 00 01 00 00 01 EC |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 EC 00 01 00 00 01 ED |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 ED 00 01 00 00 01 EE |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 EE 00 01 00 00 01 EF |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 EF 00 01 00 00 01 F0 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 F0 00 01 00 00 01 F2 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 F2 00 01 00 00 01 F3 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 F3 00 01 00 00 01 F4 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 F4 00 01 00 00 01 F5 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 F5 00 01 00 00 01 F6 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 F6 00 01 00 00 01 FD |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 FD 00 01 00 00 01 FE |........|
[14-SEP-2009 15:07:21:640] nsprecv: 01 FE 00 01 00 00 02 01 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 01 00 01 00 00 02 02 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 02 00 01 00 00 02 04 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 04 00 01 00 00 02 05 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 05 00 01 00 00 02 06 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 06 00 01 00 00 02 07 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 07 00 01 00 00 02 08 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 08 00 01 00 00 02 09 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 09 00 01 00 00 02 0A |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 0A 00 01 00 00 02 0B |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 0B 00 01 00 00 02 0C |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 0C 00 01 00 00 02 0D |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 0D 00 01 00 00 02 0E |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 0E 00 01 00 00 02 0F |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 0F 00 01 00 00 02 10 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 10 00 01 00 00 02 11 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 11 00 01 00 00 02 12 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 12 00 01 00 00 02 13 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 13 00 01 00 00 02 14 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 14 00 01 00 00 02 15 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 15 00 01 00 00 02 16 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 16 00 01 00 00 02 17 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 17 00 01 00 00 02 18 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 18 00 01 00 00 02 19 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 19 00 01 00 00 02 1A |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 1A 00 01 00 00 02 1B |........|
[14-SEP-2009 15:07:21:640] nsprecv: 02 1B 00 01 00 00 00 03 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 02 00 0A 00 00 00 04 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 02 00 0A 00 00 00 05 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 01 00 01 00 00 00 06 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 02 00 0A 00 00 00 07 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 02 00 0A 00 00 00 09 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 01 00 01 00 00 00 0D |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 0E 00 00 00 0F |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 17 00 01 00 00 00 10 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 11 00 00 00 12 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 13 00 00 00 14 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 15 00 00 00 16 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 27 00 78 00 01 |...'.x..|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 3A 00 3A 00 01 |...:.:..|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 44 00 02 00 0A |...D....|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 45 00 00 00 46 |...E...F|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 4A 00 6D 00 01 |...J.m..|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 4C 00 00 00 5B |...L...[|
[14-SEP-2009 15:07:21:640] nsprecv: 00 02 00 0A 00 00 00 5E |.......^|
[14-SEP-2009 15:07:21:640] nsprecv: 00 01 00 01 00 00 00 5F |......._|
[14-SEP-2009 15:07:21:640] nsprecv: 00 17 00 01 00 00 00 60 |.......`|
[14-SEP-2009 15:07:21:640] nsprecv: 00 60 00 01 00 00 00 61 |.`.....a|
[14-SEP-2009 15:07:21:640] nsprecv: 00 60 00 01 00 00 00 64 |.`.....d|
[14-SEP-2009 15:07:21:640] nsprecv: 00 64 00 01 00 00 00 65 |.d.....e|
[14-SEP-2009 15:07:21:640] nsprecv: 00 65 00 01 00 00 00 66 |.e.....f|
[14-SEP-2009 15:07:21:640] nsprecv: 00 66 00 01 00 00 00 68 |.f.....h|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 69 00 00 00 6A |...i...j|
[14-SEP-2009 15:07:21:640] nsprecv: 00 6A 00 01 00 00 00 6C |.j.....l|
[14-SEP-2009 15:07:21:640] nsprecv: 00 6D 00 01 00 00 00 6D |.m.....m|
[14-SEP-2009 15:07:21:640] nsprecv: 00 6D 00 01 00 00 00 6E |.m.....n|
[14-SEP-2009 15:07:21:640] nsprecv: 00 6F 00 01 00 00 00 6F |.o.....o|
[14-SEP-2009 15:07:21:640] nsprecv: 00 6F 00 01 00 00 00 70 |.o.....p|
[14-SEP-2009 15:07:21:640] nsprecv: 00 70 00 01 00 00 00 71 |.p.....q|
[14-SEP-2009 15:07:21:640] nsprecv: 00 71 00 01 00 00 00 72 |.q.....r|
[14-SEP-2009 15:07:21:640] nsprecv: 00 72 00 01 00 00 00 73 |.r.....s|
[14-SEP-2009 15:07:21:640] nsprecv: 00 73 00 01 00 00 00 74 |.s.....t|
[14-SEP-2009 15:07:21:640] nsprecv: 00 66 00 01 00 00 00 76 |.f.....v|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 77 00 00 00 79 |...w...y|
[14-SEP-2009 15:07:21:640] nsprecv: 00 79 00 01 00 00 00 7A |.y.....z|
[14-SEP-2009 15:07:21:640] nsprecv: 00 7A 00 01 00 00 00 7B |.z.....{|
[14-SEP-2009 15:07:21:640] nsprecv: 00 7B 00 01 00 00 00 88 |.{......|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 92 00 92 00 01 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 93 00 93 00 01 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 98 00 02 00 0A |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 99 00 02 00 0A |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 9A 00 02 00 0A |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 9B 00 01 00 01 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 9C 00 0C 00 0A |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 AC 00 02 00 0A |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 B2 00 B2 00 01 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 B3 00 B3 00 01 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 B4 00 B4 00 01 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 B5 00 B5 00 01 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 B6 00 B6 00 01 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 B7 00 B7 00 01 |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 B8 00 0C 00 0A |........|
[14-SEP-2009 15:07:21:640] nsprecv: 00 00 00 |... |
[14-SEP-2009 15:07:21:640] nsprecv: normal exit
[14-SEP-2009 15:07:21:640] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:21:640] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:21:640] nsrdr: normal exit
[14-SEP-2009 15:07:21:640] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:21:640] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:21:640] nsdo: normal exit
[14-SEP-2009 15:07:21:640] nioqrc: exit
[14-SEP-2009 15:07:21:672] nioqrc: entry
[14-SEP-2009 15:07:21:672] nsdo: entry
[14-SEP-2009 15:07:21:672] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:21:672] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:21:672] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:21:672] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:21:672] nsdo: switching to application buffer
[14-SEP-2009 15:07:21:672] nsrdr: entry
[14-SEP-2009 15:07:21:672] nsrdr: recving a packet
[14-SEP-2009 15:07:21:672] nsprecv: entry
[14-SEP-2009 15:07:21:672] nsprecv: reading from transport...
[14-SEP-2009 15:07:21:672] nttrd: entry
[14-SEP-2009 15:07:21:672] nttrd: socket 352 had bytes read=143
[14-SEP-2009 15:07:21:672] nttrd: exit
[14-SEP-2009 15:07:21:672] nsprecv: 143 bytes from transport
[14-SEP-2009 15:07:21:672] nsprecv: tlen=143, plen=143, type=6
[14-SEP-2009 15:07:21:672] nsprecv: packet dump
[14-SEP-2009 15:07:21:672] nsprecv: 00 8F 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:21:672] nsprecv: 00 00 B9 00 B2 00 01 00 |........|
[14-SEP-2009 15:07:21:672] nsprecv: 00 00 BA 00 B3 00 01 00 |........|
[14-SEP-2009 15:07:21:672] nsprecv: 00 00 BB 00 B4 00 01 00 |........|
[14-SEP-2009 15:07:21:672] nsprecv: 00 00 BC 00 B5 00 01 00 |........|
[14-SEP-2009 15:07:21:672] nsprecv: 00 00 BD 00 B6 00 01 00 |........|
[14-SEP-2009 15:07:21:672] nsprecv: 00 00 BE 00 B7 00 01 00 |........|
[14-SEP-2009 15:07:21:672] nsprecv: 00 00 BF 00 00 00 C0 00 |........|
[14-SEP-2009 15:07:21:672] nsprecv: 00 00 C3 00 70 00 01 00 |....p...|
[14-SEP-2009 15:07:21:672] nsprecv: 00 00 C4 00 71 00 01 00 |....q...|
[14-SEP-2009 15:07:21:672] nsprecv: 00 00 C5 00 72 00 01 00 |....r...|
[14-SEP-2009 15:07:21:687] nsprecv: 00 00 D0 00 D0 00 01 00 |........|
[14-SEP-2009 15:07:21:687] nsprecv: 00 00 D1 00 00 00 E7 00 |........|
[14-SEP-2009 15:07:21:687] nsprecv: E7 00 01 00 00 00 E8 00 |........|
[14-SEP-2009 15:07:21:687] nsprecv: E7 00 01 00 00 00 E9 00 |........|
[14-SEP-2009 15:07:21:687] nsprecv: E9 00 01 00 00 00 F1 00 |........|
[14-SEP-2009 15:07:21:687] nsprecv: 6D 00 01 00 00 02 03 02 |m.......|
[14-SEP-2009 15:07:21:687] nsprecv: 03 00 01 00 00 00 00 |....... |
[14-SEP-2009 15:07:21:687] nsprecv: normal exit
[14-SEP-2009 15:07:21:687] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:21:687] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:21:687] nsrdr: normal exit
[14-SEP-2009 15:07:21:687] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:21:687] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:21:687] nsdo: normal exit
[14-SEP-2009 15:07:21:687] nioqrc: exit
[14-SEP-2009 15:07:21:703] nioqsn: entry
[14-SEP-2009 15:07:21:703] nioqsn: exit
[14-SEP-2009 15:07:21:703] nioqrc: entry
[14-SEP-2009 15:07:21:703] nsdo: entry
[14-SEP-2009 15:07:21:703] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:21:703] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:21:703] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:21:703] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:21:703] nsdofls: entry
[14-SEP-2009 15:07:21:703] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:21:703] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:21:703] nspsend: entry
[14-SEP-2009 15:07:21:703] nspsend: plen=173, type=6
[14-SEP-2009 15:07:21:703] nttwr: entry
[14-SEP-2009 15:07:21:703] nttwr: socket 352 had bytes written=173
[14-SEP-2009 15:07:21:703] nttwr: exit
[14-SEP-2009 15:07:21:719] nspsend: packet dump
[14-SEP-2009 15:07:21:719] nspsend: 00 AD 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:21:719] nspsend: 00 00 03 76 02 01 01 06 |...v....|
[14-SEP-2009 15:07:21:719] nspsend: 01 01 01 01 05 01 01 06 |........|
[14-SEP-2009 15:07:21:719] nspsend: 73 7A 68 78 6D 6D 01 0D |szhxmm..|
[14-SEP-2009 15:07:21:719] nspsend: 0D 41 55 54 48 5F 54 45 |.AUTH_TE|
[14-SEP-2009 15:07:21:719] nspsend: 52 4D 49 4E 41 4C 01 0A |RMINAL..|
[14-SEP-2009 15:07:21:719] nspsend: 0A 57 32 53 5A 48 58 4D |.W2SZHXM|
[14-SEP-2009 15:07:21:719] nspsend: 4D 30 31 00 01 0F 0F 41 |M01....A|
[14-SEP-2009 15:07:21:719] nspsend: 55 54 48 5F 50 52 4F 47 |UTH_PROG|
[14-SEP-2009 15:07:21:719] nspsend: 52 41 4D 5F 4E 4D 01 0C |RAM_NM..|
[14-SEP-2009 15:07:21:719] nspsend: 0C 73 71 6C 70 6C 75 73 |.sqlplus|
[14-SEP-2009 15:07:21:719] nspsend: 77 2E 65 78 65 00 01 0C |w.exe...|
[14-SEP-2009 15:07:21:719] nspsend: 0C 41 55 54 48 5F 4D 41 |.AUTH_MA|
[14-SEP-2009 15:07:21:719] nspsend: 43 48 49 4E 45 01 0F 0F |CHINE...|
[14-SEP-2009 15:07:21:719] nspsend: 41 4D 45 52 5C 57 32 53 |AMER\W2S|
[14-SEP-2009 15:07:21:719] nspsend: 5A 48 58 4D 4D 30 31 00 |ZHXMM01.|
[14-SEP-2009 15:07:21:719] nspsend: 01 08 08 41 55 54 48 5F |...AUTH_|
[14-SEP-2009 15:07:21:719] nspsend: 50 49 44 01 09 09 35 32 |PID...52|
[14-SEP-2009 15:07:21:719] nspsend: 31 32 3A 36 30 34 30 00 |12:6040.|
[14-SEP-2009 15:07:21:719] nspsend: 01 08 08 41 55 54 48 5F |...AUTH_|
[14-SEP-2009 15:07:21:719] nspsend: 53 49 44 01 06 06 73 7A |SID...sz|
[14-SEP-2009 15:07:21:719] nspsend: 68 78 6D 6D 00 |hxmm. |
[14-SEP-2009 15:07:21:719] nspsend: 173 bytes to transport
[14-SEP-2009 15:07:21:719] nspsend: normal exit
[14-SEP-2009 15:07:21:719] nsdofls: exit (0)
[14-SEP-2009 15:07:21:719] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:21:719] nsdo: normal exit
[14-SEP-2009 15:07:21:719] nsdo: entry
[14-SEP-2009 15:07:21:719] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:21:719] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:21:719] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:21:719] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:21:719] nsdo: switching to application buffer
[14-SEP-2009 15:07:21:719] nsrdr: entry
[14-SEP-2009 15:07:21:719] nsrdr: recving a packet
[14-SEP-2009 15:07:21:719] nsprecv: entry
[14-SEP-2009 15:07:21:719] nsprecv: reading from transport...
[14-SEP-2009 15:07:21:719] nttrd: entry
[14-SEP-2009 15:07:21:844] nttrd: socket 352 had bytes read=147
[14-SEP-2009 15:07:21:844] nttrd: exit
[14-SEP-2009 15:07:21:844] nsprecv: 147 bytes from transport
[14-SEP-2009 15:07:21:844] nsprecv: tlen=147, plen=147, type=6
[14-SEP-2009 15:07:21:844] nsprecv: packet dump
[14-SEP-2009 15:07:21:844] nsprecv: 00 93 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:21:844] nsprecv: 00 00 08 01 02 01 0C 0C |........|
[14-SEP-2009 15:07:21:844] nsprecv: 41 55 54 48 5F 53 45 53 |AUTH_SES|
[14-SEP-2009 15:07:21:844] nsprecv: 53 4B 45 59 01 40 40 39 |SKEY.@@9|
[14-SEP-2009 15:07:21:844] nsprecv: 31 38 43 41 37 43 38 46 |18CA7C8F|
[14-SEP-2009 15:07:21:844] nsprecv: 30 33 31 32 35 37 41 44 |031257AD|
[14-SEP-2009 15:07:21:844] nsprecv: 30 44 46 43 31 35 31 37 |0DFC1517|
[14-SEP-2009 15:07:21:844] nsprecv: 37 32 31 35 36 43 34 45 |72156C4E|
[14-SEP-2009 15:07:21:844] nsprecv: 35 32 42 42 33 37 45 34 |52BB37E4|
[14-SEP-2009 15:07:21:844] nsprecv: 32 33 38 36 46 37 39 37 |2386F797|
[14-SEP-2009 15:07:21:844] nsprecv: 33 34 37 34 43 34 34 45 |3474C44E|
[14-SEP-2009 15:07:21:844] nsprecv: 43 46 44 34 44 43 37 00 |CFD4DC7.|
[14-SEP-2009 15:07:21:844] nsprecv: 01 0D 0D 41 55 54 48 5F |...AUTH_|
[14-SEP-2009 15:07:21:844] nsprecv: 56 46 52 5F 44 41 54 41 |VFR_DATA|
[14-SEP-2009 15:07:21:844] nsprecv: 00 02 09 39 04 01 01 01 |...9....|
[14-SEP-2009 15:07:21:844] nsprecv: 02 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:21:844] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:21:844] nsprecv: 00 00 00 00 02 00 00 00 |........|
[14-SEP-2009 15:07:21:844] nsprecv: 00 00 00 |... |
[14-SEP-2009 15:07:21:844] nsprecv: normal exit
[14-SEP-2009 15:07:21:844] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:21:844] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:21:844] nsrdr: normal exit
[14-SEP-2009 15:07:21:844] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:21:844] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:21:844] nsdo: normal exit
[14-SEP-2009 15:07:21:844] nioqrc: exit
[14-SEP-2009 15:07:21:875] nigini: entry
[14-SEP-2009 15:07:21:875] nigini: Count in the NL global area is now 2
[14-SEP-2009 15:07:21:875] nigini: Count in NI global area now: 2
[14-SEP-2009 15:07:21:875] nigini: exit
[14-SEP-2009 15:07:21:875] nszgclv: entry
[14-SEP-2009 15:07:21:875] nszgclv: SQLNET.ALLOWED_LOGON_VERSION not found, using default.
[14-SEP-2009 15:07:21:875] nszgclv: exit
[14-SEP-2009 15:07:21:984] nioqsn: entry
[14-SEP-2009 15:07:21:984] nioqsn: exit
[14-SEP-2009 15:07:21:984] nioqrc: entry
[14-SEP-2009 15:07:21:984] nsdo: entry
[14-SEP-2009 15:07:21:984] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:21:984] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:21:984] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:21:984] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:21:984] nsdofls: entry
[14-SEP-2009 15:07:21:984] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:21:984] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:21:984] nspsend: entry
[14-SEP-2009 15:07:21:984] nspsend: plen=1013, type=6
[14-SEP-2009 15:07:21:984] nttwr: entry
[14-SEP-2009 15:07:21:984] nttwr: socket 352 had bytes written=1013
[14-SEP-2009 15:07:21:984] nttwr: exit
[14-SEP-2009 15:07:21:984] nspsend: packet dump
[14-SEP-2009 15:07:21:984] nspsend: 03 F5 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:21:984] nspsend: 00 00 03 73 03 01 01 06 |...s....|
[14-SEP-2009 15:07:21:984] nspsend: 02 01 01 01 01 0D 01 01 |........|
[14-SEP-2009 15:07:21:984] nspsend: 06 73 7A 68 78 6D 6D 01 |.szhxmm.|
[14-SEP-2009 15:07:21:984] nspsend: 0C 0C 41 55 54 48 5F 53 |..AUTH_S|
[14-SEP-2009 15:07:21:984] nspsend: 45 53 53 4B 45 59 01 40 |ESSKEY.@|
[14-SEP-2009 15:07:21:984] nspsend: 40 43 44 31 37 46 46 37 |@CD17FF7|
[14-SEP-2009 15:07:21:984] nspsend: 37 44 46 36 38 31 36 36 |7DF68166|
[14-SEP-2009 15:07:21:984] nspsend: 35 46 42 41 38 46 39 38 |5FBA8F98|
[14-SEP-2009 15:07:21:984] nspsend: 44 38 45 38 45 31 44 31 |D8E8E1D1|
[14-SEP-2009 15:07:21:984] nspsend: 46 31 31 33 46 39 34 31 |F113F941|
[14-SEP-2009 15:07:21:984] nspsend: 46 42 41 35 45 35 39 43 |FBA5E59C|
[14-SEP-2009 15:07:21:984] nspsend: 30 46 39 41 32 45 34 42 |0F9A2E4B|
[14-SEP-2009 15:07:21:984] nspsend: 39 37 33 44 30 32 44 45 |973D02DE|
[14-SEP-2009 15:07:21:984] nspsend: 36 01 01 01 0D 0D 41 55 |6.....AU|
[14-SEP-2009 15:07:21:984] nspsend: 54 48 5F 50 41 53 53 57 |TH_PASSW|
[14-SEP-2009 15:07:21:984] nspsend: 4F 52 44 01 40 40 44 31 |ORD.@@D1|
[14-SEP-2009 15:07:21:984] nspsend: 31 31 44 33 36 37 36 42 |11D3676B|
[14-SEP-2009 15:07:21:984] nspsend: 43 32 39 35 32 46 30 46 |C2952F0F|
[14-SEP-2009 15:07:21:984] nspsend: 36 46 34 45 39 30 33 43 |6F4E903C|
[14-SEP-2009 15:07:21:984] nspsend: 31 44 39 37 30 36 41 32 |1D9706A2|
[14-SEP-2009 15:07:21:984] nspsend: 45 35 42 45 45 41 34 30 |E5BEEA40|
[14-SEP-2009 15:07:21:984] nspsend: 38 37 31 37 46 32 43 38 |8717F2C8|
[14-SEP-2009 15:07:21:984] nspsend: 33 39 45 42 41 39 41 37 |39EBA9A7|
[14-SEP-2009 15:07:21:984] nspsend: 43 44 42 36 43 35 00 01 |CDB6C5..|
[14-SEP-2009 15:07:21:984] nspsend: 08 08 41 55 54 48 5F 52 |..AUTH_R|
[14-SEP-2009 15:07:21:984] nspsend: 54 54 01 06 06 36 39 36 |TT...696|
[14-SEP-2009 15:07:21:984] nspsend: 32 38 33 00 01 0D 0D 41 |283....A|
[14-SEP-2009 15:07:21:984] nspsend: 55 54 48 5F 43 4C 4E 54 |UTH_CLNT|
[14-SEP-2009 15:07:21:984] nspsend: 5F 4D 45 4D 01 04 04 34 |_MEM...4|
[14-SEP-2009 15:07:21:984] nspsend: 30 39 36 00 01 0D 0D 41 |096....A|
[14-SEP-2009 15:07:21:984] nspsend: 55 54 48 5F 54 45 52 4D |UTH_TERM|
[14-SEP-2009 15:07:21:984] nspsend: 49 4E 41 4C 01 0A 0A 57 |INAL...W|
[14-SEP-2009 15:07:21:984] nspsend: 32 53 5A 48 58 4D 4D 30 |2SZHXMM0|
[14-SEP-2009 15:07:21:984] nspsend: 31 00 01 0F 0F 41 55 54 |1....AUT|
[14-SEP-2009 15:07:21:984] nspsend: 48 5F 50 52 4F 47 52 41 |H_PROGRA|
[14-SEP-2009 15:07:21:984] nspsend: 4D 5F 4E 4D 01 0C 0C 73 |M_NM...s|
[14-SEP-2009 15:07:21:984] nspsend: 71 6C 70 6C 75 73 77 2E |qlplusw.|
[14-SEP-2009 15:07:21:984] nspsend: 65 78 65 00 01 0C 0C 41 |exe....A|
[14-SEP-2009 15:07:21:984] nspsend: 55 54 48 5F 4D 41 43 48 |UTH_MACH|
[14-SEP-2009 15:07:21:984] nspsend: 49 4E 45 01 0F 0F 41 4D |INE...AM|
[14-SEP-2009 15:07:21:984] nspsend: 45 52 5C 57 32 53 5A 48 |ER\W2SZH|
[14-SEP-2009 15:07:21:984] nspsend: 58 4D 4D 30 31 00 01 08 |XMM01...|
[14-SEP-2009 15:07:21:984] nspsend: 08 41 55 54 48 5F 50 49 |.AUTH_PI|
[14-SEP-2009 15:07:21:984] nspsend: 44 01 09 09 35 32 31 32 |D...5212|
[14-SEP-2009 15:07:21:984] nspsend: 3A 36 30 34 30 00 01 08 |:6040...|
[14-SEP-2009 15:07:21:984] nspsend: 08 41 55 54 48 5F 53 49 |.AUTH_SI|
[14-SEP-2009 15:07:21:984] nspsend: 44 01 06 06 73 7A 68 78 |D...szhx|
[14-SEP-2009 15:07:21:984] nspsend: 6D 6D 00 01 08 08 41 55 |mm....AU|
[14-SEP-2009 15:07:21:984] nspsend: 54 48 5F 41 43 4C 01 04 |TH_ACL..|
[14-SEP-2009 15:07:21:984] nspsend: 04 34 34 30 30 00 01 12 |.4400...|
[14-SEP-2009 15:07:21:984] nspsend: 12 41 55 54 48 5F 41 4C |.AUTH_AL|
[14-SEP-2009 15:07:21:984] nspsend: 54 45 52 5F 53 45 53 53 |TER_SESS|
[14-SEP-2009 15:07:21:984] nspsend: 49 4F 4E 02 01 E9 FE 40 |ION....@|
[14-SEP-2009 15:07:21:984] nspsend: 41 4C 54 45 52 20 53 45 |ALTER.SE|
[14-SEP-2009 15:07:21:984] nspsend: 53 53 49 4F 4E 20 53 45 |SSION.SE|
[14-SEP-2009 15:07:21:984] nspsend: 54 20 4E 4C 53 5F 4C 41 |T.NLS_LA|
[14-SEP-2009 15:07:21:984] nspsend: 4E 47 55 41 47 45 3D 20 |NGUAGE=.|
[14-SEP-2009 15:07:21:984] nspsend: 27 41 4D 45 52 49 43 41 |'AMERICA|
[14-SEP-2009 15:07:21:984] nspsend: 4E 27 20 4E 4C 53 5F 54 |N'.NLS_T|
[14-SEP-2009 15:07:21:984] nspsend: 45 52 52 49 54 4F 52 59 |ERRITORY|
[14-SEP-2009 15:07:21:984] nspsend: 3D 20 27 41 4D 45 52 49 |=.'AMERI|
[14-SEP-2009 15:07:21:984] nspsend: 40 43 41 27 20 4E 4C 53 |@CA'.NLS|
[14-SEP-2009 15:07:21:984] nspsend: 5F 43 55 52 52 45 4E 43 |_CURRENC|
[14-SEP-2009 15:07:21:984] nspsend: 59 3D 20 27 24 27 20 4E |Y=.'$'.N|
[14-SEP-2009 15:07:21:984] nspsend: 4C 53 5F 49 53 4F 5F 43 |LS_ISO_C|
[14-SEP-2009 15:07:21:984] nspsend: 55 52 52 45 4E 43 59 3D |URRENCY=|
[14-SEP-2009 15:07:21:984] nspsend: 20 27 41 4D 45 52 49 43 |.'AMERIC|
[14-SEP-2009 15:07:21:984] nspsend: 41 27 20 4E 4C 53 5F 4E |A'.NLS_N|
[14-SEP-2009 15:07:21:984] nspsend: 55 4D 45 52 49 43 5F 43 |UMERIC_C|
[14-SEP-2009 15:07:21:984] nspsend: 48 40 41 52 41 43 54 45 |H@ARACTE|
[14-SEP-2009 15:07:21:984] nspsend: 52 53 3D 20 27 2E 2C 27 |RS=.'.,'|
[14-SEP-2009 15:07:21:984] nspsend: 20 4E 4C 53 5F 43 41 4C |.NLS_CAL|
[14-SEP-2009 15:07:21:984] nspsend: 45 4E 44 41 52 3D 20 27 |ENDAR=.'|
[14-SEP-2009 15:07:21:984] nspsend: 47 52 45 47 4F 52 49 41 |GREGORIA|
[14-SEP-2009 15:07:21:984] nspsend: 4E 27 20 4E 4C 53 5F 44 |N'.NLS_D|
[14-SEP-2009 15:07:21:984] nspsend: 41 54 45 5F 46 4F 52 4D |ATE_FORM|
[14-SEP-2009 15:07:21:984] nspsend: 41 54 3D 20 27 44 44 2D |AT=.'DD-|
[14-SEP-2009 15:07:21:984] nspsend: 4D 4F 40 4E 2D 52 52 27 |MO@N-RR'|
[14-SEP-2009 15:07:21:984] nspsend: 20 4E 4C 53 5F 44 41 54 |.NLS_DAT|
[14-SEP-2009 15:07:21:984] nspsend: 45 5F 4C 41 4E 47 55 41 |E_LANGUA|
[14-SEP-2009 15:07:21:984] nspsend: 47 45 3D 20 27 41 4D 45 |GE=.'AME|
[14-SEP-2009 15:07:21:984] nspsend: 52 49 43 41 4E 27 20 4E |RICAN'.N|
[14-SEP-2009 15:07:21:984] nspsend: 4C 53 5F 53 4F 52 54 3D |LS_SORT=|
[14-SEP-2009 15:07:21:984] nspsend: 20 27 42 49 4E 41 52 59 |.'BINARY|
[14-SEP-2009 15:07:21:984] nspsend: 27 20 54 49 4D 45 5F 5A |'.TIME_Z|
[14-SEP-2009 15:07:21:984] nspsend: 4F 4E 45 40 3D 20 27 2D |ONE@=.'-|
[14-SEP-2009 15:07:21:984] nspsend: 30 34 3A 30 30 27 20 4E |04:00'.N|
[14-SEP-2009 15:07:21:984] nspsend: 4C 53 5F 43 4F 4D 50 3D |LS_COMP=|
[14-SEP-2009 15:07:21:984] nspsend: 20 27 42 49 4E 41 52 59 |.'BINARY|
[14-SEP-2009 15:07:21:984] nspsend: 27 20 4E 4C 53 5F 44 55 |'.NLS_DU|
[14-SEP-2009 15:07:21:984] nspsend: 41 4C 5F 43 55 52 52 45 |AL_CURRE|
[14-SEP-2009 15:07:21:984] nspsend: 4E 43 59 3D 20 27 24 27 |NCY=.'$'|
[14-SEP-2009 15:07:21:984] nspsend: 20 4E 4C 53 5F 54 49 4D |.NLS_TIM|
[14-SEP-2009 15:07:21:984] nspsend: 45 5F 46 4F 40 52 4D 41 |E_FO@RMA|
[14-SEP-2009 15:07:21:984] nspsend: 54 3D 20 27 48 48 2E 4D |T=.'HH.M|
[14-SEP-2009 15:07:21:984] nspsend: 49 2E 53 53 58 46 46 20 |I.SSXFF.|
[14-SEP-2009 15:07:21:984] nspsend: 41 4D 27 20 4E 4C 53 5F |AM'.NLS_|
[14-SEP-2009 15:07:21:984] nspsend: 54 49 4D 45 53 54 41 4D |TIMESTAM|
[14-SEP-2009 15:07:21:984] nspsend: 50 5F 46 4F 52 4D 41 54 |P_FORMAT|
[14-SEP-2009 15:07:21:984] nspsend: 3D 20 27 44 44 2D 4D 4F |=.'DD-MO|
[14-SEP-2009 15:07:21:984] nspsend: 4E 2D 52 52 20 48 48 2E |N-RR.HH.|
[14-SEP-2009 15:07:21:984] nspsend: 4D 49 2E 53 53 40 58 46 |MI.SS@XF|
[14-SEP-2009 15:07:21:984] nspsend: 46 20 41 4D 27 20 4E 4C |F.AM'.NL|
[14-SEP-2009 15:07:21:984] nspsend: 53 5F 54 49 4D 45 5F 54 |S_TIME_T|
[14-SEP-2009 15:07:21:984] nspsend: 5A 5F 46 4F 52 4D 41 54 |Z_FORMAT|
[14-SEP-2009 15:07:21:984] nspsend: 3D 20 27 48 48 2E 4D 49 |=.'HH.MI|
[14-SEP-2009 15:07:21:984] nspsend: 2E 53 53 58 46 46 20 41 |.SSXFF.A|
[14-SEP-2009 15:07:21:984] nspsend: 4D 20 54 5A 52 27 20 4E |M.TZR'.N|
[14-SEP-2009 15:07:21:984] nspsend: 4C 53 5F 54 49 4D 45 53 |LS_TIMES|
[14-SEP-2009 15:07:21:984] nspsend: 54 41 4D 50 5F 54 29 5A |TAMP_T)Z|
[14-SEP-2009 15:07:21:984] nspsend: 5F 46 4F 52 4D 41 54 3D |_FORMAT=|
[14-SEP-2009 15:07:21:984] nspsend: 20 27 44 44 2D 4D 4F 4E |.'DD-MON|
[14-SEP-2009 15:07:21:984] nspsend: 2D 52 52 20 48 48 2E 4D |-RR.HH.M|
[14-SEP-2009 15:07:21:984] nspsend: 49 2E 53 53 58 46 46 20 |I.SSXFF.|
[14-SEP-2009 15:07:21:984] nspsend: 41 4D 20 54 5A 52 27 00 |AM.TZR'.|
[14-SEP-2009 15:07:21:984] nspsend: 00 00 01 17 17 41 55 54 |.....AUT|
[14-SEP-2009 15:07:21:984] nspsend: 48 5F 4C 4F 47 49 43 41 |H_LOGICA|
[14-SEP-2009 15:07:21:984] nspsend: 4C 5F 53 45 53 53 49 4F |L_SESSIO|
[14-SEP-2009 15:07:21:984] nspsend: 4E 5F 49 44 01 20 20 30 |N_ID...0|
[14-SEP-2009 15:07:21:984] nspsend: 44 44 38 41 39 32 43 34 |DD8A92C4|
[14-SEP-2009 15:07:21:984] nspsend: 32 45 39 34 39 33 35 41 |2E94935A|
[14-SEP-2009 15:07:21:984] nspsend: 38 32 44 38 43 36 37 31 |82D8C671|
[14-SEP-2009 15:07:21:984] nspsend: 31 46 39 43 46 46 38 00 |1F9CFF8.|
[14-SEP-2009 15:07:21:984] nspsend: 01 10 10 41 55 54 48 5F |...AUTH_|
[14-SEP-2009 15:07:21:984] nspsend: 46 41 49 4C 4F 56 45 52 |FAILOVER|
[14-SEP-2009 15:07:21:984] nspsend: 5F 49 44 00 00 |_ID.. |
[14-SEP-2009 15:07:21:984] nspsend: 1013 bytes to transport
[14-SEP-2009 15:07:21:984] nspsend: normal exit
[14-SEP-2009 15:07:21:984] nsdofls: exit (0)
[14-SEP-2009 15:07:21:984] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:21:984] nsdo: normal exit
[14-SEP-2009 15:07:21:984] nsdo: entry
[14-SEP-2009 15:07:21:984] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:21:984] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:21:984] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:21:984] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:21:984] nsdo: switching to application buffer
[14-SEP-2009 15:07:21:984] nsrdr: entry
[14-SEP-2009 15:07:21:984] nsrdr: recving a packet
[14-SEP-2009 15:07:21:984] nsprecv: entry
[14-SEP-2009 15:07:21:984] nsprecv: reading from transport...
[14-SEP-2009 15:07:21:984] nttrd: entry
[14-SEP-2009 15:07:22:125] nttrd: socket 352 had bytes read=826
[14-SEP-2009 15:07:22:125] nttrd: exit
[14-SEP-2009 15:07:22:125] nsprecv: 826 bytes from transport
[14-SEP-2009 15:07:22:125] nsprecv: tlen=826, plen=826, type=6
[14-SEP-2009 15:07:22:125] nsprecv: packet dump
[14-SEP-2009 15:07:22:125] nsprecv: 03 3A 00 00 06 00 00 00 |.:......|
[14-SEP-2009 15:07:22:125] nsprecv: 00 00 08 01 15 01 13 13 |........|
[14-SEP-2009 15:07:22:125] nsprecv: 41 55 54 48 5F 56 45 52 |AUTH_VER|
[14-SEP-2009 15:07:22:125] nsprecv: 53 49 4F 4E 5F 53 54 52 |SION_STR|
[14-SEP-2009 15:07:22:125] nsprecv: 49 4E 47 01 12 12 2D 20 |ING...-.|
[14-SEP-2009 15:07:22:125] nsprecv: 36 34 62 69 74 20 50 72 |64bit.Pr|
[14-SEP-2009 15:07:22:125] nsprecv: 6F 64 75 63 74 69 6F 6E |oduction|
[14-SEP-2009 15:07:22:125] nsprecv: 00 01 10 10 41 55 54 48 |....AUTH|
[14-SEP-2009 15:07:22:125] nsprecv: 5F 56 45 52 53 49 4F 4E |_VERSION|
[14-SEP-2009 15:07:22:125] nsprecv: 5F 53 51 4C 01 02 02 32 |_SQL...2|
[14-SEP-2009 15:07:22:125] nsprecv: 30 00 01 13 13 41 55 54 |0....AUT|
[14-SEP-2009 15:07:22:125] nsprecv: 48 5F 58 41 43 54 49 4F |H_XACTIO|
[14-SEP-2009 15:07:22:125] nsprecv: 4E 5F 54 52 41 49 54 53 |N_TRAITS|
[14-SEP-2009 15:07:22:125] nsprecv: 01 01 01 33 00 01 0F 0F |...3....|
[14-SEP-2009 15:07:22:125] nsprecv: 41 55 54 48 5F 56 45 52 |AUTH_VER|
[14-SEP-2009 15:07:22:125] nsprecv: 53 49 4F 4E 5F 4E 4F 01 |SION_NO.|
[14-SEP-2009 15:07:22:125] nsprecv: 09 09 31 36 39 38 37 30 |..169870|
[14-SEP-2009 15:07:22:125] nsprecv: 33 33 36 00 01 13 13 41 |336....A|
[14-SEP-2009 15:07:22:125] nsprecv: 55 54 48 5F 56 45 52 53 |UTH_VERS|
[14-SEP-2009 15:07:22:125] nsprecv: 49 4F 4E 5F 53 54 41 54 |ION_STAT|
[14-SEP-2009 15:07:22:125] nsprecv: 55 53 01 01 01 30 00 01 |US...0..|
[14-SEP-2009 15:07:22:125] nsprecv: 15 15 41 55 54 48 5F 43 |..AUTH_C|
[14-SEP-2009 15:07:22:125] nsprecv: 41 50 41 42 49 4C 49 54 |APABILIT|
[14-SEP-2009 15:07:22:125] nsprecv: 59 5F 54 41 42 4C 45 00 |Y_TABLE.|
[14-SEP-2009 15:07:22:125] nsprecv: 00 01 0B 0B 41 55 54 48 |....AUTH|
[14-SEP-2009 15:07:22:125] nsprecv: 5F 44 42 4E 41 4D 45 01 |_DBNAME.|
[14-SEP-2009 15:07:22:125] nsprecv: 13 13 44 45 44 57 52 50 |..DEDWRP|
[14-SEP-2009 15:07:22:125] nsprecv: 30 31 2E 44 45 2E 45 44 |01.DE.ED|
[14-SEP-2009 15:07:22:125] nsprecv: 53 2E 43 4F 4D 00 01 0F |S.COM...|
[14-SEP-2009 15:07:22:125] nsprecv: 0F 41 55 54 48 5F 53 45 |.AUTH_SE|
[14-SEP-2009 15:07:22:125] nsprecv: 53 53 49 4F 4E 5F 49 44 |SSION_ID|
[14-SEP-2009 15:07:22:125] nsprecv: 01 04 04 32 31 31 35 00 |...2115.|
[14-SEP-2009 15:07:22:125] nsprecv: 01 0F 0F 41 55 54 48 5F |...AUTH_|
[14-SEP-2009 15:07:22:125] nsprecv: 53 45 52 49 41 4C 5F 4E |SERIAL_N|
[14-SEP-2009 15:07:22:125] nsprecv: 55 4D 01 05 05 31 32 35 |UM...125|
[14-SEP-2009 15:07:22:125] nsprecv: 37 32 00 01 10 10 41 55 |72....AU|
[14-SEP-2009 15:07:22:125] nsprecv: 54 48 5F 49 4E 53 54 41 |TH_INSTA|
[14-SEP-2009 15:07:22:125] nsprecv: 4E 43 45 5F 4E 4F 01 01 |NCE_NO..|
[14-SEP-2009 15:07:22:125] nsprecv: 01 31 00 01 10 10 41 55 |.1....AU|
[14-SEP-2009 15:07:22:125] nsprecv: 54 48 5F 46 41 49 4C 4F |TH_FAILO|
[14-SEP-2009 15:07:22:125] nsprecv: 56 45 52 5F 49 44 01 01 |VER_ID..|
[14-SEP-2009 15:07:22:125] nsprecv: 01 31 00 01 13 13 41 55 |.1....AU|
[14-SEP-2009 15:07:22:125] nsprecv: 54 48 5F 53 43 5F 53 45 |TH_SC_SE|
[14-SEP-2009 15:07:22:125] nsprecv: 52 56 45 52 5F 48 4F 53 |RVER_HOS|
[14-SEP-2009 15:07:22:125] nsprecv: 54 01 0C 0C 64 65 66 72 |T...defr|
[14-SEP-2009 15:07:22:125] nsprecv: 73 64 66 70 64 33 30 35 |sdfpd305|
[14-SEP-2009 15:07:22:125] nsprecv: 00 01 15 15 41 55 54 48 |....AUTH|
[14-SEP-2009 15:07:22:125] nsprecv: 5F 53 43 5F 44 42 55 4E |_SC_DBUN|
[14-SEP-2009 15:07:22:125] nsprecv: 49 51 55 45 5F 4E 41 4D |IQUE_NAM|
[14-SEP-2009 15:07:22:125] nsprecv: 45 01 08 08 44 45 44 57 |E...DEDW|
[14-SEP-2009 15:07:22:125] nsprecv: 52 50 30 31 00 01 15 15 |RP01....|
[14-SEP-2009 15:07:22:125] nsprecv: 41 55 54 48 5F 53 43 5F |AUTH_SC_|
[14-SEP-2009 15:07:22:125] nsprecv: 49 4E 53 54 41 4E 43 45 |INSTANCE|
[14-SEP-2009 15:07:22:125] nsprecv: 5F 4E 41 4D 45 01 08 08 |_NAME...|
[14-SEP-2009 15:07:22:125] nsprecv: 44 45 44 57 52 50 30 31 |DEDWRP01|
[14-SEP-2009 15:07:22:125] nsprecv: 00 01 14 14 41 55 54 48 |....AUTH|
[14-SEP-2009 15:07:22:125] nsprecv: 5F 53 43 5F 53 45 52 56 |_SC_SERV|
[14-SEP-2009 15:07:22:125] nsprecv: 49 43 45 5F 4E 41 4D 45 |ICE_NAME|
[14-SEP-2009 15:07:22:125] nsprecv: 01 13 13 44 45 44 57 52 |...DEDWR|
[14-SEP-2009 15:07:22:125] nsprecv: 50 30 31 2E 44 45 2E 45 |P01.DE.E|
[14-SEP-2009 15:07:22:125] nsprecv: 44 53 2E 43 4F 4D 00 01 |DS.COM..|
[14-SEP-2009 15:07:22:125] nsprecv: 13 13 41 55 54 48 5F 53 |..AUTH_S|
[14-SEP-2009 15:07:22:125] nsprecv: 43 5F 49 4E 53 54 41 4E |C_INSTAN|
[14-SEP-2009 15:07:22:125] nsprecv: 43 45 5F 49 44 01 01 01 |CE_ID...|
[14-SEP-2009 15:07:22:125] nsprecv: 31 00 01 1B 1B 41 55 54 |1....AUT|
[14-SEP-2009 15:07:22:125] nsprecv: 48 5F 53 43 5F 49 4E 53 |H_SC_INS|
[14-SEP-2009 15:07:22:125] nsprecv: 54 41 4E 43 45 5F 53 54 |TANCE_ST|
[14-SEP-2009 15:07:22:125] nsprecv: 41 52 54 5F 54 49 4D 45 |ART_TIME|
[14-SEP-2009 15:07:22:125] nsprecv: 01 24 24 32 30 30 39 2D |.$$2009-|
[14-SEP-2009 15:07:22:125] nsprecv: 30 38 2D 30 34 20 30 33 |08-04.03|
[14-SEP-2009 15:07:22:125] nsprecv: 3A 33 33 3A 32 32 2E 30 |:33:22.0|
[14-SEP-2009 15:07:22:125] nsprecv: 30 30 30 30 30 30 30 30 |00000000|
[14-SEP-2009 15:07:22:125] nsprecv: 20 2D 30 34 3A 30 30 00 |.-04:00.|
[14-SEP-2009 15:07:22:125] nsprecv: 01 11 11 41 55 54 48 5F |...AUTH_|
[14-SEP-2009 15:07:22:125] nsprecv: 53 43 5F 44 42 5F 44 4F |SC_DB_DO|
[14-SEP-2009 15:07:22:125] nsprecv: 4D 41 49 4E 01 0A 0A 44 |MAIN...D|
[14-SEP-2009 15:07:22:125] nsprecv: 45 2E 45 44 53 2E 43 4F |E.EDS.CO|
[14-SEP-2009 15:07:22:125] nsprecv: 4D 00 01 11 11 41 55 54 |M....AUT|
[14-SEP-2009 15:07:22:125] nsprecv: 48 5F 53 43 5F 53 56 43 |H_SC_SVC|
[14-SEP-2009 15:07:22:125] nsprecv: 5F 46 4C 41 47 53 01 01 |_FLAGS..|
[14-SEP-2009 15:07:22:125] nsprecv: 01 38 00 01 11 11 41 55 |.8....AU|
[14-SEP-2009 15:07:22:125] nsprecv: 54 48 5F 49 4E 53 54 41 |TH_INSTA|
[14-SEP-2009 15:07:22:125] nsprecv: 4E 43 45 4E 41 4D 45 01 |NCENAME.|
[14-SEP-2009 15:07:22:125] nsprecv: 08 08 44 45 44 57 52 50 |..DEDWRP|
[14-SEP-2009 15:07:22:125] nsprecv: 30 31 00 01 11 11 41 55 |01....AU|
[14-SEP-2009 15:07:22:125] nsprecv: 54 48 5F 53 56 52 5F 52 |TH_SVR_R|
[14-SEP-2009 15:07:22:125] nsprecv: 45 53 50 4F 4E 53 45 01 |ESPONSE.|
[14-SEP-2009 15:07:22:125] nsprecv: 60 60 43 43 46 45 32 42 |``CCFE2B|
[14-SEP-2009 15:07:22:125] nsprecv: 45 32 42 31 32 44 35 42 |E2B12D5B|
[14-SEP-2009 15:07:22:125] nsprecv: 30 42 30 36 43 44 38 32 |0B06CD82|
[14-SEP-2009 15:07:22:125] nsprecv: 38 45 41 39 33 33 42 46 |8EA933BF|
[14-SEP-2009 15:07:22:125] nsprecv: 43 34 39 35 44 37 39 30 |C495D790|
[14-SEP-2009 15:07:22:125] nsprecv: 44 31 35 35 42 30 45 44 |D155B0ED|
[14-SEP-2009 15:07:22:125] nsprecv: 44 46 38 38 36 38 36 44 |DF88686D|
[14-SEP-2009 15:07:22:125] nsprecv: 30 37 36 44 35 30 32 46 |076D502F|
[14-SEP-2009 15:07:22:125] nsprecv: 31 31 30 34 45 39 39 31 |1104E991|
[14-SEP-2009 15:07:22:125] nsprecv: 37 30 33 36 38 44 46 39 |70368DF9|
[14-SEP-2009 15:07:22:125] nsprecv: 38 41 39 39 33 44 37 42 |8A993D7B|
[14-SEP-2009 15:07:22:125] nsprecv: 44 38 30 33 38 39 37 39 |D8038979|
[14-SEP-2009 15:07:22:125] nsprecv: 43 39 00 04 01 01 01 03 |C9......|
[14-SEP-2009 15:07:22:125] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:22:125] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:22:125] nsprecv: 00 00 00 03 00 00 00 00 |........|
[14-SEP-2009 15:07:22:125] nsprecv: 00 00 |.. |
[14-SEP-2009 15:07:22:125] nsprecv: normal exit
[14-SEP-2009 15:07:22:125] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:22:125] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:22:125] nsrdr: normal exit
[14-SEP-2009 15:07:22:125] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:22:125] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:22:125] nsdo: normal exit
[14-SEP-2009 15:07:22:125] nioqrc: exit
[14-SEP-2009 15:07:22:156] nszssk: entry
[14-SEP-2009 15:07:22:156] nassky: entry
[14-SEP-2009 15:07:22:156] nassky: exit
[14-SEP-2009 15:07:22:156] nszssk: exit
[14-SEP-2009 15:07:22:234] nioqsn: entry
[14-SEP-2009 15:07:22:234] nioqsn: exit
[14-SEP-2009 15:07:22:234] nioqrc: entry
[14-SEP-2009 15:07:22:234] nsdo: entry
[14-SEP-2009 15:07:22:234] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:22:234] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:22:234] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:22:234] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:22:234] nsdofls: entry
[14-SEP-2009 15:07:22:234] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:22:234] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:22:234] nspsend: entry
[14-SEP-2009 15:07:22:234] nspsend: plen=30, type=6
[14-SEP-2009 15:07:22:234] nttwr: entry
[14-SEP-2009 15:07:22:234] nttwr: socket 352 had bytes written=30
[14-SEP-2009 15:07:22:234] nttwr: exit
[14-SEP-2009 15:07:22:234] nspsend: packet dump
[14-SEP-2009 15:07:22:234] nspsend: 00 1E 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:22:234] nspsend: 00 00 11 6B 04 02 08 43 |...k...C|
[14-SEP-2009 15:07:22:234] nspsend: 02 31 1C 01 01 03 3B 05 |.1....;.|
[14-SEP-2009 15:07:22:234] nspsend: 01 02 01 F4 01 01 |...... |
[14-SEP-2009 15:07:22:234] nspsend: 30 bytes to transport
[14-SEP-2009 15:07:22:234] nspsend: normal exit
[14-SEP-2009 15:07:22:234] nsdofls: exit (0)
[14-SEP-2009 15:07:22:234] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:22:234] nsdo: normal exit
[14-SEP-2009 15:07:22:234] nsdo: entry
[14-SEP-2009 15:07:22:234] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:22:234] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:22:234] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:22:234] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:22:234] nsdo: switching to application buffer
[14-SEP-2009 15:07:22:234] nsrdr: entry
[14-SEP-2009 15:07:22:234] nsrdr: recving a packet
[14-SEP-2009 15:07:22:234] nsprecv: entry
[14-SEP-2009 15:07:22:234] nsprecv: reading from transport...
[14-SEP-2009 15:07:22:234] nttrd: entry
[14-SEP-2009 15:07:22:359] nttrd: socket 352 had bytes read=178
[14-SEP-2009 15:07:22:359] nttrd: exit
[14-SEP-2009 15:07:22:359] nsprecv: 178 bytes from transport
[14-SEP-2009 15:07:22:359] nsprecv: tlen=178, plen=178, type=6
[14-SEP-2009 15:07:22:359] nsprecv: packet dump
[14-SEP-2009 15:07:22:359] nsprecv: 00 B2 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:22:359] nsprecv: 00 00 08 01 9A 9A 4F 72 |......Or|
[14-SEP-2009 15:07:22:359] nsprecv: 61 63 6C 65 20 44 61 74 |acle.Dat|
[14-SEP-2009 15:07:22:359] nsprecv: 61 62 61 73 65 20 31 30 |abase.10|
[14-SEP-2009 15:07:22:359] nsprecv: 67 20 45 6E 74 65 72 70 |g.Enterp|
[14-SEP-2009 15:07:22:359] nsprecv: 72 69 73 65 20 45 64 69 |rise.Edi|
[14-SEP-2009 15:07:22:359] nsprecv: 74 69 6F 6E 20 52 65 6C |tion.Rel|
[14-SEP-2009 15:07:22:359] nsprecv: 65 61 73 65 20 31 30 2E |ease.10.|
[14-SEP-2009 15:07:22:359] nsprecv: 32 2E 30 2E 34 2E 30 20 |2.0.4.0.|
[14-SEP-2009 15:07:22:359] nsprecv: 2D 20 36 34 62 69 74 20 |-.64bit.|
[14-SEP-2009 15:07:22:359] nsprecv: 50 72 6F 64 75 63 74 69 |Producti|
[14-SEP-2009 15:07:22:359] nsprecv: 6F 6E 0A 57 69 74 68 20 |on.With.|
[14-SEP-2009 15:07:22:359] nsprecv: 74 68 65 20 50 61 72 74 |the.Part|
[14-SEP-2009 15:07:22:359] nsprecv: 69 74 69 6F 6E 69 6E 67 |itioning|
[14-SEP-2009 15:07:22:359] nsprecv: 2C 20 4F 4C 41 50 2C 20 |,.OLAP,.|
[14-SEP-2009 15:07:22:359] nsprecv: 44 61 74 61 20 4D 69 6E |Data.Min|
[14-SEP-2009 15:07:22:359] nsprecv: 69 6E 67 20 61 6E 64 20 |ing.and.|
[14-SEP-2009 15:07:22:359] nsprecv: 52 65 61 6C 20 41 70 70 |Real.App|
[14-SEP-2009 15:07:22:359] nsprecv: 6C 69 63 61 74 69 6F 6E |lication|
[14-SEP-2009 15:07:22:359] nsprecv: 20 54 65 73 74 69 6E 67 |.Testing|
[14-SEP-2009 15:07:22:359] nsprecv: 20 6F 70 74 69 6F 6E 73 |.options|
[14-SEP-2009 15:07:22:359] nsprecv: 04 0A 20 04 00 09 01 01 |........|
[14-SEP-2009 15:07:22:359] nsprecv: 01 03 |.. |
[14-SEP-2009 15:07:22:359] nsprecv: normal exit
[14-SEP-2009 15:07:22:359] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:22:359] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:22:359] nsrdr: normal exit
[14-SEP-2009 15:07:22:359] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:22:359] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:22:359] nsdo: normal exit
[14-SEP-2009 15:07:22:359] nioqrc: exit
[14-SEP-2009 15:07:22:406] nioqsn: entry
[14-SEP-2009 15:07:22:406] nioqsn: exit
[14-SEP-2009 15:07:22:406] nioqrc: entry
[14-SEP-2009 15:07:22:406] nsdo: entry
[14-SEP-2009 15:07:22:406] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:22:406] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:22:406] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:22:406] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:22:406] nsdofls: entry
[14-SEP-2009 15:07:22:406] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:22:406] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:22:406] nspsend: entry
[14-SEP-2009 15:07:22:406] nspsend: plen=79, type=6
[14-SEP-2009 15:07:22:406] nttwr: entry
[14-SEP-2009 15:07:22:406] nttwr: socket 352 had bytes written=79
[14-SEP-2009 15:07:22:406] nttwr: exit
[14-SEP-2009 15:07:22:406] nspsend: packet dump
[14-SEP-2009 15:07:22:406] nspsend: 00 4F 00 00 06 00 00 00 |.O......|
[14-SEP-2009 15:07:22:406] nspsend: 00 00 03 5E 06 02 80 61 |...^...a|
[14-SEP-2009 15:07:22:406] nspsend: 00 01 01 16 01 01 0D 00 |........|
[14-SEP-2009 15:07:22:406] nspsend: 01 00 01 01 00 00 00 00 |........|
[14-SEP-2009 15:07:22:406] nspsend: 00 00 00 01 01 00 00 00 |........|
[14-SEP-2009 15:07:22:406] nspsend: 01 16 53 45 4C 45 43 54 |..SELECT|
[14-SEP-2009 15:07:22:406] nspsend: 20 55 53 45 52 20 46 52 |.USER.FR|
[14-SEP-2009 15:07:22:406] nspsend: 4F 4D 20 44 55 41 4C 00 |OM.DUAL.|
[14-SEP-2009 15:07:22:406] nspsend: 01 01 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:22:422] nspsend: 01 01 00 00 00 00 00 |....... |
[14-SEP-2009 15:07:22:422] nspsend: 79 bytes to transport
[14-SEP-2009 15:07:22:422] nspsend: normal exit
[14-SEP-2009 15:07:22:422] nsdofls: exit (0)
[14-SEP-2009 15:07:22:422] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:22:422] nsdo: normal exit
[14-SEP-2009 15:07:22:422] nsdo: entry
[14-SEP-2009 15:07:22:422] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:22:422] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:22:422] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:22:422] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:22:422] nsdo: switching to application buffer
[14-SEP-2009 15:07:22:422] nsrdr: entry
[14-SEP-2009 15:07:22:422] nsrdr: recving a packet
[14-SEP-2009 15:07:22:422] nsprecv: entry
[14-SEP-2009 15:07:22:422] nsprecv: reading from transport...
[14-SEP-2009 15:07:22:422] nttrd: entry
[14-SEP-2009 15:07:22:531] nttrd: socket 352 had bytes read=451
[14-SEP-2009 15:07:22:531] nttrd: exit
[14-SEP-2009 15:07:22:531] nsprecv: 451 bytes from transport
[14-SEP-2009 15:07:22:531] nsprecv: tlen=451, plen=451, type=6
[14-SEP-2009 15:07:22:531] nsprecv: packet dump
[14-SEP-2009 15:07:22:531] nsprecv: 01 C3 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:22:531] nsprecv: 00 00 10 17 0C 44 BB 60 |.....D.`|
[14-SEP-2009 15:07:22:531] nsprecv: 6E 6E 08 BA D3 6F 96 5F |nn...o._|
[14-SEP-2009 15:07:22:531] nsprecv: 0D 71 39 D2 78 6D 09 09 |.q9.xm..|
[14-SEP-2009 15:07:22:531] nsprecv: 0D 33 03 01 1E 01 01 4D |.3.....M|
[14-SEP-2009 15:07:22:531] nsprecv: 01 80 00 00 01 1E 00 00 |........|
[14-SEP-2009 15:07:22:531] nsprecv: 00 00 01 1F 01 01 1E 01 |........|
[14-SEP-2009 15:07:22:531] nsprecv: 04 01 04 04 55 53 45 52 |....USER|
[14-SEP-2009 15:07:22:531] nsprecv: 00 00 00 01 07 07 78 6D |......xm|
[14-SEP-2009 15:07:22:531] nsprecv: 09 0E 16 08 17 01 01 02 |........|
[14-SEP-2009 15:07:22:531] nsprecv: 1F E8 01 02 01 02 06 02 |........|
[14-SEP-2009 15:07:22:531] nsprecv: 01 01 00 01 01 00 00 00 |........|
[14-SEP-2009 15:07:22:531] nsprecv: 07 06 53 5A 48 58 4D 4D |..SZHXMM|
[14-SEP-2009 15:07:22:531] nsprecv: 08 01 06 04 47 AB E8 A8 |....G...|
[14-SEP-2009 15:07:22:531] nsprecv: 02 07 CE 01 02 00 00 00 |........|
[14-SEP-2009 15:07:22:531] nsprecv: 00 01 13 00 01 08 08 41 |.......A|
[14-SEP-2009 15:07:22:531] nsprecv: 4D 45 52 49 43 41 4E 01 |MERICAN.|
[14-SEP-2009 15:07:22:531] nsprecv: 10 00 01 07 07 41 4D 45 |.....AME|
[14-SEP-2009 15:07:22:531] nsprecv: 52 49 43 41 01 09 00 01 |RICA....|
[14-SEP-2009 15:07:22:531] nsprecv: 01 01 24 00 00 01 07 07 |..$.....|
[14-SEP-2009 15:07:22:531] nsprecv: 41 4D 45 52 49 43 41 01 |AMERICA.|
[14-SEP-2009 15:07:22:531] nsprecv: 01 00 01 02 02 2E 2C 01 |......,.|
[14-SEP-2009 15:07:22:531] nsprecv: 02 00 01 0C 0C 57 45 38 |.....WE8|
[14-SEP-2009 15:07:22:531] nsprecv: 49 53 4F 38 38 35 39 50 |ISO8859P|
[14-SEP-2009 15:07:22:531] nsprecv: 31 01 0A 00 01 09 09 47 |1......G|
[14-SEP-2009 15:07:22:531] nsprecv: 52 45 47 4F 52 49 41 4E |REGORIAN|
[14-SEP-2009 15:07:22:531] nsprecv: 01 0C 00 01 09 09 44 44 |......DD|
[14-SEP-2009 15:07:22:531] nsprecv: 2D 4D 4F 4E 2D 52 52 01 |-MON-RR.|
[14-SEP-2009 15:07:22:531] nsprecv: 07 00 01 08 08 41 4D 45 |.....AME|
[14-SEP-2009 15:07:22:531] nsprecv: 52 49 43 41 4E 01 08 00 |RICAN...|
[14-SEP-2009 15:07:22:531] nsprecv: 01 06 06 42 49 4E 41 52 |...BINAR|
[14-SEP-2009 15:07:22:531] nsprecv: 59 01 0B 00 01 0E 0E 48 |Y......H|
[14-SEP-2009 15:07:22:531] nsprecv: 48 2E 4D 49 2E 53 53 58 |H.MI.SSX|
[14-SEP-2009 15:07:22:531] nsprecv: 46 46 20 41 4D 01 39 00 |FF.AM.9.|
[14-SEP-2009 15:07:22:547] nsprecv: 01 18 18 44 44 2D 4D 4F |...DD-MO|
[14-SEP-2009 15:07:22:547] nsprecv: 4E 2D 52 52 20 48 48 2E |N-RR.HH.|
[14-SEP-2009 15:07:22:547] nsprecv: 4D 49 2E 53 53 58 46 46 |MI.SSXFF|
[14-SEP-2009 15:07:22:547] nsprecv: 20 41 4D 01 3A 00 01 12 |.AM.:...|
[14-SEP-2009 15:07:22:547] nsprecv: 12 48 48 2E 4D 49 2E 53 |.HH.MI.S|
[14-SEP-2009 15:07:22:547] nsprecv: 53 58 46 46 20 41 4D 20 |SXFF.AM.|
[14-SEP-2009 15:07:22:547] nsprecv: 54 5A 52 01 3B 00 01 1C |TZR.;...|
[14-SEP-2009 15:07:22:547] nsprecv: 1C 44 44 2D 4D 4F 4E 2D |.DD-MON-|
[14-SEP-2009 15:07:22:547] nsprecv: 52 52 20 48 48 2E 4D 49 |RR.HH.MI|
[14-SEP-2009 15:07:22:547] nsprecv: 2E 53 53 58 46 46 20 41 |.SSXFF.A|
[14-SEP-2009 15:07:22:547] nsprecv: 4D 20 54 5A 52 01 3C 00 |M.TZR.<.|
[14-SEP-2009 15:07:22:547] nsprecv: 01 01 01 24 01 34 00 01 |...$.4..|
[14-SEP-2009 15:07:22:547] nsprecv: 06 06 42 49 4E 41 52 59 |..BINARY|
[14-SEP-2009 15:07:22:547] nsprecv: 01 32 00 01 04 04 42 59 |.2....BY|
[14-SEP-2009 15:07:22:547] nsprecv: 54 45 01 3D 00 01 05 05 |TE.=....|
[14-SEP-2009 15:07:22:547] nsprecv: 46 41 4C 53 45 01 3E 00 |FALSE.>.|
[14-SEP-2009 15:07:22:547] nsprecv: 01 0B 0B 80 00 00 00 38 |.......8|
[14-SEP-2009 15:07:22:547] nsprecv: 3C 3C 80 00 00 00 01 A3 |<<......|
[14-SEP-2009 15:07:22:547] nsprecv: 00 04 01 01 01 04 01 01 |........|
[14-SEP-2009 15:07:22:547] nsprecv: 00 00 00 01 02 00 03 00 |........|
[14-SEP-2009 15:07:22:547] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:22:547] nsprecv: 00 00 00 06 00 01 01 00 |........|
[14-SEP-2009 15:07:22:547] nsprecv: 00 00 00 |... |
[14-SEP-2009 15:07:22:547] nsprecv: normal exit
[14-SEP-2009 15:07:22:547] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:22:547] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:22:547] nsrdr: normal exit
[14-SEP-2009 15:07:22:547] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:22:547] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:22:547] nsdo: normal exit
[14-SEP-2009 15:07:22:547] nioqrc: exit
[14-SEP-2009 15:07:22:578] nioqsn: entry
[14-SEP-2009 15:07:22:578] nioqsn: exit
[14-SEP-2009 15:07:22:578] nioqrc: entry
[14-SEP-2009 15:07:22:578] nsdo: entry
[14-SEP-2009 15:07:22:578] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:22:578] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:22:578] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:22:578] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:22:578] nsdofls: entry
[14-SEP-2009 15:07:22:578] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:22:578] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:22:578] nspsend: entry
[14-SEP-2009 15:07:22:578] nspsend: plen=17, type=6
[14-SEP-2009 15:07:22:578] nttwr: entry
[14-SEP-2009 15:07:22:578] nttwr: socket 352 had bytes written=17
[14-SEP-2009 15:07:22:578] nttwr: exit
[14-SEP-2009 15:07:22:578] nspsend: packet dump
[14-SEP-2009 15:07:22:578] nspsend: 00 11 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:22:578] nspsend: 00 00 03 05 07 01 02 01 |........|
[14-SEP-2009 15:07:22:578] nspsend: 02 |. |
[14-SEP-2009 15:07:22:578] nspsend: 17 bytes to transport
[14-SEP-2009 15:07:22:578] nspsend: normal exit
[14-SEP-2009 15:07:22:578] nsdofls: exit (0)
[14-SEP-2009 15:07:22:578] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:22:578] nsdo: normal exit
[14-SEP-2009 15:07:22:578] nsdo: entry
[14-SEP-2009 15:07:22:578] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:22:578] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:22:578] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:22:578] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:22:578] nsdo: switching to application buffer
[14-SEP-2009 15:07:22:578] nsrdr: entry
[14-SEP-2009 15:07:22:578] nsrdr: recving a packet
[14-SEP-2009 15:07:22:578] nsprecv: entry
[14-SEP-2009 15:07:22:578] nsprecv: reading from transport...
[14-SEP-2009 15:07:22:578] nttrd: entry
[14-SEP-2009 15:07:22:703] nttrd: socket 352 had bytes read=72
[14-SEP-2009 15:07:22:703] nttrd: exit
[14-SEP-2009 15:07:22:703] nsprecv: 72 bytes from transport
[14-SEP-2009 15:07:22:703] nsprecv: tlen=72, plen=72, type=6
[14-SEP-2009 15:07:22:703] nsprecv: packet dump
[14-SEP-2009 15:07:22:703] nsprecv: 00 48 00 00 06 00 00 00 |.H......|
[14-SEP-2009 15:07:22:703] nsprecv: 00 00 04 01 01 01 05 01 |........|
[14-SEP-2009 15:07:22:703] nsprecv: 01 02 05 7B 00 00 01 02 |...{....|
[14-SEP-2009 15:07:22:703] nsprecv: 00 03 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:22:703] nsprecv: 00 00 00 00 00 00 07 00 |........|
[14-SEP-2009 15:07:22:703] nsprecv: 01 01 00 00 00 00 19 4F |.......O|
[14-SEP-2009 15:07:22:703] nsprecv: 52 41 2D 30 31 34 30 33 |RA-01403|
[14-SEP-2009 15:07:22:703] nsprecv: 3A 20 6E 6F 20 64 61 74 |:.no.dat|
[14-SEP-2009 15:07:22:703] nsprecv: 61 20 66 6F 75 6E 64 0A |a.found.|
[14-SEP-2009 15:07:22:703] nsprecv: normal exit
[14-SEP-2009 15:07:22:703] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:22:703] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:22:703] nsrdr: normal exit
[14-SEP-2009 15:07:22:703] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:22:703] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:22:703] nsdo: normal exit
[14-SEP-2009 15:07:22:703] nioqrc: exit
[14-SEP-2009 15:07:22:703] nioqsn: entry
[14-SEP-2009 15:07:22:703] nioqsn: exit
[14-SEP-2009 15:07:22:703] nioqrc: entry
[14-SEP-2009 15:07:22:703] nsdo: entry
[14-SEP-2009 15:07:22:703] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:22:703] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:22:703] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:22:703] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:22:703] nsdofls: entry
[14-SEP-2009 15:07:22:703] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:22:703] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:22:703] nspsend: entry
[14-SEP-2009 15:07:22:703] nspsend: plen=21, type=6
[14-SEP-2009 15:07:22:703] nttwr: entry
[14-SEP-2009 15:07:22:703] nttwr: socket 352 had bytes written=21
[14-SEP-2009 15:07:22:703] nttwr: exit
[14-SEP-2009 15:07:22:703] nspsend: packet dump
[14-SEP-2009 15:07:22:703] nspsend: 00 15 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:22:703] nspsend: 00 00 11 69 08 01 01 01 |...i....|
[14-SEP-2009 15:07:22:703] nspsend: 01 02 03 93 09 |..... |
[14-SEP-2009 15:07:22:703] nspsend: 21 bytes to transport
[14-SEP-2009 15:07:22:703] nspsend: normal exit
[14-SEP-2009 15:07:22:703] nsdofls: exit (0)
[14-SEP-2009 15:07:22:703] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:22:703] nsdo: normal exit
[14-SEP-2009 15:07:22:703] nsdo: entry
[14-SEP-2009 15:07:22:703] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:22:703] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:22:703] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:22:703] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:22:703] nsdo: switching to application buffer
[14-SEP-2009 15:07:22:703] nsrdr: entry
[14-SEP-2009 15:07:22:703] nsrdr: recving a packet
[14-SEP-2009 15:07:22:703] nsprecv: entry
[14-SEP-2009 15:07:22:703] nsprecv: reading from transport...
[14-SEP-2009 15:07:22:703] nttrd: entry
[14-SEP-2009 15:07:22:828] nttrd: socket 352 had bytes read=15
[14-SEP-2009 15:07:22:828] nttrd: exit
[14-SEP-2009 15:07:22:828] nsprecv: 15 bytes from transport
[14-SEP-2009 15:07:22:828] nsprecv: tlen=15, plen=15, type=6
[14-SEP-2009 15:07:22:828] nsprecv: packet dump
[14-SEP-2009 15:07:22:828] nsprecv: 00 0F 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:22:828] nsprecv: 00 00 09 01 01 01 07 |....... |
[14-SEP-2009 15:07:22:828] nsprecv: normal exit
[14-SEP-2009 15:07:22:828] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:22:828] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:22:828] nsrdr: normal exit
[14-SEP-2009 15:07:22:828] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:22:828] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:22:828] nsdo: normal exit
[14-SEP-2009 15:07:22:828] nioqrc: exit
[14-SEP-2009 15:07:22:828] nioqsn: entry
[14-SEP-2009 15:07:22:828] nioqsn: exit
[14-SEP-2009 15:07:22:828] nioqrc: entry
[14-SEP-2009 15:07:22:828] nsdo: entry
[14-SEP-2009 15:07:22:828] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:22:828] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:22:828] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:22:828] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:22:828] nsdofls: entry
[14-SEP-2009 15:07:22:828] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:22:828] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:22:828] nspsend: entry
[14-SEP-2009 15:07:22:828] nspsend: plen=90, type=6
[14-SEP-2009 15:07:22:828] nttwr: entry
[14-SEP-2009 15:07:22:828] nttwr: socket 352 had bytes written=90
[14-SEP-2009 15:07:22:828] nttwr: exit
[14-SEP-2009 15:07:22:828] nspsend: packet dump
[14-SEP-2009 15:07:22:828] nspsend: 00 5A 00 00 06 00 00 00 |.Z......|
[14-SEP-2009 15:07:22:828] nspsend: 00 00 03 5E 0A 03 04 00 |...^....|
[14-SEP-2009 15:07:22:828] nspsend: 21 00 01 01 1F 01 01 0D |!.......|
[14-SEP-2009 15:07:22:828] nspsend: 00 01 00 01 01 00 00 00 |........|
[14-SEP-2009 15:07:22:828] nspsend: 00 00 00 00 01 01 00 00 |........|
[14-SEP-2009 15:07:22:828] nspsend: 00 01 1F 42 45 47 49 4E |...BEGIN|
[14-SEP-2009 15:07:22:828] nspsend: 20 44 42 4D 53 5F 4F 55 |.DBMS_OU|
[14-SEP-2009 15:07:22:828] nspsend: 54 50 55 54 2E 44 49 53 |TPUT.DIS|
[14-SEP-2009 15:07:22:828] nspsend: 41 42 4C 45 3B 20 45 4E |ABLE;.EN|
[14-SEP-2009 15:07:22:828] nspsend: 44 3B 01 01 01 01 00 00 |D;......|
[14-SEP-2009 15:07:22:828] nspsend: 00 00 00 01 08 00 00 00 |........|
[14-SEP-2009 15:07:22:828] nspsend: 00 00 |.. |
[14-SEP-2009 15:07:22:828] nspsend: 90 bytes to transport
[14-SEP-2009 15:07:22:828] nspsend: normal exit
[14-SEP-2009 15:07:22:828] nsdofls: exit (0)
[14-SEP-2009 15:07:22:828] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:22:828] nsdo: normal exit
[14-SEP-2009 15:07:22:828] nsdo: entry
[14-SEP-2009 15:07:22:828] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:22:828] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:22:828] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:22:828] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:22:828] nsdo: switching to application buffer
[14-SEP-2009 15:07:22:828] nsrdr: entry
[14-SEP-2009 15:07:22:828] nsrdr: recving a packet
[14-SEP-2009 15:07:22:828] nsprecv: entry
[14-SEP-2009 15:07:22:828] nsprecv: reading from transport...
[14-SEP-2009 15:07:22:828] nttrd: entry
[14-SEP-2009 15:07:22:953] nttrd: socket 352 had bytes read=63
[14-SEP-2009 15:07:22:953] nttrd: exit
[14-SEP-2009 15:07:22:953] nsprecv: 63 bytes from transport
[14-SEP-2009 15:07:22:953] nsprecv: tlen=63, plen=63, type=6
[14-SEP-2009 15:07:22:953] nsprecv: packet dump
[14-SEP-2009 15:07:22:953] nsprecv: 00 3F 00 00 06 00 00 00 |.?......|
[14-SEP-2009 15:07:22:953] nsprecv: 00 00 08 01 06 04 47 AB |......G.|
[14-SEP-2009 15:07:22:953] nsprecv: E8 A9 02 07 CE 01 01 00 |........|
[14-SEP-2009 15:07:22:953] nsprecv: 00 00 00 00 00 04 01 01 |........|
[14-SEP-2009 15:07:22:953] nsprecv: 01 08 01 01 00 00 00 01 |........|
[14-SEP-2009 15:07:22:953] nsprecv: 01 00 2F 00 00 00 00 00 |../.....|
[14-SEP-2009 15:07:22:953] nsprecv: 00 00 00 00 00 00 00 0A |........|
[14-SEP-2009 15:07:22:953] nsprecv: 00 01 01 00 00 00 00 |....... |
[14-SEP-2009 15:07:22:953] nsprecv: normal exit
[14-SEP-2009 15:07:22:953] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:22:953] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:22:953] nsrdr: normal exit
[14-SEP-2009 15:07:22:953] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:22:953] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:22:953] nsdo: normal exit
[14-SEP-2009 15:07:22:953] nioqrc: exit
[14-SEP-2009 15:07:22:953] nioqsn: entry
[14-SEP-2009 15:07:22:953] nioqsn: exit
[14-SEP-2009 15:07:22:953] nioqrc: entry
[14-SEP-2009 15:07:22:953] nsdo: entry
[14-SEP-2009 15:07:22:953] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:22:953] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:22:953] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:22:953] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:22:953] nsdofls: entry
[14-SEP-2009 15:07:22:953] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:22:953] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:22:953] nspsend: entry
[14-SEP-2009 15:07:22:953] nspsend: plen=21, type=6
[14-SEP-2009 15:07:22:953] nttwr: entry
[14-SEP-2009 15:07:22:953] nttwr: socket 352 had bytes written=21
[14-SEP-2009 15:07:22:953] nttwr: exit
[14-SEP-2009 15:07:22:953] nspsend: packet dump
[14-SEP-2009 15:07:22:953] nspsend: 00 15 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:22:953] nspsend: 00 00 11 69 0B 01 01 01 |...i....|
[14-SEP-2009 15:07:22:953] nspsend: 01 01 03 93 0C |..... |
[14-SEP-2009 15:07:22:953] nspsend: 21 bytes to transport
[14-SEP-2009 15:07:22:953] nspsend: normal exit
[14-SEP-2009 15:07:22:953] nsdofls: exit (0)
[14-SEP-2009 15:07:22:953] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:22:953] nsdo: normal exit
[14-SEP-2009 15:07:22:953] nsdo: entry
[14-SEP-2009 15:07:22:953] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:22:953] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:22:953] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:22:953] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:22:953] nsdo: switching to application buffer
[14-SEP-2009 15:07:22:953] nsrdr: entry
[14-SEP-2009 15:07:22:953] nsrdr: recving a packet
[14-SEP-2009 15:07:22:953] nsprecv: entry
[14-SEP-2009 15:07:22:953] nsprecv: reading from transport...
[14-SEP-2009 15:07:22:953] nttrd: entry
[14-SEP-2009 15:07:23:078] nttrd: socket 352 had bytes read=15
[14-SEP-2009 15:07:23:078] nttrd: exit
[14-SEP-2009 15:07:23:078] nsprecv: 15 bytes from transport
[14-SEP-2009 15:07:23:078] nsprecv: tlen=15, plen=15, type=6
[14-SEP-2009 15:07:23:078] nsprecv: packet dump
[14-SEP-2009 15:07:23:078] nsprecv: 00 0F 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:23:078] nsprecv: 00 00 09 01 01 01 0A |....... |
[14-SEP-2009 15:07:23:078] nsprecv: normal exit
[14-SEP-2009 15:07:23:078] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:23:078] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:23:078] nsrdr: normal exit
[14-SEP-2009 15:07:23:078] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:23:078] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:078] nsdo: normal exit
[14-SEP-2009 15:07:23:078] nioqrc: exit
[14-SEP-2009 15:07:23:078] nioqsn: entry
[14-SEP-2009 15:07:23:078] nioqsn: exit
[14-SEP-2009 15:07:23:078] nioqrc: entry
[14-SEP-2009 15:07:23:078] nsdo: entry
[14-SEP-2009 15:07:23:078] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:23:078] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:078] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:078] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:078] nsdofls: entry
[14-SEP-2009 15:07:23:078] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:23:078] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:23:078] nspsend: entry
[14-SEP-2009 15:07:23:078] nspsend: plen=222, type=6
[14-SEP-2009 15:07:23:078] nttwr: entry
[14-SEP-2009 15:07:23:078] nttwr: socket 352 had bytes written=222
[14-SEP-2009 15:07:23:078] nttwr: exit
[14-SEP-2009 15:07:23:078] nspsend: packet dump
[14-SEP-2009 15:07:23:078] nspsend: 00 DE 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:23:078] nspsend: 00 00 03 5E 0D 02 80 61 |...^...a|
[14-SEP-2009 15:07:23:078] nspsend: 00 01 01 A1 01 01 0D 00 |........|
[14-SEP-2009 15:07:23:078] nspsend: 01 00 01 01 00 00 00 00 |........|
[14-SEP-2009 15:07:23:078] nspsend: 00 00 00 01 01 00 00 00 |........|
[14-SEP-2009 15:07:23:078] nspsend: 01 FE 40 53 45 4C 45 43 |..@SELEC|
[14-SEP-2009 15:07:23:078] nspsend: 54 20 41 54 54 52 49 42 |T.ATTRIB|
[14-SEP-2009 15:07:23:078] nspsend: 55 54 45 2C 53 43 4F 50 |UTE,SCOP|
[14-SEP-2009 15:07:23:078] nspsend: 45 2C 4E 55 4D 45 52 49 |E,NUMERI|
[14-SEP-2009 15:07:23:078] nspsend: 43 5F 56 41 4C 55 45 2C |C_VALUE,|
[14-SEP-2009 15:07:23:078] nspsend: 43 48 41 52 5F 56 41 4C |CHAR_VAL|
[14-SEP-2009 15:07:23:078] nspsend: 55 45 2C 44 41 54 45 5F |UE,DATE_|
[14-SEP-2009 15:07:23:078] nspsend: 56 41 4C 55 45 20 46 52 |VALUE.FR|
[14-SEP-2009 15:07:23:078] nspsend: 4F 4D 20 40 53 59 53 54 |OM.@SYST|
[14-SEP-2009 15:07:23:078] nspsend: 45 4D 2E 50 52 4F 44 55 |EM.PRODU|
[14-SEP-2009 15:07:23:078] nspsend: 43 54 5F 50 52 49 56 53 |CT_PRIVS|
[14-SEP-2009 15:07:23:078] nspsend: 20 57 48 45 52 45 20 28 |.WHERE.(|
[14-SEP-2009 15:07:23:078] nspsend: 55 50 50 45 52 28 27 53 |UPPER('S|
[14-SEP-2009 15:07:23:078] nspsend: 51 4C 2A 50 6C 75 73 27 |QL*Plus'|
[14-SEP-2009 15:07:23:078] nspsend: 29 20 4C 49 4B 45 20 55 |).LIKE.U|
[14-SEP-2009 15:07:23:078] nspsend: 50 50 45 52 28 50 52 4F |PPER(PRO|
[14-SEP-2009 15:07:23:078] nspsend: 44 55 43 54 21 29 29 20 |DUCT!)).|
[14-SEP-2009 15:07:23:078] nspsend: 41 4E 44 20 28 55 50 50 |AND.(UPP|
[14-SEP-2009 15:07:23:078] nspsend: 45 52 28 55 53 45 52 29 |ER(USER)|
[14-SEP-2009 15:07:23:078] nspsend: 20 4C 49 4B 45 20 55 53 |.LIKE.US|
[14-SEP-2009 15:07:23:078] nspsend: 45 52 49 44 29 00 00 01 |ERID)...|
[14-SEP-2009 15:07:23:078] nspsend: 01 00 00 00 00 00 00 01 |........|
[14-SEP-2009 15:07:23:078] nspsend: 01 00 00 00 00 00 |...... |
[14-SEP-2009 15:07:23:078] nspsend: 222 bytes to transport
[14-SEP-2009 15:07:23:078] nspsend: normal exit
[14-SEP-2009 15:07:23:078] nsdofls: exit (0)
[14-SEP-2009 15:07:23:078] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:078] nsdo: normal exit
[14-SEP-2009 15:07:23:078] nsdo: entry
[14-SEP-2009 15:07:23:078] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:23:078] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:078] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:078] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:078] nsdo: switching to application buffer
[14-SEP-2009 15:07:23:078] nsrdr: entry
[14-SEP-2009 15:07:23:078] nsrdr: recving a packet
[14-SEP-2009 15:07:23:078] nsprecv: entry
[14-SEP-2009 15:07:23:078] nsprecv: reading from transport...
[14-SEP-2009 15:07:23:078] nttrd: entry
[14-SEP-2009 15:07:23:203] nttrd: socket 352 had bytes read=302
[14-SEP-2009 15:07:23:203] nttrd: exit
[14-SEP-2009 15:07:23:203] nsprecv: 302 bytes from transport
[14-SEP-2009 15:07:23:203] nsprecv: tlen=302, plen=302, type=6
[14-SEP-2009 15:07:23:203] nsprecv: packet dump
[14-SEP-2009 15:07:23:203] nsprecv: 01 2E 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 00 00 10 17 9F 09 60 45 |......`E|
[14-SEP-2009 15:07:23:203] nsprecv: 04 A8 AF 8B 1D 7E 17 75 |.....~.u|
[14-SEP-2009 15:07:23:203] nsprecv: 0A 72 64 22 78 6D 09 09 |.rd"xm..|
[14-SEP-2009 15:07:23:203] nsprecv: 0D 33 03 02 02 ED 01 05 |.3......|
[14-SEP-2009 15:07:23:203] nsprecv: 4D 01 80 00 00 01 F0 00 |M.......|
[14-SEP-2009 15:07:23:203] nsprecv: 00 00 00 01 1F 01 01 F0 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 01 09 01 09 09 41 54 54 |.....ATT|
[14-SEP-2009 15:07:23:203] nsprecv: 52 49 42 55 54 45 00 00 |RIBUTE..|
[14-SEP-2009 15:07:23:203] nsprecv: 00 01 80 00 00 01 F0 00 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 00 00 00 01 1F 01 01 F0 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 01 05 01 05 05 53 43 4F |.....SCO|
[14-SEP-2009 15:07:23:203] nsprecv: 50 45 00 00 01 01 02 00 |PE......|
[14-SEP-2009 15:07:23:203] nsprecv: 0F 02 01 16 00 00 00 00 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 00 00 00 01 0D 01 0D 0D |........|
[14-SEP-2009 15:07:23:203] nsprecv: 4E 55 4D 45 52 49 43 5F |NUMERIC_|
[14-SEP-2009 15:07:23:203] nsprecv: 56 41 4C 55 45 00 00 01 |VALUE...|
[14-SEP-2009 15:07:23:203] nsprecv: 02 01 80 00 00 01 F0 00 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 00 00 00 01 1F 01 01 F0 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 01 0A 01 0A 0A 43 48 41 |.....CHA|
[14-SEP-2009 15:07:23:203] nsprecv: 52 5F 56 41 4C 55 45 00 |R_VALUE.|
[14-SEP-2009 15:07:23:203] nsprecv: 00 01 03 0C 00 00 00 01 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 01 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 01 0A 01 0A 0A 44 41 54 |.....DAT|
[14-SEP-2009 15:07:23:203] nsprecv: 45 5F 56 41 4C 55 45 00 |E_VALUE.|
[14-SEP-2009 15:07:23:203] nsprecv: 00 01 04 01 07 07 78 6D |......xm|
[14-SEP-2009 15:07:23:203] nsprecv: 09 0E 16 08 18 01 01 02 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 1F E8 01 0A 01 0A 08 01 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 06 04 47 AB E8 A9 02 07 |..G.....|
[14-SEP-2009 15:07:23:203] nsprecv: CE 01 02 00 00 00 00 00 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 00 04 01 01 01 0B 00 02 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 05 7B 00 00 01 02 00 03 |.{......|
[14-SEP-2009 15:07:23:203] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 00 00 00 00 0D 00 01 01 |........|
[14-SEP-2009 15:07:23:203] nsprecv: 00 00 00 00 19 4F 52 41 |.....ORA|
[14-SEP-2009 15:07:23:203] nsprecv: 2D 30 31 34 30 33 3A 20 |-01403:.|
[14-SEP-2009 15:07:23:203] nsprecv: 6E 6F 20 64 61 74 61 20 |no.data.|
[14-SEP-2009 15:07:23:203] nsprecv: 66 6F 75 6E 64 0A |found. |
[14-SEP-2009 15:07:23:203] nsprecv: normal exit
[14-SEP-2009 15:07:23:203] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:23:203] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:23:203] nsrdr: normal exit
[14-SEP-2009 15:07:23:203] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:23:203] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:203] nsdo: normal exit
[14-SEP-2009 15:07:23:203] nioqrc: exit
[14-SEP-2009 15:07:23:203] nioqsn: entry
[14-SEP-2009 15:07:23:203] nioqsn: exit
[14-SEP-2009 15:07:23:203] nioqrc: entry
[14-SEP-2009 15:07:23:203] nsdo: entry
[14-SEP-2009 15:07:23:203] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:23:203] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:203] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:203] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:203] nsdofls: entry
[14-SEP-2009 15:07:23:203] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:23:203] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:23:203] nspsend: entry
[14-SEP-2009 15:07:23:203] nspsend: plen=21, type=6
[14-SEP-2009 15:07:23:203] nttwr: entry
[14-SEP-2009 15:07:23:203] nttwr: socket 352 had bytes written=21
[14-SEP-2009 15:07:23:203] nttwr: exit
[14-SEP-2009 15:07:23:203] nspsend: packet dump
[14-SEP-2009 15:07:23:203] nspsend: 00 15 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:23:203] nspsend: 00 00 11 69 0E 01 01 01 |...i....|
[14-SEP-2009 15:07:23:203] nspsend: 01 02 03 93 0F |..... |
[14-SEP-2009 15:07:23:203] nspsend: 21 bytes to transport
[14-SEP-2009 15:07:23:203] nspsend: normal exit
[14-SEP-2009 15:07:23:203] nsdofls: exit (0)
[14-SEP-2009 15:07:23:203] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:203] nsdo: normal exit
[14-SEP-2009 15:07:23:203] nsdo: entry
[14-SEP-2009 15:07:23:203] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:23:203] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:203] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:203] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:203] nsdo: switching to application buffer
[14-SEP-2009 15:07:23:203] nsrdr: entry
[14-SEP-2009 15:07:23:203] nsrdr: recving a packet
[14-SEP-2009 15:07:23:203] nsprecv: entry
[14-SEP-2009 15:07:23:203] nsprecv: reading from transport...
[14-SEP-2009 15:07:23:203] nttrd: entry
[14-SEP-2009 15:07:23:328] nttrd: socket 352 had bytes read=15
[14-SEP-2009 15:07:23:328] nttrd: exit
[14-SEP-2009 15:07:23:328] nsprecv: 15 bytes from transport
[14-SEP-2009 15:07:23:328] nsprecv: tlen=15, plen=15, type=6
[14-SEP-2009 15:07:23:328] nsprecv: packet dump
[14-SEP-2009 15:07:23:328] nsprecv: 00 0F 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:23:328] nsprecv: 00 00 09 01 01 01 0D |....... |
[14-SEP-2009 15:07:23:328] nsprecv: normal exit
[14-SEP-2009 15:07:23:328] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:23:328] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:23:328] nsrdr: normal exit
[14-SEP-2009 15:07:23:328] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:23:328] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:328] nsdo: normal exit
[14-SEP-2009 15:07:23:328] nioqrc: exit
[14-SEP-2009 15:07:23:328] nioqsn: entry
[14-SEP-2009 15:07:23:328] nioqsn: exit
[14-SEP-2009 15:07:23:328] nioqrc: entry
[14-SEP-2009 15:07:23:328] nsdo: entry
[14-SEP-2009 15:07:23:328] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:23:328] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:328] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:328] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:328] nsdofls: entry
[14-SEP-2009 15:07:23:328] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:23:328] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:23:328] nspsend: entry
[14-SEP-2009 15:07:23:328] nspsend: plen=245, type=6
[14-SEP-2009 15:07:23:328] nttwr: entry
[14-SEP-2009 15:07:23:328] nttwr: socket 352 had bytes written=245
[14-SEP-2009 15:07:23:328] nttwr: exit
[14-SEP-2009 15:07:23:328] nspsend: packet dump
[14-SEP-2009 15:07:23:328] nspsend: 00 F5 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:23:328] nspsend: 00 00 03 5E 10 02 80 61 |...^...a|
[14-SEP-2009 15:07:23:328] nspsend: 00 01 01 B8 01 01 0D 00 |........|
[14-SEP-2009 15:07:23:328] nspsend: 01 00 01 01 00 00 00 00 |........|
[14-SEP-2009 15:07:23:328] nspsend: 00 00 00 01 01 00 00 00 |........|
[14-SEP-2009 15:07:23:328] nspsend: 01 FE 40 53 45 4C 45 43 |..@SELEC|
[14-SEP-2009 15:07:23:328] nspsend: 54 20 43 48 41 52 5F 56 |T.CHAR_V|
[14-SEP-2009 15:07:23:328] nspsend: 41 4C 55 45 20 46 52 4F |ALUE.FRO|
[14-SEP-2009 15:07:23:328] nspsend: 4D 20 53 59 53 54 45 4D |M.SYSTEM|
[14-SEP-2009 15:07:23:328] nspsend: 2E 50 52 4F 44 55 43 54 |.PRODUCT|
[14-SEP-2009 15:07:23:328] nspsend: 5F 50 52 49 56 53 20 57 |_PRIVS.W|
[14-SEP-2009 15:07:23:328] nspsend: 48 45 52 45 20 20 20 28 |HERE...(|
[14-SEP-2009 15:07:23:328] nspsend: 55 50 50 45 52 28 27 53 |UPPER('S|
[14-SEP-2009 15:07:23:328] nspsend: 51 4C 2A 40 50 6C 75 73 |QL*@Plus|
[14-SEP-2009 15:07:23:328] nspsend: 27 29 20 4C 49 4B 45 20 |').LIKE.|
[14-SEP-2009 15:07:23:328] nspsend: 55 50 50 45 52 28 50 52 |UPPER(PR|
[14-SEP-2009 15:07:23:328] nspsend: 4F 44 55 43 54 29 29 20 |ODUCT)).|
[14-SEP-2009 15:07:23:328] nspsend: 41 4E 44 20 20 20 28 28 |AND...((|
[14-SEP-2009 15:07:23:328] nspsend: 55 50 50 45 52 28 55 53 |UPPER(US|
[14-SEP-2009 15:07:23:328] nspsend: 45 52 29 20 4C 49 4B 45 |ER).LIKE|
[14-SEP-2009 15:07:23:328] nspsend: 20 55 53 45 52 49 44 29 |.USERID)|
[14-SEP-2009 15:07:23:328] nspsend: 20 4F 52 20 38 28 55 53 |.OR.8(US|
[14-SEP-2009 15:07:23:328] nspsend: 45 52 49 44 20 3D 20 27 |ERID.=.'|
[14-SEP-2009 15:07:23:328] nspsend: 50 55 42 4C 49 43 27 29 |PUBLIC')|
[14-SEP-2009 15:07:23:328] nspsend: 29 20 41 4E 44 20 20 20 |).AND...|
[14-SEP-2009 15:07:23:328] nspsend: 28 55 50 50 45 52 28 41 |(UPPER(A|
[14-SEP-2009 15:07:23:328] nspsend: 54 54 52 49 42 55 54 45 |TTRIBUTE|
[14-SEP-2009 15:07:23:328] nspsend: 29 20 3D 20 27 52 4F 4C |).=.'ROL|
[14-SEP-2009 15:07:23:328] nspsend: 45 53 27 29 00 00 01 01 |ES')....|
[14-SEP-2009 15:07:23:328] nspsend: 00 00 00 00 00 00 01 01 |........|
[14-SEP-2009 15:07:23:328] nspsend: 00 00 00 00 00 |..... |
[14-SEP-2009 15:07:23:328] nspsend: 245 bytes to transport
[14-SEP-2009 15:07:23:328] nspsend: normal exit
[14-SEP-2009 15:07:23:328] nsdofls: exit (0)
[14-SEP-2009 15:07:23:328] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:328] nsdo: normal exit
[14-SEP-2009 15:07:23:328] nsdo: entry
[14-SEP-2009 15:07:23:328] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:23:328] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:328] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:328] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:328] nsdo: switching to application buffer
[14-SEP-2009 15:07:23:328] nsrdr: entry
[14-SEP-2009 15:07:23:328] nsrdr: recving a packet
[14-SEP-2009 15:07:23:328] nsprecv: entry
[14-SEP-2009 15:07:23:328] nsprecv: reading from transport...
[14-SEP-2009 15:07:23:328] nttrd: entry
[14-SEP-2009 15:07:23:453] nttrd: socket 352 had bytes read=172
[14-SEP-2009 15:07:23:453] nttrd: exit
[14-SEP-2009 15:07:23:453] nsprecv: 172 bytes from transport
[14-SEP-2009 15:07:23:453] nsprecv: tlen=172, plen=172, type=6
[14-SEP-2009 15:07:23:453] nsprecv: packet dump
[14-SEP-2009 15:07:23:453] nsprecv: 00 AC 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:23:453] nsprecv: 00 00 10 17 FD 86 03 8B |........|
[14-SEP-2009 15:07:23:453] nsprecv: 7E 9F 91 F8 C2 55 83 8C |~....U..|
[14-SEP-2009 15:07:23:453] nsprecv: 3F 16 4D 87 78 6D 09 09 |?.M.xm..|
[14-SEP-2009 15:07:23:453] nsprecv: 0D 33 03 01 F0 01 01 4D |.3.....M|
[14-SEP-2009 15:07:23:453] nsprecv: 01 80 00 00 01 F0 00 00 |........|
[14-SEP-2009 15:07:23:453] nsprecv: 00 00 01 1F 01 01 F0 01 |........|
[14-SEP-2009 15:07:23:453] nsprecv: 0A 01 0A 0A 43 48 41 52 |....CHAR|
[14-SEP-2009 15:07:23:453] nsprecv: 5F 56 41 4C 55 45 00 00 |_VALUE..|
[14-SEP-2009 15:07:23:453] nsprecv: 00 01 07 07 78 6D 09 0E |....xm..|
[14-SEP-2009 15:07:23:453] nsprecv: 16 08 18 01 01 02 1F E8 |........|
[14-SEP-2009 15:07:23:453] nsprecv: 01 0A 01 0A 08 01 06 04 |........|
[14-SEP-2009 15:07:23:453] nsprecv: 47 AB E8 A9 02 07 CE 01 |G.......|
[14-SEP-2009 15:07:23:453] nsprecv: 01 00 00 00 00 00 00 04 |........|
[14-SEP-2009 15:07:23:453] nsprecv: 01 01 01 0E 00 02 05 7B |.......{|
[14-SEP-2009 15:07:23:453] nsprecv: 00 00 01 01 00 03 00 00 |........|
[14-SEP-2009 15:07:23:453] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:23:453] nsprecv: 00 00 10 00 01 01 00 00 |........|
[14-SEP-2009 15:07:23:453] nsprecv: 00 00 19 4F 52 41 2D 30 |...ORA-0|
[14-SEP-2009 15:07:23:453] nsprecv: 31 34 30 33 3A 20 6E 6F |1403:.no|
[14-SEP-2009 15:07:23:453] nsprecv: 20 64 61 74 61 20 66 6F |.data.fo|
[14-SEP-2009 15:07:23:453] nsprecv: 75 6E 64 0A |und. |
[14-SEP-2009 15:07:23:453] nsprecv: normal exit
[14-SEP-2009 15:07:23:453] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:23:453] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:23:453] nsrdr: normal exit
[14-SEP-2009 15:07:23:453] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:23:453] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:453] nsdo: normal exit
[14-SEP-2009 15:07:23:453] nioqrc: exit
[14-SEP-2009 15:07:23:453] nioqsn: entry
[14-SEP-2009 15:07:23:453] nioqsn: exit
[14-SEP-2009 15:07:23:453] nioqrc: entry
[14-SEP-2009 15:07:23:453] nsdo: entry
[14-SEP-2009 15:07:23:453] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:23:453] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:453] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:453] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:453] nsdofls: entry
[14-SEP-2009 15:07:23:453] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:23:453] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:23:453] nspsend: entry
[14-SEP-2009 15:07:23:453] nspsend: plen=21, type=6
[14-SEP-2009 15:07:23:453] nttwr: entry
[14-SEP-2009 15:07:23:453] nttwr: socket 352 had bytes written=21
[14-SEP-2009 15:07:23:453] nttwr: exit
[14-SEP-2009 15:07:23:453] nspsend: packet dump
[14-SEP-2009 15:07:23:453] nspsend: 00 15 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:23:453] nspsend: 00 00 11 69 11 01 01 01 |...i....|
[14-SEP-2009 15:07:23:453] nspsend: 01 01 03 93 12 |..... |
[14-SEP-2009 15:07:23:453] nspsend: 21 bytes to transport
[14-SEP-2009 15:07:23:453] nspsend: normal exit
[14-SEP-2009 15:07:23:453] nsdofls: exit (0)
[14-SEP-2009 15:07:23:453] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:453] nsdo: normal exit
[14-SEP-2009 15:07:23:453] nsdo: entry
[14-SEP-2009 15:07:23:453] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:23:453] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:453] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:453] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:453] nsdo: switching to application buffer
[14-SEP-2009 15:07:23:453] nsrdr: entry
[14-SEP-2009 15:07:23:453] nsrdr: recving a packet
[14-SEP-2009 15:07:23:453] nsprecv: entry
[14-SEP-2009 15:07:23:453] nsprecv: reading from transport...
[14-SEP-2009 15:07:23:453] nttrd: entry
[14-SEP-2009 15:07:23:578] nttrd: socket 352 had bytes read=15
[14-SEP-2009 15:07:23:578] nttrd: exit
[14-SEP-2009 15:07:23:578] nsprecv: 15 bytes from transport
[14-SEP-2009 15:07:23:578] nsprecv: tlen=15, plen=15, type=6
[14-SEP-2009 15:07:23:578] nsprecv: packet dump
[14-SEP-2009 15:07:23:578] nsprecv: 00 0F 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:23:578] nsprecv: 00 00 09 01 01 01 10 |....... |
[14-SEP-2009 15:07:23:578] nsprecv: normal exit
[14-SEP-2009 15:07:23:578] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:23:578] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:23:578] nsrdr: normal exit
[14-SEP-2009 15:07:23:578] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:23:578] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:578] nsdo: normal exit
[14-SEP-2009 15:07:23:578] nioqrc: exit
[14-SEP-2009 15:07:23:625] nioqsn: entry
[14-SEP-2009 15:07:23:625] nioqsn: exit
[14-SEP-2009 15:07:23:625] nioqrc: entry
[14-SEP-2009 15:07:23:625] nsdo: entry
[14-SEP-2009 15:07:23:625] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:23:625] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:625] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:625] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:625] nsdofls: entry
[14-SEP-2009 15:07:23:625] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:23:625] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:23:625] nspsend: entry
[14-SEP-2009 15:07:23:625] nspsend: plen=138, type=6
[14-SEP-2009 15:07:23:625] nttwr: entry
[14-SEP-2009 15:07:23:625] nttwr: socket 352 had bytes written=138
[14-SEP-2009 15:07:23:625] nttwr: exit
[14-SEP-2009 15:07:23:625] nspsend: packet dump
[14-SEP-2009 15:07:23:625] nspsend: 00 8A 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:23:625] nspsend: 00 00 03 5E 13 03 04 04 |...^....|
[14-SEP-2009 15:07:23:625] nspsend: 29 00 01 01 36 01 01 0D |)...6...|
[14-SEP-2009 15:07:23:625] nspsend: 00 01 00 01 01 00 01 01 |........|
[14-SEP-2009 15:07:23:625] nspsend: 01 00 00 00 00 01 01 00 |........|
[14-SEP-2009 15:07:23:625] nspsend: 00 00 01 36 42 45 47 49 |...6BEGI|
[14-SEP-2009 15:07:23:625] nspsend: 4E 20 44 42 4D 53 5F 41 |N.DBMS_A|
[14-SEP-2009 15:07:23:625] nspsend: 50 50 4C 49 43 41 54 49 |PPLICATI|
[14-SEP-2009 15:07:23:625] nspsend: 4F 4E 5F 49 4E 46 4F 2E |ON_INFO.|
[14-SEP-2009 15:07:23:625] nspsend: 53 45 54 5F 4D 4F 44 55 |SET_MODU|
[14-SEP-2009 15:07:23:625] nspsend: 4C 45 28 3A 31 2C 4E 55 |LE(:1,NU|
[14-SEP-2009 15:07:23:625] nspsend: 4C 4C 29 3B 20 45 4E 44 |LL);.END|
[14-SEP-2009 15:07:23:625] nspsend: 3B 00 01 01 01 01 00 00 |;.......|
[14-SEP-2009 15:07:23:625] nspsend: 00 00 00 01 08 00 00 00 |........|
[14-SEP-2009 15:07:23:625] nspsend: 00 00 01 03 00 00 01 08 |........|
[14-SEP-2009 15:07:23:625] nspsend: 00 00 00 00 01 1F 01 00 |........|
[14-SEP-2009 15:07:23:625] nspsend: 07 08 53 51 4C 2A 50 6C |..SQL*Pl|
[14-SEP-2009 15:07:23:625] nspsend: 75 73 |us |
[14-SEP-2009 15:07:23:625] nspsend: 138 bytes to transport
[14-SEP-2009 15:07:23:625] nspsend: normal exit
[14-SEP-2009 15:07:23:625] nsdofls: exit (0)
[14-SEP-2009 15:07:23:625] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:625] nsdo: normal exit
[14-SEP-2009 15:07:23:625] nsdo: entry
[14-SEP-2009 15:07:23:625] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:23:625] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:625] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:625] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:625] nsdo: switching to application buffer
[14-SEP-2009 15:07:23:625] nsrdr: entry
[14-SEP-2009 15:07:23:625] nsrdr: recving a packet
[14-SEP-2009 15:07:23:625] nsprecv: entry
[14-SEP-2009 15:07:23:625] nsprecv: reading from transport...
[14-SEP-2009 15:07:23:625] nttrd: entry
[14-SEP-2009 15:07:23:750] nttrd: socket 352 had bytes read=74
[14-SEP-2009 15:07:23:750] nttrd: exit
[14-SEP-2009 15:07:23:750] nsprecv: 74 bytes from transport
[14-SEP-2009 15:07:23:750] nsprecv: tlen=74, plen=74, type=6
[14-SEP-2009 15:07:23:750] nsprecv: packet dump
[14-SEP-2009 15:07:23:750] nsprecv: 00 4A 00 00 06 00 00 00 |.J......|
[14-SEP-2009 15:07:23:750] nsprecv: 00 00 0B 05 01 01 00 01 |........|
[14-SEP-2009 15:07:23:750] nsprecv: 01 00 00 00 20 08 01 06 |........|
[14-SEP-2009 15:07:23:750] nsprecv: 04 47 AB E8 A9 02 07 CE |.G......|
[14-SEP-2009 15:07:23:750] nsprecv: 01 02 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:23:750] nsprecv: 04 01 01 01 11 01 01 00 |........|
[14-SEP-2009 15:07:23:750] nsprecv: 00 00 01 02 00 2F 00 00 |...../..|
[14-SEP-2009 15:07:23:750] nsprecv: 00 00 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:23:750] nsprecv: 00 00 13 00 01 01 00 00 |........|
[14-SEP-2009 15:07:23:750] nsprecv: 00 00 |.. |
[14-SEP-2009 15:07:23:750] nsprecv: normal exit
[14-SEP-2009 15:07:23:750] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:23:750] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:23:750] nsrdr: normal exit
[14-SEP-2009 15:07:23:750] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:23:750] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:750] nsdo: normal exit
[14-SEP-2009 15:07:23:750] nioqrc: exit
[14-SEP-2009 15:07:23:750] nioqsn: entry
[14-SEP-2009 15:07:23:750] nioqsn: exit
[14-SEP-2009 15:07:23:750] nioqrc: entry
[14-SEP-2009 15:07:23:750] nsdo: entry
[14-SEP-2009 15:07:23:750] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:23:750] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:750] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:750] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:750] nsdofls: entry
[14-SEP-2009 15:07:23:750] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:23:750] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:23:750] nspsend: entry
[14-SEP-2009 15:07:23:750] nspsend: plen=21, type=6
[14-SEP-2009 15:07:23:750] nttwr: entry
[14-SEP-2009 15:07:23:750] nttwr: socket 352 had bytes written=21
[14-SEP-2009 15:07:23:750] nttwr: exit
[14-SEP-2009 15:07:23:750] nspsend: packet dump
[14-SEP-2009 15:07:23:750] nspsend: 00 15 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:23:750] nspsend: 00 00 11 69 14 01 01 01 |...i....|
[14-SEP-2009 15:07:23:750] nspsend: 01 02 03 93 15 |..... |
[14-SEP-2009 15:07:23:750] nspsend: 21 bytes to transport
[14-SEP-2009 15:07:23:750] nspsend: normal exit
[14-SEP-2009 15:07:23:750] nsdofls: exit (0)
[14-SEP-2009 15:07:23:750] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:750] nsdo: normal exit
[14-SEP-2009 15:07:23:750] nsdo: entry
[14-SEP-2009 15:07:23:750] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:23:750] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:750] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:750] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:750] nsdo: switching to application buffer
[14-SEP-2009 15:07:23:750] nsrdr: entry
[14-SEP-2009 15:07:23:750] nsrdr: recving a packet
[14-SEP-2009 15:07:23:750] nsprecv: entry
[14-SEP-2009 15:07:23:750] nsprecv: reading from transport...
[14-SEP-2009 15:07:23:750] nttrd: entry
[14-SEP-2009 15:07:23:875] nttrd: socket 352 had bytes read=15
[14-SEP-2009 15:07:23:875] nttrd: exit
[14-SEP-2009 15:07:23:875] nsprecv: 15 bytes from transport
[14-SEP-2009 15:07:23:875] nsprecv: tlen=15, plen=15, type=6
[14-SEP-2009 15:07:23:875] nsprecv: packet dump
[14-SEP-2009 15:07:23:875] nsprecv: 00 0F 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:23:875] nsprecv: 00 00 09 01 01 01 13 |....... |
[14-SEP-2009 15:07:23:875] nsprecv: normal exit
[14-SEP-2009 15:07:23:875] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:23:875] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:23:875] nsrdr: normal exit
[14-SEP-2009 15:07:23:875] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:23:875] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:875] nsdo: normal exit
[14-SEP-2009 15:07:23:875] nioqrc: exit
[14-SEP-2009 15:07:23:875] nioqsn: entry
[14-SEP-2009 15:07:23:875] nioqsn: exit
[14-SEP-2009 15:07:23:875] nioqrc: entry
[14-SEP-2009 15:07:23:875] nsdo: entry
[14-SEP-2009 15:07:23:875] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:23:875] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:875] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:875] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:875] nsdofls: entry
[14-SEP-2009 15:07:23:875] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:23:875] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:23:875] nspsend: entry
[14-SEP-2009 15:07:23:875] nspsend: plen=113, type=6
[14-SEP-2009 15:07:23:875] nttwr: entry
[14-SEP-2009 15:07:23:875] nttwr: socket 352 had bytes written=113
[14-SEP-2009 15:07:23:875] nttwr: exit
[14-SEP-2009 15:07:23:875] nspsend: packet dump
[14-SEP-2009 15:07:23:875] nspsend: 00 71 00 00 06 00 00 00 |.q......|
[14-SEP-2009 15:07:23:875] nspsend: 00 00 03 5E 16 02 80 71 |...^...q|
[14-SEP-2009 15:07:23:875] nspsend: 00 01 01 28 01 01 0D 00 |...(....|
[14-SEP-2009 15:07:23:875] nspsend: 01 00 01 01 01 16 00 00 |........|
[14-SEP-2009 15:07:23:875] nspsend: 00 00 00 00 01 01 01 01 |........|
[14-SEP-2009 15:07:23:875] nspsend: 00 00 01 28 53 45 4C 45 |...(SELE|
[14-SEP-2009 15:07:23:875] nspsend: 43 54 20 44 45 43 4F 44 |CT.DECOD|
[14-SEP-2009 15:07:23:875] nspsend: 45 28 27 41 27 2C 27 41 |E('A','A|
[14-SEP-2009 15:07:23:875] nspsend: 27 2C 27 31 27 2C 27 32 |','1','2|
[14-SEP-2009 15:07:23:875] nspsend: 27 29 20 46 52 4F 4D 20 |').FROM.|
[14-SEP-2009 15:07:23:875] nspsend: 44 55 41 4C 01 01 01 01 |DUAL....|
[14-SEP-2009 15:07:23:875] nspsend: 00 00 00 00 00 01 01 00 |........|
[14-SEP-2009 15:07:23:875] nspsend: 00 00 00 00 02 03 00 00 |........|
[14-SEP-2009 15:07:23:875] nspsend: 01 16 00 00 00 00 00 00 |........|
[14-SEP-2009 15:07:23:875] nspsend: 00 |. |
[14-SEP-2009 15:07:23:875] nspsend: 113 bytes to transport
[14-SEP-2009 15:07:23:875] nspsend: normal exit
[14-SEP-2009 15:07:23:875] nsdofls: exit (0)
[14-SEP-2009 15:07:23:875] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:23:875] nsdo: normal exit
[14-SEP-2009 15:07:23:875] nsdo: entry
[14-SEP-2009 15:07:23:875] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:23:875] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:23:875] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:23:875] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:23:875] nsdo: switching to application buffer
[14-SEP-2009 15:07:23:875] nsrdr: entry
[14-SEP-2009 15:07:23:875] nsrdr: recving a packet
[14-SEP-2009 15:07:23:875] nsprecv: entry
[14-SEP-2009 15:07:23:875] nsprecv: reading from transport...
[14-SEP-2009 15:07:23:875] nttrd: entry
[14-SEP-2009 15:07:24:000] nttrd: socket 352 had bytes read=199
[14-SEP-2009 15:07:24:000] nttrd: exit
[14-SEP-2009 15:07:24:000] nsprecv: 199 bytes from transport
[14-SEP-2009 15:07:24:000] nsprecv: tlen=199, plen=199, type=6
[14-SEP-2009 15:07:24:000] nsprecv: packet dump
[14-SEP-2009 15:07:24:000] nsprecv: 00 C7 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:24:000] nsprecv: 00 00 10 17 24 32 AF 90 |....$2..|
[14-SEP-2009 15:07:24:000] nsprecv: D0 59 3F 35 DF 48 8D AD |.Y?5.H..|
[14-SEP-2009 15:07:24:000] nsprecv: EA 70 34 E4 78 6D 09 09 |.p4.xm..|
[14-SEP-2009 15:07:24:000] nsprecv: 0D 33 03 01 01 01 01 4D |.3.....M|
[14-SEP-2009 15:07:24:000] nsprecv: 01 80 00 00 01 01 00 00 |........|
[14-SEP-2009 15:07:24:000] nsprecv: 00 00 01 1F 01 01 01 01 |........|
[14-SEP-2009 15:07:24:000] nsprecv: 17 01 17 17 44 45 43 4F |....DECO|
[14-SEP-2009 15:07:24:000] nsprecv: 44 45 28 27 41 27 2C 27 |DE('A','|
[14-SEP-2009 15:07:24:000] nsprecv: 41 27 2C 27 31 27 2C 27 |A','1','|
[14-SEP-2009 15:07:24:000] nsprecv: 32 27 29 00 00 00 01 07 |2').....|
[14-SEP-2009 15:07:24:000] nsprecv: 07 78 6D 09 0E 16 08 19 |.xm.....|
[14-SEP-2009 15:07:24:000] nsprecv: 01 01 02 1F E8 01 02 01 |........|
[14-SEP-2009 15:07:24:000] nsprecv: 02 06 02 01 01 00 01 02 |........|
[14-SEP-2009 15:07:24:000] nsprecv: 00 00 00 07 01 31 08 01 |.....1..|
[14-SEP-2009 15:07:24:000] nsprecv: 06 04 47 AB E8 A9 02 07 |..G.....|
[14-SEP-2009 15:07:24:000] nsprecv: CE 01 01 00 00 00 00 00 |........|
[14-SEP-2009 15:07:24:000] nsprecv: 00 04 01 01 01 14 01 01 |........|
[14-SEP-2009 15:07:24:000] nsprecv: 02 05 7B 00 00 01 01 00 |..{.....|
[14-SEP-2009 15:07:24:000] nsprecv: 03 00 20 00 00 00 00 00 |........|
[14-SEP-2009 15:07:24:000] nsprecv: 00 00 00 00 00 16 00 01 |........|
[14-SEP-2009 15:07:24:000] nsprecv: 01 00 00 00 00 19 4F 52 |......OR|
[14-SEP-2009 15:07:24:000] nsprecv: 41 2D 30 31 34 30 33 3A |A-01403:|
[14-SEP-2009 15:07:24:000] nsprecv: 20 6E 6F 20 64 61 74 61 |.no.data|
[14-SEP-2009 15:07:24:000] nsprecv: 20 66 6F 75 6E 64 0A |.found. |
[14-SEP-2009 15:07:24:000] nsprecv: normal exit
[14-SEP-2009 15:07:24:000] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:24:000] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:24:000] nsrdr: normal exit
[14-SEP-2009 15:07:24:000] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:24:000] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:24:000] nsdo: normal exit
[14-SEP-2009 15:07:24:000] nioqrc: exit
[14-SEP-2009 15:07:24:000] nioqsn: entry
[14-SEP-2009 15:07:24:000] nioqsn: exit
[14-SEP-2009 15:07:24:000] nioqrc: entry
[14-SEP-2009 15:07:24:000] nsdo: entry
[14-SEP-2009 15:07:24:000] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:24:000] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:24:000] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:24:000] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:24:000] nsdofls: entry
[14-SEP-2009 15:07:24:000] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:24:000] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:24:000] nspsend: entry
[14-SEP-2009 15:07:24:000] nspsend: plen=21, type=6
[14-SEP-2009 15:07:24:000] nttwr: entry
[14-SEP-2009 15:07:24:000] nttwr: socket 352 had bytes written=21
[14-SEP-2009 15:07:24:000] nttwr: exit
[14-SEP-2009 15:07:24:000] nspsend: packet dump
[14-SEP-2009 15:07:24:000] nspsend: 00 15 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:24:000] nspsend: 00 00 11 69 17 01 01 01 |...i....|
[14-SEP-2009 15:07:24:000] nspsend: 01 01 03 93 18 |..... |
[14-SEP-2009 15:07:24:000] nspsend: 21 bytes to transport
[14-SEP-2009 15:07:24:000] nspsend: normal exit
[14-SEP-2009 15:07:24:000] nsdofls: exit (0)
[14-SEP-2009 15:07:24:000] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:24:015] nsdo: normal exit
[14-SEP-2009 15:07:24:015] nsdo: entry
[14-SEP-2009 15:07:24:015] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:24:015] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:24:015] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:24:015] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:24:015] nsdo: switching to application buffer
[14-SEP-2009 15:07:24:015] nsrdr: entry
[14-SEP-2009 15:07:24:015] nsrdr: recving a packet
[14-SEP-2009 15:07:24:015] nsprecv: entry
[14-SEP-2009 15:07:24:015] nsprecv: reading from transport...
[14-SEP-2009 15:07:24:015] nttrd: entry
[14-SEP-2009 15:07:24:125] nttrd: socket 352 had bytes read=15
[14-SEP-2009 15:07:24:125] nttrd: exit
[14-SEP-2009 15:07:24:125] nsprecv: 15 bytes from transport
[14-SEP-2009 15:07:24:125] nsprecv: tlen=15, plen=15, type=6
[14-SEP-2009 15:07:24:125] nsprecv: packet dump
[14-SEP-2009 15:07:24:125] nsprecv: 00 0F 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:24:125] nsprecv: 00 00 09 01 01 01 16 |....... |
[14-SEP-2009 15:07:24:125] nsprecv: normal exit
[14-SEP-2009 15:07:24:125] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:24:125] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:24:125] nsrdr: normal exit
[14-SEP-2009 15:07:24:125] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:24:125] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:24:125] nsdo: normal exit
[14-SEP-2009 15:07:24:125] nioqrc: exit
[14-SEP-2009 15:07:24:156] nioqsn: entry
[14-SEP-2009 15:07:24:156] nioqsn: exit
[14-SEP-2009 15:07:24:156] nioqrc: entry
[14-SEP-2009 15:07:24:156] nsdo: entry
[14-SEP-2009 15:07:24:156] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:24:156] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:24:156] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:24:156] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:24:156] nsdofls: entry
[14-SEP-2009 15:07:24:156] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:24:156] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:24:156] nspsend: entry
[14-SEP-2009 15:07:24:156] nspsend: plen=27, type=6
[14-SEP-2009 15:07:24:156] nttwr: entry
[14-SEP-2009 15:07:24:156] nttwr: socket 352 had bytes written=27
[14-SEP-2009 15:07:24:156] nttwr: exit
[14-SEP-2009 15:07:24:156] nspsend: packet dump
[14-SEP-2009 15:07:24:156] nspsend: 00 1B 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:24:156] nspsend: 00 00 03 68 19 01 01 00 |...h....|
[14-SEP-2009 15:07:24:156] nspsend: 00 00 00 00 00 00 00 01 |........|
[14-SEP-2009 15:07:24:156] nspsend: 04 01 00 |... |
[14-SEP-2009 15:07:24:156] nspsend: 27 bytes to transport
[14-SEP-2009 15:07:24:156] nspsend: normal exit
[14-SEP-2009 15:07:24:156] nsdofls: exit (0)
[14-SEP-2009 15:07:24:156] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:24:156] nsdo: normal exit
[14-SEP-2009 15:07:24:156] nsdo: entry
[14-SEP-2009 15:07:24:156] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:24:156] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:24:156] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:24:156] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:24:156] nsdo: switching to application buffer
[14-SEP-2009 15:07:24:156] nsrdr: entry
[14-SEP-2009 15:07:24:156] nsrdr: recving a packet
[14-SEP-2009 15:07:24:156] nsprecv: entry
[14-SEP-2009 15:07:24:156] nsprecv: reading from transport...
[14-SEP-2009 15:07:24:156] nttrd: entry
[14-SEP-2009 15:07:24:281] nttrd: socket 352 had bytes read=18
[14-SEP-2009 15:07:24:281] nttrd: exit
[14-SEP-2009 15:07:24:281] nsprecv: 18 bytes from transport
[14-SEP-2009 15:07:24:281] nsprecv: tlen=18, plen=18, type=6
[14-SEP-2009 15:07:24:281] nsprecv: packet dump
[14-SEP-2009 15:07:24:281] nsprecv: 00 12 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:24:281] nsprecv: 00 00 08 01 02 09 01 05 |........|
[14-SEP-2009 15:07:24:281] nsprecv: 01 17 |.. |
[14-SEP-2009 15:07:24:281] nsprecv: normal exit
[14-SEP-2009 15:07:24:281] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:24:281] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:24:281] nsrdr: normal exit
[14-SEP-2009 15:07:24:281] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:24:281] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:24:281] nsdo: normal exit
[14-SEP-2009 15:07:24:281] nioqrc: exit
[14-SEP-2009 15:07:24:281] nioqsn: entry
[14-SEP-2009 15:07:24:281] nioqsn: exit
[14-SEP-2009 15:07:24:281] nioqrc: entry
[14-SEP-2009 15:07:24:281] nsdo: entry
[14-SEP-2009 15:07:24:281] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:07:24:281] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:24:281] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:24:281] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:24:281] nsdofls: entry
[14-SEP-2009 15:07:24:281] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:07:24:281] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:07:24:281] nspsend: entry
[14-SEP-2009 15:07:24:281] nspsend: plen=27, type=6
[14-SEP-2009 15:07:24:281] nttwr: entry
[14-SEP-2009 15:07:24:281] nttwr: socket 352 had bytes written=27
[14-SEP-2009 15:07:24:281] nttwr: exit
[14-SEP-2009 15:07:24:281] nspsend: packet dump
[14-SEP-2009 15:07:24:281] nspsend: 00 1B 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:24:281] nspsend: 00 00 03 68 1A 01 01 00 |...h....|
[14-SEP-2009 15:07:24:281] nspsend: 00 00 00 00 00 00 00 01 |........|
[14-SEP-2009 15:07:24:281] nspsend: 04 01 00 |... |
[14-SEP-2009 15:07:24:281] nspsend: 27 bytes to transport
[14-SEP-2009 15:07:24:281] nspsend: normal exit
[14-SEP-2009 15:07:24:281] nsdofls: exit (0)
[14-SEP-2009 15:07:24:281] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:24:281] nsdo: normal exit
[14-SEP-2009 15:07:24:281] nsdo: entry
[14-SEP-2009 15:07:24:281] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:07:24:281] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:07:24:281] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:07:24:281] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:07:24:281] nsdo: switching to application buffer
[14-SEP-2009 15:07:24:281] nsrdr: entry
[14-SEP-2009 15:07:24:281] nsrdr: recving a packet
[14-SEP-2009 15:07:24:281] nsprecv: entry
[14-SEP-2009 15:07:24:281] nsprecv: reading from transport...
[14-SEP-2009 15:07:24:281] nttrd: entry
[14-SEP-2009 15:07:24:406] nttrd: socket 352 had bytes read=18
[14-SEP-2009 15:07:24:406] nttrd: exit
[14-SEP-2009 15:07:24:406] nsprecv: 18 bytes from transport
[14-SEP-2009 15:07:24:406] nsprecv: tlen=18, plen=18, type=6
[14-SEP-2009 15:07:24:406] nsprecv: packet dump
[14-SEP-2009 15:07:24:406] nsprecv: 00 12 00 00 06 00 00 00 |........|
[14-SEP-2009 15:07:24:406] nsprecv: 00 00 08 01 02 09 01 05 |........|
[14-SEP-2009 15:07:24:406] nsprecv: 01 18 |.. |
[14-SEP-2009 15:07:24:406] nsprecv: normal exit
[14-SEP-2009 15:07:24:406] nsrdr: got NSPTDA packet
[14-SEP-2009 15:07:24:406] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:07:24:406] nsrdr: normal exit
[14-SEP-2009 15:07:24:406] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:07:24:406] nsdo: nsctxrnk=0
[14-SEP-2009 15:07:24:406] nsdo: normal exit
[14-SEP-2009 15:07:24:406] nioqrc: exit
[14-SEP-2009 15:08:02:734] nioqsn: entry
[14-SEP-2009 15:08:02:734] nioqsn: exit
[14-SEP-2009 15:08:02:734] nioqrc: entry
[14-SEP-2009 15:08:02:734] nsdo: entry
[14-SEP-2009 15:08:02:734] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[14-SEP-2009 15:08:02:734] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:08:02:734] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:08:02:734] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:08:02:734] nsdofls: entry
[14-SEP-2009 15:08:02:734] nsdofls: DATA flags: 0x0
[14-SEP-2009 15:08:02:734] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:08:02:734] nspsend: entry
[14-SEP-2009 15:08:02:734] nspsend: plen=13, type=6
[14-SEP-2009 15:08:02:734] nttwr: entry
[14-SEP-2009 15:08:02:734] nttwr: socket 352 had bytes written=13
[14-SEP-2009 15:08:02:734] nttwr: exit
[14-SEP-2009 15:08:02:734] nspsend: packet dump
[14-SEP-2009 15:08:02:734] nspsend: 00 0D 00 00 06 00 00 00 |........|
[14-SEP-2009 15:08:02:734] nspsend: 00 00 03 09 1B |..... |
[14-SEP-2009 15:08:02:734] nspsend: 13 bytes to transport
[14-SEP-2009 15:08:02:734] nspsend: normal exit
[14-SEP-2009 15:08:02:734] nsdofls: exit (0)
[14-SEP-2009 15:08:02:734] nsdo: nsctxrnk=0
[14-SEP-2009 15:08:02:734] nsdo: normal exit
[14-SEP-2009 15:08:02:734] nsdo: entry
[14-SEP-2009 15:08:02:734] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 15:08:02:734] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:08:02:734] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 15:08:02:734] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:08:02:734] nsdo: switching to application buffer
[14-SEP-2009 15:08:02:734] nsrdr: entry
[14-SEP-2009 15:08:02:734] nsrdr: recving a packet
[14-SEP-2009 15:08:02:734] nsprecv: entry
[14-SEP-2009 15:08:02:734] nsprecv: reading from transport...
[14-SEP-2009 15:08:02:734] nttrd: entry
[14-SEP-2009 15:08:02:859] nttrd: socket 352 had bytes read=14
[14-SEP-2009 15:08:02:859] nttrd: exit
[14-SEP-2009 15:08:02:859] nsprecv: 14 bytes from transport
[14-SEP-2009 15:08:02:859] nsprecv: tlen=14, plen=14, type=6
[14-SEP-2009 15:08:02:859] nsprecv: packet dump
[14-SEP-2009 15:08:02:859] nsprecv: 00 0E 00 00 06 00 00 00 |........|
[14-SEP-2009 15:08:02:859] nsprecv: 00 00 09 01 01 00 |...... |
[14-SEP-2009 15:08:02:859] nsprecv: normal exit
[14-SEP-2009 15:08:02:859] nsrdr: got NSPTDA packet
[14-SEP-2009 15:08:02:859] nsrdr: NSPTDA flags: 0x0
[14-SEP-2009 15:08:02:859] nsrdr: normal exit
[14-SEP-2009 15:08:02:859] nsdo: *what=1, *bl=2001
[14-SEP-2009 15:08:02:859] nsdo: nsctxrnk=0
[14-SEP-2009 15:08:02:859] nsdo: normal exit
[14-SEP-2009 15:08:02:859] nioqrc: exit
[14-SEP-2009 15:08:02:859] nioqds: entry
[14-SEP-2009 15:08:02:859] nioqds: disconnecting...
[14-SEP-2009 15:08:02:859] nsclose: entry
[14-SEP-2009 15:08:02:859] nstimarmed: entry
[14-SEP-2009 15:08:02:859] nstimarmed: no timer allocated
[14-SEP-2009 15:08:02:859] nstimarmed: normal exit
[14-SEP-2009 15:08:02:859] nttctl: entry
[14-SEP-2009 15:08:02:859] nttctl: entry
[14-SEP-2009 15:08:02:859] nsdo: entry
[14-SEP-2009 15:08:02:859] nsdo: cid=0, opcode=66, *bl=0, *what=0, uflgs=0x0, cflgs=0x2
[14-SEP-2009 15:08:02:859] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 15:08:02:859] nsdo: nsctx: state=8, flg=0x4009, mvd=0
[14-SEP-2009 15:08:02:859] nsdo: entry
[14-SEP-2009 15:08:02:859] nsdo: cid=0, opcode=67, *bl=0, *what=1, uflgs=0x0, cflgs=0x1
[14-SEP-2009 15:08:02:859] nsdo: nsctx: state=8, flg=0x4009, mvd=0
[14-SEP-2009 15:08:02:859] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 15:08:02:859] nsdo: normal exit
[14-SEP-2009 15:08:02:859] nsdofls: entry
[14-SEP-2009 15:08:02:859] nsdofls: DATA flags: 0x40
[14-SEP-2009 15:08:02:859] nsdofls: sending NSPTDA packet
[14-SEP-2009 15:08:02:859] nspsend: entry
[14-SEP-2009 15:08:02:859] nspsend: plen=10, type=6
[14-SEP-2009 15:08:02:859] nttwr: entry
[14-SEP-2009 15:08:02:859] nttwr: socket 352 had bytes written=10
[14-SEP-2009 15:08:02:859] nttwr: exit
[14-SEP-2009 15:08:02:859] nspsend: packet dump
[14-SEP-2009 15:08:02:859] nspsend: 00 0A 00 00 06 00 00 00 |........|
[14-SEP-2009 15:08:02:859] nspsend: 00 40 |.@ |
[14-SEP-2009 15:08:02:859] nspsend: 10 bytes to transport
[14-SEP-2009 15:08:02:859] nspsend: normal exit
[14-SEP-2009 15:08:02:859] nsdofls: exit (0)
[14-SEP-2009 15:08:02:859] nsbfr: entry
[14-SEP-2009 15:08:02:859] nsbaddfl: entry
[14-SEP-2009 15:08:02:859] nsbaddfl: normal exit
[14-SEP-2009 15:08:02:859] nsbfr: normal exit
[14-SEP-2009 15:08:02:859] nsbfr: entry
[14-SEP-2009 15:08:02:859] nsbaddfl: entry
[14-SEP-2009 15:08:02:859] nsbaddfl: normal exit
[14-SEP-2009 15:08:02:859] nsbfr: normal exit
[14-SEP-2009 15:08:02:859] nsdo: nsctxrnk=0
[14-SEP-2009 15:08:02:859] nsdo: normal exit
[14-SEP-2009 15:08:02:859] nsiocancel: entry
[14-SEP-2009 15:08:02:875] nsiofrrg: entry
[14-SEP-2009 15:08:02:875] nsbfr: entry
[14-SEP-2009 15:08:02:875] nsbaddfl: entry
[14-SEP-2009 15:08:02:875] nsbaddfl: normal exit
[14-SEP-2009 15:08:02:875] nsbfr: normal exit
[14-SEP-2009 15:08:02:875] nsiofrrg: exit
[14-SEP-2009 15:08:02:875] nsiocancel: exit
[14-SEP-2009 15:08:02:875] nsclose: closing transport
[14-SEP-2009 15:08:02:875] nttdisc: entry
[14-SEP-2009 15:08:02:969] nttdisc: Closed socket 352
[14-SEP-2009 15:08:02:969] nttdisc: exit
[14-SEP-2009 15:08:02:969] nsclose: global context check-out (from slot 0) complete
[14-SEP-2009 15:08:02:969] nsnadisc: entry
[14-SEP-2009 15:08:02:969] nadisc: entry
[14-SEP-2009 15:08:02:969] nacomtm: entry
[14-SEP-2009 15:08:02:969] nacompd: entry
[14-SEP-2009 15:08:02:969] nacompd: exit
[14-SEP-2009 15:08:02:969] nacompd: entry
[14-SEP-2009 15:08:02:969] nacompd: exit
[14-SEP-2009 15:08:02:969] nacomtm: exit
[14-SEP-2009 15:08:02:969] nas_dis: entry
[14-SEP-2009 15:08:02:969] nas_dis: exit
[14-SEP-2009 15:08:02:969] nau_dis: entry
[14-SEP-2009 15:08:02:969] nau_dis: exit
[14-SEP-2009 15:08:02:969] naeetrm: entry
[14-SEP-2009 15:08:02:969] naeetrm: exit
[14-SEP-2009 15:08:02:969] naectrm: entry
[14-SEP-2009 15:08:02:969] naectrm: exit
[14-SEP-2009 15:08:02:969] nagbltrm: entry
[14-SEP-2009 15:08:02:969] nau_gtm: entry
[14-SEP-2009 15:08:02:969] nau_gtm: exit
[14-SEP-2009 15:08:02:969] nagbltrm: exit
[14-SEP-2009 15:08:02:969] nadisc: exit
[14-SEP-2009 15:08:02:969] nsnadisc: normal exit
[14-SEP-2009 15:08:02:969] nsopenfree_nsntx: nlhthdel from mplx_ht_nsgbu, ctx=fe7b68 nsntx=feae00
[14-SEP-2009 15:08:02:969] nsiocancel: entry
[14-SEP-2009 15:08:02:969] nsiofrrg: entry
[14-SEP-2009 15:08:02:969] nsiofrrg: exit
[14-SEP-2009 15:08:02:969] nsiocancel: exit
[14-SEP-2009 15:08:02:969] nsmfr: entry
[14-SEP-2009 15:08:02:969] nsmfr: 1644 bytes at 0xfeae00
[14-SEP-2009 15:08:02:969] nsmfr: normal exit
[14-SEP-2009 15:08:02:969] nsmfr: entry
[14-SEP-2009 15:08:02:969] nsmfr: 215 bytes at 0xff1360
[14-SEP-2009 15:08:02:969] nsmfr: normal exit
[14-SEP-2009 15:08:02:969] nsmfr: entry
[14-SEP-2009 15:08:02:969] nsmfr: 212 bytes at 0xffce30
[14-SEP-2009 15:08:02:969] nsmfr: normal exit
[14-SEP-2009 15:08:02:969] nladtrm: entry
[14-SEP-2009 15:08:02:969] nladtrm: exit
[14-SEP-2009 15:08:02:969] nsmfr: entry
[14-SEP-2009 15:08:02:969] nsmfr: 736 bytes at 0xfe7b68
[14-SEP-2009 15:08:02:969] nsmfr: normal exit
[14-SEP-2009 15:08:02:969] nsclose: normal exit
[14-SEP-2009 15:08:02:969] nioqds: exit
[14-SEP-2009 15:08:02:969] nsbfree: entry
[14-SEP-2009 15:08:02:969] nsbgetfl: entry
[14-SEP-2009 15:08:02:969] nsbgetfl: normal exit
[14-SEP-2009 15:08:02:969] nsbaddfl: entry
[14-SEP-2009 15:08:02:969] nsbaddfl: normal exit
[14-SEP-2009 15:08:02:969] nsbfree: normal exit
[14-SEP-2009 15:08:02:969] nsbfree: entry
[14-SEP-2009 15:08:02:969] nsbgetfl: entry
[14-SEP-2009 15:08:02:969] nsbgetfl: normal exit
[14-SEP-2009 15:08:02:969] nsbaddfl: entry
[14-SEP-2009 15:08:02:969] nsbaddfl: normal exit
[14-SEP-2009 15:08:02:969] nsbfree: normal exit
[14-SEP-2009 15:08:02:969] nigtrm: Count in the NI global area is now 1
[14-SEP-2009 15:08:02:969] nsbfrfl: entry
[14-SEP-2009 15:08:02:969] nsbrfr: entry
[14-SEP-2009 15:08:02:969] nsbrfr: nsbfs at 0xff5c50, data at 0xfeb478.
[14-SEP-2009 15:08:02:969] nsbrfr: normal exit
[14-SEP-2009 15:08:02:969] nsbrfr: entry
[14-SEP-2009 15:08:02:969] nsbrfr: nsbfs at 0xfe8330, data at 0xff0b40.
[14-SEP-2009 15:08:02:969] nsbrfr: normal exit
[14-SEP-2009 15:08:02:969] nsbrfr: entry
[14-SEP-2009 15:08:02:969] nsbrfr: nsbfs at 0xf467e0, data at 0xff0320.
[14-SEP-2009 15:08:02:969] nsbrfr: normal exit
[14-SEP-2009 15:08:02:969] nsbrfr: entry
[14-SEP-2009 15:08:02:969] nsbrfr: nsbfs at 0xfb3000, data at 0xff14c0.
[14-SEP-2009 15:08:02:969] nsbrfr: normal exit
[14-SEP-2009 15:08:02:969] nsbrfr: entry
[14-SEP-2009 15:08:02:969] nsbrfr: nsbfs at 0xfec410, data at 0xff1ce0.
[14-SEP-2009 15:08:02:969] nsbrfr: normal exit
[14-SEP-2009 15:08:02:969] nsbfrfl: normal exit
[14-SEP-2009 15:08:02:969] nigtrm: Count in the NL global area is now 2

Re: Telnet 1521 [message #422148 is a reply to message #421032] Mon, 14 September 2009 14:35 Go to previous message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
From client that failed

[14-SEP-2009 10:51:30:796] nspsend: normal exit
[14-SEP-2009 10:51:30:796] nsdofls: exit (0)
[14-SEP-2009 10:51:30:796] nsdo: nsctxrnk=0
[14-SEP-2009 10:51:30:796] nsdo: normal exit
[14-SEP-2009 10:51:30:796] nsdo: entry
[14-SEP-2009 10:51:30:796] nsdo: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x3
[14-SEP-2009 10:51:30:796] nsdo: rank=64, nsctxrnk=0
[14-SEP-2009 10:51:30:796] nsdo: nsctx: state=8, flg=0x400d, mvd=0
[14-SEP-2009 10:51:30:796] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
[14-SEP-2009 10:51:30:796] nsdo: switching to application buffer
[14-SEP-2009 10:51:30:796] nsrdr: entry
[14-SEP-2009 10:51:30:796] nsrdr: recving a packet
[14-SEP-2009 10:51:30:796] nsprecv: entry
[14-SEP-2009 10:51:30:796] nsprecv: reading from transport...
[14-SEP-2009 10:51:30:796] nttrd: entry
[14-SEP-2009 10:56:30:562] ntt2err: entry
[14-SEP-2009 10:56:30:562] ntt2err: soc 288 error - operation=5, ntresnt[0]=517, ntresnt[1]=54, ntresnt[2]=0
[14-SEP-2009 10:56:30:562] ntt2err: exit
[14-SEP-2009 10:56:30:562] nttrd: exit
[14-SEP-2009 10:56:30:562] nsprecv: error exit

Session waited for 5 minutes between 10:51:30 & 10:56:30
You need to understand what it was attempting to do & why it failed.

On the connection the worked no NAT address was ever used.
I suspect firewall issue between client & DB server.

Problem is really not an Oracle problem.
Oracle/SQL*Net is just the victim of some external configuration issue.
Previous Topic: ORA-12203: Unable to connect to destination.
Next Topic: Access oracle through router (merged)
Goto Forum:
  


Current Time: Fri Mar 29 09:24:46 CDT 2024