Search found 124 matches

by srinagesh
Wed Feb 22, 2006 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequencing
Replies: 8
Views: 2178

Thanx Criag,

I was developing almost on the same lines.

Quick Q! How do I get the DSLInkInfo for a link in the job.. and make sure of that in the Sequence ?
by srinagesh
Wed Feb 22, 2006 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequencing
Replies: 8
Views: 2178

Job Sequencing

Hi ! I have a load job that should be triggered when a row appears on the control Table. I am trying to write a control job which will call the load job. I am stuck at this place and I donot know how to go about this. The control job should monitor the control table (for the presence of row) every 1...
by srinagesh
Fri Feb 10, 2006 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while working with SAS datasets
Replies: 2
Views: 1521

Hi !

I put a "/" as suggested by you, by still it doesnt work.

I was talking to some other guys here and they were telling me that this was because SAS was not installed on the datastage server. Is this the case ? Should we have SAS and datastage to be on the same physical box ?
by srinagesh
Fri Feb 10, 2006 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while working with SAS datasets
Replies: 2
Views: 1521

Error while working with SAS datasets

Hi ! I am new to SAS connectivity with datastage. I have developed a small job (New Parallel Job using Datastage Server Edition 7.5.1A) to create a SAS dataset and am encountering this error. Please help me with this -Nagesh =================================== SAS_13,0: Program '/usr/sas/SAS_9.1/sas...
by srinagesh
Fri Jan 20, 2006 5:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Too many columns in a Record
Replies: 11
Views: 4767

We got a similar error before and we checked the , in the Source file stage, "supress row truncation warnings" (in the format tab) and Make the "Incomplete column" (in the columns tab) (for each element of the row, except the last one) as "Retain" Hope this helps Nagesh
by srinagesh
Thu Jan 19, 2006 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage with SAS
Replies: 0
Views: 456

Datastage with SAS

Hi ! We are trying to connect to SAS 9.1.3. We were told that to connect to SAS, the datastage server and the SAS server have to be in the same machine. I am not totally sure that this is true. We have an existing datastage server which, ideally, we would like to make use to create jobs. But install...
by srinagesh
Thu Jan 19, 2006 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage with SAS 9.1.3
Replies: 1
Views: 957

Datastage with SAS 9.1.3

Hi ! We are trying to connect to SAS 9.1.3. We were told that to connect to SAS, the datastage server and the SAS server have to be in the same machine. I am not totally sure that this is true. We have an existing datastage server which, ideally, we would like to make use to create jobs. But install...
by srinagesh
Mon Jan 16, 2006 11:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database Lookup
Replies: 3
Views: 961

Hi ! The problem is with defining the constraint Lookup (Singlerecord) | lnk2 | v Src(multiRecordTable) ----------> Transformer ---------------> Target lnk1 lnk3 What do I mention in the "KeyExpression" part of the lookup.
by srinagesh
Mon Jan 16, 2006 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database Lookup
Replies: 3
Views: 961

Database Lookup

Hi ! I am having a problem with the Lookups. Source File has 1 record (recordid) Lookup Table (RecordId, RecordName, RecordDetails) Target (File) I need to read the source file, lookup for values in the LookupTable where LookupTable.RecordId <= SourceFile.RecordID and populate the resultant rows in ...
by srinagesh
Mon Jan 16, 2006 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Terrible Performance due to log file
Replies: 25
Views: 12261

try altering the table by giving "nologging" option

Alter table Emp NoLogging;
(where emp is the name of the table)

This will definetly speed up the processing and will also avoid writing to the Oracle Logs.


HTH
Nagesh
by srinagesh
Wed Jan 11, 2006 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to change DS7 key, once it has expired !!!
Replies: 10
Views: 4470

is that a work around for all expired licences ;) :twisted:
by srinagesh
Mon Dec 19, 2005 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS question re: Spanish characters
Replies: 13
Views: 6820

Hi !

Sorry to hijack the thread.. But its a related query..

I think changes to the dsenv file will apply to all the projects.
Our datastage server hosts a number of projects, and I would like to apply these settings only to specific project.

Can this be done ?

Regards
Nagesh
by srinagesh
Mon Dec 19, 2005 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: errortable validations
Replies: 4
Views: 1366

SrcLink TargetLink Source ---------------------> Transformation ---------------------->Target | | ErrorLink V Error Table in the constraint on the ErrorLink you can either use TargetLink.Rejected or (SrcLink.Rangevalue < Minrange or SrcLink.RangeValue > MaxRange) or TargetLink.Dbmscode <> "&qu...
by srinagesh
Thu Dec 15, 2005 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem reading data from oracle through sql builder
Replies: 5
Views: 2304

I guess it has something to do with "fully qualified table name". The SQL query generated using SQL Builder might be Select <columns> From <schemaname>.<tablename> where <condition> and the table in that schema might not be having any data. I know that I am just speculating the cause of th...
by srinagesh
Tue Dec 13, 2005 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i call two subroutine functions after job finishes.
Replies: 4
Views: 1480

:-) Its very useful for me too...

Thanx
Nagesh