How to export Parameter Set using dsexport command

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
sathishmca
Participant
Posts: 43
Joined: Mon Mar 03, 2008 10:58 pm
Location: Chennai

How to export Parameter Set using dsexport command

Post 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
Sathish Bhojan
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Quite simply a Parameter Set is not a job, and there is no option in dsexport for exporting a Parameter Set.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sathishmca
Participant
Posts: 43
Joined: Mon Mar 03, 2008 10:58 pm
Location: Chennai

Post by sathishmca »

Thanks Ray.

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

Thanks,
Sathish
Sathish Bhojan
BI-RMA
Premium Member
Premium Member
Posts: 463
Joined: Sun Nov 01, 2009 3:55 pm
Location: Hamburg

Post 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.
"It is not the lucky ones are grateful.
There are the grateful those are happy." Francis Bacon
sathishmca
Participant
Posts: 43
Joined: Mon Mar 03, 2008 10:58 pm
Location: Chennai

Post 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
Sathish Bhojan
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
Post Reply