Search found 79 matches

by bgs_vb
Wed Jun 27, 2007 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from numeric to string in a job
Replies: 11
Views: 4215

I changed the datatype in designer from numeric to nvarchar and i try to run the job i get the following: Error when checking operator: When binding output schema variable "resRec": When binding output interface field "NOMINATION_KEY" to field "NOMINATION_KEY": Implicit...
by bgs_vb
Wed Jun 27, 2007 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from numeric to string in a job
Replies: 11
Views: 4215

I changed the datatype in designer from numeric to nvarchar and i try to run the job i get the following: Error when checking operator: When binding output schema variable "resRec": When binding output interface field "NOMINATION_KEY" to field "NOMINATION_KEY": Implicit...
by bgs_vb
Wed Jun 27, 2007 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from numeric to string in a job
Replies: 11
Views: 4215

Conversion from numeric to string in a job

Hi,

I need to convert NUMERIC(10) datatype to NVARCHAR(10) in Parallel Job from desinger. when i change the type and execute it throws error.

is there a way to do it.

Thanks,
Vindy
by bgs_vb
Tue May 15, 2007 12:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we use if..then...else conditions in a stage variable
Replies: 13
Views: 3820

Yes it works...

Thanks all...
by bgs_vb
Tue May 15, 2007 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we use if..then...else conditions in a stage variable
Replies: 13
Views: 3820

StageVariable Derivation - Num(DSLink4.Src)

Target Derivation - < If (StageVar = 1) Then DSLink4.Src Else 'T' End>

even if i put like this it shows 'General Syntax Error'
by bgs_vb
Tue May 15, 2007 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we use if..then...else conditions in a stage variable
Replies: 13
Views: 3820

StageVariable Derivation - Num(DSLink4.Src)

Target Derivation - < If (StageVar = 1) Then DSLink4.Src > i am getting error here.
by bgs_vb
Tue May 15, 2007 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we use if..then...else conditions in a stage variable
Replies: 13
Views: 3820

i tried with Num(field) and stored it in stagevar

when i try to check like:

if (stagevar = 1) then
source_fld
else
'Txt'
end

it shows error

bgs_vb
by bgs_vb
Tue May 15, 2007 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we use if..then...else conditions in a stage variable
Replies: 13
Views: 3820

i have a case

source_fld should be compared for numeric or text

if numeric then < populate into target_fld _1> and < put 'n' to target_fld_txt>

otherwise <populate into target_fld_2> and <put 't' to target_fld_txt>

how do i solve it.

Thanks,
bgs_vb
by bgs_vb
Tue May 15, 2007 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we use if..then...else conditions in a stage variable
Replies: 13
Views: 3820

can we use if..then...else conditions in a stage variable

Hi,

can anybody tell me whether we can use if..then...else / CASE conditions in a stage variable..

thanks in advance.

bgs_vb
by bgs_vb
Tue Mar 21, 2006 1:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Win32.5 error when restarting DataStage Server
Replies: 1
Views: 786

Win32.5 error when restarting DataStage Server

Hi,

I got RPC Daemon error while connecting to client. i told my adminstrator to restart the datastage server. but he could not start the server he is getting Win32.5 Error.

What could be the reason?

Vindy
by bgs_vb
Sat Mar 18, 2006 2:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to solve DSD.UVOpen Unable to open file
Replies: 1
Views: 930

how to solve DSD.UVOpen Unable to open file

Hi Gurus,

I get the following error in the Hash file.

"J_Stage_PS_S_BUS_UNIT_RC_CRM..HASH_PS_S_BUS_UNIT_RC.lkp_out: DSD.UVOpen Unable to open file HASH_PS_S_BUS_UNIT_RC."

Anyone could explain me why it happens so.

Vindy
by bgs_vb
Thu Mar 16, 2006 12:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call to CreateFileMappin() failed
Replies: 6
Views: 1692

Hi Craig,

I searched and also tried changing the IPC_TIMEOUT and IPC_BUF_SIZE parameters, but still get errors.

Vindy
by bgs_vb
Thu Mar 16, 2006 12:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call to CreateFileMappin() failed
Replies: 6
Views: 1692

well, the error happens like this :
J_Stage_PS_S_COUNTRY_TBL_CRM..IPC_in.source_in: ds_ipcopen() - call to CreateMutex() failed - The handle is invalid.
by bgs_vb
Wed Mar 15, 2006 11:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call to CreateFileMappin() failed
Replies: 6
Views: 1692

call to CreateFileMappin() failed

Hi,

I get the CreateFileMapping() error

how to solve that.

Vindy
by bgs_vb
Wed Mar 15, 2006 10:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CreateMutex() Error
Replies: 1
Views: 712

CreateMutex() Error

Hi, I am getting the following error on running a seq job. ----------------------------------------------------------------------------------- J_Stage_PS_S_BUS_UNIT_RY_CRM..IPC_in.source_in: ds_ipcopen() - call to CreateMutex() failed - The handle is invalid. ----------------------------------------...