Datastage 8.0.1 installation problem in Windows

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
splayer
Charter Member
Charter Member
Posts: 502
Joined: Mon Apr 12, 2004 5:01 pm

Datastage 8.0.1 installation problem in Windows

Post by splayer »

I installed Datastage Server as follows:

1)Environment: Windows XP SP2
2)MS Visual C++ Express Edition
3)Datastage Information Server with DB2 as the repository

I cannot compile parallel jobs. I looked at some of the posts here and added (do I need to replace?) the lines for LIB and INCLUDE. I also copied the uuid.lib file from some site on the internet to the proper directory. Datastage complains that it is not a valid file.

My question is, Do I need to install things in this sequence?
1)Windows 2003 Server SP1 or SP2 as the OS
2)Internet Information Server
3)MS Visual Studio.NET (2003 or 2005) Enterprise Edition
4)Information Server

How do I get rid of the following error? I get the same error as this post:
viewtopic.php?t=112859&highlight=uuid.lib

Thanks to anyone who responds.
John Smith
Charter Member
Charter Member
Posts: 193
Joined: Tue Sep 05, 2006 8:01 pm
Location: Australia

Post by John Smith »

well for starters perhaps you should try not using the Express Edition of C++ Compiler?
splayer
Charter Member
Charter Member
Posts: 502
Joined: Mon Apr 12, 2004 5:01 pm

Post by splayer »

Then which compiler should I install?
srimitta
Premium Member
Premium Member
Posts: 187
Joined: Sun Apr 04, 2004 7:50 pm

Post by srimitta »

Microsoft Visual Studio 2003 will work.
Quality is never an accident; it is always the result of high intention, sincere effort, intelligent direction and skillful execution; it represents the wise choice of many alternatives.
By William A.Foster
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

The documentation will list the supported compilers. "Supported" as in "work with the product".
-craig

"You can never have too many knives" -- Logan Nine Fingers
Nagaraj
Premium Member
Premium Member
Posts: 383
Joined: Thu Nov 08, 2007 12:32 am
Location: Bangalore

Post by Nagaraj »

Btw are you trying to install both the server and client on windows.?
splayer
Charter Member
Charter Member
Posts: 502
Joined: Mon Apr 12, 2004 5:01 pm

Post by splayer »

Just the server. The client gets installed by deafult.
Nagaraj
Premium Member
Premium Member
Posts: 383
Joined: Thu Nov 08, 2007 12:32 am
Location: Bangalore

Post by Nagaraj »

ok something different...anyways.
splayer
Charter Member
Charter Member
Posts: 502
Joined: Mon Apr 12, 2004 5:01 pm

Post by splayer »

Can anyone tell me exactly what is required for a successful installation of Datastage 8.0.1 in a Windows environment? That is, what software and in what sequence? Thanks.
splayer
Charter Member
Charter Member
Posts: 502
Joined: Mon Apr 12, 2004 5:01 pm

Post by splayer »

I tried to set the followiing parameters for the project:

APT_COMPILEOPT -W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c
APT_COMPILE C:\PROGRA~1\MI9547~1\Bin\
APT_LINKER C:\PROGRA~1\MI9547~1\Bin\
APT_LINKOPT -s -W/dll -W/base:0x50000000

It complains about:
-W/EHa -DAPT_USE_ANSI_IOSTREAMS -c

When I remove all of it, I get the following error message:

##E IIS-DSEE-TFOP-00020 17:33:21(008) <transform> Error occurred during initializeFromArgs().
##E IIS-DSEE-TFAV-00209 17:33:21(009) <transform> Unrecognized argument:
-linker C:PROGRA~1MI9547~1Bin'
-linkopt '-s
##E IIS-DSEE-TCOS-00029 17:33:21(010) <main_program> Creation of a step finished with status = FAILED. (TestJob.Transformer_1)
Post Reply