eMBS Post-Processed Data Scripts: --------------------------------- 1.) Make sure that the eMBSUpdtTUI.sh or eMBSUpdtTUI.bat and truncateFileFormat.class programs are in the bin directory. 2.) The following changes should get made to the eMBSUpdt.sh/eMBSUpdtTUI.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 "|" Shell - These records should be replaced by: UI LL FhlLoan FhlLoanUI 25000 1 "|" UI LLM FhlLoan FhlLoanUI 25000 1 "|" UI NLLD FnmLoan FnmLoanUI 25000 1 "|" UI NLLM FnmLoan FnmLoanUI 25000 1 "|" this record : TUI LL FhlLoan FhlLoanUI 25000 1 "|" TUI LLM FhlLoan FhlLoanUI 25000 1 "|" TUI NLLD FnmLoan FnmLoanUI 25000 1 "|" TUI NLLM FnmLoan 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