Does anyone know the correct syntax for a command line to transfer data from a user library? I have the following and when I run in debug mode the File Transfer Module opens but I'd like this script to run from an executable. I'm trying to overlay my forecast submission with my actual data for a particular month. I have the library set to load all months but I am controlling the months to load by locking down the periods in Define items. I'd really like to use the Current Month to control my period to load but I haven't been able to get that to work either.
"C:\Program Files\Cognos\cer5\bin\lexwcmd.exe" /SYSTEM WD4_CM /MODULE TRANSFER /TYPE USERLIB /LIBRARY C:\WD4_CM\USERRPTS\__Libraries\OverlayActToFcstCY.tdl /ACTION TRANSFER /Debug
A quick look shows that you're missing /NI (for No Interface)