What happens when more than 1 user access the same table?

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
deepesh
Participant
Posts: 28
Joined: Mon Sep 12, 2005 5:07 pm

What happens when more than 1 user access the same table?

Post by deepesh »

What happens when more than one user try to use the same table through different jobs at the same time?

The warning: Could not position within a table.

I think this warning is realted to the informix stage defined in a job

How can i remove this warning?
What are the changes or what are the steps needed to remove this warning?
logic
Participant
Posts: 115
Joined: Thu Feb 24, 2005 10:48 am

Post by logic »

It would not matter if the table is accessed by multiple user at the same time for reading data.

Code: Select all

The warning: Could not position within a table
And for the error you have stated pls search the forum
refer to the suggestion by Ray
viewtopic.php?t=95336&highlight=position+table
hope this helps,
ash.
Post Reply