Log File Initialized... 11/20/2024 12:14:53 AM 11/20/2024 12:14:53 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 12:45:01 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 12:49:33 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 1:17:18 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 1:46:30 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 1:51:27 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 1:54:50 AM: select initcap(nvl(tp.PLAN_NAME, '-')) PLAN_NAME,d.description TRIP_TYPE,tp.GEOGRAPHICAL_MAPPING,r.CONTACT AGENT_PHONE,p.ADDRESS INSURED_ADDRESS,to_char(p.CREATION_DATE,'dd-Mon-yyyy') ISSUE_DATE,b.DESCRIPTION TRAVEL_PURPOSE,CASE p.PLAN_TYPE WHEN '15' THEN 'Family' WHEN '16' THEN 'Individual' ELSE '' END as PLAN_TYPE,nvl(TRIM(TO_CHAR(nvl(p.CONTRIBUTION_AMOUNT,0), '999,999,999,999,999')),0) CONTRIBUTION_AMOUNT, to_char(p.START_DATE,'dd-Mon-yyyy') START_DATE, p.MOBILE_NO, p.FULL_NAME as PARTICIPANT_NAME, p.EMAIL, to_char(p.DATE_OF_BIRTH,'dd-Mon-yyyy') DATE_OF_BIRTH, to_char(p.DATE_OF_BIRTH,'dd/MM/yyyy') DATE_OF_BIRTH2, p.CREATED_BY as AGENT,R.address as AGENT_ADDRESS, p.PASSPORT_NO, c.COUNTRY_DESC DESTINATION,cc.COUNTRY_DESC DESTINATION2, p.CNIC_NO,p.NM_OF_DAYS as TENURE, p.ORG_ID,p.DOCUMENT_NUMBER, p.POLICY_NUMBER,(p.AGE_AT_ENTRY||' '||case P.AGE_TYPE whEN 'M' then 'Month' when 'Y' then 'Year' else '' End ) AS AGE from TRAVLE_POLICY_T p left join TRAVEl_PLAN_T tp ON p.PLAN=tp.TP_ID and p.ORG_ID=tp.ORG_ID AND P.BRANCH_ID=TP.BRANCH_ID left join country c on (c.COUNTRY_CODE=p.DESTINATION_COUNTRY) left join country cc on (cc.COUNTRY_CODE=p.DESTINATION2) left join TRAVEL_PLAN_PRICE_T pp on (tp.ORG_ID=PP.ORG_ID AND TP.TP_ID=PP.TP_ID AND P.NM_OF_DAYS=PP.NM_OF_DAYS) left join GEN_PARAM_SETUPHD_T a on p.ORG_ID = a.ORG_ID and a.SETUP_NAME = 'TRAVEL PURPOSE' AND a.APPLICATION_ID =12,12 Left join GEN_PARAM_SETUP_DTL_T b on a.ORG_ID = b.ORG_ID and a.APPLICATION_ID = b.APPLICATION_ID and a.SETUP_ID = b.SETUP_ID and p.TRAVEL_PURPOSE = b.ABBREVIATION left join GEN_PARAM_SETUPHD_T C on p.ORG_ID = C.ORG_ID and C.SETUP_NAME = 'Trip Type' AND c.APPLICATION_ID =12,12 Left join GEN_PARAM_SETUP_DTL_T D on c.ORG_ID = d.ORG_ID and c.APPLICATION_ID = d.APPLICATION_ID and c.SETUP_ID = d.SETUP_ID and pp.TRIP_TYPE = D.ABBREVIATION left join AGENT_REGISTRATION_T r on (r.USERNAME=p.CREATED_BY) WHERE p.ORG_ID='6,6' and p.POLICY_NUMBER='SIL/P/2024/12/10/Doc-005483' and p.BRANCH_ID=1?PNo=SIL/P/2024/12/10/Doc-005483,1 11/20/2024 1:54:50 AM: ORA-00903: invalid table name Oracle.ManagedDataAccess.Client.OracleException (0x80004005): ORA-00903: invalid table name at OracleInternal.ServiceObjects.OracleConnectionImpl.VerifyExecution(Int32& cursorId, Boolean bThrowArrayBindRelatedErrors, SqlStatementType sqlStatementType, Int32 arrayBindCount, OracleException& exceptionForArrayBindDML, Boolean& hasMoreRowsInDB, Boolean bFirstIterationDone) at OracleInternal.ServiceObjects.OracleCommandImpl.ExecuteReader(String commandText, OracleParameterCollection paramColl, CommandType commandType, OracleConnectionImpl connectionImpl, OracleDataReaderImpl& rdrImpl, Int32 longFetchSize, Int64 clientInitialLOBFS, OracleDependencyImpl orclDependencyImpl, Int64[] scnForExecution, Int64[]& scnFromExecution, OracleParameterCollection& bindByPositionParamColl, Boolean& bBindParamPresent, Int64& internalInitialLOBFS, Int64 internalInitialJSONFS, OracleException& exceptionForArrayBindDML, OracleConnection connection, IEnumerable`1 adrianParsedStmt, Boolean isDescribeOnly, Boolean isFromEF) at Oracle.ManagedDataAccess.Client.OracleCommand.ExecuteReader(Boolean requery, Boolean fillRequest, CommandBehavior behavior) at Oracle.ManagedDataAccess.Client.OracleDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at ZealERP.ZealFramework.Utils.DB.ExecuteQuery(String query, OracleParameter[] commandParameters, Boolean ExecuteSp, OracleCommand trans, Boolean PrintLog) 11/20/2024 1:54:50 AM: ORA-00903: invalid table name Oracle.ManagedDataAccess.Client.OracleException (0x80004005): ORA-00903: invalid table name at ZealERP.ZealFramework.Utils.DB.ExecuteQuery(String query, OracleParameter[] commandParameters, Boolean ExecuteSp, OracleCommand trans, Boolean PrintLog) at ZealERP.ZealFramework.Utils.DB.ExecuteQuery(String query) at ZealERP.ZealTakaful.Reports.TravelPolicy.TravelPolicySD.PrepareReport() 11/20/2024 1:54:50 AM: ORA-00903: invalid table name Oracle.ManagedDataAccess.Client.OracleException (0x80004005): ORA-00903: invalid table name at ZealERP.ZealFramework.Utils.DB.ExecuteQuery(String query, OracleParameter[] commandParameters, Boolean ExecuteSp, OracleCommand trans, Boolean PrintLog) at ZealERP.ZealFramework.Utils.DB.ExecuteQuery(String query) at ZealERP.ZealTakaful.Reports.TravelPolicy.TravelPolicySD.PrepareReport() 11/20/2024 2:06:23 AM: Invalid Credentials ZealERP.ZealFramework.Utils.ZealException: Invalid Credentials at ZealERP.ZealSecurity.Services.NewSecurity.UserService.ValidateUser(User record) at ZealERP.ZealSecurity.Services.NewSecurity.UserService.Login(String UserId, String password) at ZealERP.ZealTakaful.LoginNew.btnLogin_Click(Object sender, EventArgs e) 11/20/2024 2:06:23 AM: **************************** Error at Login Request for User Sufyan.Shaheen, Message: Invalid Credentials **************************** 11/20/2024 2:14:22 AM: Invalid Credentials ZealERP.ZealFramework.Utils.ZealException: Invalid Credentials at ZealERP.ZealSecurity.Services.NewSecurity.UserService.ValidateUser(User record) at ZealERP.ZealSecurity.Services.NewSecurity.UserService.Login(String UserId, String password) at ZealERP.ZealTakaful.LoginNew.btnLogin_Click(Object sender, EventArgs e) 11/20/2024 2:14:22 AM: **************************** Error at Login Request for User SUFYAN.SHAHEEN, Message: Invalid Credentials **************************** 11/20/2024 2:14:39 AM: Invalid Credentials ZealERP.ZealFramework.Utils.ZealException: Invalid Credentials at ZealERP.ZealSecurity.Services.NewSecurity.UserService.ValidateUser(User record) at ZealERP.ZealSecurity.Services.NewSecurity.UserService.Login(String UserId, String password) at ZealERP.ZealTakaful.LoginNew.btnLogin_Click(Object sender, EventArgs e) 11/20/2024 2:14:39 AM: **************************** Error at Login Request for User SUFYAN.SHAHEEN, Message: Invalid Credentials **************************** 11/20/2024 2:14:51 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 2:57:27 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 3:11:48 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 3:37:40 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 3:44:34 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 3:53:03 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 3:59:51 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 4:03:51 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 4:06:32 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 4:53:03 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 5:25:19 AM: Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. at ZealERP.ZealTakaful.ZealUtil.ZealReportRDLC.ExecuteReport(String ReportPath, NameValueCollection Form, ReportViewer ReportViewer1, HttpResponse Response) 11/20/2024 5:25:19 AM: Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. at ZealERP.ZealTakaful.ZealUtil.ZealReportRDLC.ExecuteReport(String ReportPath, NameValueCollection Form, ReportViewer ReportViewer1, HttpResponse Response) 11/20/2024 5:51:11 AM: Thread was being aborted. System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.AbortCurrentThread() at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at System.Web.HttpResponse.Redirect(String url) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 8:32:42 AM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 12:56:24 PM: Document Not Found ZealERP.ZealFramework.Utils.ZealException: Document Not Found at ZealERP.ZealTakaful.Services.Reports.ReportsService.GetAddressAndName(DocumentHeaderModelILAS doc, Boolean FromDocCache) at ZealERP.ZealTakaful.Reports.TaxCertificate.TaxCertificate.PrepareReport() 11/20/2024 12:56:24 PM: Document Not Found ZealERP.ZealFramework.Utils.ZealException: Document Not Found at ZealERP.ZealTakaful.Services.Reports.ReportsService.GetAddressAndName(DocumentHeaderModelILAS doc, Boolean FromDocCache) at ZealERP.ZealTakaful.Reports.TaxCertificate.TaxCertificate.PrepareReport() 11/20/2024 8:56:05 PM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 10:51:07 PM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 11:00:23 PM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 11:21:33 PM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e) 11/20/2024 11:55:32 PM: User email does not match with employee email ZealERP.ZealFramework.Utils.ZealException: User email does not match with employee email at ZealERP.ZealTakaful.Services.LeaveManagement.LeaveRequestService.GetEmployeeId(String orgId) at ZealERP.ZealTakaful.AppSelection.Page_Load(Object sender, EventArgs e)