Search found 20 matches

by Ankit
Mon Aug 11, 2008 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop - String to Decimal
Replies: 1
Views: 1252

Buildop - String to Decimal

Hi, I am trying to read all the fields from a flat file to a DB2 table. I have to read a decimal field from the flat file, but when I read it as Decimal, then all the rows where the value is null/blank are getting dropped while reading the file. Because of this, I am reading all the fileds as varcha...
by Ankit
Mon Jun 09, 2008 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: comparing the two dsx files
Replies: 6
Views: 2108

// Generated file to implement the C96V96S2_repos_cnt_DI_Stat_6_xfrm_DI_Stats_1 transform operator.

Is the line on the other side.
by Ankit
Mon Jun 09, 2008 12:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: comparing the two dsx files
Replies: 6
Views: 2108

I am sorry, I skipped the first 15 lines of the result to ignore the differneces in server name and modification date.

Thanks
by Ankit
Mon Jun 09, 2008 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: comparing the two dsx files
Replies: 6
Views: 2108

comparing the two dsx files

I need to commpare the dsx files in two different environment to check whether there is any difference beween the two jobs. In most cases, I am getting the difference only on one line which shows up in the transformer script as below - // Generated file to implement the C76C78C80C82C86C88C90C92C96V9...
by Ankit
Tue Jul 17, 2007 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column name Prefixed by a number.
Replies: 1
Views: 918

Column name Prefixed by a number.

We have got a table with one of the columns prefixed with a number.
we want to use that column name in the DB2 stage using a schema file.
But every we do an import the designer throws an error that a column name cannot be prefixed with the a numerical digit.

Is a work around possible ?
by Ankit
Thu Jun 14, 2007 12:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I am not able to compile my job ......pls urgent
Replies: 13
Views: 7650

Check if somebody in your team has got the director open and the current focus is on the said job(i.e if the said is job selected in the director at the moment).

If yes pls remove the focus and try again
by Ankit
Tue May 29, 2007 11:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs getting unscheduled.
Replies: 7
Views: 3258

We are using the same user for any scheduling or unscheduling purposes i.e. dsadm I am sure username is not at all a problem. Moreover it has nothing to do with viewing of schedule, but the schedule completely blows off. I think it is vital to inform you that we migrated our server from 7.1 to 7.5 a...
by Ankit
Tue May 29, 2007 2:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs getting unscheduled.
Replies: 7
Views: 3258

Our Server lies on Unix OS (HP-UX11.11) so definitely, Cron is being used.
But we schedule the job through Datastage scheduling UI provided in DS director.

We also saw the Cron Tab and the schedule is also no longer visible here as well.
by Ankit
Mon May 28, 2007 10:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs getting unscheduled.
Replies: 7
Views: 3258

Jobs getting unscheduled.

We are running Datastage server edition version 7.5.1.A

We schedule all our production datastage inerfaces through Datastage scheduler.

Strangely almost half of the datastage top level batches are getting automatically unscheduled.

Please can anybody suggest the cause or solution to this.

Regards
by Ankit
Fri May 11, 2007 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Job Parameters in SQL.
Replies: 11
Views: 3950

As Craig has pointed out, you can pass the id valuet down your link as a field in the row, then make that a Key field in your update stage. But still, if you need to use the job parameter for comparison in the where clause, you can set this parameter in the subroutine(using the DSSetparam) at the ru...
by Ankit
Thu May 10, 2007 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need to create dsn in unix
Replies: 2
Views: 1375

Re: need to create dsn in unix

I need to create a DSN in unix so that I could import table definitions from a remote source. If anyone knows please suggest how I could do it . Thanks First you need to create the ODBC connection(if it doesnt' already exists) in .odbc.ini file with all the connection details, then you need to the ...
by Ankit
Thu May 10, 2007 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error while connecting to AS400
Replies: 3
Views: 2639

chulett wrote:Special characters meaning this column name was the problem? 'I4SEQ#' :?
Yes Craig the column 'I4SEQ#' was the trouble.
by Ankit
Wed May 09, 2007 4:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error while connecting to AS400
Replies: 3
Views: 2639

The reason for hte attached problem was.
The version 7.5.1.A does not support special characters in the tables.

We had to install a more recent ODBC drivers (suffix - 222) and it solved our problem.
by Ankit
Sun May 06, 2007 4:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error while connecting to AS400
Replies: 3
Views: 2639

ODBC error while connecting to AS400

We have recently migrated Datastage server Edition engine from 7.1 to 7.5 on production and for few of the ODBC stages which were working fine earlier on UAT have given error on Production when connecting to AS400 source machine. The error message at Datastage end is as follows LoadIMSMITBON1PFromAS...
by Ankit
Tue May 01, 2007 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error updating As400 table in ODBC stage
Replies: 2
Views: 1402

Error updating As400 table in ODBC stage

We have recently migrated from 7.1 to 7.5 in the UAT. In UAT an ODBC stage is giving an error as follows (I can see from the logs that the same error was generated before migration as well but the problem is that for the same job it is not giving the error on production which is currently running on...