Search found 8 matches

by lewap02
Sat Jun 07, 2014 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk orchestrate import of table definitions
Replies: 17
Views: 7480

I've dug into topic a bit deeper and understood one thing: orchdbutil will not make the import :oops: It will only show me the schema definition. Now, one of the approaches I came across is to parse the output of orchdbutil and save it in .dsx format. Then it can be imported using dscmdimport. It is...
by lewap02
Sat Jun 07, 2014 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk orchestrate import of table definitions
Replies: 17
Views: 7480

I've managed to get it running after putting dsenv at the beginning of the script. Thanks for that advice. One thing I need to figure out (I guess these are basics but I'm not strong with Linux) is why it does work only when I copy-paste the whole content of dsenv into my script. It doesn't work whe...
by lewap02
Sat Jun 07, 2014 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk orchestrate import of table definitions
Replies: 17
Views: 7480

By "as in outside of your script" You mean to type "orchdbutil ..." directly to the Linux command line? If yes then this is exactly what I do.
Before I put it into any script I want have it going for a single table and I'm running it from the command line.
by lewap02
Sat Jun 07, 2014 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk orchestrate import of table definitions
Replies: 17
Views: 7480

I see that I ain't got much choice. Ok, I can run script on the server directly. I started putting pieces together but now ran into something like (while trying to call orchdbutil): "(...) Could not find orchoracle on the library search path (...)". I do have path ...PXEngine/lib in LD_LIB...
by lewap02
Thu Jun 05, 2014 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk orchestrate import of table definitions
Replies: 17
Views: 7480

I found information which, I think, would be enough for me to create tool for mass orchestrate import but one thing stands in my way: it seems like orchdbutil is only on the server side. Do You know if one can run it from the client side? I would like very much to avoid any remote calls because it w...
by lewap02
Wed Jun 04, 2014 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk orchestrate import of table definitions
Replies: 17
Views: 7480

Could You give me a bit more detail? Of course I can get the list of tables with Java, that's not a problem, but do You know how to call orchestrate import from outside DataStage Designer (with appropriate set of parameters)?
by lewap02
Wed Jun 04, 2014 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk orchestrate import of table definitions
Replies: 17
Views: 7480

Thank You for Your answer.

One time I heard about some Java API for DataStage and I hoped that this could be the way - to write some Java app that would loop through database tables and call orchestrate import.
Do You know if it is possible? Or maybe this Java API is not meant for such purpose?
by lewap02
Wed Jun 04, 2014 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk orchestrate import of table definitions
Replies: 17
Views: 7480

Bulk orchestrate import of table definitions

Hello. The question is about DataStage Designer client. Is there any way to import many table definitions through orchestrate import (Import -> Table definitions -> Orchestrate schema import) "at once"? By "at once" or "bulk" I mean without importing every table separat...