:SELECT TOP 50 [TRANSFER_RESERVATION].[PORTALSELLERID],[PORTAL_SELLER_1].[COMPANYNAME] AS [PORTAL_SELLER_1_COMPANYNAME_PORTALSELLERID],[TRANSFER_RESERVATION].[ID],CONVERT(nvarchar(19), [TRANSFER_RESERVATION].[CREATION_DATE],121) AS [CREATION_DATE],[TRANSFER_RESERVATION].[GUESTNAMES],[TRANSFER_RESERVATION].[CONTACTNAME],[TRANSFER_RESERVATION].[CONTACTPHONE],CONVERT(nvarchar(19), [TRANSFER_RESERVATION].[D1_TIME],121) AS [D1_TIME],[TRANSFER_RESERVATION].[D1_SOURCE],[TRANSFER_RESERVATION].[D1_DESTINATION],FORMAT([TRANSFER_RESERVATION].[D1_PLANNED_INCOME],'0.########################################') AS [D1_PLANNED_INCOME],[TRANSFER_RESERVATION].[FROM_AREAID],[TRANSFER_AREA_11].[CODE] AS [TRANSFER_AREA_11_CODE_FROM_AREAID],[TRANSFER_AREA_11].[NAME] AS [TRANSFER_AREA_11_NAME_FROM_AREAID],[TRANSFER_RESERVATION].[TO_AREAID],[TRANSFER_AREA_12].[CODE] AS [TRANSFER_AREA_12_CODE_TO_AREAID],[TRANSFER_AREA_12].[NAME] AS [TRANSFER_AREA_12_NAME_TO_AREAID],CONVERT(nvarchar(19), [TRANSFER_RESERVATION].[D2_TIME],121) AS [D2_TIME],[TRANSFER_RESERVATION].[D2_SOURCE],[TRANSFER_RESERVATION].[D2_DESTINATION],FORMAT([TRANSFER_RESERVATION].[D2_PLANNED_INCOME],'0.########################################') AS [D2_PLANNED_INCOME],FORMAT([TRANSFER_RESERVATION].[PAYMENT_AMOUNT],'0.########################################') AS [PAYMENT_AMOUNT],[TRANSFER_RESERVATION].[PAYMENT_CURRENCYID],[STDCURCODE_18].[CODE3] AS [STDCURCODE_18_CODE3_PAYMENT_CURRENCYID],[TRANSFER_RESERVATION].[ADULT],[TRANSFER_RESERVATION].[CHILDREN],[TRANSFER_RESERVATION].[UID],[TRANSFER_RESERVATION].[OFFERID],[TRANSFER_RESERVATION].[STATEID],[TRANSFER_RESERVATION].[OPERATIONID],[OPERATION_24].[NAME] AS [OPERATION_24_NAME_OPERATIONID],[TRANSFER_RESERVATION].[D2_OPERATIONID],[OPERATION_25].[NAME] AS [OPERATION_25_NAME_D2_OPERATIONID] FROM [TRANSFER_RESERVATION] WITH(NOLOCK) LEFT OUTER JOIN [PORTAL_SELLER] AS [PORTAL_SELLER_1] WITH(NOLOCK) ON [PORTAL_SELLER_1].[ID]=[TRANSFER_RESERVATION].[PORTALSELLERID] AND [PORTAL_SELLER_1].[PORTALID]=64 LEFT OUTER JOIN [TRANSFER_AREA] AS [TRANSFER_AREA_11] WITH(NOLOCK) ON [TRANSFER_AREA_11].[ID]=[TRANSFER_RESERVATION].[FROM_AREAID] AND [TRANSFER_AREA_11].[PORTALID]=64 LEFT OUTER JOIN [TRANSFER_AREA] AS [TRANSFER_AREA_12] WITH(NOLOCK) ON [TRANSFER_AREA_12].[ID]=[TRANSFER_RESERVATION].[TO_AREAID] AND [TRANSFER_AREA_12].[PORTALID]=64 LEFT OUTER JOIN [STDCURCODE] AS [STDCURCODE_18] WITH(NOLOCK) ON [STDCURCODE_18].[ID]=[TRANSFER_RESERVATION].[PAYMENT_CURRENCYID] LEFT OUTER JOIN [OPERATION] AS [OPERATION_24] WITH(NOLOCK) ON [OPERATION_24].[ID]=[TRANSFER_RESERVATION].[OPERATIONID] AND [OPERATION_24].[PORTALID]=64 LEFT OUTER JOIN [OPERATION] AS [OPERATION_25] WITH(NOLOCK) ON [OPERATION_25].[ID]=[TRANSFER_RESERVATION].[D2_OPERATIONID] AND [OPERATION_25].[PORTALID]=64 LEFT OUTER JOIN [PORTAL] AS [PORTAL] WITH(NOLOCK) ON [PORTAL].[ID]=[TRANSFER_RESERVATION].[PORTALID] WHERE ([TRANSFER_RESERVATION].[PORTALID]=64) ORDER BY [TRANSFER_RESERVATION].[ID] DESC :SELECT TOP 50 [HOTEL_RES].[ID],CONVERT(nvarchar(19), [HOTEL_RES].[CREATION_DATE],121) AS [CREATION_DATE],[HOTEL_RES].[VOUCHERNO],[HOTEL_RES].[PORTALSELLERID],[PORTAL_SELLER_4].[COMPANYNAME] AS [PORTAL_SELLER_4_COMPANYNAME_PORTALSELLERID],[HOTEL_RES].[HOTELID],[HOTEL_RES].[FIRSTGUESTNAME],CONVERT(nvarchar(19), [HOTEL_RES].[CHECKIN],121) AS [CHECKIN],CONVERT(nvarchar(19), [HOTEL_RES].[CHECKOUT],121) AS [CHECKOUT],[HOTEL_RES].[ADULT],FORMAT([HOTEL_RES].[TOTALHOTELIERMONEY],'0.########################################') AS [TOTALHOTELIERMONEY],FORMAT([HOTEL_RES].[COST_BUYINGDUE],'0.########################################') AS [COST_BUYINGDUE],[HOTEL_RES].[CURRENCYID],[HOTEL_RES].[NIGHT],[HOTEL_RES].[OVERNIGHT],[HOTEL_RES].[PAX],[HOTEL_RES].[ROOMCOUNT],[HOTEL_RES].[INVOICE_RECEIVED],[HOTEL_RES].[INVOICE_NO],[HOTEL_RES].[PORTALSTATEID],[HOTEL_RES].[CREATORID],[STDUSER_20].[FULLNAME] AS [STDUSER_20_FULLNAME_CREATORID],[HOTEL_RES].[REGIONID],[EXPEDIA_PARENTREGION_21].[RegionName] AS [EXPEDIA_PARENTREGION_21_RegionName_REGIONID],[HOTEL_RES].[ROOMTYPEID],[HOTEL_RES].[RESSTATEID],FORMAT([HOTEL_RES].[RESPRICE_LAST],'0.########################################') AS [RESPRICE_LAST],FORMAT([HOTEL_RES].[TOTALPAIDAMOUNT],'0.########################################') AS [TOTALPAIDAMOUNT],FORMAT([HOTEL_RES].[PAYATSERVICE],'0.########################################') AS [PAYATSERVICE],FORMAT([HOTEL_RES].[COST_AGENTCOMMISSION],'0.########################################') AS [COST_AGENTCOMMISSION],FORMAT([HOTEL_RES].[TOTALPORTALINCOME],'0.########################################') AS [TOTALPORTALINCOME],FORMAT([HOTEL_RES].[TOTALPORTALINCOMEPERCENT],'0.########################################') AS [TOTALPORTALINCOMEPERCENT],[HOTEL_RES].[GUESTACTIONID],[HOTEL_RES].[HOTELACTIONID],[HOTEL_RES].[UID],[HOTEL_RES].[BASKET_PROFILEID],[BASKET_PROFILE_33].[ID] AS [BASKET_PROFILE_33_ID_BASKET_PROFILEID],[BASKET_PROFILE_33].[UID] AS [BASKET_PROFILE_33_UID_BASKET_PROFILEID],[BASKET_PROFILE_33].[BASKETNAME] AS [BASKET_PROFILE_33_BASKETNAME_BASKET_PROFILEID] FROM [HOTEL_RES] WITH(NOLOCK) LEFT OUTER JOIN [PORTAL_SELLER] AS [PORTAL_SELLER_4] WITH(NOLOCK) ON [PORTAL_SELLER_4].[ID]=[HOTEL_RES].[PORTALSELLERID] AND [PORTAL_SELLER_4].[PORTALID]=90 LEFT OUTER JOIN [STDUSER] AS [STDUSER_20] WITH(NOLOCK) ON [STDUSER_20].[ID]=[HOTEL_RES].[CREATORID] AND [STDUSER_20].[PORTALID]=90 LEFT OUTER JOIN [EXPEDIA_PARENTREGION] AS [EXPEDIA_PARENTREGION_21] WITH(NOLOCK) ON [EXPEDIA_PARENTREGION_21].[ID]=[HOTEL_RES].[REGIONID] LEFT OUTER JOIN [BASKET_PROFILE] AS [BASKET_PROFILE_33] WITH(NOLOCK) ON [BASKET_PROFILE_33].[ID]=[HOTEL_RES].[BASKET_PROFILEID] AND [BASKET_PROFILE_33].[PORTALID]=90 LEFT OUTER JOIN [PORTAL] AS [PORTAL] WITH(NOLOCK) ON [PORTAL].[ID]=[HOTEL_RES].[PORTALID] WHERE ([HOTEL_RES].[PORTALID]=90) AND ([HOTEL_RES].[CALCSTATE] != '9876' ) AND ISNULL([HOTEL_RES].[ISDELETED],0)=0 ORDER BY [HOTEL_RES].[ID] DESC :SELECT TOP 50 [HOTEL_RES].[ID],CONVERT(nvarchar(19), [HOTEL_RES].[CREATION_DATE],121) AS [CREATION_DATE],[HOTEL_RES].[VOUCHERNO],[HOTEL_RES].[PORTALSELLERID],[PORTAL_SELLER_4].[COMPANYNAME] AS [PORTAL_SELLER_4_COMPANYNAME_PORTALSELLERID],[HOTEL_RES].[HOTELID],[HOTEL_RES].[FIRSTGUESTNAME],CONVERT(nvarchar(19), [HOTEL_RES].[CHECKIN],121) AS [CHECKIN],CONVERT(nvarchar(19), [HOTEL_RES].[CHECKOUT],121) AS [CHECKOUT],[HOTEL_RES].[ADULT],FORMAT([HOTEL_RES].[TOTALHOTELIERMONEY],'0.########################################') AS [TOTALHOTELIERMONEY],FORMAT([HOTEL_RES].[COST_BUYINGDUE],'0.########################################') AS [COST_BUYINGDUE],[HOTEL_RES].[CURRENCYID],[HOTEL_RES].[NIGHT],[HOTEL_RES].[OVERNIGHT],[HOTEL_RES].[PAX],[HOTEL_RES].[ROOMCOUNT],[HOTEL_RES].[INVOICE_RECEIVED],[HOTEL_RES].[INVOICE_NO],[HOTEL_RES].[PORTALSTATEID],[HOTEL_RES].[CREATORID],[STDUSER_20].[FULLNAME] AS [STDUSER_20_FULLNAME_CREATORID],[HOTEL_RES].[REGIONID],[EXPEDIA_PARENTREGION_21].[RegionName] AS [EXPEDIA_PARENTREGION_21_RegionName_REGIONID],[HOTEL_RES].[ROOMTYPEID],[HOTEL_RES].[RESSTATEID],FORMAT([HOTEL_RES].[RESPRICE_LAST],'0.########################################') AS [RESPRICE_LAST],FORMAT([HOTEL_RES].[TOTALPAIDAMOUNT],'0.########################################') AS [TOTALPAIDAMOUNT],FORMAT([HOTEL_RES].[PAYATSERVICE],'0.########################################') AS [PAYATSERVICE],FORMAT([HOTEL_RES].[COST_AGENTCOMMISSION],'0.########################################') AS [COST_AGENTCOMMISSION],FORMAT([HOTEL_RES].[TOTALPORTALINCOME],'0.########################################') AS [TOTALPORTALINCOME],FORMAT([HOTEL_RES].[TOTALPORTALINCOMEPERCENT],'0.########################################') AS [TOTALPORTALINCOMEPERCENT],[HOTEL_RES].[GUESTACTIONID],[HOTEL_RES].[HOTELACTIONID],[HOTEL_RES].[UID],[HOTEL_RES].[BASKET_PROFILEID],[BASKET_PROFILE_33].[ID] AS [BASKET_PROFILE_33_ID_BASKET_PROFILEID],[BASKET_PROFILE_33].[UID] AS [BASKET_PROFILE_33_UID_BASKET_PROFILEID],[BASKET_PROFILE_33].[BASKETNAME] AS [BASKET_PROFILE_33_BASKETNAME_BASKET_PROFILEID] FROM [HOTEL_RES] WITH(NOLOCK) LEFT OUTER JOIN [PORTAL_SELLER] AS [PORTAL_SELLER_4] WITH(NOLOCK) ON [PORTAL_SELLER_4].[ID]=[HOTEL_RES].[PORTALSELLERID] AND [PORTAL_SELLER_4].[PORTALID]=90 LEFT OUTER JOIN [STDUSER] AS [STDUSER_20] WITH(NOLOCK) ON [STDUSER_20].[ID]=[HOTEL_RES].[CREATORID] AND [STDUSER_20].[PORTALID]=90 LEFT OUTER JOIN [EXPEDIA_PARENTREGION] AS [EXPEDIA_PARENTREGION_21] WITH(NOLOCK) ON [EXPEDIA_PARENTREGION_21].[ID]=[HOTEL_RES].[REGIONID] LEFT OUTER JOIN [BASKET_PROFILE] AS [BASKET_PROFILE_33] WITH(NOLOCK) ON [BASKET_PROFILE_33].[ID]=[HOTEL_RES].[BASKET_PROFILEID] AND [BASKET_PROFILE_33].[PORTALID]=90 LEFT OUTER JOIN [PORTAL] AS [PORTAL] WITH(NOLOCK) ON [PORTAL].[ID]=[HOTEL_RES].[PORTALID] WHERE ([HOTEL_RES].[PORTALID]=90) AND ([HOTEL_RES].[CALCSTATE] != '9876' ) AND ISNULL([HOTEL_RES].[ISDELETED],0)=0 ORDER BY [HOTEL_RES].[ID] DESC :SELECT TOP 50 [TRANSFER_RESERVATION].[PORTALSELLERID],[PORTAL_SELLER_1].[COMPANYNAME] AS [PORTAL_SELLER_1_COMPANYNAME_PORTALSELLERID],[TRANSFER_RESERVATION].[ID],CONVERT(nvarchar(19), [TRANSFER_RESERVATION].[CREATION_DATE],121) AS [CREATION_DATE],[TRANSFER_RESERVATION].[GUESTNAMES],[TRANSFER_RESERVATION].[CONTACTNAME],[TRANSFER_RESERVATION].[CONTACTPHONE],CONVERT(nvarchar(19), [TRANSFER_RESERVATION].[D1_TIME],121) AS [D1_TIME],[TRANSFER_RESERVATION].[D1_SOURCE],[TRANSFER_RESERVATION].[D1_DESTINATION],FORMAT([TRANSFER_RESERVATION].[D1_PLANNED_INCOME],'0.########################################') AS [D1_PLANNED_INCOME],[TRANSFER_RESERVATION].[FROM_AREAID],[TRANSFER_AREA_11].[CODE] AS [TRANSFER_AREA_11_CODE_FROM_AREAID],[TRANSFER_AREA_11].[NAME] AS [TRANSFER_AREA_11_NAME_FROM_AREAID],[TRANSFER_RESERVATION].[TO_AREAID],[TRANSFER_AREA_12].[CODE] AS [TRANSFER_AREA_12_CODE_TO_AREAID],[TRANSFER_AREA_12].[NAME] AS [TRANSFER_AREA_12_NAME_TO_AREAID],CONVERT(nvarchar(19), [TRANSFER_RESERVATION].[D2_TIME],121) AS [D2_TIME],[TRANSFER_RESERVATION].[D2_SOURCE],[TRANSFER_RESERVATION].[D2_DESTINATION],FORMAT([TRANSFER_RESERVATION].[D2_PLANNED_INCOME],'0.########################################') AS [D2_PLANNED_INCOME],FORMAT([TRANSFER_RESERVATION].[PAYMENT_AMOUNT],'0.########################################') AS [PAYMENT_AMOUNT],[TRANSFER_RESERVATION].[PAYMENT_CURRENCYID],[STDCURCODE_18].[CODE3] AS [STDCURCODE_18_CODE3_PAYMENT_CURRENCYID],[TRANSFER_RESERVATION].[ADULT],[TRANSFER_RESERVATION].[CHILDREN],[TRANSFER_RESERVATION].[UID],[TRANSFER_RESERVATION].[OFFERID],[TRANSFER_RESERVATION].[STATEID],[TRANSFER_RESERVATION].[OPERATIONID],[OPERATION_24].[NAME] AS [OPERATION_24_NAME_OPERATIONID],[TRANSFER_RESERVATION].[D2_OPERATIONID],[OPERATION_25].[NAME] AS [OPERATION_25_NAME_D2_OPERATIONID] FROM [TRANSFER_RESERVATION] WITH(NOLOCK) LEFT OUTER JOIN [PORTAL_SELLER] AS [PORTAL_SELLER_1] WITH(NOLOCK) ON [PORTAL_SELLER_1].[ID]=[TRANSFER_RESERVATION].[PORTALSELLERID] AND [PORTAL_SELLER_1].[PORTALID]=64 LEFT OUTER JOIN [TRANSFER_AREA] AS [TRANSFER_AREA_11] WITH(NOLOCK) ON [TRANSFER_AREA_11].[ID]=[TRANSFER_RESERVATION].[FROM_AREAID] AND [TRANSFER_AREA_11].[PORTALID]=64 LEFT OUTER JOIN [TRANSFER_AREA] AS [TRANSFER_AREA_12] WITH(NOLOCK) ON [TRANSFER_AREA_12].[ID]=[TRANSFER_RESERVATION].[TO_AREAID] AND [TRANSFER_AREA_12].[PORTALID]=64 LEFT OUTER JOIN [STDCURCODE] AS [STDCURCODE_18] WITH(NOLOCK) ON [STDCURCODE_18].[ID]=[TRANSFER_RESERVATION].[PAYMENT_CURRENCYID] LEFT OUTER JOIN [OPERATION] AS [OPERATION_24] WITH(NOLOCK) ON [OPERATION_24].[ID]=[TRANSFER_RESERVATION].[OPERATIONID] AND [OPERATION_24].[PORTALID]=64 LEFT OUTER JOIN [OPERATION] AS [OPERATION_25] WITH(NOLOCK) ON [OPERATION_25].[ID]=[TRANSFER_RESERVATION].[D2_OPERATIONID] AND [OPERATION_25].[PORTALID]=64 LEFT OUTER JOIN [PORTAL] AS [PORTAL] WITH(NOLOCK) ON [PORTAL].[ID]=[TRANSFER_RESERVATION].[PORTALID] WHERE ([TRANSFER_RESERVATION].[PORTALID]=64) ORDER BY [TRANSFER_RESERVATION].[ID] DESC :SELECT TOP 50 [HOTEL_RES].[ID],CONVERT(nvarchar(19), [HOTEL_RES].[CREATION_DATE],121) AS [CREATION_DATE],[HOTEL_RES].[VOUCHERNO],[HOTEL_RES].[PORTALSELLERID],[PORTAL_SELLER_4].[COMPANYNAME] AS [PORTAL_SELLER_4_COMPANYNAME_PORTALSELLERID],[HOTEL_RES].[HOTELID],[HOTEL_RES].[FIRSTGUESTNAME],CONVERT(nvarchar(19), [HOTEL_RES].[CHECKIN],121) AS [CHECKIN],CONVERT(nvarchar(19), [HOTEL_RES].[CHECKOUT],121) AS [CHECKOUT],[HOTEL_RES].[ADULT],FORMAT([HOTEL_RES].[TOTALHOTELIERMONEY],'0.########################################') AS [TOTALHOTELIERMONEY],FORMAT([HOTEL_RES].[COST_BUYINGDUE],'0.########################################') AS [COST_BUYINGDUE],[HOTEL_RES].[CURRENCYID],[HOTEL_RES].[NIGHT],[HOTEL_RES].[OVERNIGHT],[HOTEL_RES].[PAX],[HOTEL_RES].[ROOMCOUNT],[HOTEL_RES].[INVOICE_RECEIVED],[HOTEL_RES].[INVOICE_NO],[HOTEL_RES].[PORTALSTATEID],[HOTEL_RES].[CREATORID],[STDUSER_20].[FULLNAME] AS [STDUSER_20_FULLNAME_CREATORID],[HOTEL_RES].[REGIONID],[EXPEDIA_PARENTREGION_21].[RegionName] AS [EXPEDIA_PARENTREGION_21_RegionName_REGIONID],[HOTEL_RES].[ROOMTYPEID],[HOTEL_RES].[RESSTATEID],FORMAT([HOTEL_RES].[RESPRICE_LAST],'0.########################################') AS [RESPRICE_LAST],FORMAT([HOTEL_RES].[TOTALPAIDAMOUNT],'0.########################################') AS [TOTALPAIDAMOUNT],FORMAT([HOTEL_RES].[PAYATSERVICE],'0.########################################') AS [PAYATSERVICE],FORMAT([HOTEL_RES].[COST_AGENTCOMMISSION],'0.########################################') AS [COST_AGENTCOMMISSION],FORMAT([HOTEL_RES].[TOTALPORTALINCOME],'0.########################################') AS [TOTALPORTALINCOME],FORMAT([HOTEL_RES].[TOTALPORTALINCOMEPERCENT],'0.########################################') AS [TOTALPORTALINCOMEPERCENT],[HOTEL_RES].[GUESTACTIONID],[HOTEL_RES].[HOTELACTIONID],[HOTEL_RES].[UID],[HOTEL_RES].[BASKET_PROFILEID],[BASKET_PROFILE_33].[ID] AS [BASKET_PROFILE_33_ID_BASKET_PROFILEID],[BASKET_PROFILE_33].[UID] AS [BASKET_PROFILE_33_UID_BASKET_PROFILEID],[BASKET_PROFILE_33].[BASKETNAME] AS [BASKET_PROFILE_33_BASKETNAME_BASKET_PROFILEID] FROM [HOTEL_RES] WITH(NOLOCK) LEFT OUTER JOIN [PORTAL_SELLER] AS [PORTAL_SELLER_4] WITH(NOLOCK) ON [PORTAL_SELLER_4].[ID]=[HOTEL_RES].[PORTALSELLERID] AND [PORTAL_SELLER_4].[PORTALID]=90 LEFT OUTER JOIN [STDUSER] AS [STDUSER_20] WITH(NOLOCK) ON [STDUSER_20].[ID]=[HOTEL_RES].[CREATORID] AND [STDUSER_20].[PORTALID]=90 LEFT OUTER JOIN [EXPEDIA_PARENTREGION] AS [EXPEDIA_PARENTREGION_21] WITH(NOLOCK) ON [EXPEDIA_PARENTREGION_21].[ID]=[HOTEL_RES].[REGIONID] LEFT OUTER JOIN [BASKET_PROFILE] AS [BASKET_PROFILE_33] WITH(NOLOCK) ON [BASKET_PROFILE_33].[ID]=[HOTEL_RES].[BASKET_PROFILEID] AND [BASKET_PROFILE_33].[PORTALID]=90 LEFT OUTER JOIN [PORTAL] AS [PORTAL] WITH(NOLOCK) ON [PORTAL].[ID]=[HOTEL_RES].[PORTALID] WHERE ([HOTEL_RES].[PORTALID]=90) AND ([HOTEL_RES].[CALCSTATE] = '0' ) AND ISNULL([HOTEL_RES].[ISDELETED],0)=0 ORDER BY [HOTEL_RES].[ID] DESC :SELECT TOP 50 [HOTEL_RES].[ID],CONVERT(nvarchar(19), [HOTEL_RES].[CREATION_DATE],121) AS [CREATION_DATE],[HOTEL_RES].[VOUCHERNO],[HOTEL_RES].[PORTALSELLERID],[PORTAL_SELLER_4].[COMPANYNAME] AS [PORTAL_SELLER_4_COMPANYNAME_PORTALSELLERID],[HOTEL_RES].[HOTELID],[HOTEL_RES].[FIRSTGUESTNAME],CONVERT(nvarchar(19), [HOTEL_RES].[CHECKIN],121) AS [CHECKIN],CONVERT(nvarchar(19), [HOTEL_RES].[CHECKOUT],121) AS [CHECKOUT],[HOTEL_RES].[ADULT],FORMAT([HOTEL_RES].[TOTALHOTELIERMONEY],'0.########################################') AS [TOTALHOTELIERMONEY],FORMAT([HOTEL_RES].[COST_BUYINGDUE],'0.########################################') AS [COST_BUYINGDUE],[HOTEL_RES].[CURRENCYID],[HOTEL_RES].[NIGHT],[HOTEL_RES].[OVERNIGHT],[HOTEL_RES].[PAX],[HOTEL_RES].[ROOMCOUNT],[HOTEL_RES].[INVOICE_RECEIVED],[HOTEL_RES].[INVOICE_NO],[HOTEL_RES].[PORTALSTATEID],[HOTEL_RES].[CREATORID],[STDUSER_20].[FULLNAME] AS [STDUSER_20_FULLNAME_CREATORID],[HOTEL_RES].[REGIONID],[EXPEDIA_PARENTREGION_21].[RegionName] AS [EXPEDIA_PARENTREGION_21_RegionName_REGIONID],[HOTEL_RES].[ROOMTYPEID],[HOTEL_RES].[RESSTATEID],FORMAT([HOTEL_RES].[RESPRICE_LAST],'0.########################################') AS [RESPRICE_LAST],FORMAT([HOTEL_RES].[TOTALPAIDAMOUNT],'0.########################################') AS [TOTALPAIDAMOUNT],FORMAT([HOTEL_RES].[PAYATSERVICE],'0.########################################') AS [PAYATSERVICE],FORMAT([HOTEL_RES].[COST_AGENTCOMMISSION],'0.########################################') AS [COST_AGENTCOMMISSION],FORMAT([HOTEL_RES].[TOTALPORTALINCOME],'0.########################################') AS [TOTALPORTALINCOME],FORMAT([HOTEL_RES].[TOTALPORTALINCOMEPERCENT],'0.########################################') AS [TOTALPORTALINCOMEPERCENT],[HOTEL_RES].[GUESTACTIONID],[HOTEL_RES].[HOTELACTIONID],[HOTEL_RES].[UID],[HOTEL_RES].[BASKET_PROFILEID],[BASKET_PROFILE_33].[ID] AS [BASKET_PROFILE_33_ID_BASKET_PROFILEID],[BASKET_PROFILE_33].[UID] AS [BASKET_PROFILE_33_UID_BASKET_PROFILEID],[BASKET_PROFILE_33].[BASKETNAME] AS [BASKET_PROFILE_33_BASKETNAME_BASKET_PROFILEID] FROM [HOTEL_RES] WITH(NOLOCK) LEFT OUTER JOIN [PORTAL_SELLER] AS [PORTAL_SELLER_4] WITH(NOLOCK) ON [PORTAL_SELLER_4].[ID]=[HOTEL_RES].[PORTALSELLERID] AND [PORTAL_SELLER_4].[PORTALID]=90 LEFT OUTER JOIN [STDUSER] AS [STDUSER_20] WITH(NOLOCK) ON [STDUSER_20].[ID]=[HOTEL_RES].[CREATORID] AND [STDUSER_20].[PORTALID]=90 LEFT OUTER JOIN [EXPEDIA_PARENTREGION] AS [EXPEDIA_PARENTREGION_21] WITH(NOLOCK) ON [EXPEDIA_PARENTREGION_21].[ID]=[HOTEL_RES].[REGIONID] LEFT OUTER JOIN [BASKET_PROFILE] AS [BASKET_PROFILE_33] WITH(NOLOCK) ON [BASKET_PROFILE_33].[ID]=[HOTEL_RES].[BASKET_PROFILEID] AND [BASKET_PROFILE_33].[PORTALID]=90 LEFT OUTER JOIN [PORTAL] AS [PORTAL] WITH(NOLOCK) ON [PORTAL].[ID]=[HOTEL_RES].[PORTALID] WHERE ([HOTEL_RES].[PORTALID]=90) AND ([HOTEL_RES].[CALCSTATE] != '9876' ) AND ISNULL([HOTEL_RES].[ISDELETED],0)=0 ORDER BY [HOTEL_RES].[ID] DESC :SELECT TOP 50 [HOTEL_RES].[ID],CONVERT(nvarchar(19), [HOTEL_RES].[CREATION_DATE],121) AS [CREATION_DATE],[HOTEL_RES].[VOUCHERNO],[HOTEL_RES].[PORTALSELLERID],[PORTAL_SELLER_4].[COMPANYNAME] AS [PORTAL_SELLER_4_COMPANYNAME_PORTALSELLERID],[HOTEL_RES].[HOTELID],[HOTEL_RES].[FIRSTGUESTNAME],CONVERT(nvarchar(19), [HOTEL_RES].[CHECKIN],121) AS [CHECKIN],CONVERT(nvarchar(19), [HOTEL_RES].[CHECKOUT],121) AS [CHECKOUT],[HOTEL_RES].[ADULT],FORMAT([HOTEL_RES].[TOTALHOTELIERMONEY],'0.########################################') AS [TOTALHOTELIERMONEY],FORMAT([HOTEL_RES].[COST_BUYINGDUE],'0.########################################') AS [COST_BUYINGDUE],[HOTEL_RES].[CURRENCYID],[HOTEL_RES].[NIGHT],[HOTEL_RES].[OVERNIGHT],[HOTEL_RES].[PAX],[HOTEL_RES].[ROOMCOUNT],[HOTEL_RES].[INVOICE_RECEIVED],[HOTEL_RES].[INVOICE_NO],[HOTEL_RES].[PORTALSTATEID],[HOTEL_RES].[CREATORID],[STDUSER_20].[FULLNAME] AS [STDUSER_20_FULLNAME_CREATORID],[HOTEL_RES].[REGIONID],[EXPEDIA_PARENTREGION_21].[RegionName] AS [EXPEDIA_PARENTREGION_21_RegionName_REGIONID],[HOTEL_RES].[ROOMTYPEID],[HOTEL_RES].[RESSTATEID],FORMAT([HOTEL_RES].[RESPRICE_LAST],'0.########################################') AS [RESPRICE_LAST],FORMAT([HOTEL_RES].[TOTALPAIDAMOUNT],'0.########################################') AS [TOTALPAIDAMOUNT],FORMAT([HOTEL_RES].[PAYATSERVICE],'0.########################################') AS [PAYATSERVICE],FORMAT([HOTEL_RES].[COST_AGENTCOMMISSION],'0.########################################') AS [COST_AGENTCOMMISSION],FORMAT([HOTEL_RES].[TOTALPORTALINCOME],'0.########################################') AS [TOTALPORTALINCOME],FORMAT([HOTEL_RES].[TOTALPORTALINCOMEPERCENT],'0.########################################') AS [TOTALPORTALINCOMEPERCENT],[HOTEL_RES].[GUESTACTIONID],[HOTEL_RES].[HOTELACTIONID],[HOTEL_RES].[UID],[HOTEL_RES].[BASKET_PROFILEID],[BASKET_PROFILE_33].[ID] AS [BASKET_PROFILE_33_ID_BASKET_PROFILEID],[BASKET_PROFILE_33].[UID] AS [BASKET_PROFILE_33_UID_BASKET_PROFILEID],[BASKET_PROFILE_33].[BASKETNAME] AS [BASKET_PROFILE_33_BASKETNAME_BASKET_PROFILEID] FROM [HOTEL_RES] WITH(NOLOCK) LEFT OUTER JOIN [PORTAL_SELLER] AS [PORTAL_SELLER_4] WITH(NOLOCK) ON [PORTAL_SELLER_4].[ID]=[HOTEL_RES].[PORTALSELLERID] AND [PORTAL_SELLER_4].[PORTALID]=90 LEFT OUTER JOIN [STDUSER] AS [STDUSER_20] WITH(NOLOCK) ON [STDUSER_20].[ID]=[HOTEL_RES].[CREATORID] AND [STDUSER_20].[PORTALID]=90 LEFT OUTER JOIN [EXPEDIA_PARENTREGION] AS [EXPEDIA_PARENTREGION_21] WITH(NOLOCK) ON [EXPEDIA_PARENTREGION_21].[ID]=[HOTEL_RES].[REGIONID] LEFT OUTER JOIN [BASKET_PROFILE] AS [BASKET_PROFILE_33] WITH(NOLOCK) ON [BASKET_PROFILE_33].[ID]=[HOTEL_RES].[BASKET_PROFILEID] AND [BASKET_PROFILE_33].[PORTALID]=90 LEFT OUTER JOIN [PORTAL] AS [PORTAL] WITH(NOLOCK) ON [PORTAL].[ID]=[HOTEL_RES].[PORTALID] WHERE ([HOTEL_RES].[PORTALID]=90) AND ([HOTEL_RES].[CALCSTATE] != '9876' ) AND ISNULL([HOTEL_RES].[ISDELETED],0)=0 ORDER BY [HOTEL_RES].[ID] DESC Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\mwvey2hm.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\ye4rwdms.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\yq040x44.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\nf04t2yi.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\oksnmhxa.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\151nmegt.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\0wlz30bb.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\fa5ijhir.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\0i04wie5.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\ysmh40ki.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\qrhxk3uc.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\cxw44w1u.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\q3lxqly1.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\lfhavhfg.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\s0xhup2c.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\l4ulx0sn.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\d3njfb2u.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\udt4pvt0.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\txo3rpol.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\pd1lvpso.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\iyssg0rq.cmdline". Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\lk3b32ow.cmdline". Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Text26: Error in expression: Guests.NAME Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\DefaultAppPool\AppData\Local\Temp\xwuxr1s1.cmdline". Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Text26: Error in expression: Guests.NAME Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : (Text16): Error CS0019: Operator '==' cannot be applied to operands of type 'System.DBNull' and 'string' (22,24): Error CS0472: The result of the expression is always 'true' since a value of type 'long' is never equal to 'null' of type 'long?' Report Prepare Error : (Text16): Error CS0019: Operator '==' cannot be applied to operands of type 'System.DBNull' and 'string' (22,24): Error CS0472: The result of the expression is always 'true' since a value of type 'long' is never equal to 'null' of type 'long?' Report Prepare Error : (Text16): Error CS0019: Operator '==' cannot be applied to operands of type 'System.DBNull' and 'string' (22,24): Error CS0472: The result of the expression is always 'true' since a value of type 'long' is never equal to 'null' of type 'long?' Report Prepare Error : (Text16): Error CS0019: Operator '==' cannot be applied to operands of type 'System.DBNull' and 'string' (22,24): Error CS0472: The result of the expression is always 'true' since a value of type 'long' is never equal to 'null' of type 'long?' Report Prepare Error : (Text16): Error CS0019: Operator '==' cannot be applied to operands of type 'System.DBNull' and 'string' (22,24): Error CS0472: The result of the expression is always 'true' since a value of type 'long' is never equal to 'null' of type 'long?' Report Prepare Error : (Text16): Error CS0019: Operator '==' cannot be applied to operands of type 'System.DBNull' and 'string' (22,24): Error CS0472: The result of the expression is always 'true' since a value of type 'long' is never equal to 'null' of type 'long?' Report Prepare Error : The variable name '@sayin' has already been declared. Variable names must be unique within a query batch or stored procedure. Incorrect syntax near ','. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near 'T2'. Report Prepare Error : The variable name '@sayin' has already been declared. Variable names must be unique within a query batch or stored procedure. Incorrect syntax near ','. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near 'T2'. Report Prepare Error : Incorrect syntax near '='. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. Incorrect syntax near 'T2'. Report Prepare Error : (Rich2): Error CS0019: Operator '==' cannot be applied to operands of type 'System.DBNull' and 'string' (22,24): Error CS0472: The result of the expression is always 'true' since a value of type 'long' is never equal to 'null' of type 'long?' Report Prepare Error : (HOTELNAME): Error CS1525: Invalid expression term '[' (HOTELNAME): Error CS1002: ; expected (HOTELNAME): Error CS1002: ; expected (HOTELNAME): Error CS1525: Invalid expression term ']' Report Prepare Error : (HOTELNAME): Error CS1525: Invalid expression term '[' (HOTELNAME): Error CS1002: ; expected (HOTELNAME): Error CS1002: ; expected (HOTELNAME): Error CS1525: Invalid expression term ']' Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : (Text13): Error CS0019: Operator '!=' cannot be applied to operands of type 'System.DBNull' and 'string' (22,24): Error CS0472: The result of the expression is always 'true' since a value of type 'long' is never equal to 'null' of type 'long?' Report Prepare Error : (Rich2): Error CS0103: The name 'tblMakbuz' does not exist in the current context (22,24): Error CS0472: The result of the expression is always 'true' since a value of type 'long' is never equal to 'null' of type 'long?' Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Error creating window handle. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Text35: Error in expression: Convert.ToDateTime([FINISH]) Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Error creating window handle. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Text35: Error in expression: Convert.ToDateTime([FINISH]) Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : There is not enough space on the disk. Report Prepare Error : There is not enough space on the disk. Report Prepare Error : There is not enough space on the disk. Report Prepare Error : There is not enough space on the disk. Report Prepare Error : There is not enough space on the disk. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application. Report Prepare Error : Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Error creating window handle. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Text25: Error in expression: MasterData.ID Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Error creating window handle. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Error creating window handle. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Failed to convert parameter value from a String to a DateTime. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : (Rich5): Error CS0103: The name 'MasterData' does not exist in the current context (Rich6): Error CS0103: The name 'MasterData' does not exist in the current context (Rich6): Error CS0103: The name 'MasterData' does not exist in the current context Report Prepare Error : (Rich5): Error CS0103: The name 'MasterData' does not exist in the current context (Rich6): Error CS0103: The name 'MasterData' does not exist in the current context (Rich6): Error CS0103: The name 'MasterData' does not exist in the current context Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Text8: Error in expression: 11 Yaşında Report Prepare Error : Text8: Error in expression: 11 Yaşında Report Prepare Error : Text8: Error in expression: 11 Yaşında Report Prepare Error : Text8: Error in expression: 11 Yaşında Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Text8: Error in expression: 4 Yaşında Report Prepare Error : Text8: Error in expression: 4 Yaşında Report Prepare Error : Text8: Error in expression: 4 Yaşında Report Prepare Error : Text8: Error in expression: 4 Yaşında Report Prepare Error : Text8: Error in expression: 4 Yaşında Report Prepare Error : Text8: Error in expression: 4 Yaşında Report Prepare Error : Text8: Error in expression: 4 Yaşında Report Prepare Error : Text8: Error in expression: 4 Yaşında Report Prepare Error : Text8: Error in expression: 4 Yaşında Report Prepare Error : Text26: Error in expression: Guests.NAME Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Text8: Error in expression: 4 Yaşında Report Prepare Error : Text8: Error in expression: 4 Yaşında Report Prepare Error : Text8: Error in expression: 4 Yaşında Report Prepare Error : Text8: Error in expression: 4 Yaşında Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Window handle already exists. Report Prepare Error : Cannot access a disposed object. Object name: 'ProgressForm'. Report Prepare Error : Cannot access a disposed object. Object name: 'ProgressForm'. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Cannot access a disposed object. Object name: 'ProgressForm'. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Window handle already exists. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Cannot access a disposed object. Object name: 'ProgressForm'. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Text8: Error in expression: 8 YAŞINDA Report Prepare Error : Text8: Error in expression: 8 YAŞINDA Report Prepare Error : Text8: Error in expression: 8 YAŞINDA Report Prepare Error : Text8: Error in expression: 8 YAŞINDA Report Prepare Error : Text8: Error in expression: 8 YAŞINDA Report Prepare Error : Text8: Error in expression: 8 YAŞINDA Report Prepare Error : Text8: Error in expression: 8 YAŞINDA Report Prepare Error : Text8: Error in expression: 8 YAŞINDA Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Text25: Error in expression: MasterData.ID Report Prepare Error : Error creating window handle. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text26: Error in expression: Guests.NAME Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Text26: Error in expression: Guests.NAME Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Error creating window handle. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement. This could be because the pre-login handshake failed or the server was unable to respond back in time. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=13338; handshake=13227; Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Error creating window handle. Report Prepare Error : Value Dispose() cannot be called while doing CreateHandle(). Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Error creating window handle. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Error creating window handle. Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Index 'IX_ID_FULL' on table 'dbo.BASKET_PROFILE' (specified in the FROM clause) does not exist. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Cannot access a disposed object. Object name: 'Label'. Report Prepare Error : A severe error occurred on the current command. The results, if any, should be discarded. A severe error occurred on the current command. The results, if any, should be discarded. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Error creating window handle. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Failed to convert parameter value from a String to a Int32. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : A severe error occurred on the current command. The results, if any, should be discarded. A severe error occurred on the current command. The results, if any, should be discarded. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Error creating window handle. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Text35: Error in expression: Convert.ToDateTime([FINISH]) Report Prepare Error : Text35: Error in expression: Convert.ToDateTime([FINISH]) Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Conversion failed when converting the nvarchar value 'IST' to data type int. Report Prepare Error : Conversion failed when converting the nvarchar value 'IST' to data type int. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Conversion failed when converting the nvarchar value 'AYT' to data type int. Report Prepare Error : Conversion failed when converting the nvarchar value 'AYT' to data type int. Report Prepare Error : Conversion failed when converting the nvarchar value 'IST' to data type int. Report Prepare Error : Conversion failed when converting the nvarchar value 'IST' to data type int. Report Prepare Error : Conversion failed when converting the nvarchar value 'AYT' to data type int. Report Prepare Error : Conversion failed when converting the nvarchar value 'AYT' to data type int. Report Prepare Error : Conversion failed when converting the nvarchar value 'AYT' to data type int. Report Prepare Error : Conversion failed when converting the nvarchar value 'AYT' to data type int. Report Prepare Error : Conversion failed when converting the nvarchar value 'IST' to data type int. Report Prepare Error : Conversion failed when converting the nvarchar value 'IST' to data type int. Report Prepare Error : Conversion failed when converting the nvarchar value 'IST' to data type int. Report Prepare Error : Error creating window handle. Report Prepare Error : Object reference not set to an instance of an object. Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Text34: Error in expression: Convert.ToDateTime([START]) Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Exception has been thrown by the target of an invocation. Report Prepare Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Could not find stored procedure 'SP_ETS_AGREEMENT'. Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME Report Prepare Error : Text28: Error in expression: tblMaster.CAPTAINNAME