Search found 77 matches

by MOHAMMAD.ISSAQ
Tue May 13, 2008 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange error while loading through ODBC
Replies: 4
Views: 1661

The problem is resolved i increased the array size..
by MOHAMMAD.ISSAQ
Tue May 13, 2008 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange error while loading through ODBC
Replies: 4
Views: 1661

But the problem is datastage is propely loading data into the table but it's throwing such warnings.

I inserted data at the database level also it's working properly.
by MOHAMMAD.ISSAQ
Tue May 13, 2008 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange error while loading through ODBC
Replies: 4
Views: 1661

Strange error while loading through ODBC

I'm working on Datastage 7.5 with Sybase as the Database. I'm using an ODBC stage to load data into the sybase table. It's properly loading data into it but on the link it's showing as "0 rows,0 rows/sec". But in director this warning is coming: ********************************************...
by MOHAMMAD.ISSAQ
Thu May 08, 2008 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Date columns
Replies: 16
Views: 7207

It's already enabled...
by MOHAMMAD.ISSAQ
Thu May 08, 2008 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Date columns
Replies: 16
Views: 7207

It's already enabled...
by MOHAMMAD.ISSAQ
Thu May 08, 2008 5:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Date columns
Replies: 16
Views: 7207

I given the DATE column as key also but still the output is same. I think in sequential file stage the key has no significance. I'll explain the job in detail say:My job has one Input and Ouput sequentail file stage in between one sort stage is present which is sorting the DATE column. I have three ...
by MOHAMMAD.ISSAQ
Wed May 07, 2008 11:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Date columns
Replies: 16
Views: 7207

This is a sort tried only with 10 records with no NULL values.

Is there in a format we need to follow while sorting DATE columns.

Arndw,
Could you please tell me what're the settings you've put while sorting?


Please provide pointers to this...
by MOHAMMAD.ISSAQ
Wed May 07, 2008 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Date columns
Replies: 16
Views: 7207

Sorry for not providing all the information. Yes you're correct i'm using a sequential file stage at input and ouput, and a sort stage in between. I have only one job.The output of the file is nowhere used.. Could you pls tell me why it's not displaying the DATE column data? And one more thing you'v...
by MOHAMMAD.ISSAQ
Wed May 07, 2008 5:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Date columns
Replies: 16
Views: 7207

First of all thanks for the reply. At the Input file stage(sequential file stage) the SQL type is DATE i've changed it to VARCHAR, similarly for the Output file stage i've change SQL type to VARCHAR from DATE. If DATE type is not there in server jobs then "What's this?" I didn't understand...
by MOHAMMAD.ISSAQ
Wed May 07, 2008 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Date columns
Replies: 16
Views: 7207

Sorting Date columns

I have a job where i'm soring a DATE column using sort stage.
The job is running fine but the sort column(DATE column) is blank at the output.

When i change the datatype to VARCHAR the output is fine.

Can anyone pls tell me what's the problem with DATE columns?

Pls provide pointers to this..
by MOHAMMAD.ISSAQ
Sat May 03, 2008 12:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Connect to Oracle through ODBC...
Replies: 3
Views: 2273

First of all thanks for the reply... The contents of odbc.in file are :- "[ODBC Data Sources] DB2 Wire Protocol=DataDirect 4.2 DB2 Wire Protocol Driver dBase=DataDirect 4.2 dBaseFile(*.dbf) Informix=DataDirect 4.2 Informix Informix Wire Protocol=DataDirect 4.2 Informix Wire Protocol Oracle=Data...
by MOHAMMAD.ISSAQ
Fri May 02, 2008 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Connect to Oracle through ODBC...
Replies: 3
Views: 2273

Unable to Connect to Oracle through ODBC...

I tried to connect to the Oracle Database through ODBC stage but it's throwing as error as
"SQLSTATE=78,CODE = 0,[Datastage][SQL Client][ODBC] 523 76"

I configured the uvodbc.config file also, but still the same error.

Please provide pointers to this...


Thanks in advance...
by MOHAMMAD.ISSAQ
Tue Apr 22, 2008 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pass the log event details to a file?
Replies: 2
Views: 1476

How to pass the log event details to a file?

I've used this command in a routine "SummaryArray = DSGetLogSummary(JHandle, DSJ.LOGWARNING, StartTime, EndTime, MaxNumber)" It's working fine.The event details are stored in "SummaryArray", i want to pass the contents of "SummaryArray" to a file in Unix. I've used the ...
by MOHAMMAD.ISSAQ
Tue Apr 22, 2008 2:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Log file
Replies: 3
Views: 1786

Thanks ray...
I want to use a "routine" for that.
I searched on the forum but i end up with no results..
Maybe i'm not using the correct keywords.

Could you please tell me the keywords...


Pls help me out ray...
by MOHAMMAD.ISSAQ
Tue Apr 22, 2008 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Log file
Replies: 3
Views: 1786

Reading Log file

I've a requirement where i need to pass the contents of the log file of the last job ran to some text file.After passing to it i have to count the number of warnings present in the text file.

Just i want the contents of the last job ran not others...

Please provide pointers to this...