Page 1 of 1

Migrating BuildOp Stages

Posted: Thu Aug 02, 2007 12:17 pm
by mateusz
Hello All,

I am trying to import a custom build op stage. However, I am attempting to automate the process and avoid using the manager to manually import and then compile the custom stage.

I am exporting all my jobs / custom stages into one .dsx files. When doing the exporting, I am including the executables.

To import into the new project, I am using the following command:

dsjob -import <PROJECT NAME> <DSX FILE> -OVERWRITE

When I try to run the process in the new project environment, I get the following error:

main_program: Could not locate operator definition, wrapper, or Unix command for "<BUILD OP CUSTOM STAGE NAME>"; please check that all needed libraries are preloaded, and check the PATH for the wrappers

I attempted to export ONLY the custom build op stage, and it seems that the dsjob -import command will only import the JOB exectuables.

Is there any way to import the custom build op stage into the new project environment without using the manage to manually import and generate?

Any help is greatly appreciated.

Thanks,
M