Search found 358 matches

by loveojha2
Fri Jan 27, 2006 2:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Host name not valid (81011) error on offline laptop
Replies: 4
Views: 2312

When you are logging into the system, are you logging with omit option.
If yes then try logging with username and password.

by the way the error says host is unknown or can't be reached.
by loveojha2
Tue Jan 24, 2006 10:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Input link values as stored procedure arguments?
Replies: 12
Views: 4474

ray.wurlod wrote: So you try not to; manage the computation within DataStage using local variables and expressions, and you avoid the latency.
Ray can you please explain how this can be achieved through local variables and expressions.

Thanks in advance.
by loveojha2
Tue Jan 24, 2006 9:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row splitter , row merger, pivot stages
Replies: 7
Views: 2674

Your design should be like this Src--------->Tran1----------->Pivot------------->Tran2------------>Tgt_File In first transformer add one more column which will have @OUTROWNUM(this column would serve as a primary key to each row). Pivot stage will give you 5 rows for each row(@OUTROWNUM) In the seco...
by loveojha2
Tue Jan 24, 2006 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to print in next line
Replies: 8
Views: 3951

Char(10) is the linefeed character, try it.
by loveojha2
Mon Jan 23, 2006 9:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC stage - Column name with pound sign (#) not accepted
Replies: 17
Views: 16141

I did an experiment with User Defined SQL and it worked. (I tested it on SQL Server). My target table is like this create table Abc (a# int primary key,b# int,c# int) The Column names I used on the target link were a,b,c The User defined SQL I used INSERT INTO Northwind.dbo.Abc (a#,b#,c#) VALUES (?,...
by loveojha2
Mon Jan 23, 2006 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running of J_HASH_PS_BUS_UNIT_TBL_FS_CRM is not populating
Replies: 1
Views: 622

The job you are talking about wont populate the Hashed File, It is just for the creation of Hashed File(although can be used for clearing also).
by loveojha2
Mon Jan 23, 2006 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Order of Execution
Replies: 6
Views: 1308

Reject Link should not have a constraint.
If it does have one then all the records would get processed.
If it does not then only the rejected links would get processed.
by loveojha2
Mon Jan 23, 2006 12:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Order of Execution
Replies: 6
Views: 1308

Thank you very much so the constraints are executed in the rejected row not on the entire record set. No read my last post. For example let source data is 1 2 3 4 and on one link the constraint is inlink.Col<>2 and on the other link it is inlink.Col<>1 and the Rejected Flag is set for it then First...
by loveojha2
Mon Jan 23, 2006 12:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Order of Execution
Replies: 6
Views: 1308

Morethan that if the Constraint is anyway satisfied by a non rejected row, then also the row is selected on this particular link.
by loveojha2
Mon Jan 23, 2006 12:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Order of Execution
Replies: 6
Views: 1308

The constraint on the Link which handles Reject Rows is executed once the rows are rejected,
i.e,

First Rejection Flag indicates that this link will process Rejected Links, after that the corresponding constraint gets applied on the Rejected row.
by loveojha2
Sun Jan 22, 2006 9:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC stage - Column name with pound sign (#) not accepted
Replies: 17
Views: 16141

In such cases
We provide the column name in the derivation and use a different name for the datastage column name.

Like

Column Name | Derivation
PCLINE | PCLIN#E
by loveojha2
Thu Jan 19, 2006 10:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple User in a Single DataStage Project
Replies: 2
Views: 1072

The permissions to the datastage can only be given to the groups of users on your operating system, not to a specific user.
by loveojha2
Wed Jan 18, 2006 5:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To identify the months between first month and end month
Replies: 4
Views: 1607

I think you are talking about a range lookup :?:

Search the Forum with the term "range lookup".

Hope this is what you are looking for.
by loveojha2
Wed Jan 18, 2006 3:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id '<Missing or NULL
Replies: 3
Views: 6739

Looks like a key column into the Hashed file that should be not null is getting a NULL value.
by loveojha2
Mon Jan 16, 2006 9:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Aborts Due to Error Code = -14
Replies: 23
Views: 14141

Re: Sequencer Aborts Due to Error Code = -14

Hi, DS_MNP_MNP.20060117_031852.JobControl (DSRunJob): Waiting for job DS_MNP _MNP_XFM.20060117_031852 to start 77 WARNING Tue Jan 17 03:20:12 2006 DS_MNP_MNP.20060117_031852.JobControl (@JOB_DS_MNP_MMP): Controller prob lem: Error calling DSRunJob(DS_MNP_MNP_XFM.20060117_031852), code=-14 (...) Reg...