In business for people. PROSOFT HRMS RESOURCE BOOKING Configuration Guide
In business for people. Page 2Proprietary and Confidential Overview IIS Configuration ISAPI and CGI Restriction Run the application for the first time Maintain database & mapping Setup system admin
In business for people. Page 3Proprietary and Confidential IIS Configuration
In business for people. Page 4Proprietary and Confidential ISAPI & CGI Restriction
In business for people. Page 5Proprietary and Confidential Run the application for the first time
In business for people. Page 6Proprietary and Confidential Maintain database & mapping TableSQL Command Employee INSERT INTO RBSData..TblEmployee ( EmployeeCode, EmployeeName, DateJoin, DateResign, CompanyCode, DepartmentCode, LocationCode, , LoginCode, ContactNo) SELECT EmployeeCode, EmployeeName, DateJoin, DateResign, CompanyCode, DepartmentCode, LocationCode, , LoginCode, AddressPhone1 FROM..TblEmployee CompanyINSERT INTO RBSData..TblCompany ( CompanyCode, CompanyName, DateStart, DateEnd) SELECT CompanyCode, CompanyName, DateEffective, DateExpiry FROM..TblCompany DepartmentINSERT INTO RBSData..TblDepartment ( DepartmentCode, DepartmentName, DateStart, DateEnd) SELECT DepartmentCode, DepartmentName, DateEffective, DateExpiry FROM..TblDepartment LocationINSERT INTO RBSData..TblLocation ( LocationCode, LocationName, DateStart, DateEnd) SELECT LocationCode, LocationName, DateEffective, DateExpiry FROM..TblLocation Notes: is PROSOFT HR database located in the same SQL server
In business for people. Page 7Proprietary and Confidential Setup system admin
In business for people. Thank You!