Search found 281 matches

by snassimr
Tue Jun 14, 2005 5:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update action in ODBC stage
Replies: 2
Views: 761

Update action in ODBC stage

Hi !

I want to choose Replace Existing rows Update I see in View SQL the SQL generated with clause where in delete statement .
But how I can define the Where clause ?

I cant edit the SQL generated
by snassimr
Sun Jun 12, 2005 6:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Target database insert errors
Replies: 3
Views: 1631

Target database insert errors

I need help ! During insertion of rows to target I get errors . Primary key violation , datatype mismatch ... . I want to catch these error's rows and put to another table and may be create some metadata with DBMS code error. How to do these ? For example, I see that 1000 rows are go into final odbc...
by snassimr
Thu Jun 09, 2005 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Partitioner
Replies: 4
Views: 953

Yes . Only two values
by snassimr
Thu Jun 09, 2005 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Partitioner
Replies: 4
Views: 953

Link Partitioner

Hi !

I want to split one source table to two tables according to column and specific value of this column . Suppose , if the column value is 1 load it to Target 1 and if 2 load to target 2.

If The Link Partitioner will help me ?
by snassimr
Thu Jun 09, 2005 3:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Search Multiple Rows from Hash File
Replies: 2
Views: 666

Search Multiple Rows from Hash File

My hash file contains four fields with two keys. If I link my primary table to hash file there multiple rows are returned . In these rows i need to check third field of hash file and depend on it enter the fourh value from hash file to target table. How I can do it ? If hash file appropriate for thi...
by snassimr
Thu Jun 09, 2005 3:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connection Name as JOb Parametr
Replies: 3
Views: 893

How I can to enter Name of ODBC connection into JOB PARAMETR ?
by snassimr
Wed Jun 08, 2005 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connection Name as JOb Parametr
Replies: 3
Views: 893

ODBC Connection Name as JOb Parametr

Help me , please !

Can I use in ODBC stage JOB PARAMETR that contain name of ODBC Connection in WINDOWS System DSN ?
by snassimr
Wed Jun 08, 2005 2:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector Question
Replies: 1
Views: 1077

Link Collector Question

I connect to Link Collector Three Input Links from Three Transformers
and get error during compilation :

"Link Collector doesnt support in-process active-to-active inputs or outputs..."

What does it mean ! And From What I can link multiple Links To Link Collector ?
by snassimr
Wed Jun 08, 2005 12:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Triggers of Job Activity
Replies: 1
Views: 651

Triggers of Job Activity

Hi !

I want to do Custom Trigger in Job Activity That Terminates the sequence if There are were Failed OR Warning

How I can to combine this . What @JobStatus For these two cases ?
by snassimr
Tue Jun 07, 2005 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector Stage
Replies: 2
Views: 704

Link Collector Stage

Hi !

I want to get data from three different ODBC stages throuth transformers and to collect them all to ODBC target stage. In three transformers I need to get same metadata from target ODBC stage and Use Link Collector.

Will it work ?
by snassimr
Tue Jun 07, 2005 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row Merger Question
Replies: 3
Views: 1214

Row Merger Question

Hi !

I want to ask people that have used RowMerger or RowSpliter
Where there are help you?
by snassimr
Thu Jun 02, 2005 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to compare two dates in DS format SQL.SMALLDATETIME
Replies: 6
Views: 1656

I want to get that '2000/01/01' is greater (later) then '1999/01/01'
by snassimr
Thu Jun 02, 2005 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to compare two dates in DS format SQL.SMALLDATETIME
Replies: 6
Views: 1656

How to compare two dates in DS format SQL.SMALLDATETIME

I want ot compare to dates 1999/01/02 and 2000/01/02 and the answer that i get is wrong
by snassimr
Thu Jun 02, 2005 2:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SmallDateTime in MS SERVER
Replies: 1
Views: 657

SmallDateTime in MS SERVER

Hi , I pass to MS SERVER smalldate time in format yyyy-mm-dd but i get error : [DataStage][SQL Client][ODBC][Microsoft][ODBC SQL Server Driver][SQL Server]The conversion of char data type to smalldatetime data type resulted in an out-of-range smalldatetime value. yyyy-mm-dd is the format for SQL.SMA...
by snassimr
Thu Jun 02, 2005 2:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting binary data
Replies: 2
Views: 799

Converting binary data

Hi !

I need to know how to convert data defined by DS as binary to varchar and smalldate time of MS SQL Server