Search found 150 matches

by vinsashi
Thu Feb 25, 2010 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: viewlog
Replies: 4
Views: 1403

it showing status if job success then it showing finished like that .if i click on viewlog then it showing blank

Thanks
....
by vinsashi
Thu Feb 25, 2010 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: viewlog
Replies: 4
Views: 1403

viewlog

Hi,
my job compiled and run in designer.but in director if i see view log i am not getting anything page getting blank.any thing i have to enable i checked all but not getting

Thanks
by vinsashi
Wed Feb 17, 2010 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: falied when i am opening client components
Replies: 2
Views: 1126

falied when i am opening client components

hi,
I am working on version 8.0.1.Suddenly its not working .
facing this error:falied to authenticate the current user against the selected domain
could not connect to server(agax)on port[9080]
I have restarted services also but facing same problem

Thanks
by vinsashi
Tue Feb 09, 2010 5:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: week id misiing
Replies: 3
Views: 1191

Thanks to All
by vinsashi
Tue Feb 09, 2010 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: week id misiing
Replies: 3
Views: 1191

week id misiing

Hi,
in source data i have two fileds
weekid value
1 10
2 20
3 30
4 40
5 50
in some times i will get data like this in source some weekids wil miss
weekid value
1 10
3 30
4 40
5 50
so in output i need like this
weekid value
1 10
2 0
3 30
4 40
5 50
by vinsashi
Tue Feb 09, 2010 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding funnel
Replies: 4
Views: 2665

First give Table 2 link to funnel then give link table1 to funnel
and in funnel stage specify funnel type sequential(generally default is continous)

Thanks
vin..
by vinsashi
Fri Feb 05, 2010 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer not compiling
Replies: 7
Views: 4967

compileropt:-W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c Linkopt -s -W/dll -W/base:0x50000000 keep this two things for particular project (the job in which project) the second one is different with my code.After changing if transformer not compile then better to install visual studio dotnet 2003 then se...
by vinsashi
Wed Feb 03, 2010 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer not compiling
Replies: 7
Views: 4967

once check in administrator in project properties under that in environmetal variable
Parallel
-->compiler
--->APT_COMPILEOPT
---->APT_LINKOPT

can u post what you have values for this variables..

Thanks
vin..
by vinsashi
Wed Feb 03, 2010 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Seqfile to XML
Replies: 3
Views: 1091

Now its working
Thanks a lot eostic
......
by vinsashi
Wed Feb 03, 2010 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Seqfile to XML
Replies: 3
Views: 1091

Seqfile to XML

Hi, I have one seq file data like this D:\etl\source\product.txt pdid pdnm desc 100 100-ab hedroxide I have to turn this data load into an xml file. I have taken seqfile to xmloutput. I given output filepath (D:\etl\taget\pd.xml) and format. The job is running with out warning but xml file is not be...
by vinsashi
Thu Jan 28, 2010 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd stage
Replies: 1
Views: 938

scd stage

Hi, I have two recordss in source but in target i am getting 3records.sorce is dataset and refrence ,target are single table.i used scd stage for implementing scd2. my source is like custid custcrg custnm 100 aaa ibm 101 bbb csc in taget i am getting like this custsurid custid custcrg custnm effdt e...
by vinsashi
Fri Jan 22, 2010 1:24 am
Forum: IBM QualityStage
Topic: Error when Importing metadata from database
Replies: 1
Views: 1552

Error when Importing metadata from database

Hi,
in datastage when importing metadata from mysql through odbc tabledefination facing error
DSR.MetaGeta(GET.TABLES)(SQLFetch):BI Error
Thanks
by vinsashi
Wed Jan 20, 2010 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job sequnce in parallel
Replies: 2
Views: 1095

Job sequnce in parallel

Hi, I have one master Job Sequence it contains 15 jobsequnces in that.in this all are independend jobs.i kept all are in parallel in master sequnce.in that 14 job activities of outputs are in put for 15th job actvity in master sequnce.i kept parallelly 14 job actvities and connected to sequncer and ...
by vinsashi
Tue Jan 12, 2010 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to load a file from a URL using DataStage
Replies: 11
Views: 6392

Use FTP stage. give URL , username and password then define metadata,specify file format(delimeter and all)

Thanks
vin..