Page 1 of 1

orchdbutil

Posted: Mon Feb 11, 2008 4:59 am
by ramesh_inform
what is the use of "orchdbutil" ?[:)]

Posted: Mon Feb 11, 2008 5:07 am
by ArndW
the orchestrate command "orchdbutil" is not normally called by users. It is called as part of the generated scripts that are run by DataStage jobs. You can call up "orchdbutil" from the command line to see the options, but be aware that it depends upon other settings and parameters as well.

Posted: Mon Feb 11, 2008 10:34 pm
by ray.wurlod
Primarily to import table definitions more accurately than plug-in stages do.

Posted: Mon Feb 11, 2008 10:36 pm
by ray.wurlod
Primarily to import table definitions more accurately than plug-in stages do.

Posted: Tue Feb 12, 2008 12:40 am
by jhmckeever
If I'm not mistake, 'orchdbutil' is what's invoked in the background when you right-click a table definition and select 'Import' -> 'Orchestrate Schema Definitions ...'

Anyone want to confirm/deny this?

Posted: Tue Feb 12, 2008 1:34 am
by ray.wurlod
Deny. It's not in the background - it's very much in the foreground, with only a wizard between you and it.

Posted: Tue Feb 12, 2008 5:39 pm
by jhmckeever
Thanks Ray -

I wanted confirmation that the wizard employs the orchdbutil utility. I suppose I should have phrased it along the lines of 'the wizard generates the orchdbutil command line for you'.

J.