DataStage runs on 32 or 64 bits ?

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
pierreroulph
Participant
Posts: 4
Joined: Mon Oct 06, 2003 2:16 am

DataStage runs on 32 or 64 bits ?

Post by pierreroulph »

I'm trying to compile my jobs using 64bits flags
DS is installed on UltraSparc III w/ Solaris 2.8

I am using the following compiler flags :

-xtarget=ultra3 xarch=v9b (SUNWspro)

I get an error message concerning liborchsun4.so

Are the DataStage lib compiled for a 32 architecture ?
Does any one have a clue on this

Thnx

PR
bigpoppa
Participant
Posts: 190
Joined: Fri Feb 28, 2003 11:39 am

DataStage runs on 32 or 64 bits ?

Post by bigpoppa »

This is an old problem. I don't remember the exact solution to the problem, but I think you need a new liborchsun4.o or the one you have needs to be symlinked to a different liborch. I'm sorry for not knowing the solution, but the good news is that if you call Ascential Support, they should be able to give you the right answer quickly.

- BP
dsguy1247
Premium Member
Premium Member
Posts: 33
Joined: Wed Feb 04, 2004 6:35 am
Contact:

Re: DataStage runs on 32 or 64 bits ?

Post by dsguy1247 »

pierreroulph wrote:I'm trying to compile my jobs using 64bits flags
DS is installed on UltraSparc III w/ Solaris 2.8

I am using the following compiler flags :

-xtarget=ultra3 xarch=v9b (SUNWspro)

I get an error message concerning liborchsun4.so

Are the DataStage lib compiled for a 32 architecture ?
Does any one have a clue on this

Thnx

PR
Hi,

I had the same problem when I installed DataStage. I was told by Ascential support that their libraries exist only for 32 bits.

You may want to confirm with Ascential.

Regards,
Rajeev
powerinmind2
Participant
Posts: 16
Joined: Wed Nov 26, 2003 5:42 am

Re: DataStage runs on 32 or 64 bits ?

Post by powerinmind2 »

Hi, Datastage isn't 64 bit architecture!!!
dsguy1247 wrote:
pierreroulph wrote:I'm trying to compile my jobs using 64bits flags
DS is installed on UltraSparc III w/ Solaris 2.8

I am using the following compiler flags :

-xtarget=ultra3 xarch=v9b (SUNWspro)

I get an error message concerning liborchsun4.so

Are the DataStage lib compiled for a 32 architecture ?
Does any one have a clue on this

Thnx

PR
Hi,

I had the same problem when I installed DataStage. I was told by Ascential support that their libraries exist only for 32 bits.

You may want to confirm with Ascential.

Regards,
Rajeev
Post Reply