Search found 19 matches

by IBMDS
Fri Aug 15, 2008 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TeraData EE
Replies: 1
Views: 1153

TeraData EE

When i try to extract data from teradata view with ODBC stage, its running without any problem, the same one view running with TeraData Enterprise stage its giving the following error.

APT_TeraGenericQuery: not prepared

Thanks in Advance
IBMDS
by IBMDS
Tue Aug 05, 2008 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loop the job
Replies: 3
Views: 1920

Thanks Chulett,

Yes i need looping structure.
I would like to process all the dates within the quater. each time it has to process 90 days records.
can you please expalin with more details.
how to do it in sequencer job.

Thanks
IBMDS
by IBMDS
Tue Aug 05, 2008 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loop the job
Replies: 3
Views: 1920

loop the job

In select statement i have to pass the parameters dynamically and its need to run through loop. dynamic sql where row_eff_date between #start_date# and #end_date# first time it needs to run from the start_date = 20050101 and end_date = 20050331 second time : 20050401 to 20050630 like this i have to ...
by IBMDS
Mon Jun 16, 2008 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: assing values
Replies: 3
Views: 1541

assing values

how to assign '1' for minimum line number and all the remaining line numbers to '0'.

I have to derive the column 3 based on the column1 and column2

Column1 column2 column3
100 1 1
100 2 0
100 3 0
100 4 0


Thanks
by IBMDS
Fri Mar 28, 2008 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with double quotes
Replies: 2
Views: 1693

problem with double quotes

I am extracting data from comma and quote separted sequential file. for some of records the format like this and these records are dropped because of the following warning sff_XYZ,0: Field " XYZ_IND " has import error and no default value; data: {1 1 1 1 1 1 1 1 1 1}, at offset: 90 I verif...
by IBMDS
Mon Mar 24, 2008 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation taking long time
Replies: 5
Views: 2871

This time its compiled very fast less than 1 minute. Thanks you all for the help.

Thanks
by IBMDS
Mon Mar 24, 2008 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation taking long time
Replies: 5
Views: 2871

There are no process running on server. we have two nodes.

I verified with ps -ef | grep osh command.

Here is the design:

Sequential file -----> Transformer -------> Teradata(table)

in transformer checking for the len(trim(column1) = 0 then setnull() Else trim(column1)

Thanks
IBMDS
by IBMDS
Mon Mar 24, 2008 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation taking long time
Replies: 5
Views: 2871

compilation taking long time

Hello, i am extracting data from sequential file(comma delimiter), it contains 120 columns. I am checking the (if Len(trim(column1)) = 0 then setnull() else trim(column1)) for all the 120 columns. The compilation is taking almost 20 minutes sucessfully. why its taking long time?, is there any possib...
by IBMDS
Fri Mar 14, 2008 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading float value
Replies: 9
Views: 5809

I imported table using plug-in metadata definition. its float and i verified the table(show table in teradata). its defined as float.

Thanks
IBMDS
by IBMDS
Fri Mar 14, 2008 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading float value
Replies: 9
Views: 5809

The source data looks like this

0.0302841
0.143932
0.044229
0.0474514
0
0.099517
0.00209654


Thanks
IBMDS
by IBMDS
Fri Mar 14, 2008 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading float value
Replies: 9
Views: 5809

In teradata table, its float and in DataStage also defined as float
by IBMDS
Fri Mar 14, 2008 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading float value
Replies: 9
Views: 5809

loading float value

I am extracting data from sequential file and load into Teradata table, In table one column datatype is 'float'. Here I am getting the following error. Error when checking operator: Type mismatch for field 'RSK_NO'. Fatal error. Teradata_Enterprise_241: Error when checking operator: Input record and...
by IBMDS
Tue Mar 04, 2008 1:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Files
Replies: 4
Views: 2166

by IBMDS
Tue Mar 04, 2008 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff. Node pool vs Node map
Replies: 1
Views: 1383

Diff. Node pool vs Node map

What is the difference between 'Node pool and resource constraints' vs 'Node Map constraints'.

Thanks
IBMDS
by IBMDS
Mon Mar 03, 2008 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executing orchadmin commands
Replies: 1
Views: 1003

executing orchadmin commands

when i try to run the orchadmin command in Sunsolaris..... I am getting the following error.

$ orchadmin check
ld.so.1: orchadmin: fatal: liborchgeneralsun4.so: open failed:
No such file or directory
Killed

Thanks
IBMDS