BuildOp Import/Export

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
benny.lbs
Participant
Posts: 125
Joined: Wed Feb 23, 2005 3:46 am

BuildOp Import/Export

Post by benny.lbs »

I would like to know if there is any way to export an executable BuildOp and then import to another project or machine.

I have tried to use Manager Export, but it seems that it can only export the source, need to export the table definition too, and then need to be re-generated in the new project or machine. However, in our production machine, C++ compiler was not installed and will not be installed.

Any alternative ?

Thanks in advance !
benny.lbs
Participant
Posts: 125
Joined: Wed Feb 23, 2005 3:46 am

Post by benny.lbs »

Problem solved, FYI

The workaround is to copy the file generated in the buildop folder (project folder) into the target project accordingly.

Only copy the operator file (*.o) and definition file (operator.apt) is enough.
Post Reply