is it possible without c++comiler istllation of ds 8.5 ?

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

is it possible without c++comiler istllation of ds 8.5 ?

Post by esivaprasad »

Hi,
We are planning to install 8.5 version, is it good to proceed installation without installation c++ compiler?my question is , if we proceed to instal 8.5 without c++ compiler, once installation of 8.5 completed,then we can install c++ compiler. is it adviceble or not . we are using SUN SOLARIS 5.10.

Please advice on c++ compiler for 8.5 installation and let me know if you need any more details.
Siva
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

C++ compiler is a pre-requisite. Check the below link for details.

http://www-01.ibm.com/support/docview.w ... wg27018816

As stated by you, you will install C++ compiler after installing 8.5, why not before ?
Arvind
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

Thank you for provided information.
As per client standrard , we donot do install another than datastage in that server.
Present that team is busy with some other urgent issues. so i asked to clarify my doubt.

Thank you very much for your information.
Siva
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

While I believe that you can install the compiler after you install DataStage, the best thing to do would be to install the compiler first so the DataStage installer can find it and configure things properly. Afterwards, that configuration becomes more... manual.
-craig

"You can never have too many knives" -- Logan Nine Fingers
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

Thank you very much Craig for information.
ok we will install c++ compiler then start ds 8.5.
Siva
BI-RMA
Premium Member
Premium Member
Posts: 463
Joined: Sun Nov 01, 2009 3:55 pm
Location: Hamburg

Post by BI-RMA »

Sure, a C++ Compiler is a prerequisite to IS 85, but You should only need it to compile parallel jobs.

It should be possible to run a production environment without a compiler if You only import precompiled objects to the server.
"It is not the lucky ones are grateful.
There are the grateful those are happy." Francis Bacon
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You only need it to compile certain kinds of parallel jobs, for example ones with a Transformer in them. Also been assuming we're talking about a development environment, you are correct in that one may not be required outside of development depending on what exactly is exported.
Last edited by chulett on Mon Nov 28, 2011 7:37 am, edited 1 time in total.
-craig

"You can never have too many knives" -- Logan Nine Fingers
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

Hi,
Thank you very much for information.
We have all server jobs which we migrating from 7.5.3 version to 8.5.
in this case we require c++ compiler for compile server jobs?
Please suggest on this.
Siva
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

esivaprasad wrote:we require c++ compiler for compile server jobs?
No.
-craig

"You can never have too many knives" -- Logan Nine Fingers
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

The only thing you need a compiler for is the Transformer stage in parallel jobs. Your existing Server Jobs will be fine without it but you will find it difficult to migrate the long running Server Jobs to parallel jobs without a compiler.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That and Build stages.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply