Search found 188 matches

by poorna_76
Mon Nov 01, 2004 12:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcopen() - call to OpenFileMapping() failed
Replies: 2
Views: 2120

No, we are not using any Hash Files.

The table defintions are good.
by poorna_76
Sun Oct 31, 2004 5:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Illegal date/time value
Replies: 1
Views: 951

Illegal date/time value

Hi, I am trying to insert date values into db2 table which is defined as date(10). I tried using both ODBC & DB2UDB stage. When i use ODBC stage, iam getting the following error: Illegal date/time value DATE1 = '01/01/2004' When i use DB2UDB stage, iam getting the following error: " Value t...
by poorna_76
Fri Oct 29, 2004 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcopen() - call to OpenFileMapping() failed
Replies: 2
Views: 2120

ds_ipcopen() - call to OpenFileMapping() failed

Hi, We installed DataStage 7.1 on 2 different servers. The same job works fine on 1 server and does not work on different server. When it comes to a LinkCollector stage in the job, it aborts, stating the following message: ds_ipcopen() - call to OpenFileMapping() failed - The system cannot find the ...
by poorna_76
Thu Oct 28, 2004 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Variables
Replies: 3
Views: 1534

Stage Variables

Hii All, I have requirement like this: Date,BusinessDayInd,WeekDayInd,NextBusinessDay 10/28/2004,Y,Y,--------- 10/29/2004,Y,Y,--------- 10/30/2004,N,N,---------- 10/31/2004,N,N,--------- 11/01/2004,Y,Y,---------- Here i have to set the "NextBusinessDay" based on the "BusinessDayInd&q...
by poorna_76
Tue Oct 12, 2004 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job Parameters for Sequencer Jobs
Replies: 16
Views: 8938

job Parameters for Sequencer Jobs

Kenneth, To be more clear about my question: I have 7 jobs to be executed through Sequncer. Each job takes more than 15 parameters. Right now i am creating a seperate JobControl job, which will set the parameters and run my jobs from there. DSAttach.. DSRunJob.. DSWait.... I thought there might be s...
by poorna_76
Mon Oct 11, 2004 12:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job Parameters for Sequencer Jobs
Replies: 16
Views: 8938

job Parameters for Sequencer Jobs

Is there any way i can make my Sequencer job to read the JobParameters from a Parameter File? I have 7 jobs to be put in JobSequencer. All these jobs read the parameters from a Parameter File. Instead of manually setting the Parameter values in JobSequencer, can i make the Sequncer job to read from ...
by poorna_76
Thu Jul 22, 2004 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter marker text size exceeds allocated space
Replies: 4
Views: 2904

Parameter text exceeds ....

Hi Poorna, Can you please elaborate on what is your input and processing for the above error message? Ketfos I am trying to load data to SQL Server database from a Mainframe data. The Data is in a flatfile, used ComplexFlatfile stage. ComplexFlatfile ->Transform->ODBC I am just loading the data int...
by poorna_76
Thu Jul 22, 2004 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter marker text size exceeds allocated space
Replies: 4
Views: 2904

Parameter marker text size exceeds allocated space

SQLSTATE=01004, DBMS.CODE=0
[DataStage][SQL Client]Data has been truncated
SQLSTATE=IM974, DBMS.CODE=0
[DataStage][SQL Client]Parameter marker text size exceeds allocated space

Can you any one tell what this error is?

Thanks in Advance