Search found 68 matches

by sush26283
Mon Jan 30, 2012 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock error
Replies: 16
Views: 9907

deadlock error

I have a Job.source and target both sql server source--->transformer--->target when i run the job it gets aborted with the error message : Transaction (Process ID 65) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. sometimes it...
by sush26283
Fri Jan 27, 2012 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Not bounded length.
Replies: 2
Views: 1284

Fatal Error: Not bounded length.

I have a job simple source to target dump source--->transformer--->target both source and target are sql server. one of the columns for the table say COLUMN_A is defined as ntext in the sql server and on importing it into DS it is read as LongVarChar with length 2147483647. similar structure at the ...
by sush26283
Tue Dec 20, 2011 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NullToValue
Replies: 5
Views: 2124

Thanks you Eric, that was great help...I was able to resolve the issue with what you told me..Thank You SIR!!!! :D
by sush26283
Tue Dec 20, 2011 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NullToValue
Replies: 5
Views: 2124

chulett wrote:An empty string "" is not the same as null. Sounds like you need to explicitly check for that. ...
so what exactly do I need to do..
by sush26283
Tue Dec 20, 2011 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NullToValue
Replies: 5
Views: 2124

NullToValue

I have an issue need some insight.. i have a job with one of the source column as NOT NULL and its been targeted to a column that is also NOT NULL..the data coming in on that column shows blank, null spaces, I want to default those blank spaces to UNKNOWN. but when I use the NullToValue function, I ...
by sush26283
Fri Dec 09, 2011 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message at the end..dropping rows
Replies: 6
Views: 10420

Thanks Guys...I found out the mistake I was doing...apparently the derivation was a faulty one that i was doing.
by sush26283
Wed Dec 07, 2011 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message at the end..dropping rows
Replies: 6
Views: 10420

but so far in the design through out the flow there has been no error or warning...its only at this last step that the warning is coming up..i have also broken down the design in small steps to check for the warning but none..

what do you suggest me to do..

Thanks
by sush26283
Wed Dec 07, 2011 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message at the end..dropping rows
Replies: 6
Views: 10420

Warning message at the end..dropping rows

I have a job and I need some help in recognizing the warning message that am getting...the job runs and completes but at the last step after all the trasformation and joins when the data passes through the last transformer before it goes into the table a lot of rows are getting dropped. the log show...
by sush26283
Tue Dec 06, 2011 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data reading problem in .csv format
Replies: 5
Views: 2243

Put a reject link onto the Sequential File stage that is writing the file. Capture that in a Peek stage. It may be useful in a diagnostic sense. ... when i do the view data in sequestial file it gives me the following error.. ##E IIS-DSEE-TFOR-00089 15:13:03(000) <_ABORT_IDENT_,0> The runLocally() ...
by sush26283
Tue Dec 06, 2011 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data reading problem in .csv format
Replies: 5
Views: 2243

ray.wurlod wrote:Put a reject link onto the Sequential File stage that is writing the file. Capture that in a Peek stage. It may be useful in a diagnostic sense. ...
i just did that and all the data routed out of the sequential file and got rejected. i dont understand what could be wrong over here...
by sush26283
Tue Dec 06, 2011 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data reading problem in .csv format
Replies: 5
Views: 2243

data reading problem in .csv format

am trying to write data in a sequential file in .csv format to read the full data in an excell file...when i run the job, it completes successfully but when i open up the excel file, all i see is the columns and no data. can anyone please tell me where am going wrong.

thanks
by sush26283
Fri Dec 02, 2011 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get date from date time
Replies: 1
Views: 1150

how to get date from date time

i have the source column with date in the format of 2007-07-08 00:00:00.000 how can i get just the date from it and leave out the time part at the target column...
thanks
by sush26283
Wed Nov 23, 2011 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp
Replies: 2
Views: 1417

timestamp

Hi, I need to create a timestamp column in my target table (sql server), which will read data from source table (sql server) and datastage when run will create the timestamp on the target table. my question is while creating the column what has to be set as the attribute, datatype for the column. mi...
by sush26283
Thu Apr 21, 2011 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: month from date
Replies: 2
Views: 1425

chulett wrote:Link.TimestampField[6,2] ...
thanks Craig..issue resolved...
by sush26283
Thu Apr 21, 2011 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: month from date
Replies: 2
Views: 1425

month from date

how do I get just the month in output column from a date in the format yyyy-mm-dd

the source column in isn TIMESTAMP and the target is in INTEGER

thanks