Search found 773 matches

by keshav0307
Thu Jul 06, 2006 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicates to CDC stage
Replies: 12
Views: 8471

check with data types, there may be white spaces in the key column values of either after records or before records.
by keshav0307
Thu Jul 06, 2006 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not releasing
Replies: 7
Views: 2781

try this : 1. Telnet to the DS server machine and cd to $DSHOME directory as root or dsadm account; (where $DSHOME is the DSEngine directory) 2. Run ". ./dsenv"; 3. Run "bin/uvsh" to enter DS Command Prompt; 4. Enter "LOGTO UV" to log into UV account. (*may not need to ...
by keshav0307
Mon Jun 05, 2006 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestmap difference
Replies: 1
Views: 733

Timestmap difference

how can we calculate difference between two timestamp in a routine.
by keshav0307
Fri Jun 02, 2006 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Perl script
Replies: 2
Views: 1063

Calling Perl script

What is the best way to call a perl script?
by keshav0307
Sun Apr 02, 2006 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC 20101 driver
Replies: 3
Views: 5745

ODBC 20101 driver

i am using a routine, in which i am using ODBC to connect oracle.
my routine is doing the correct thing but it is throwing an error as below

6066:
[DataDirect][ODBC 20101 driver]1514[DataDirect][ODBC 20101 driver]6060

Help please.
by keshav0307
Mon Feb 27, 2006 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp format
Replies: 8
Views: 2457

i do not find the "Extended" column property
by keshav0307
Fri Feb 24, 2006 8:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp format
Replies: 8
Views: 2457

Re: timestamp format

i am using to read from a seuential file, and after transform insert into teradata table
by keshav0307
Fri Feb 24, 2006 6:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp format
Replies: 8
Views: 2457

timestamp format

i have a timestamp column in a sequencial file with a sample value as "2006-02-25 12:10:22.324555", but i am not getting the 6 decimal in output
by keshav0307
Wed Feb 22, 2006 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset column limit
Replies: 2
Views: 1529

Dataset column limit

just wondering if there is any limit for number of columns for dataset. i am getting the below error, when i have 49 columns Contents of phantom output file => RT_SC89/OshExecuter.sh: line 20: 26692 Segmentation fault $APT_ORCHHOME/bin/osh "$@" -f $oshscript >$oshpipe 2>&1 and when i h...
by keshav0307
Thu Feb 16, 2006 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture
Replies: 1
Views: 756

Change Capture

can anyone tell me what is this error i am using change capture stage Before_ds > ChangeCapture > file after_ds and i am getting this error: before_ds: When checking operator: Modify operator has binding for non-existent output field "CLASS_OF_SRV_NM" before_ds and after_ds both has same s...
by keshav0307
Thu Feb 02, 2006 7:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: esql complaint: ORA-00060: deadlock detected while waiting f
Replies: 5
Views: 11851

me too was getting this problem. but proper partioning help me.

your target table may be in upsert mode. so do proper input stream partitioning on keys.
by keshav0307
Thu Feb 02, 2006 5:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Branded ODBC 5.1
Replies: 1
Views: 822

Branded ODBC 5.1

Just wondering if the branded ODBC version 5.1 works with Datastage version 7.5a.

Its working fine with DataDirect ODBC Version 4.2 but when I install the DataDirect ODBC Version 5.1, I am not able to use/connect datastage
by keshav0307
Mon Jan 30, 2006 9:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Sequence parameter from a File/database
Replies: 5
Views: 1360

Duke
where will i get the UtilityHashRead routine..
Please tell me in detail, how can i do this.
by keshav0307
Mon Jan 30, 2006 7:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Sequence parameter from a File/database
Replies: 5
Views: 1360

Reading Sequence parameter from a File/database

i need to pass some parameters in a job sequence. This parameter will be in oracle table. how can i read this parameter to pass in job sequence.
or how can i read the parameter from a file.