Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transaction description in Security group 1

Status
Not open for further replies.

hado34

Programmer
Jun 1, 2014
10
0
0
GB
Dear all
when i export the security group i have something like this
PGMID PGMVER PROFILEID RESOURCEID PROFDESC
AP 61A ADMIN admin
AP 61A ADMIN APADHOCQRY
AP 61A ADMIN APADJRTP
AP 61A ADMIN APADJUST
...
I need to add the description for each code like
AP 61A ADMIN APADJUST AP Adjustment
but i checked the table CSSEC and I dont find the information. Where the description is stored

Want to define several profile but the description will help me to find out what is what.

Regards
 
maybe in a file? it should be somewhere? when you define the groups using accpac screen there is the description and not the code
where that description is taken?

thanks for your time
 
It is defined in the program files, not easy to extract.
 
It's defined in the language DLL. Run RVSPY to a file while editing security groups and you can extract it
 
Here an example of what i get in the spy file
but i still dont find my descripton!
thank you

Code:
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.55].FilterDelete(view=0x09A1A79C, flags=0x00000004, filter='PGMID = "AP" AND PGMVER = "61A" AND PROFILEID = "ADMIN"')
[14d4.7ff.13fc] 0 <==[09:50:01.61;t=62;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.61].Browse(view=0x09A1A79C, filter='(PGMID = "AP" AND PGMVER = "61A" AND RESOURCEID = " " )', direction=forward)
[14d4.7ff.13fc] 0 <==[09:50:01.61;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.61].Put(view=0x09A1A79C, field=4, size=10, verify=0, buffer='\20\20\20\20\20\20\20\20\20\20' -> '          ')
[14d4.7ff.13fc] 0 <==[09:50:01.61;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.61].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.61;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20' -> '          '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.61].Init(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.61;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.61].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.61;t=0;ovh=0] {buffer='\20\20' -> '  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.61].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.61;t=0;ovh=0] {buffer='\20\20\20' -> '   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.61].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.61;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20' -> '        '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.61].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.61;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20' -> '          '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.61].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.61;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.62].BlkPut(view=0x09A1A79C, count=5, verify=1)
[14d4.7ff.13fc]  * field=1, size=2, buffer='\41\50'
[14d4.7ff.13fc]  * field=2, size=3, buffer='\36\31\41' -> '61A'
[14d4.7ff.13fc]  * field=3, size=8, buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '
[14d4.7ff.13fc]  * field=4, size=10, buffer='\20\20\20\20\20\20\20\20\20\20' -> '          '
[14d4.7ff.13fc]  * field=5, size=60, buffer='\61\64\6d\69\6e\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> 'admin                                                       '
[14d4.7ff.13fc] 0 <==[09:50:01.62;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.62].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.62;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.62].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.62;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.62].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.62;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.62].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.62;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20' -> '          '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.62].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.62;t=0;ovh=0] {buffer='\61\64\6d\69\6e\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> 'admin                                                       '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.62].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.67;t=46;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.67].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.67;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.67].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.67;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.67].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.67;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.67].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.67;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20' -> '          '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.67].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.67;t=0;ovh=0] {buffer='\61\64\6d\69\6e\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> 'admin                                                       '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.67].Put(view=0x09A1A79C, field=5, size=60, verify=1, buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            ')
[14d4.7ff.13fc] 0 <==[09:50:01.67;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.67].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.67;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.67].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\53\45\54\55\50\20\20\20' -> 'APSETUP   ')
[14d4.7ff.13fc] 0 <==[09:50:01.67;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.68].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.68;t=0;ovh=0] {buffer='\41\50\53\45\54\55\50\20\20\20' -> 'APSETUP   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.68].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.68;t=16;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.68].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.68;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.68].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.68;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.68].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.68;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.68].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.68;t=0;ovh=0] {buffer='\41\50\53\45\54\55\50\20\20\20' -> 'APSETUP   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.68].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.68;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.69].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\43\4f\4e\54\52\4f\4c\20' -> 'APCONTROL ')
[14d4.7ff.13fc] 0 <==[09:50:01.69;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.69].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.69;t=0;ovh=0] {buffer='\41\50\43\4f\4e\54\52\4f\4c\20' -> 'APCONTROL '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.69].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.69;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.69].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.69;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.69].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.69;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.69].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.69;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.69].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.69;t=0;ovh=0] {buffer='\41\50\43\4f\4e\54\52\4f\4c\20' -> 'APCONTROL '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.69].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.69;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.69].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\56\45\4e\44\4f\52\20\20' -> 'APVENDOR  ')
[14d4.7ff.13fc] 0 <==[09:50:01.69;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.69].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.69;t=0;ovh=0] {buffer='\41\50\56\45\4e\44\4f\52\20\20' -> 'APVENDOR  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.69].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.70].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.70].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.70].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.70].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {buffer='\41\50\56\45\4e\44\4f\52\20\20' -> 'APVENDOR  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.70].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.70].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\49\4e\56\4f\49\43\45\49' -> 'APINVOICEI')
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.70].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {buffer='\41\50\49\4e\56\4f\49\43\45\49' -> 'APINVOICEI'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.70].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.70].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.70].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.70].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.70].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {buffer='\41\50\49\4e\56\4f\49\43\45\49' -> 'APINVOICEI'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.70].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.70;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.71].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\49\4e\56\4f\49\43\45\45' -> 'APINVOICEE')
[14d4.7ff.13fc] 0 <==[09:50:01.71;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.71].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.71;t=0;ovh=0] {buffer='\41\50\49\4e\56\4f\49\43\45\45' -> 'APINVOICEE'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.71].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.71;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.71].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.71;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.71].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.71;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.71].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.71;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.71].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.71;t=0;ovh=0] {buffer='\41\50\49\4e\56\4f\49\43\45\45' -> 'APINVOICEE'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.71].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.71;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.71].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\49\4e\56\4f\49\43\45\20' -> 'APINVOICE ')
[14d4.7ff.13fc] 0 <==[09:50:01.71;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.72].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.72;t=0;ovh=0] {buffer='\41\50\49\4e\56\4f\49\43\45\20' -> 'APINVOICE '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.72].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.72;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.72].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.72;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.72].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.72;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.72].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.72;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.72].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.72;t=0;ovh=0] {buffer='\41\50\49\4e\56\4f\49\43\45\20' -> 'APINVOICE '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.72].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.72;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.72].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\50\41\59\4d\49\20\20\20' -> 'APPAYMI   ')
[14d4.7ff.13fc] 0 <==[09:50:01.72;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.72].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.72;t=0;ovh=0] {buffer='\41\50\50\41\59\4d\49\20\20\20' -> 'APPAYMI   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.72].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.73;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.73].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.73;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.73].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.73;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.73].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.73;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.73].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.73;t=0;ovh=0] {buffer='\41\50\50\41\59\4d\49\20\20\20' -> 'APPAYMI   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.73].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.73;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.73].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\50\41\59\4d\45\20\20\20' -> 'APPAYME   ')
[14d4.7ff.13fc] 0 <==[09:50:01.73;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.73].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.73;t=0;ovh=0] {buffer='\41\50\50\41\59\4d\45\20\20\20' -> 'APPAYME   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.73].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.73;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.73].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.73;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.74].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.74;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.74].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.74;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.74].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.74;t=0;ovh=0] {buffer='\41\50\50\41\59\4d\45\20\20\20' -> 'APPAYME   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.74].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.74;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.74].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\50\41\59\4d\20\20\20\20' -> 'APPAYM    ')
[14d4.7ff.13fc] 0 <==[09:50:01.74;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.74].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.74;t=0;ovh=0] {buffer='\41\50\50\41\59\4d\20\20\20\20' -> 'APPAYM    '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.74].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.74;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.74].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.74;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.74].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.74;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.74].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.74;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.74].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.74;t=0;ovh=0] {buffer='\41\50\50\41\59\4d\20\20\20\20' -> 'APPAYM    '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.75].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.75;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.75].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\41\44\4a\55\53\54\49\20' -> 'APADJUSTI ')
[14d4.7ff.13fc] 0 <==[09:50:01.75;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.75].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.75;t=0;ovh=0] {buffer='\41\50\41\44\4a\55\53\54\49\20' -> 'APADJUSTI '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.75].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.75;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.75].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.75;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.75].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.75;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.75].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.75;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.75].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.75;t=0;ovh=0] {buffer='\41\50\41\44\4a\55\53\54\49\20' -> 'APADJUSTI '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.75].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.75;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.75].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\41\44\4a\55\53\54\45\20' -> 'APADJUSTE ')
[14d4.7ff.13fc] 0 <==[09:50:01.75;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.76].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.76;t=0;ovh=0] {buffer='\41\50\41\44\4a\55\53\54\45\20' -> 'APADJUSTE '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.76].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.76;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.76].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.76;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.76].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.76;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.76].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.76;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.76].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.76;t=0;ovh=0] {buffer='\41\50\41\44\4a\55\53\54\45\20' -> 'APADJUSTE '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.76].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.76;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.76].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\41\44\4a\55\53\54\20\20' -> 'APADJUST  ')
[14d4.7ff.13fc] 0 <==[09:50:01.76;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.76].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.76;t=0;ovh=0] {buffer='\41\50\41\44\4a\55\53\54\20\20' -> 'APADJUST  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.76].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.77;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.77].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.77;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.77].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.77;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.77].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.77;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.77].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.77;t=0;ovh=0] {buffer='\41\50\41\44\4a\55\53\54\20\20' -> 'APADJUST  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.77].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.77;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.77].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\48\49\53\54\20\20\20\20' -> 'APHIST    ')
[14d4.7ff.13fc] 0 <==[09:50:01.77;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.77].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.77;t=0;ovh=0] {buffer='\41\50\48\49\53\54\20\20\20\20' -> 'APHIST    '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.77].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.77;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.77].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.77;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.77].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.77;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.77].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.77;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.77].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.77;t=0;ovh=0] {buffer='\41\50\48\49\53\54\20\20\20\20' -> 'APHIST    '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.77].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.78;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.78].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\43\4c\45\41\52\20\20\20' -> 'APCLEAR   ')
[14d4.7ff.13fc] 0 <==[09:50:01.78;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.78].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.78;t=0;ovh=0] {buffer='\41\50\43\4c\45\41\52\20\20\20' -> 'APCLEAR   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.78].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.78;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.78].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.78;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.78].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.78;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.78].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.78;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.78].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.78;t=0;ovh=0] {buffer='\41\50\43\4c\45\41\52\20\20\20' -> 'APCLEAR   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.78].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.78;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.78].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\50\45\52\49\4f\44\20\20' -> 'APPERIOD  ')
[14d4.7ff.13fc] 0 <==[09:50:01.78;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.78].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.79;t=0;ovh=0] {buffer='\41\50\50\45\52\49\4f\44\20\20' -> 'APPERIOD  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.79].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.79;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.79].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.79;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.79].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.79;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.79].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.79;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.79].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.79;t=0;ovh=0] {buffer='\41\50\50\45\52\49\4f\44\20\20' -> 'APPERIOD  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.79].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.79;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.79].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\59\45\41\52\20\20\20\20' -> 'APYEAR    ')
[14d4.7ff.13fc] 0 <==[09:50:01.79;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.79].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.79;t=0;ovh=0] {buffer='\41\50\59\45\41\52\20\20\20\20' -> 'APYEAR    '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.79].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.80;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.80].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.80;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.80].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.80;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.80].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.80;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.80].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.80;t=0;ovh=0] {buffer='\41\50\59\45\41\52\20\20\20\20' -> 'APYEAR    '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.80].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.80;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.80].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\49\4d\50\4f\52\54\20\20' -> 'APIMPORT  ')
[14d4.7ff.13fc] 0 <==[09:50:01.80;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.80].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.80;t=0;ovh=0] {buffer='\41\50\49\4d\50\4f\52\54\20\20' -> 'APIMPORT  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.80].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.80;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.80].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.80;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.80].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.80;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.81].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.81;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.81].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.81;t=0;ovh=0] {buffer='\41\50\49\4d\50\4f\52\54\20\20' -> 'APIMPORT  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.81].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.81;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.81].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\45\58\50\4f\52\54\20\20' -> 'APEXPORT  ')
[14d4.7ff.13fc] 0 <==[09:50:01.81;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.81].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.81;t=0;ovh=0] {buffer='\41\50\45\58\50\4f\52\54\20\20' -> 'APEXPORT  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.81].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.81;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.81].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.81;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.81].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.81;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.81].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.81;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.81].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.81;t=0;ovh=0] {buffer='\41\50\45\58\50\4f\52\54\20\20' -> 'APEXPORT  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.82].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.82;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.82].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\48\49\53\54\49\20\20\20' -> 'APHISTI   ')
[14d4.7ff.13fc] 0 <==[09:50:01.82;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.82].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.82;t=0;ovh=0] {buffer='\41\50\48\49\53\54\49\20\20\20' -> 'APHISTI   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.82].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.82;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.82].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.82;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.82].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.82;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.82].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.82;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.82].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.82;t=0;ovh=0] {buffer='\41\50\48\49\53\54\49\20\20\20' -> 'APHISTI   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.82].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.82;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.82].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\43\4f\4d\55\49\20\20\20' -> 'APCOMUI   ')
[14d4.7ff.13fc] 0 <==[09:50:01.82;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.83].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.83;t=0;ovh=0] {buffer='\41\50\43\4f\4d\55\49\20\20\20' -> 'APCOMUI   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.83].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.83;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.83].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.83;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.83].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.83;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.83].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.83;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.83].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.83;t=0;ovh=0] {buffer='\41\50\43\4f\4d\55\49\20\20\20' -> 'APCOMUI   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.83].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.83;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.83].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\4f\46\54\52\41\4e\53\20' -> 'APOFTRANS ')
[14d4.7ff.13fc] 0 <==[09:50:01.83;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.83].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.83;t=0;ovh=0] {buffer='\41\50\4f\46\54\52\41\4e\53\20' -> 'APOFTRANS '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.83].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.84;t=16;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.84].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.84;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.84].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.84;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.84].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.84;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.84].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.84;t=0;ovh=0] {buffer='\41\50\4f\46\54\52\41\4e\53\20' -> 'APOFTRANS '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.84].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.84;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.84].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\49\4e\56\52\54\50\20\20' -> 'APINVRTP  ')
[14d4.7ff.13fc] 0 <==[09:50:01.84;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.84].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.84;t=0;ovh=0] {buffer='\41\50\49\4e\56\52\54\50\20\20' -> 'APINVRTP  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.84].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.84;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {buffer='\41\50\49\4e\56\52\54\50\20\20' -> 'APINVRTP  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\50\41\59\4d\52\54\50\20' -> 'APPAYMRTP ')
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {buffer='\41\50\50\41\59\4d\52\54\50\20' -> 'APPAYMRTP '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {buffer='\41\50\50\41\59\4d\52\54\50\20' -> 'APPAYMRTP '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.85].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\41\44\4a\52\54\50\20\20' -> 'APADJRTP  ')
[14d4.7ff.13fc] 0 <==[09:50:01.85;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.86].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.86;t=0;ovh=0] {buffer='\41\50\41\44\4a\52\54\50\20\20' -> 'APADJRTP  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.86].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.86;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.86].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.86;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.86].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.86;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.86].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.86;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.86].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.86;t=0;ovh=0] {buffer='\41\50\41\44\4a\52\54\50\20\20' -> 'APADJRTP  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.86].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.86;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.86].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\43\48\4b\50\52\4e\54\20' -> 'APCHKPRNT ')
[14d4.7ff.13fc] 0 <==[09:50:01.86;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.86].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.86;t=0;ovh=0] {buffer='\41\50\43\48\4b\50\52\4e\54\20' -> 'APCHKPRNT '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.86].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.87;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.87].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.87;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.87].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.87;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.87].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.87;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.87].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.87;t=0;ovh=0] {buffer='\41\50\43\48\4b\50\52\4e\54\20' -> 'APCHKPRNT '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.87].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.87;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.87].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\44\53\48\42\4f\41\52\44' -> 'APDSHBOARD')
[14d4.7ff.13fc] 0 <==[09:50:01.87;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.87].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.87;t=0;ovh=0] {buffer='\41\50\44\53\48\42\4f\41\52\44' -> 'APDSHBOARD'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.87].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.87;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.88].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.88;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.88].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.88;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.88].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.88;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.88].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.88;t=0;ovh=0] {buffer='\41\50\44\53\48\42\4f\41\52\44' -> 'APDSHBOARD'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.88].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.88;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.88].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\41\54\42\53\50\20\20\20' -> 'APATBSP   ')
[14d4.7ff.13fc] 0 <==[09:50:01.88;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.88].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.88;t=0;ovh=0] {buffer='\41\50\41\54\42\53\50\20\20\20' -> 'APATBSP   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.88].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.88;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.88].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.88;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.88].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.88;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.89].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.89;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.89].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.89;t=0;ovh=0] {buffer='\41\50\41\54\42\53\50\20\20\20' -> 'APATBSP   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.89].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.89;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.89].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\44\50\4f\53\50\20\20\20' -> 'APDPOSP   ')
[14d4.7ff.13fc] 0 <==[09:50:01.89;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.89].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.89;t=0;ovh=0] {buffer='\41\50\44\50\4f\53\50\20\20\20' -> 'APDPOSP   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.89].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.89;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.89].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.89;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.89].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.89;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.89].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.89;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.89].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.89;t=0;ovh=0] {buffer='\41\50\44\50\4f\53\50\20\20\20' -> 'APDPOSP   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.89].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.89;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.90].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\56\45\4e\44\4f\52\49\20' -> 'APVENDORI ')
[14d4.7ff.13fc] 0 <==[09:50:01.90;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.90].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.90;t=0;ovh=0] {buffer='\41\50\56\45\4e\44\4f\52\49\20' -> 'APVENDORI '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.90].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.90;t=15;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.90].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.90;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.90].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.90;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.90].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.90;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.90].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.90;t=0;ovh=0] {buffer='\41\50\56\45\4e\44\4f\52\49\20' -> 'APVENDORI '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.90].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.90;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.90].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\41\50\41\44\48\4f\43\51\52\59' -> 'APADHOCQRY')
[14d4.7ff.13fc] 0 <==[09:50:01.90;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.90].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.90;t=0;ovh=0] {buffer='\41\50\41\44\48\4f\43\51\52\59' -> 'APADHOCQRY'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.91].Insert(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:01.91;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.91].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:01.91;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.91].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:01.91;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.91].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:01.91;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.91].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:01.91;t=0;ovh=0] {buffer='\41\50\41\44\48\4f\43\51\52\59' -> 'APADHOCQRY'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.91].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:01.91;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:01.92].Process(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:02.92;t=998;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:02.92].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:02.92;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:02.92].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:02.92;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:02.93].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:02.93;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:02.93].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:02.93;t=0;ovh=0] {buffer='\41\50\41\44\48\4f\43\51\52\59' -> 'APADHOCQRY'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:02.93].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:02.93;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:02.93].Put(view=0x09A1A79C, field=4, size=10, verify=1, buffer='\20\20\20\20\20\20\20\20\20\20' -> '          ')
[14d4.7ff.13fc] 0 <==[09:50:02.93;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:02.93].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:02.93;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20' -> '          '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:02.93].Read(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:02.93;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:02.93].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:02.93;t=0;ovh=0] {buffer='\41\50'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:02.94].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:02.94;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:02.94].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:02.94;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:02.94].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:02.94;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20' -> '          '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:02.94].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:02.94;t=0;ovh=0] {buffer='\61\64\6d\69\6e\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> 'admin                                                       '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.03].Dirty(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:05.03;t=0;ovh=0] {changed=0}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.04].Put(view=0x09A1A79C, field=1, size=2, verify=1, buffer='\41\52')
[14d4.7ff.13fc] 0 <==[09:50:05.04;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.04].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:05.04;t=0;ovh=0] {buffer='\41\52'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.04].Read(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:05.04;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.04].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:05.04;t=0;ovh=0] {buffer='\41\52'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.04].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:05.04;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.04].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:05.04;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.04].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:05.04;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20' -> '          '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.04].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:05.04;t=0;ovh=0] {buffer='\41\64\6d\69\6e\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> 'Admin                                                       '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.04].Browse(view=0x09A1A79C, filter='(PGMID = "AR" AND PGMVER = "61A" AND PROFILEID = "ADMIN")', direction=forward)
[14d4.7ff.13fc] 0 <==[09:50:05.04;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.04].Fetch(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:05.05;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.05].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:05.05;t=0;ovh=0] {buffer='\41\52'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.05].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:05.05;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.05].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:05.05;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.05].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:05.05;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20' -> '          '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.05].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:05.05;t=0;ovh=0] {buffer='\41\64\6d\69\6e\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> 'Admin                                                       '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.05].Fetch(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:05.05;t=16;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.05].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:05.05;t=0;ovh=0] {buffer='\41\52'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.05].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:05.05;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.05].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:05.05;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.05].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:05.05;t=0;ovh=0] {buffer='\41\52\41\44\48\4f\43\51\52\59' -> 'ARADHOCQRY'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.06].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:05.06;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.06].Fetch(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:05.06;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.06].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:05.06;t=0;ovh=0] {buffer='\41\52'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.06].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:05.06;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.06].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:05.06;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.06].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:05.06;t=0;ovh=0] {buffer='\41\52\41\44\4a\52\54\50\20\20' -> 'ARADJRTP  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.06].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:05.06;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.06].Fetch(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:05.06;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.06].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:05.07;t=0;ovh=0] {buffer='\41\52'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.07].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:05.07;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.07].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:05.07;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.07].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:05.07;t=0;ovh=0] {buffer='\41\52\41\44\4a\55\53\54\20\20' -> 'ARADJUST  '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.07].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:05.07;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.07].Fetch(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:05.07;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.07].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:05.07;t=0;ovh=0] {buffer='\41\52'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.07].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:05.07;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.07].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:05.07;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.07].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:05.07;t=0;ovh=0] {buffer='\41\52\41\44\4a\55\53\54\45\20' -> 'ARADJUSTE '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.07].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:05.07;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.08].Fetch(view=0x09A1A79C)
[14d4.7ff.13fc] 0 <==[09:50:05.08;t=0;ovh=0] {}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.08].Get(view=0x09A1A79C, field=1, size=2)
[14d4.7ff.13fc] 0 <==[09:50:05.08;t=0;ovh=0] {buffer='\41\52'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.08].Get(view=0x09A1A79C, field=2, size=3)
[14d4.7ff.13fc] 0 <==[09:50:05.08;t=0;ovh=0] {buffer='\36\31\41' -> '61A'}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.08].Get(view=0x09A1A79C, field=3, size=8)
[14d4.7ff.13fc] 0 <==[09:50:05.08;t=0;ovh=0] {buffer='\41\44\4d\49\4e\20\20\20' -> 'ADMIN   '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.08].Get(view=0x09A1A79C, field=4, size=10)
[14d4.7ff.13fc] 0 <==[09:50:05.08;t=0;ovh=0] {buffer='\41\52\41\44\4a\55\53\54\49\20' -> 'ARADJUSTI '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.08].Get(view=0x09A1A79C, field=5, size=60)
[14d4.7ff.13fc] 0 <==[09:50:05.08;t=0;ovh=0] {buffer='\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20' -> '                                                            '}
[14d4.7ff.13fc] AS0001: CSSEC    [09:50:05.08].Fetch(view=0x09A1A79C)
[1
 
:) you are smart!! we need to share the profit! i gave you the idea means i own the interllectual property!
looks good this website! i always wanted to setup the same thing on X3, i think will start to sell my x3 reports!!! how about the legality just to know i dont care i am in middle east
 
Bad news... I wrote that many years ago, plus tons of other stuff as and when clients need it. I have about a 1000 macros that do all kinds of weird stuff.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top