Search found 34 matches

by Vishvas
Tue Jan 31, 2006 11:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job hang
Replies: 4
Views: 2523

Job hang

I have a job that reads from a sequential file and load them in to teradata. The job hangs without any error. The only indication is that a coredump (produced by uvsh) is produced at the unix level. The only way is to stop the job and start it again. If you start it again, then the job works properl...
by Vishvas
Wed Sep 21, 2005 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phone_Number MATCHES '3N1X3N1X4N'
Replies: 5
Views: 2884

Its a pattern matching string. So the match will happen only if the phone number has 3 Numeric chars, 1 alpha numeric char, 3 Numeric chars, 1 alpha numeric char & 4 Numeric chars (i.e. 920-845-5403, etc.)
by Vishvas
Mon May 09, 2005 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting the status manually
Replies: 2
Views: 948

Setting the status manually

I have a transformer routine. the requirement is that the transformer should identify the status of the function and it should abort if necessary. That is I will set some status inside the routine and the transformer should behave depending on that status. Similar to other inbuilt functions where th...
by Vishvas
Mon Feb 28, 2005 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Teradata API
Replies: 6
Views: 1808

The error was

"ITRPrepareTPUMP_event..T_ref_remas_DPEE: CLI2: NOSESSION(304): Specified session does not exist.
ITRPrepareTPUMP_event..T_ref_remas_DPEE.DSLink1: DSP.Open GCI $DSP.Open error -100."

Now after enabling NLS, it works properly.

Thanks,
Arun
by Vishvas
Mon Feb 28, 2005 5:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Teradata API
Replies: 6
Views: 1808

I found out the actual problem. The problem is with NLS setting. NLS is mapped to "NONE".

As per the documentation, if NLS is NONE, then none of th stage will read string data.

Regards,
Arun
by Vishvas
Mon Feb 28, 2005 5:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Teradata API
Replies: 6
Views: 1808

I tried useing a sequential file, but its not working.

Yah the hash file is empty. Even I am not able to view the data from the Teradata API stage.

Regards,
Arun
by Vishvas
Mon Feb 28, 2005 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Teradata API
Replies: 6
Views: 1808

Problem with Teradata API

Hi, I am reading a table from taradata using Taradata API and loading the data into a hash file. When I run the job, it keeps on running without reading the table or loading the hash file. One of the columns in the table is a varchar column. If I remove the column from the select list, the job works...
by Vishvas
Tue Oct 12, 2004 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with typecasting in BuildOps
Replies: 0
Views: 782

Problem with typecasting in BuildOps

I was trying to generate a build op, which gives you the sum of the values in a decimal column. I could not save that value in a float variable. float a; a=indata1.col1; It throws the following error during compilation. "Illegal types associated with operator '+': 'float' and 'const class APT_D...
by Vishvas
Sun Sep 19, 2004 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clean up resources option of DataStage Director not working
Replies: 7
Views: 10787

If you have killed the process from UNIX, you won't get the process id. There will be only one entry named unavilable. If you want to release these kind of locks, you have to use unlock command. The syntax is UNLOCK [NODE node [USER user.number [FILE pathname [DEVICE device.number [INODE i.node.numb...
by Vishvas
Tue Sep 14, 2004 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Target Stage
Replies: 1
Views: 1956

External Target Stage

Hi,

From the documentation, I learnt that External Target Stage is mainly used to interface with databases that are not supported by DS.

But we have to specify the name of the program. I don't know what they mean by a program and what it will do?

Can any one explain this?

Arun
by Vishvas
Tue Sep 07, 2004 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Oracle Enterprise PlugIn
Replies: 1
Views: 1469

Problem with Oracle Enterprise PlugIn

The problem is that when I try to use the Oracle Enterprise stage to view data on the PX side , I get the following response: Error executing View Data command: ********** >##E TOSH 000000 17:36:38(002) <main_program> Error loading "orchoracle": Could not find "orchoracle" on the...
by Vishvas
Fri Jul 09, 2004 6:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Underlying process in running a job
Replies: 1
Views: 776

Underlying process in running a job

The DataStage server uses a combination of the UNIX at and cron system commands to provide flexible job scheduling. In the same way can someone give me information about the combination of commands used for triggering a server job.
by Vishvas
Wed May 26, 2004 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem reading ISAM file using CFF
Replies: 0
Views: 444

Problem reading ISAM file using CFF

Hi: I use CFF plugin to read an ISAM file. However it does not read the data correctly once it comes across a COMP field. I have a field XXX PIC 9(6) COMP. I edit the metadata and set this. The length of the column is 6. The Storage for the above field is 4. I am not able to change this to 6 as this...
by Vishvas
Mon Feb 02, 2004 2:06 am
Forum: General
Topic: Parameters in Datastage Sequences
Replies: 6
Views: 6735

But please make sure that you are not using sequence stage. This stage will not probagate the return values of the routine activity.

Go through the post

viewtopic.php?p=101868#101868

Arun
by Vishvas
Mon Feb 02, 2004 1:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Functionaliy missing in DS7x Sequencer
Replies: 10
Views: 4613

Hi, Craig, We have already tried that option. It says that "." is a invalid character. Vincent, We also tried the option of dragging the link, but during compilation it throws out some error. Anyway we have solved the problem by having one more sequencer. The first sequencer will call the ...