Search found 558 matches

by ketfos
Wed Aug 18, 2004 11:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage dead process
Replies: 3
Views: 1867

Hi,
You can use UNIX command who -d
This will give you list of dead processes

Ketfos
by ketfos
Wed Aug 18, 2004 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage 7.5 -SQL statement not updated in SQL Tab
Replies: 6
Views: 3018

Hi, I tried as suggested by Ray. It didnot make any difference. Then I saved my changes and closed the job Then I opened this job again. When I view the data, I get the correct records based upon the changes in the column selections I had done. But when I review the SQL statement, it still reflects ...
by ketfos
Tue Aug 17, 2004 5:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage 7.5 -SQL statement not updated in SQL Tab
Replies: 6
Views: 3018

Data Stage 7.5 -SQL statement not updated in SQL Tab

Hi , I have a job. OracleOCi8 ---- Transformer --- OracleOCi8 In the input stage, I select Fully generated SQL Query in Query type list box. Then I click Build. I get Build Fully Genrated Query WIndow. I select my table and click on Select to select columns. I hit the query tab in above screen to vi...
by ketfos
Wed Aug 04, 2004 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Binary Zeros
Replies: 7
Views: 1888

Hi,
If the idea is to write null value, use datastage system variable @null.

Ketfos
by ketfos
Wed Aug 04, 2004 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RECORD_TYPE FROM 3 SOURCES
Replies: 5
Views: 1523

Hi, My assumption is that you ahve three input tables 1) STG_JOB_EQUIPMENT 2) STG_CUST_RETURN 3) STG_JOB_RETURN Target table is FCT_JOB_EQUIPMENT From three input sources, you are writing to the target table. When the record is inserted from STG_CUST_RETURN, you want to write value "Returned by...
by ketfos
Tue Aug 03, 2004 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calling transform from within routine
Replies: 4
Views: 1369

Hi,
DSX is for routine that support supplied Transforms, while DSU is for user-written (that is, written and third-party providers, not by Ascential).

Ketfos
by ketfos
Tue Aug 03, 2004 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01461: if there is more than 1 VARCHAR2(2000) field
Replies: 10
Views: 9147

Hi,
Is it correct translation .
If the datatype is defined as Long in Oracle, define it as VarBinary while reading in datastage?

Ketfos
by ketfos
Tue Aug 03, 2004 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01461: if there is more than 1 VARCHAR2(2000) field
Replies: 10
Views: 9147

Hi,
Is it correct translation .
If the datatype is defined as Long in Oracle, define it as VarBinary while reading in datastage?

Ketfos
by ketfos
Tue Aug 03, 2004 12:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01461: if there is more than 1 VARCHAR2(2000) field
Replies: 10
Views: 9147

Hi,
I was curious to know what are your input datatypes in the source Oracle table.
As I understand you are writing from Oracle source to Oracle target through datastage job.

Datastage doesnot support Oracle datatype Long?? Is it correct??

Ketfos
by ketfos
Tue Aug 03, 2004 11:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: substring from varchar to number (fk)
Replies: 6
Views: 1973

Hi,
One way is use the routine given below

Ans = Convert(Arg1, "", Arg2)


Where Arg1 is your string of characters you wish to remove in output
Arg2 is the input string

e.g

Arg1 = abcdefshijklmnopqrstuvwxy
Arg2 = HS2002156817161-1

Hope this help.
Ketfos
by ketfos
Fri Jul 23, 2004 5:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting MaxValue only to a file without using Aggregator
Replies: 12
Views: 3336

Hi,
You can put these list of values into a table.
Then select MAX(column name) from table

Ketfos
by ketfos
Fri Jul 23, 2004 4:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compliation Error in Job Sequence
Replies: 1
Views: 960

Compliation Error in Job Sequence

Hi, I get the following error while compiling a Sequence job in DS 7.5 ----- <JobSeqGenError> <Code>2017</Code> <Desc>XML parser error on input line 0: source='', reason='The system cannot locate the resource specified. '</Desc> <LineNum>0</LineNum> <Line></Line> <Ref></Ref> <Version>7.5.0.25</Versi...
by ketfos
Fri Jul 23, 2004 10:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence parameters
Replies: 5
Views: 1341

Hi, I have a sequencer job. In the Wait for File Activity Stage, I need to define the input file name. I pass this file name as combination of parameters, the way you mentioned #Seqpath#/#Devenv#/test.dne .....this is on unix In the job properties - job control, define this two parameters as string....
by ketfos
Fri Jul 23, 2004 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence parameters
Replies: 5
Views: 1341

Hi,
You can define these parameters in Job Control Properties and then pass them

#SeqPath#\#DataEnviron#\FDM\JobParmsSeq

Ketfos
by ketfos
Thu Jul 22, 2004 5:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Modelling Tool
Replies: 6
Views: 2523

Hi,
I think ER/Studio from Embarcadero technologies might supoort IBM's Red Brick Warehouse tool.

Ketfos