Search found 127 matches

by avi21st
Mon Oct 02, 2006 9:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update table taking too long.
Replies: 8
Views: 5246

Use a user defined update statement...how many CPU you have at your database side? Mainly in Oracle you can use parallel DML to fast up the process... something like- update /*+ parallel(c,4) */ (select /*+ parallel(a,4) parallel(b,4) */ a.column1, b.column1 from schema.table1a , schema.table b on a...
by avi21st
Mon Oct 02, 2006 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to start a Sequencer from Mainframe
Replies: 5
Views: 3249

Re: How to start a Sequencer from Mainframe

Our ETL load 70 tables in our warehouse. All the sources are text file (.TXT). A mainframe job ftps all the source file to the Data Stage server. What we want to achieve is when the LAST SOURCE FILE is COPIED successfully to the Data Stage server, we want to trigger the MASTER JOB in Data Stage. Ho...
by avi21st
Mon Oct 02, 2006 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in opening a job
Replies: 7
Views: 1554

Re: Error in opening a job

Hi Friends... I have ended my job forcefully by doing the end process from the Task Manager.But now it's not opening and giving an error message like 'it is being accessed by another user'. Any help will be highly regarded... Thanx You can check from Unix if the job is accessed by doing a ps -ef|gr...
by avi21st
Mon Oct 02, 2006 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use Hash Files (server Jobs) in Parallel Jobs?
Replies: 6
Views: 3245

Re: How to build lookup file set ?

If you absolutely have to use the hashed files, then you can use a server job which is not advisable unless the job is small. The other way is to build a lookup file set just the way you built the hashed file. You can also load the contents of the hashed file into a sequential file in a server job ...
by avi21st
Fri Sep 29, 2006 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Apply changes in .developer.adm and .prodmgr.adm files
Replies: 3
Views: 1229

I already answered this question in its previous incarnation so Avishek will not want me to answer it again here (seems to want to keep asking until the desired answer is obtained). Sorry about that Ray..but wanted to get better response with a correct heading to address the problem As I understood...
by avi21st
Fri Sep 29, 2006 4:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix user group setup for Datastage implementation
Replies: 13
Views: 7779

As I already said, these files are maintained from the Permissions tab in the Adminstrator client. You can edit them manually if you prefer. I understand Ray- but that is for a particular project- I did that for each project-still it did not reflect in the .developer.adm ,and .prodmgr.adm files So ...
by avi21st
Fri Sep 29, 2006 4:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Apply changes in .developer.adm and .prodmgr.adm files
Replies: 3
Views: 1229

Apply changes in .developer.adm and .prodmgr.adm files

Hi I have posted this as a part of my previosu post but again posting this for better response I manually added new unix user groups in the .developer.adm ,and .prodmgr.adm files - then restarted the Datastage Server using uv -admin start and stop but the .developer.adm , .dsadmin, .prodmgr.adm file...
by avi21st
Fri Sep 29, 2006 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix user group setup for Datastage implementation
Replies: 13
Views: 7779

Hi Ray I restarted the Datastage Server using uv -admin start and stop but the .developer.adm , .dsadmin, .prodmgr.adm files are not picked up I changed my primary user group to a old user group and I can access the datastage. But still other developers cannot. Do we manully update .developer.adm , ...
by avi21st
Fri Sep 29, 2006 2:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix user group setup for Datastage implementation
Replies: 13
Views: 7779

Open your Administrator client and check on the Permissions tab for each project which DataStage roles are associated with each of the operating system group names that you mentioned. This information is what's stored in files like .developer.adm and .operator.adm. Without that information we are f...
by avi21st
Thu Sep 28, 2006 11:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix user group setup for Datastage implementation
Replies: 13
Views: 7779

I would assume yes. I make it a practice to do so, but can not recall reading anywhere that it is necessary. However, the authentication mechanism within dsrpcd has to pick them up from somewhere, and I believe it only reads these files when it is (re-)started. Thanks Ray..I would restart the serve...
by avi21st
Thu Sep 28, 2006 11:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix user group setup for Datastage implementation
Replies: 13
Views: 7779

Open your Administrator client and check on the Permissions tab for each project which DataStage roles are associated with each of the operating system group names that you mentioned. This information is what's stored in files like .developer.adm and .operator.adm. Without that information we are f...
by avi21st
Thu Sep 28, 2006 11:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix user group setup for Datastage implementation
Replies: 13
Views: 7779

Hi I am still unable to log on to Datastage......... do I need to restart the Datastage server after changing the User groups in Unix. What else I need to do... There are two files in /applications/Ascential/DataStage/DSEngine- .developer.adm and .dsadmin . In these files do I need to add the user g...
by avi21st
Thu Sep 28, 2006 11:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix user group setup for Datastage implementation
Replies: 13
Views: 7779

ray.wurlod wrote:Use the Permissions tab in Project Properties in Administrator to assign DataStage roles to your group.

Create the dsadm user identity for administering DataStage.
Which user group should "dsadm" lie- should it be in all user group where the Datastage users are present?
by avi21st
Thu Sep 28, 2006 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot log in DataStage
Replies: 4
Views: 1612

kumar_s wrote:Has "Enable job administration in Director" option been checked?
check the permission for DSParams files.

I have it enabled in Director. But I think it is a user group problem.
by avi21st
Thu Sep 28, 2006 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot log in DataStage
Replies: 4
Views: 1612

Again

even from "dsadmin" id when I tried to change the setting for one project- I got this error

Code: Select all

DSR.ADMIN: Failed to write to project file.

What is the problem??