0:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 0:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 0:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 0:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 0:04:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 0:04:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 0:06:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 0:06:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 0:09:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 0:09:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 0:12:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 0:12:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 0:16:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 0:16:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 0:17:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 0:17:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 0:26:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 0:26:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 0:31:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 0:31:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 0:33:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 0:33:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 0:35:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 0:35:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 1:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 1:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 1:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 1:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 2:00:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 2:00:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 2:00:45 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 2:00:45 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 3:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 3:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 3:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 3:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 4:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 4:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 4:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 4:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 6:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 6:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 6:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 6:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 7:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 7:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 7:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 7:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 8:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 8:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 8:20:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:20:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:22:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:22:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:24:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:24:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:25:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:25:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:30:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:30:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:37:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:37:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:40:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:40:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:07 23 กุมภาพันธ์ 2561 :Server was unable to process request. ---> Cannot open database "RDtmp" requested by the login. The login failed. 8:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:41:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:41:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:42:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:42:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:45:20 23 กุมภาพันธ์ 2561 : INSERT INTO FIN_RC_BANK_RECONCILE ([BR_NO],[BANK_CODE],[BRANCH_CODE],[REF_TRANSFER_SEQ],[TRANSFER_DATE],[TRANSFER_YEAR],[TRANSFER_MONTH],[SUM_AMT],[BAL_AMT],[TRAN_NO],[TRAN_DATE],[IS_DELETE],[CANCLE_BY],[CANCLE_DATE],[REMARK],[ACCOUNT_NUM_FTI],[CODE],[STAFF_ID],[COMP_PERSON_NAME_TH],[REMARK_REPORT],[CR_BY],[CR_DATE],[UPD_BY],[UPD_DATE],[IS_BILL_PAYMENT],[CHEQUE_AMT]) VALUES( @brNo,@bankCode,@branchCode,@seq,@transferDate,@transferYear,@transferMonth,@sumTotal,@balAmt,NULL,NULL,@isDelete,@cancleBy,GETDATE(),@remark,@accountNumFti,@code,@staffId,NULL,@remarkReport,@crBy,GETDATE(),@updBy,GETDATE(),@isBillPayment,@Cheque ); 8:45:20 23 กุมภาพันธ์ 2561 :String or binary data would be truncated. The statement has been terminated. 8:45:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:45:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:47:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:47:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:48:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:48:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:51:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:51:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:53:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:53:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:04 23 กุมภาพันธ์ 2561 : INSERT INTO FIN_RC_BANK_RECONCILE ([BR_NO],[BANK_CODE],[BRANCH_CODE],[REF_TRANSFER_SEQ],[TRANSFER_DATE],[TRANSFER_YEAR],[TRANSFER_MONTH],[SUM_AMT],[BAL_AMT],[TRAN_NO],[TRAN_DATE],[IS_DELETE],[CANCLE_BY],[CANCLE_DATE],[REMARK],[ACCOUNT_NUM_FTI],[CODE],[STAFF_ID],[COMP_PERSON_NAME_TH],[REMARK_REPORT],[CR_BY],[CR_DATE],[UPD_BY],[UPD_DATE],[IS_BILL_PAYMENT],[CHEQUE_AMT]) VALUES( @brNo,@bankCode,@branchCode,@seq,@transferDate,@transferYear,@transferMonth,@sumTotal,@balAmt,NULL,NULL,@isDelete,@cancleBy,GETDATE(),@remark,@accountNumFti,@code,@staffId,NULL,@remarkReport,@crBy,GETDATE(),@updBy,GETDATE(),@isBillPayment,@Cheque ); 8:57:04 23 กุมภาพันธ์ 2561 :String or binary data would be truncated. The statement has been terminated. 8:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 8:57:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 8:57:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 9:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 9:01:46 23 กุมภาพันธ์ 2561 : INSERT INTO FIN_RC_BANK_RECONCILE ([BR_NO],[BANK_CODE],[BRANCH_CODE],[REF_TRANSFER_SEQ],[TRANSFER_DATE],[TRANSFER_YEAR],[TRANSFER_MONTH],[SUM_AMT],[BAL_AMT],[TRAN_NO],[TRAN_DATE],[IS_DELETE],[CANCLE_BY],[CANCLE_DATE],[REMARK],[ACCOUNT_NUM_FTI],[CODE],[STAFF_ID],[COMP_PERSON_NAME_TH],[REMARK_REPORT],[CR_BY],[CR_DATE],[UPD_BY],[UPD_DATE],[IS_BILL_PAYMENT],[CHEQUE_AMT]) VALUES( @brNo,@bankCode,@branchCode,@seq,@transferDate,@transferYear,@transferMonth,@sumTotal,@balAmt,NULL,NULL,@isDelete,@cancleBy,GETDATE(),@remark,@accountNumFti,@code,@staffId,NULL,@remarkReport,@crBy,GETDATE(),@updBy,GETDATE(),@isBillPayment,@Cheque ); 9:01:46 23 กุมภาพันธ์ 2561 :String or binary data would be truncated. The statement has been terminated. 9:01:46 23 กุมภาพันธ์ 2561 : INSERT INTO FIN_RC_BANK_RECONCILE ([BR_NO],[BANK_CODE],[BRANCH_CODE],[REF_TRANSFER_SEQ],[TRANSFER_DATE],[TRANSFER_YEAR],[TRANSFER_MONTH],[SUM_AMT],[BAL_AMT],[TRAN_NO],[TRAN_DATE],[IS_DELETE],[CANCLE_BY],[CANCLE_DATE],[REMARK],[ACCOUNT_NUM_FTI],[CODE],[STAFF_ID],[COMP_PERSON_NAME_TH],[REMARK_REPORT],[CR_BY],[CR_DATE],[UPD_BY],[UPD_DATE],[IS_BILL_PAYMENT],[CHEQUE_AMT]) VALUES( @brNo,@bankCode,@branchCode,@seq,@transferDate,@transferYear,@transferMonth,@sumTotal,@balAmt,NULL,NULL,@isDelete,@cancleBy,GETDATE(),@remark,@accountNumFti,@code,@staffId,NULL,@remarkReport,@crBy,GETDATE(),@updBy,GETDATE(),@isBillPayment,@Cheque ); 9:01:46 23 กุมภาพันธ์ 2561 :String or binary data would be truncated. The statement has been terminated. 9:03:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:03:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:05:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:05:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:07:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:07:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:11:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:11:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:13:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:13:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:16:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:16:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:18:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:18:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:21:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:21:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:27:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:27:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:30:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:30:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:33:34 23 กุมภาพันธ์ 2561 : INSERT INTO FIN_RC_BANK_RECONCILE ([BR_NO],[BANK_CODE],[BRANCH_CODE],[REF_TRANSFER_SEQ],[TRANSFER_DATE],[TRANSFER_YEAR],[TRANSFER_MONTH],[SUM_AMT],[BAL_AMT],[TRAN_NO],[TRAN_DATE],[IS_DELETE],[CANCLE_BY],[CANCLE_DATE],[REMARK],[ACCOUNT_NUM_FTI],[CODE],[STAFF_ID],[COMP_PERSON_NAME_TH],[REMARK_REPORT],[CR_BY],[CR_DATE],[UPD_BY],[UPD_DATE],[IS_BILL_PAYMENT],[CHEQUE_AMT]) VALUES( @brNo,@bankCode,@branchCode,@seq,@transferDate,@transferYear,@transferMonth,@sumTotal,@balAmt,NULL,NULL,@isDelete,@cancleBy,GETDATE(),@remark,@accountNumFti,@code,@staffId,NULL,@remarkReport,@crBy,GETDATE(),@updBy,GETDATE(),@isBillPayment,@Cheque ); 9:33:34 23 กุมภาพันธ์ 2561 :String or binary data would be truncated. The statement has been terminated. 9:33:35 23 กุมภาพันธ์ 2561 : INSERT INTO FIN_RC_BANK_RECONCILE ([BR_NO],[BANK_CODE],[BRANCH_CODE],[REF_TRANSFER_SEQ],[TRANSFER_DATE],[TRANSFER_YEAR],[TRANSFER_MONTH],[SUM_AMT],[BAL_AMT],[TRAN_NO],[TRAN_DATE],[IS_DELETE],[CANCLE_BY],[CANCLE_DATE],[REMARK],[ACCOUNT_NUM_FTI],[CODE],[STAFF_ID],[COMP_PERSON_NAME_TH],[REMARK_REPORT],[CR_BY],[CR_DATE],[UPD_BY],[UPD_DATE],[IS_BILL_PAYMENT],[CHEQUE_AMT]) VALUES( @brNo,@bankCode,@branchCode,@seq,@transferDate,@transferYear,@transferMonth,@sumTotal,@balAmt,NULL,NULL,@isDelete,@cancleBy,GETDATE(),@remark,@accountNumFti,@code,@staffId,NULL,@remarkReport,@crBy,GETDATE(),@updBy,GETDATE(),@isBillPayment,@Cheque ); 9:33:35 23 กุมภาพันธ์ 2561 :Violation of PRIMARY KEY constraint 'PK_FIN_RC_BANK_RECONCILE'. Cannot insert duplicate key in object 'dbo.FIN_RC_BANK_RECONCILE'. The duplicate key value is (009170874603105462). The statement has been terminated. 9:34:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:34:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:36:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:36:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:39:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:39:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:41:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:41:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:42:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:42:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:43:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:43:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:44:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:44:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:44:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:44:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:45:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:45:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:45:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:45:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:46:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:46:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:47:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:47:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:48:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:48:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:48:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:48:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:48:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:48:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:48:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:48:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:48:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:48:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:49:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:49:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:51:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:51:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:51:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:51:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:51:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:51:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:52:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:52:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:52:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:52:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:52:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:52:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:52:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:52:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:52:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:52:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:54:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:54:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:55:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:55:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:55:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:55:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:56:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:56:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 9:56:29 23 กุมภาพันธ์ 2561 : INSERT INTO FIN_RC_BANK_RECONCILE ([BR_NO],[BANK_CODE],[BRANCH_CODE],[REF_TRANSFER_SEQ],[TRANSFER_DATE],[TRANSFER_YEAR],[TRANSFER_MONTH],[SUM_AMT],[BAL_AMT],[TRAN_NO],[TRAN_DATE],[IS_DELETE],[CANCLE_BY],[CANCLE_DATE],[REMARK],[ACCOUNT_NUM_FTI],[CODE],[STAFF_ID],[COMP_PERSON_NAME_TH],[REMARK_REPORT],[CR_BY],[CR_DATE],[UPD_BY],[UPD_DATE],[IS_BILL_PAYMENT],[CHEQUE_AMT]) VALUES( @brNo,@bankCode,@branchCode,@seq,@transferDate,@transferYear,@transferMonth,@sumTotal,@balAmt,NULL,NULL,@isDelete,@cancleBy,GETDATE(),@remark,@accountNumFti,@code,@staffId,NULL,@remarkReport,@crBy,GETDATE(),@updBy,GETDATE(),@isBillPayment,@Cheque ); 9:56:29 23 กุมภาพันธ์ 2561 :String or binary data would be truncated. The statement has been terminated. 9:56:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 9:56:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 10:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 10:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 10:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 10:01:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:01:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:03:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:03:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:05:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:05:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:07:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:07:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:09:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:09:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:12:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:12:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:19:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:19:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:20:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:20:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:20:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:20:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:22:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:22:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:23:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:23:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:26:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:26:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:28:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:28:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:29:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:29:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:29:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:29:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:30:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:30:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:31:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:31:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:33:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:33:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:37:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:37:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:37:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:37:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:37:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:37:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:37:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:37:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:42:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:42:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:44:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:44:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:44:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:44:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:47:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:47:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:50:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:50:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:52:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:52:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:54:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:54:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:56:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:56:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:56:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:56:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:57:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:57:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:58:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:58:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:59:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:59:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:59:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 10:59:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 10:59:21 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 10:59:21 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 10:59:48 23 กุมภาพันธ์ 2561 :The user name or password is incorrect. 10:59:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:00:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:00:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 11:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 11:00:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:00:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:00:47 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 11:00:47 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 11:01:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:01:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:01:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:01:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:02:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:02:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:03:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:03:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:04:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:04:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:04:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:04:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:04:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:04:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:04:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:04:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:05:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:05:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:05:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:05:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:05:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:05:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:05:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:05:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:06:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:06:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:07:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:07:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:07:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:07:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:09:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:09:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:09:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:09:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:11:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:11:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:09 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 11:12:09 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 11:12:17 23 กุมภาพันธ์ 2561 :The user name or password is incorrect. 11:12:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 11:12:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 11:12:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:12:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:12:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:13:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:13:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:13:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:13:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:14:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:14:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:14:48 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 11:14:48 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 11:14:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:14:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:15:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:15:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:15:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:15:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:16:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:16:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:16:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:16:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:17:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:17:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:17:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:17:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:18:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:18:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:18:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:18:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:19:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:19:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:19:05 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 11:19:05 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 11:20:50 23 กุมภาพันธ์ 2561 :The user name or password is incorrect. 11:20:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:21:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:21:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:22:19 23 กุมภาพันธ์ 2561 :The user name or password is incorrect. 11:22:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:22:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:22:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:22:32 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 11:22:32 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 11:23:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:23:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:23:04 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 11:23:04 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 11:23:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:23:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:23:51 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 11:23:51 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 11:32:14 23 กุมภาพันธ์ 2561 :Server was unable to process request. ---> Cannot open database "RDtmp" requested by the login. The login failed. 11:41:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:41:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:41:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:41:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:41:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:41:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:41:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:41:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:41:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:41:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:41:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:41:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:41:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:41:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:41:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:41:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:41:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:41:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:41:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:41:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:41:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:41:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:41:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:41:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:42:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:42:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:43:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:43:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 11:57:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 11:57:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 12:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 12:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 12:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 12:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 12:00:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 12:00:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 12:00:47 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 12:00:47 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 12:02:10 23 กุมภาพันธ์ 2561 :SUCCESS // EXECUTE dbo.SP_ExportExcel_InsertTmpData @mainGroupCodeStart, @mainGroupCodeEnd, @groupCodeStart, @groupCodeEnd, @mainTypeCodeStart, @mainTypeCodeEnd, @typeCodeStart, @typepCodeEnd, @memberCodeStart, @memberCodeEnd, @memberStatus 12:10:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 12:10:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 13:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 13:06:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:06:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:06:37 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 13:06:37 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 13:06:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:06:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:07:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:07:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:09:05 23 กุมภาพันธ์ 2561 :The user name or password is incorrect. 13:09:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:09:07 23 กุมภาพันธ์ 2561 :The user name or password is incorrect. 13:09:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:09:09 23 กุมภาพันธ์ 2561 :The user name or password is incorrect. 13:09:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:09:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:09:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:09:15 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 13:09:15 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 13:09:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:09:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:09:22 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 13:09:22 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 13:10:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:10:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:18:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:18:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:24:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:24:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:24:25 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 13:24:25 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 13:26:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:26:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:26:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:40:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:40:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:40:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:40:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:40:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:40:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:40:49 23 กุมภาพันธ์ 2561 :The user name or password is incorrect. 13:40:49 23 กุมภาพันธ์ 2561 :try to logon with: ? 13:41:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:41:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:41:32 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 13:41:32 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 13:41:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:41:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:41:36 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 13:41:36 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 13:44:57 23 กุมภาพันธ์ 2561 :Server was unable to process request. ---> Cannot open database "RDtmp" requested by the login. The login failed. 13:51:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:51:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:54:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:54:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:57:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:57:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 13:59:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 13:59:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 14:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 14:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:00:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:00:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:01:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:01:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:01:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 14:01:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 14:03:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:03:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:04:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:04:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:06:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:06:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:07:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:07:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:08:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:08:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:09:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:09:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:12:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:12:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:14:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:14:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:16:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:16:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:18:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:18:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:18:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:18:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:18:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:18:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:20:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:20:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:20:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:20:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:21:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:21:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:22:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:22:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:23:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:23:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:25:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:25:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:27:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:27:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:28:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:28:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:29:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:29:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:30:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:30:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:31:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:31:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:32:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:32:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:33:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:33:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:37:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:37:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:38:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:38:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:38:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:38:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:38:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:38:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:38:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:38:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:38:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:38:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:38:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:38:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:38:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:38:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:38:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:38:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:38:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:38:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:38:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:38:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:38:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:38:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:38:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:38:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:42:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:42:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:43:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:43:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:44:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:44:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:46:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:46:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:47:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:47:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:49:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:49:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:46 23 กุมภาพันธ์ 2561 :Server was unable to process request. ---> Cannot open database "RDtmp" requested by the login. The login failed. 14:51:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:51:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:51:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:04 23 กุมภาพันธ์ 2561 :Server was unable to process request. ---> Cannot open database "RDtmp" requested by the login. The login failed. 14:52:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:52:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:52:37 23 กุมภาพันธ์ 2561 :Server was unable to process request. ---> Cannot open database "RDtmp" requested by the login. The login failed. 14:52:47 23 กุมภาพันธ์ 2561 :Server was unable to process request. ---> Cannot open database "RDtmp" requested by the login. The login failed. 14:54:53 23 กุมภาพันธ์ 2561 :Server was unable to process request. ---> Cannot open database "RDtmp" requested by the login. The login failed. 14:57:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:57:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:58:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:58:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 14:58:35 23 กุมภาพันธ์ 2561 :There was no endpoint listening at https://rdws.rd.go.th/serviceRD3/vatserviceRD3.asmx that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. 14:59:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 14:59:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 15:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 15:05:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:05:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:18:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:18:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:19:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:19:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:20:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:20:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:22:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:22:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:57 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:57 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:31:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:31:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:32:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:32:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:32:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:32:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:33:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:33:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:34:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:34:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:39:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:39:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:19 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:19 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:41:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:41:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:16 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:16 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:45:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:45:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:48:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:48:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:48:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:48:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:48:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:48:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:48:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:48:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:49:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:49:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:50:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:50:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:54:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:54:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:56:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:56:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:56:53 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:56:53 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 15:57:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 15:57:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 16:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 16:11:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:11:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:11:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:15 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:15 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:48 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:48 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:13:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:13:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:15:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:15:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:17:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:17:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:17:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:17:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:17:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:17:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:17:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:17:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:17:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:17:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:17:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:17:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:17:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:17:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:17:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:17:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:17:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:17:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:17:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:17:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:17:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:17:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:17:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:17:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:19:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:19:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:19:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:19:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:20:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:20:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:22:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:22:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:23:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:23:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:24:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:24:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:25:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:25:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:26:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:26:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:26:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:26:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:28:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:28:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:29:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:29:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:35:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:35:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:39:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:39:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:39:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:39:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:39:59 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:39:59 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:40:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:40:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:44:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:44:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:00 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:00 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:01 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:01 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:47:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:47:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:49:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:49:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:21 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:21 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:23 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:23 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:26 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:26 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:27 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:27 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:30 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:30 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:51:31 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:51:31 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:04 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:04 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:05 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:05 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:07 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:07 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:09 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:09 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:12 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:12 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:54:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:54:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:37 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:37 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:42 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:42 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:45 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:45 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 16:57:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 16:57:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 17:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 17:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 17:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 17:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 17:27:52 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 17:27:52 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 17:28:13 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 17:28:13 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 17:29:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 17:29:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 17:38:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 17:38:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 18:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 18:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 18:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 18:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 18:20:36 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 18:20:36 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 18:20:36 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 18:20:36 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 18:37:11 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 18:37:11 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 18:56:49 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 18:56:49 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 19:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 19:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 19:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 19:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 19:43:55 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 19:43:55 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 20:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 20:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 20:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 20:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 21:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 21:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 21:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 21:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 21:42:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 21:42:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 21:46:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 21:46:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 21:57:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 21:57:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:00:44 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:00:44 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 22:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 22:01:25 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:01:25 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:04:56 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:04:56 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:08:06 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:08:06 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:10:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:10:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:14:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:14:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:17:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:17:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:19:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:19:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:22:28 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:22:28 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:23:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:23:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:25:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:25:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:28:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:28:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:29:03 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:29:03 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:30:32 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:30:32 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:30:41 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:30:41 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:32:20 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:32:20 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:33:39 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:33:39 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:37:29 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:37:29 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:39:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:39:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:40:18 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:40:18 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:41:02 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:41:02 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:41:54 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:41:54 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:44:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:44:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:47:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:47:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:49:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:49:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:52:17 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:52:17 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 22:54:40 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 22:54:40 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:00:43 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:00:43 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:00:44 23 กุมภาพันธ์ 2561 :getGS1changed=/*SELECT MB_MEMBER.MEMBER_CODE, MB_PRENAME.PRENAME_TH, MB_COMP_PERSON.COMP_PERSON_NAME_TH, MB_PRENAME.PRENAME_EN, MB_COMP_PERSON.COMP_PERSON_NAME_EN, MB_COMP_PERSON.TAX_ID, MB_MEMBER.REGIST_DATE, MB_MEMBER.MEMBER_MAIN_TYPE_CODE, MB_MEMBER.MEMBER_TYPE_CODE, MB_MEMBER.MEMBER_STATUS_CODE, MB_MEMBER_RETIRE.APPROVE_DATE FROM MB_MEMBER INNER JOIN MB_COMP_PERSON ON MB_MEMBER.COMP_PERSON_CODE = MB_COMP_PERSON.COMP_PERSON_CODE INNER JOIN MB_MEMBER_RETIRE ON MB_MEMBER.REGIST_CODE = MB_MEMBER_RETIRE.REGIST_CODE LEFT OUTER JOIN MB_PRENAME ON MB_COMP_PERSON.PREN_CODE = MB_PRENAME.PRENAME_CODE WHERE (MB_MEMBER.MEMBER_MAIN_GROUP_CODE = '300') AND (MB_MEMBER_RETIRE.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) ORDER BY MB_MEMBER_RETIRE.APPROVE_DATE*/ --declare @YYYYMMDD_FROM varchar(max) = '20171101' --declare @YYYYMMDD_TO varchar(max) = '20171201' create table tempWsGs1_001 ( id int, tax_id varchar(max) ) create table tempWsGs1_002 ( MEMBER_CODE varchar(max) , TAX_ID varchar(max) , BDB_CODE varchar(max) , MEMBER_MAIN_TYPE_CODE varchar(max) , MEMBER_MAIN_TYPE_NAME varchar(max) , MEMBER_TYPE_CODE varchar(max) , MEMBER_TYPE_NAME varchar(max) , BUSSINESS_TYPE_TH varchar(max) , BUSSINESS_TYPE_EN varchar(max) , PRENAME_TH varchar(max) , COMP_PERSON_NAME_TH varchar(max) , PRENAME_EN varchar(max) , COMP_PERSON_NAME_EN varchar(max) , ADDR_TH varchar(max) , ADDR_EN varchar(max) , ZIP_CODE_TH varchar(max) , ZIP_CODE_EN varchar(max) , TELEPHONE_TH varchar(max) , TELEPHONE_EN varchar(max) , EMAIL_TH varchar(max) , EMAIL_EN varchar(max) , STATUS varchar(max) , REGIST_DATE varchar(max) , MEMBER_DATE varchar(max) , UPDATE_DATE varchar(max) , CompanyPrefix varchar(max) ) insert into tempWsGs1_001 select distinct ROW_NUMBER() over (order by r.approve_date) as id, c.TAX_ID as tax_id from MB_MEMBER m,MB_COMP_PERSON c,MB_MEMBER_RETIRE r where r.REGIST_CODE=m.REGIST_CODE and m.MEMBER_MAIN_GROUP_CODE='300' and m.COMP_PERSON_CODE=c.COMP_PERSON_CODE AND (r.APPROVE_DATE BETWEEN dbo.fnc_StrToDateTime(@YYYYMMDD_FROM + '000000') AND dbo.fnc_StrToDateTime(@YYYYMMDD_TO + '235959')) declare @id int declare @totalRows int = (select count(*) from tempWsGs1_001) declare @currentRow int = 0 declare @BussinessTypeTH VARCHAR(max) declare @BussinessTypeEN VARCHAR(max) while @currentRow < @totalRows begin set @id = @currentRow+1 declare @TAX_ID varchar(max) set @TAX_ID = (select top 1 tax_id from tempWsGs1_001 where id=@id) insert into tempWsGs1_002 select * from fnc_GetGS1MemberInfoForWebServiceByTaxID(@TAX_ID) set @currentRow = @currentRow +1 end drop table tempWsGs1_001 select * from tempWsGs1_002 drop table tempWsGs1_002 23:00:44 23 กุมภาพันธ์ 2561 :There is already an object named 'tempWsGs1_001' in the database. 23:03:35 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:03:35 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:08:46 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:08:46 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:12:10 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:12:10 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:15:08 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:15:08 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:17:58 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:17:58 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:19:14 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:19:14 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:20:22 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:20:22 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:21:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:21:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:23:47 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:23:47 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:26:34 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:26:34 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:28:38 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:28:38 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:30:24 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:30:24 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:40:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:40:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:44:50 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:44:50 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:50:51 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:50:51 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS 23:56:33 23 กุมภาพันธ์ 2561 :Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 23:56:33 23 กุมภาพันธ์ 2561 :try to logon with: GS1WS