Search found 22 matches

by hsbc_ds_dev
Fri Nov 07, 2008 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/Oracle datatype issue - small int and number(5)
Replies: 0
Views: 4186

DB2/Oracle datatype issue - small int and number(5)

Our database need to be migrated from DB2 to oracle . During migration, we met some waring message for int(32)/int(64) conversion (almost everybody had met it during conversion :D ) My understand is : In DB2 , Smallint is -32 768 to 32 767 (5 digits) Integer is -2 147 483 648 to +2 147 483 647 (10 d...
by hsbc_ds_dev
Mon Sep 22, 2008 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine for DSSetEnvVar
Replies: 14
Views: 7040

Hi Devi,

Did you get your problem resolved?

Regards,
A DS Developer
by hsbc_ds_dev
Mon Jan 28, 2008 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting NLS Cyrillic data to UTF-8 (MF source)
Replies: 0
Views: 1304

Converting NLS Cyrillic data to UTF-8 (MF source)

Hi there, The simple test job contains a CFF as source, a transformer that does direct mapping and finally a target sequential file. Our source data is cyrillic (codepage = ibm 1025) and it resides in Mainframe. External to DS, we transport the data from MF to AIX P-series in binary EBCDIC format in...
by hsbc_ds_dev
Tue Nov 06, 2007 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error running a multi-instance parallel job through sequence
Replies: 9
Views: 4686

Phew.. I had the right guess. It was all because of different Group membership of the two DS/Unix users. I got it resolved with the help of SysAdmin. :D
by hsbc_ds_dev
Tue Nov 06, 2007 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error running a multi-instance parallel job through sequence
Replies: 9
Views: 4686

Just noticed... The user who created djp_EMPLY job is a member of different Unix group than the creator of the sequence job. Both do not share any common user group except "dstage", which I suppose is not the primary group for any of these users. My guess... The failure is due to not havin...
by hsbc_ds_dev
Tue Nov 06, 2007 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error running a multi-instance parallel job through sequence
Replies: 9
Views: 4686

Error running a multi-instance parallel job through sequence

Hi All, I have a multiple-instance parallel job, which runs successfully when I directly kick off the job. But when I try executing it from a sequence, it throws following error messages: dsq_INTERFACE_TO_MART..JobControl (@djp_EMPLY): Controller problem: Error calling DSRunJob(djp_EMPLY.TH), code=-...
by hsbc_ds_dev
Fri Oct 26, 2007 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence generation
Replies: 9
Views: 4345

Thanks Craig, it worked!!! :D
by hsbc_ds_dev
Fri Oct 26, 2007 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence generation
Replies: 9
Views: 4345

Unable to paste picture.. Tried the following approach, but in vain :( save printscreen as jpg file in MS paint. then follow these steps.. 1. go to http://imageshack.us/ 2. click on browse ( on the right uppermiddle portion of page) .....get the file you just saved. 3. click on hostit (on the lower ...
by hsbc_ds_dev
Fri Oct 26, 2007 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence generation
Replies: 9
Views: 4345

Ray,

I check it again, and couldn't find any discrepancy in defining columns. Attaching the screenshots if you/others might notice any metadata mismatch.

Image
http://img87.imageshack.us/img87/2863/d ... yg2.th.png

Thanks!
- NJ
by hsbc_ds_dev
Fri Oct 26, 2007 12:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence generation
Replies: 9
Views: 4345

Ray,

The number and type of columns in table definition precisely match with the number and type fo columns in the column list in INSERT statement!

Is NEXTVAL FOR #$prmTGT_SCHEMA#.TEST_SKSEQ a valid INSERT value from DS perspective?
by hsbc_ds_dev
Thu Oct 25, 2007 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence generation
Replies: 9
Views: 4345

Sequence generation

Hi, Need to achieve the following thru DS job: INSERT INTO TEST (IDEN_KEY, CDE, ID) values ('456', 'XYZ', NEXTVAL FOR TEST_SKSEQ) TEST is target table in DB2, TEST_SKSEQ is a sequence object, Values for IDEN_KEY and CDE are coming from a source, while ID column needs to be populated from NEXTVAL val...
by hsbc_ds_dev
Fri Oct 05, 2007 1:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Actions - Clear table, then insert rows
Replies: 9
Views: 11997

Re: DB2 Clear then Insert Warning

Hello, Sorry to hijack the thread, but I'm also facing the same problem and the workaround given by mszablew is not working for my project. DB2 (and in turn DS) is still throwing the warnings :?: Would appreciate if anybody can help me out. Let me know you need more details. Thanks in advance! - NJ
by hsbc_ds_dev
Wed Sep 26, 2007 2:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with ExecSH (DB21015E)
Replies: 5
Views: 3568

Hi, Even I'm getting the same error while trying to execute (ExecSH) a script from Before-job subroutine. Waring msg : djp_CDE_INTERFACE_MI..BeforeJob (ExecSH): Error when executing command: sh /data/ds/dpr_smi_dev/scripts/truncate.sh usr_val xyz abc bkh cde_interface_mi /data/ds/dpr_smi_dev/scripts...