Search found 116 matches

by laxmi_etl
Thu Mar 15, 2007 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ISO-8859-1
Replies: 1
Views: 891

ISO-8859-1

Hi,

What is the meaning of below warning

APT_CombinedOperatorController,0: Invalid character conversion found converting to ISO-8859-1, substituting.

Thanks
by laxmi_etl
Tue Mar 13, 2007 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: type conversion
Replies: 8
Views: 1344

It is working.

Thanks
by laxmi_etl
Tue Mar 13, 2007 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: type conversion
Replies: 8
Views: 1344

If the record has 00000000 value in that field that I am supposed to conver to date then I have given the fallwoing function. If IsNull(DSLink9.A) Then 0 Else (StringToDate(DSLink9.A,"%yyyy%mm%dd")) but it is giving fallowing error while compiling. Invalid conversion requested while conver...
by laxmi_etl
Tue Mar 13, 2007 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: type conversion
Replies: 8
Views: 1344

In one way it's working.

I mean if the record has 20060303 that function is working
If the value is in 00000000 then it is giving **** value
by laxmi_etl
Tue Mar 13, 2007 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: type conversion
Replies: 8
Views: 1344

StringToDate(DSLink9.A,"%yyyy-%mm-%dd")
by laxmi_etl
Tue Mar 13, 2007 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: type conversion
Replies: 8
Views: 1344

type conversion

Hi, I am reading from a file and writing to another file. One of the fields need a string to date conversion I used the function String To Date conversion in the Transformer. When I use it it's giving out put ***** manner. What is the reason for it? Input data is 20061203 format output I need to get...
by laxmi_etl
Thu Mar 08, 2007 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: type conversion
Replies: 8
Views: 2303

Ok, source field data is in 20050503 (sting) format I want to convert it to timestamp.
Bisically I am getting ****** type of data in the output file for each and every record.

There are no nulls as you said.[/quote]
by laxmi_etl
Thu Mar 08, 2007 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: type conversion
Replies: 8
Views: 2303

You will get these kind of results if your source string field is converted properly into the timestamp format before conversion or there migght be nulls in your source string column. If there are nulls then check for nulls and then convert it into timestamp. Ok, source field data is in 20050503 (s...
by laxmi_etl
Thu Mar 08, 2007 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: type conversion
Replies: 8
Views: 2303

type conversion

Hi- I have one funny thing going on with my job. One of the fields in my job needs string to timestamp conversion for that I used the fallowing function. StringToTimestamp((DSLink5.SrcFileDt): "00:00:00","%yyyy-%mm-%dd %hh:%nn:%ss") This is working good. But when I use the same f...
by laxmi_etl
Thu Mar 08, 2007 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_Combined Operator Controller
Replies: 2
Views: 2521

APT_Combined Operator Controller

Hi-


What exactly this warning means

APT_CombinedOperatorController(0),0: Invalid character conversion found converting to ISO-8859-1, substituting.


Thanks.
by laxmi_etl
Wed Mar 07, 2007 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup
Replies: 13
Views: 7446

Nevermind.

It is working I used the fallowing
StringToTimestamp(Trim(DSLink77.B):" 00:00:00","%yyyy%mm%dd %hh:%nn:%ss")

That is working good.

Anyhow thankyou somuch for your help

Thanks. :)
by laxmi_etl
Tue Mar 06, 2007 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup
Replies: 13
Views: 7446

APT_CombinedOperatorController,0: Caught exception from runLocally(): APT_ParseError: Parsing parameters "%yyyy%mm%dd%" for conversion "timestamp=timestamp_from_ustring[%yyyy-%mm-%dd %hh:%nn:%ss](ustring)": APT_Conversion_String_TimeStamp: Invalid Format [%yyyy%mm%dd%] used for s...
by laxmi_etl
Tue Mar 06, 2007 10:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup
Replies: 13
Views: 7446

When I use this function the data(only two records) is going upto transformer and after that nothing is going to output file.
by laxmi_etl
Tue Mar 06, 2007 9:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup
Replies: 13
Views: 7446

Lookup key values is 1970-01-01 00:00:00
by laxmi_etl
Tue Mar 06, 2007 9:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup
Replies: 13
Views: 7446

DSLINK88 is connected to lookup stage. Ok I tried to write the output data to a file. by applying string to timestamp conversion function in the transformer for a field with char datatype to timestamp datatype but when I see the data of the field that I want to see as timestamp it was ****** in the ...