How to Import FDL and Interchanges into WSETUP
Article # 3039156 - Page views: 8
Issue
How to Import FDL and Interchanges into WSETUP
Solution
Command line could be used to import FDL and Interchanges into Wsetup.
- There is a Impfdl.exe in the Prog directory that performs this action
- Ensure the FDL and INT files are present the Prod directory
- Navigate to Prog dir in cmd and execute the below commands, where INFRR.FDL and CTMBATCH.INT are the files FDL and INT files
- The command to import a FDL is Impfdl.exe /FCMINFRR.FDL /I-
- The command to import an INT is Impfdl.exe /YCMMIFRR /ICTMBATCH.INT
- A batch file could also be written to import bulk FDLs and INTs
Sample -
set IMPFDL="C:\program files\optitrade confirm\flow\Prog\IMPFDL.exe"
pushd .
cd FDL
%IMPFDL% /FCMINFRR.FDL /I-
%IMPFDL% /FCMMIFRR.FDL /I-
%IMPFDL% /FCMTDETR.FDL /I-
%IMPFDL% /FCMTLEVR.FDL /I-
%IMPFDL% /FCMINFQR.FDL /I-
cd..
cd CMINFRR
%IMPFDL% /YCMINFRR /ICMINFRR.INT
cd CMINFQR
%IMPFDL% /YCMINFQR /ICMINFQR.INT
cd..
cd CMMIFRR
%IMPFDL% /YCMMIFRR /ICTMBATCH.INT
%IMPFDL% /YCMMIFRR /ICTMPRORT.INT
%IMPFDL% /YCMMIFRR /IEXP_BLIM.INT
%IMPFDL% /YCMMIFRR /ICMMIFRR.INT
%IMPFDL% /YCMMIFRR /ICMTDETR.INT
%IMPFDL% /YCMMIFRR /ICCM_BL.INT
popd
set IMPFDL=
pause
Level of Complexity
Moderate
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
Kofax Optitrade Confirm | 5.6 |
References
Add any references to other internal or external articles