Search found 28 matches

by deepesh
Mon Jun 26, 2006 6:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Could not open or create a temporary file
Replies: 1
Views: 2318

Could not open or create a temporary file

In my job i am getting this error:-

[Informix][Informix ODBC Driver]
[Informix]Could not open or create a temporary file.
SQLExecute: Failed to execute statement.

What should be done to remove this error?
Can u suggest?
by deepesh
Thu Jun 22, 2006 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The job failed in the ABC stage.
Replies: 2
Views: 1195

The job failed in the ABC stage.

Somewhere in a particular job, in an ABC informix database some SQL Query is written and then link to hashed file and then link to transformer and then processing further.... When i execute the job i m getting the follwing error:- The job failed in the ABC stage as it was unable to create a temporar...
by deepesh
Mon Jun 19, 2006 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wat is the use of assigning function's value in a variable?
Replies: 2
Views: 1359

Wat is the use of assigning function's value in a variable?

If we want to do some calculation in TimeDate() Function. Why we assign the value of function in a particular variable first like: X=TimeDate() and then do some calculation Why can not we use the function directly for calculation If there any impact on the job. What are advantages or reasons of assi...
by deepesh
Wed May 31, 2006 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where exaclty i have to use IPC in my job?
Replies: 3
Views: 1709

Where exaclty i have to use IPC in my job?

In the job, data is first read from an informix database, then partitoned by Link Partitioner and palced in six containers and collected by Link Collector and then connected to transformer for further processing and then finally updated in the informix database. In the job i am getting an error:- ds...
by deepesh
Mon May 08, 2006 3:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcopen
Replies: 4
Views: 2870

Yes, i m using IPC stages. These are shared containers
by deepesh
Mon May 08, 2006 2:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcopen
Replies: 4
Views: 2870

ds_ipcopen

In a particular job, there are six containers, only container number four is giving an error message of ds_ipc open. In all the containers two transformers, two informix database and two hash files are using. I matched the container4 with all the other five containers. All the things are same, there...
by deepesh
Tue Apr 25, 2006 2:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcopen() - How to overcome this problem?
Replies: 2
Views: 1403

ds_ipcopen() - How to overcome this problem?

Getting Error Messages from XYZ(Job):

XYZ..Container4.ABC.LC1_4: ds_ipcopen() -

(XYZ..Container4.ABC-Link_Collector_1) -
No such file or directory

XYZ..Link_Collector_1: |Error 11 in GCI Link initialisation.|
by deepesh
Wed Apr 19, 2006 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error 11 in GCI Link initialisation.|
Replies: 2
Views: 2180

Error 11 in GCI Link initialisation.|

In a job there are six containers for a particular link partition and link collection The following error message comes after executing XYZ job: XYZ..Container4.ABC.LC1_4: ds_ipcopen() - Error in open(XYZ..Container4.ABC-Link_Collector_1) - No such file or directory XYZ..Link_Collector_1: |Error 11 ...
by deepesh
Tue Apr 18, 2006 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULL(i.e. Blank)values are coming instead of flag values.
Replies: 8
Views: 2953

Hi kumar Is there any other option to check null values. I have an idea of checking null values. I made a routine. In routine i first check the null values and then i check the flag values. If IsNull(Arg1) OR IsNull(Arg2) OR IsNull(Arg3) OR IsNull(Arg4) then Ans = 'N' end else If Arg1 = 'Y' AND Arg2...
by deepesh
Tue Apr 18, 2006 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULL(i.e. Blank)values are coming instead of flag values.
Replies: 8
Views: 2953

Hi Kumar,

I have checked the test conditions in the transformers. The logic of the test conditions are right.
I verified the test conditions also.
by deepesh
Tue Apr 18, 2006 2:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULL(i.e. Blank)values are coming instead of flag values.
Replies: 8
Views: 2953

NULL(i.e. Blank)values are coming instead of flag values.

In a particular table, five fields has flag values. The fifth field which is a flag value depends on the result of four fields in a table which are also flag values. In the first job, the five fields are first assigned to null(@NULL). In the second job some test conditions are put in the transformer...
by deepesh
Fri Nov 11, 2005 12:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mutex_Lock Problem
Replies: 1
Views: 1097

Mutex_Lock Problem

Hi Everyone ds_ipcgetnext() - Error in mutex_lock() - Invalid argument Tell me plz,if you are 100% sure, when this problem comes, If we exceed the timeout under performance in job properties or if we choose to stop a job in which any form of inter-process communication is occurring. Is there any rea...
by deepesh
Fri Nov 11, 2005 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Buffer size and Timeout
Replies: 0
Views: 831

Buffer size and Timeout

What is the impact of increasing and decreasing the Buffer Size and Timeout under Performance in job activities?

When we increase or decrease the buffer size and timeout and why?
by deepesh
Fri Nov 11, 2005 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is mutex_lock()
Replies: 2
Views: 1450

What is mutex_lock()

The job is giving the following error:- ds_ipcgetnext() - Error in mutex_lock() - Invalid argument And the job gets aborted What i have to do to remove this problem? My job is using the link collector and link partitioner as well as six containers and transformers as well as informix stages. What is...
by deepesh
Fri Nov 11, 2005 10:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: impect of Buffer size and Timeout on a job
Replies: 9
Views: 3779

Can u try one more time plz to give the reason of the following warning:
Error in mutex_lock() - Invalid argument
Why this warning is coming?