If you are unable to create a new account, please email bspsoftware@techdata.com

Author Topic: Command Line for Transfer of Data  (Read 8136 times)

cmoore

  • Guest
Command Line for Transfer of Data
« on: 30 Mar 2011 04:29:22 pm »
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



BrianM

  • Guest
Re: Command Line for Transfer of Data
« Reply #1 on: 26 Apr 2011 04:08:33 pm »
A quick look shows that you're missing /NI (for No Interface)