Search found 830 matches

by mandyli
Fri Sep 07, 2012 5:01 am
Forum: General
Topic: DataStage project creation error
Replies: 23
Views: 7919

Thanks

But I am not able to add any users via Engine credentials like

Ex:
------
Suite Users InfoSphere Information Server Engine Operating System
abc dsadm
dee dsadm
ccc dsadm


Thanks
Man
by mandyli
Thu Sep 06, 2012 12:23 pm
Forum: General
Topic: DataStage project creation error
Replies: 23
Views: 7919

Thanks Ray & ArndW After I have changed umask and folder permission Now I can able to create a project. But when I try to login to WEBconsole using dsadm id. I am not able to add any users. I am going WEBCONSOLE/ Domain Management under Engine Credentials and Open User Management. I am not able ...
by mandyli
Wed Sep 05, 2012 9:31 am
Forum: General
Topic: DataStage project creation error
Replies: 23
Views: 7919

Thanks Lot. The development parent folder like this. Dev ------ /opt/IBM >> ls -ltr drwxr-xr-x 12 root system 4096 Jul 13 15:55 InformationServer drwxrwxr-x 15 dsadm dstage 4096 Aug 20 10:12 IIS and umask value /opt/IBM>> umask 02 But in QA QA ----------- /opt/IBM ls -ltr drwxr-xr-x 13 root system 4...
by mandyli
Tue Sep 04, 2012 10:58 am
Forum: General
Topic: DataStage project creation error
Replies: 23
Views: 7919

DataStage project creation error

Hi

already we have setup 'dsadm' id at server level.

I am creating to new project using dsadm id but I am getting following error.

" Errors were detected that may prevent creation of project cars"

dsadm already part of dstage group.

Is this anything missing from rights?

Thanks
Man
by mandyli
Wed Aug 15, 2012 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile or generate the custom buildop
Replies: 5
Views: 2551

Hi chulett

Sorry I can able to view your reply part only.

Can you please make it as visible?


Thanks
Man
by mandyli
Wed Aug 15, 2012 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile or generate the custom buildop
Replies: 5
Views: 2551

Yes.

exactly I did same thing but still I am getting same error.


Thanks
Man
by mandyli
Tue Aug 14, 2012 8:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile or generate the custom buildop
Replies: 5
Views: 2551

How to compile or generate the custom buildop

Hi we are doing migration from Datastage 8.1 into 8.7 . I have migrated and imported custom buildop stages . When I try to generate I am getting following error. Operator Generation Failed ---------------------------------- buildop -f -BC /usr/vacpp/bin/xlC_r -BL /usr/vacpp/bin/xlC_r -C buildop -H b...
by mandyli
Tue Aug 14, 2012 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_STRING_PADCHAR
Replies: 5
Views: 3758

Hi 1st understand about APT_STRING_PADCHAR. Datastage CHAR fields are always padded to their full size and the environment variable that controls that is APT_STRING_PADCHAR. By default it is set to '0x00' (hex zeroes or low-values) which is what you are currently seeing. Add $APT_STRING_PADCHAR to y...
by mandyli
Mon Aug 13, 2012 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: main_program: Fatal Error: Could not connect to datasource
Replies: 2
Views: 2444

Hi

Are you trying to import metadata or using NZ stage?

Can you please let us know how and which stage are you using to read NZ data?


Thanks
Man
by mandyli
Wed Aug 08, 2012 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile the custom PX routine
Replies: 12
Views: 13748

Hi Wiles, Thanks Lot. Now I can able to compile the parallel routine outside datastage. The following process I have done for parallel routine compile C++ prgm Name/File Name = OBJTEST.cpp compiler = /usr/vacpp/bin/xlC_r compiler options = -O -q64 -c from Unix Command Line : /usr/acpp/bin/xlC_r -O -...
by mandyli
Thu Aug 02, 2012 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile the custom PX routine
Replies: 12
Views: 13748

Thanks Lot.

Can you please let me know how to compile from AIX server ?

And also How will I find out which C++ compiler is installed in our Datastage AIX server?


Thanks
Man
by mandyli
Thu Aug 02, 2012 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile the custom PX routine
Replies: 12
Views: 13748

Thanks James


Shall I use dscc command from client to compile the routine ?


dscc /h r101 /u fellp /p plaintextpassword dstageprj /R mybigjob


Thanks
Man
by mandyli
Wed Aug 01, 2012 8:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile the custom PX routine
Replies: 12
Views: 13748

Thanks wiles,

8.1 and 8.7 both are AIX unix same version v 6.1.

So I have imported from 8.1 to 8.7 but I didn't compile.

How will I compile parallel routine. Since I never used parallel routine and compiled too.

Thanks
Man
by mandyli
Wed Aug 01, 2012 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile the custom PX routine
Replies: 12
Views: 13748

Thanks lot.


Is there anything to compile after import or just copy .o and .so files from 8.1 server?


Thanks
Man