eMBS Post-Processed Data Scripts: --------------------------------- 1.) Make sure that the eMBSUpdtTUI.bat and truncateFileFormat.class programs are in the bin directory. 2.) The following changes should get made to the eMBSUpdt.bat script. Windows - This record should be replaced by: for %%f in (%downloaddir%\FHL_LL.ZIP) do call eMBSUpdtUI.bat %%f FhlLoan workdb..FhlLoanUI 25000 1 "|" for %%f in (%downloaddir%\FHL_LLM.ZIP) do call eMBSUpdtUI.bat %%f FhlLoan workdb..FhlLoanUI 25000 1 "|" for %%f in (%downloaddir%\*NLLD*.ZIP) do call eMBSUpdtUI.bat %%f FnmLoan workdb..FnmLoanUI 25000 1 "|" for %%f in (%downloaddir%\*NLLM*.ZIP) do call eMBSUpdtUI.bat %%f FnmLoan workdb..FnmLoanUI 25000 1 "|" this record : for %%f in (%downloaddir%\FHL_LL.ZIP) do call eMBSUpdtTUI.bat %%f FhlLoan workdb..FhlLoanUI 25000 1 "|" for %%f in (%downloaddir%\FHL_LLM.ZIP) do call eMBSUpdtTUI.bat %%f FhlLoan workdb..FhlLoanUI 25000 1 "|" for %%f in (%downloaddir%\*NLLD*.ZIP) do call eMBSUpdtTUI.bat %%f FnmLoan workdb..FnmLoanUI 25000 1 "|" for %%f in (%downloaddir%\*NLLM*.ZIP) do call eMBSUpdtTUI.bat %%f FnmLoan workdb..FnmLoanUI 25000 1 "|" * number of fields in table should be a numeric value like 64 or 60, etc. It represents the number of fields in the the table after the ugprade