Page 1 of 1

import jobs command

Posted: Tue Oct 21, 2008 2:12 am
by thumati.praveen
Hi,

By using the import command in unix we can import only the job executables.Is their any equalent command in windows to import the job with designs and executables.

I have 50 jobs in repository each have one dsx file in my local machine.I want import 50 jobs into new project.All at one time is their any command?


Thanks,
Pravin

Posted: Tue Oct 21, 2008 5:30 am
by DS_SUPPORT
dsimport (client exe) will import the job into the server. You can write a bat file and do the looping to import the jobs, or the simple way could be concatenate all the 50 jobs to a single dsx and import the concatenated dsx.

Posted: Tue Oct 21, 2008 7:31 am
by thumati.praveen
DS_SUPPORT wrote:dsimport (client exe) will import the job into the server. You can write a bat file and do the looping to import the jobs, or the simple way could be concatenate all the 50 jobs to a single dsx and import the concatenated dsx.
Hi,

Are you sure it will import both designs and executables?

Thanks,
Praveen.

Posted: Tue Oct 21, 2008 7:38 am
by DS_SUPPORT
dsimport will import a particular DSX file, if your dsx file has executables also, it will import it.