transformer compilation error

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
Aggie99
Participant
Posts: 54
Joined: Thu Sep 04, 2008 6:54 pm

transformer compilation error

Post by Aggie99 »

Can someone tell me what this error is about. I got it every time I use a Transformer stage. It shows when I compile the job.


##W IIS-DSEE-TOSH-00049 21:35:47(007) <main_program> Parameter specified but not used in flow: DSPXWorkingDir
##E IIS-DSEE-TBLD-00076 21:35:48(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256.
##E IIS-DSEE-TFSR-00019 21:35:48(001) <main_program> Could not check all operators because of previous error(s)


thx,
aggie
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Maybe due to missing or unconfigured c++ compiler.

Search for "compiler error"
Aggie99
Participant
Posts: 54
Joined: Thu Sep 04, 2008 6:54 pm

Post by Aggie99 »

Can you tell me where to get the c++ compiler and which ENV variables I need to update. What to update to?

I have installed Information Server 8.1 on win xp.

thx,
aggie
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You need to have installed the .NET C++ compiler before installing DataStage server.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Aggie99
Participant
Posts: 54
Joined: Thu Sep 04, 2008 6:54 pm

Post by Aggie99 »

Can I add the compiler after the fact?

I installed MS Visual Studio C++ 2008, but still have issues.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

No. That's why I used the word "before".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Aggie99
Participant
Posts: 54
Joined: Thu Sep 04, 2008 6:54 pm

Post by Aggie99 »

no problem. I am taking the step to uninstall and reinstall.
-aggie
Aggie99
Participant
Posts: 54
Joined: Thu Sep 04, 2008 6:54 pm

Post by Aggie99 »

hi guys,

I have my c++ compiler working.

This is what i ended up doing,

1) Downloaded .NET 2008 Visual Studio, installed it
2) uninstalled IIS
3) reintalled IIS
4) Add PATH to LIB and INCLUDE system variable (WIN)
5) do not need to change the APT_COMPILER_OPT and APT_LINKEROPT var.

All working now :)

thanks for all your lead...

Aggie
michaeld
Premium Member
Premium Member
Posts: 88
Joined: Tue Apr 04, 2006 8:42 am
Location: Toronto, Canada

Post by michaeld »

The problem with VC2008 express is that the cxx compiler doesn't know where the libraries are. So if you update the LIB and INCLUDE path then it will work. You do not need to reinstall anything.
Mike
Aggie99
Participant
Posts: 54
Joined: Thu Sep 04, 2008 6:54 pm

Post by Aggie99 »

thanks Micheal,

I was about to do that test to see if I could add c++ compiler after the fact by updating the LIB and INCLUDE path after I've reinstalled and it is working. Well, it's always a learning curve and i really appreciate your help.

aggie
dsusr
Premium Member
Premium Member
Posts: 104
Joined: Sat Sep 03, 2005 11:30 pm

Post by dsusr »

Hi Aggie,

Can you please tell me what need to be added in the LIB and INCLUDE variables of Windows because I have added the C++ library path i.e. "C:\Program Files\Microsoft Visual Studio\VC\lib" in both these variables but still the same issue is coming at my end.

Thanks in Advance
dsusr
sima79
Premium Member
Premium Member
Posts: 38
Joined: Mon Jul 16, 2007 8:12 am
Location: Melbourne, Australia

Post by sima79 »

The answer to your question can be found on the IBM web site: http://publib.boulder.ibm.com/infocente ... s_cpp.html
Aggie99
Participant
Posts: 54
Joined: Thu Sep 04, 2008 6:54 pm

Post by Aggie99 »

the link from Sima has the answer on what to update for LIB and INCLUDE path.


note: for .NET 2008, I used the .NET 2005 instruciton and it works.
Post Reply