Page 1 of 1

How to export Parameter Set using dsexport command

Posted: Thu Aug 02, 2012 10:12 am
by sathishmca
Friends,

Please help us in exporting a particular Parameter set from a project.

I have used below command,

DSExport /H=DEV01 /U=BSat /P=xxxxxx /JOB=GetDEFValues /XML SALES_DW C:\Documents and Settings\sathish\Desktop\samp.xml

It throws error like "Job GetDEFValues doesnot exist in the project"

Here my parameter set name is GetDEFValues.

Thanks in advance.

- Sathish Bhojan

Posted: Thu Aug 02, 2012 4:06 pm
by ray.wurlod
Quite simply a Parameter Set is not a job, and there is no option in dsexport for exporting a Parameter Set.

Posted: Mon Aug 06, 2012 5:38 am
by sathishmca
Thanks Ray.

Is there any other way to export a parameter set as xml format?

Thanks,
Sathish

Posted: Mon Aug 06, 2012 9:50 am
by BI-RMA
Use standard Export-facilities from DS-Designer and choose your Export-format as XML.

Or use the istool command either from the command line or from Information Server Manager to create a package. These are also in XML-format.

Posted: Tue Aug 07, 2012 2:43 am
by sathishmca
Since, i need to export it from command line, i have used dsexport.

Still, i could not able to export jobs/parameter sets in xml format using istool.

Please suggest.

Thanks,
Sathish

Posted: Tue Aug 07, 2012 4:01 am
by ArndW
ray.wurlod wrote:Quite simply a Parameter Set is not a job, and there is no option in dsexport for exporting a Parameter Set.