Search found 112 matches

by harryhome
Fri Feb 11, 2011 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Format - Date
Replies: 4
Views: 6550

Invalid Format - Date

Hi, In transformer trying to check a condition on date in IF condition as below Date_column_input = StringToDate('1999-12-31',"yyyy-mm-dd") and getting below error: APT_CombinedOperatorController,0: Operator terminated abnormally: Terminating with exception:APT_ParseError: Parsing paramete...
by harryhome
Thu Feb 10, 2011 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: subtract one day from date
Replies: 5
Views: 19970

subtract one day from date

Hi need to subtract one day from given date in transformer, dont want to use OCONV , ICONV.


Date - 1 gives complilation error as "Invalid conversion requested from a dfloat to a date."
by harryhome
Mon Nov 15, 2010 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: default parameterset
Replies: 1
Views: 1361

default parameterset

Do we have any default parameter set in Datastage 8.* versions? e.g. say we have a parameter set "ConnectionName" with parameters "Username" and "Password" so in scripting we can assign a value to these parameters as below: "ConnectionName.Username" = 'ABC' &q...
by harryhome
Fri Nov 05, 2010 9:37 am
Forum: General
Topic: Restartable Sequence with Exception handler
Replies: 1
Views: 980

Restartable Sequence with Exception handler

Here is the scenario, In a restartable sequence which will on failure sets a checkpoint and in subsequent run starts from that checkpoint. If we plug a exception handler, then the checkpoint is not saved on failure and in subsequent run the sequence will start from scrach. I have few jobs which need...
by harryhome
Tue Oct 26, 2010 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OCI_INVALID_HANDLE
Replies: 1
Views: 2216

OCI_INVALID_HANDLE

Getting below error while doing update then Insert in oracle stage, Any suggestions

IIS-CONN-ORA-001002] The OCI function OCIDateTimeConstruct returned status -2: OCI_INVALID_HANDLE. (CC_OraRecordDataSetConsumer::writeBindBuffers, file CC_OraRecordDataSetConsumer.cpp, line 1,782)
by harryhome
Thu Oct 14, 2010 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot, Partitioning warnings
Replies: 3
Views: 1953

No, This Job is developed in same project.
by harryhome
Thu Oct 14, 2010 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot, Partitioning warnings
Replies: 3
Views: 1953

Pivot, Partitioning warnings

Need to remove Pivot warning as "Bad NLS map name "" specified" Also for Lookup stage need to remove the warning as "When checking operator: Operator of type "APT_LUTCreateOp": will partition despite the preserve-partitioning flag on the data set on input port 0.&q...
by harryhome
Tue Oct 12, 2010 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No space left on device
Replies: 7
Views: 5871

df -a Datasets Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/datastage_dg-tech_dsnode1 2064208 572584 1386768 30% /tech/dsnode1 This tells still 70% of space is available. If there is no limit on lookup stage then not sure why giving "No space left on device" message
by harryhome
Mon Oct 11, 2010 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No space left on device
Replies: 7
Views: 5871

anbu wrote:You dont have enough space in /tech/dsnode1/Datasets to write lookup file.Remove the old files from /tech/dsnode1/Datasets.

Use /bin/df to check how much free space is there in /tech/dsnode1/Datasets

Thanks, can please elaborate more on use of /bin/df
by harryhome
Mon Oct 11, 2010 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No space left on device
Replies: 7
Views: 5871

Is there any Limit on Loopupstage, in terms of number of rows.
by harryhome
Mon Oct 11, 2010 11:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No space left on device
Replies: 7
Views: 5871

No space left on device

Hi, In job doing lookup with .ds files using looking stage. Lookup has 5 million row , number of lookups are 2.


Getting error as below;

lkp_ISR_HST,0: Error writing table file "/tech/dsnode1/Datasets/lookuptable.20101011.mv1mb1b": No space left on device
by harryhome
Mon Oct 11, 2010 9:21 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Can not convert to framework type timestamp
Replies: 1
Views: 7179

Can not convert to framework type timestamp

Getting below error

orcl_ACCT_S,0: [IIS-CONN-DAAPI-000045] Can not convert to framework type timestamp (CC_PXAccessor::setCalendar, file CC_PXAccessor.cpp, line 4,137)
by harryhome
Wed Oct 06, 2010 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assign Value to Project parameter in any stage
Replies: 2
Views: 1016

Assign Value to Project parameter in any stage

How to assign Value to Project parameter in any stage( say transformer)? Generally we will Assign it at sequence level.
by harryhome
Wed Sep 29, 2010 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage General Questions
Replies: 1
Views: 1695

Datastage General Questions

1. Transaction Management. Are transactions always on a stage level? Is it possible for a transaction to span multiple stages and/or jobs? 2. Database connection/session handling. Is there connection pooling in Datastage? If yes, can concurrent transactions be prevented in a single db session? 3. Or...
by harryhome
Fri Aug 27, 2010 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup with constraint
Replies: 14
Views: 8455

yes i have more than one reference link, i am planning to use one lookup stage for one reference link and then carry forward result to 2nd lookup with 2nd reference link