Search found 3329 matches

by Sainath.Srinivasan
Tue Aug 18, 2009 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Mismatch using ODBC connector stage
Replies: 18
Views: 3525

I have used SQL Server in Windows PX Platform. Never had such issues with date. Try creating a dummy table with 2 columns - varchar and datetime. Pass same value (after typecast) to both and check the result. Also run an sql insert via SQL Server front-end rather than DataStage to verify the outcome.
by Sainath.Srinivasan
Tue Aug 18, 2009 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Lookup
Replies: 2
Views: 1037

Try to pass values which you are sure are present in lookups.

Did you check the format of data loaded?

Did you test in a stand-alone mode?

Provide sample values.
by Sainath.Srinivasan
Tue Aug 18, 2009 8:24 am
Forum: General
Topic: Timestamp conversion
Replies: 8
Views: 1689

What have you tried?

You already have the format. Use aa for AM/PM.
by Sainath.Srinivasan
Tue Aug 18, 2009 5:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job compiles but does not run
Replies: 10
Views: 5199

How did you attempt running the jobs ? Maybe you are only validating them.

Can you see any log?
by Sainath.Srinivasan
Mon Aug 17, 2009 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Mismatch using ODBC connector stage
Replies: 18
Views: 3525

What if you write in a sequential file or to peek ?
by Sainath.Srinivasan
Sat Aug 15, 2009 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project not visible from administrator client.
Replies: 4
Views: 2132

Did you delete the project after creation ?

Can you 'LOGTO' the project ?
by Sainath.Srinivasan
Fri Aug 14, 2009 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle substring /Datastage Metadata warning
Replies: 3
Views: 4091

What is the length of column defined in the stage ?
by Sainath.Srinivasan
Fri Aug 14, 2009 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parent child initial loading
Replies: 3
Views: 1031

Not sure what you are asking.

You must investigate your source systems to see what is available.
by Sainath.Srinivasan
Fri Aug 14, 2009 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deadlock or Timeout
Replies: 3
Views: 1636

Deadlocks in server job it not frequent. Maybe timeout.

Can you provide more information on what is being locked / timed out and find what activity is causing the deadlock ? Also bit of your design info will be useful.

Reading and writing alone will not cause deadlock.
by Sainath.Srinivasan
Thu Aug 13, 2009 2:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check Date value
Replies: 8
Views: 1794

The sample code provided by you checks for text value 'AB' in the column and not the date derivations you initiated this thread with.

PS : You must provide format mask for to_date() as DD-Mon-YYYY
by Sainath.Srinivasan
Thu Aug 13, 2009 2:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check Date value
Replies: 8
Views: 1794

Logic is assuming you are working with strings
by Sainath.Srinivasan
Thu Aug 13, 2009 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check Date value
Replies: 8
Views: 1794

Code: Select all

If inputDateStr = '01-DEC-9999' then Then defaultValue else nonDefaultValue
by Sainath.Srinivasan
Thu Aug 13, 2009 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP and adding new columns to flow
Replies: 18
Views: 10406

Insert one extra dummy column in the column generator stage and drop it in the modify.