Search found 20 matches

by makreddy
Wed Mar 20, 2013 2:44 pm
Forum: General
Topic: Does dsrpcd process access /etc/shadow file??
Replies: 1
Views: 1456

Does dsrpcd process access /etc/shadow file??

Hi,

We are running the dsrpcd daemon as root process. Does this process access the /etc/shadow file?? if not how does it authenticates a user.

Thanks
Aravind
by makreddy
Tue Jul 27, 2010 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: arraysize within datastage For Select Statements In Oracle
Replies: 2
Views: 2050

So, is there a way to specify the same??? I mean is there any way to reduce round trips from DS client to/from the db while fetching the data.
by makreddy
Tue Jul 27, 2010 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: arraysize within datastage For Select Statements In Oracle
Replies: 2
Views: 2050

arraysize within datastage For Select Statements In Oracle

Hi,
I am using Oracle Enterprise stage to read data from Oracle database.
Do we have any parameter/Env Variable when we can control the arraysize within datastage relative to select operations to do bulk collects to reduce round trips from DS client to/from the db.

Thanks
Aravind
by makreddy
Tue Jul 20, 2010 7:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Bind Variable
Replies: 3
Views: 3096

Hi, Here is the Query. SELECT A.* FROM WORKALOC A, RAWADDRESSTOALOC B, RAWADDRESSATTRIBUTE C WHERE A.SOURCESYSTEMID = C.SOURCESYSTEMID AND A.ADDRESSSOURCEKEY1 = C.ADDRESSSOURCEKEY1 AND A.ADDRESSSOURCEKEY2 = C.ADDRESSSOURCEKEY2 AND A.ADDRESSSOURCEKEY3 = C.ADDRESSSOURCEKEY3 AND B.SOURCEADDRSEQNUM = C....
by makreddy
Tue Jul 20, 2010 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Bind Variable
Replies: 3
Views: 3096

Oracle Bind Variable

Hi,
Please let me know how we can use the Oracle Bind variable in Input queries. My DBA is forcing to use a bind variable in input query instead of a job parameter.

Thanks
Aravind
by makreddy
Mon Jun 21, 2010 7:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job in Hung state
Replies: 3
Views: 1952

Job in Hung state

Hi,
I Have a simple job which reads from dataset and updates a table. The dataset has 5000 Rows. The jobs keep on running for ever. I am able to insert and update the records manually into the table.

Any idea what could be the issue.

Thanks
Aravind
by makreddy
Thu Jun 10, 2010 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture Job Log
Replies: 1
Views: 1762

Capture Job Log

Hello All,
I need to capture Job Log for each run in file and store it through a AFTER JOB ROUTINE. If I use DSJOBREPORT, if does not capture Fatal errors and Warnings.

Any ideas and pointers would be appreciated.

Thanks
Aravind
by makreddy
Wed Jun 09, 2010 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to View Datastage Log
Replies: 7
Views: 3301

How do we do this???
by makreddy
Wed Jun 09, 2010 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to View Datastage Log
Replies: 7
Views: 3301

That is not the case. For example, I have job A with 10 instances (1 to 10). Now, in the director i see the LOGS for only the last 2 runs. ex if has run A.1 and A.2 , i will see it. Now, if A.3 and A.4 are run, i am not able to see the logs of A.1 and A.2.
by makreddy
Wed Jun 09, 2010 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to View Datastage Log
Replies: 7
Views: 3301

Thats is what I do. Each has its own invocatio id.
by makreddy
Wed Jun 09, 2010 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to View Datastage Log
Replies: 7
Views: 3301

Unable to View Datastage Log

Hello, I have a sequencer which is multi instanced. At any point of time 10 instances of that will be running. Now I see that If a particular instance fails, I am unable to view the log of it. It is being over written by other instances. Is there any way to set that the log is not over written by ot...
by makreddy
Tue Apr 06, 2010 1:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error while creating a copy of a job
Replies: 6
Views: 4722

Re: Getting error while creating a copy of a job

Hi, Any solution for this issue??? Even I am facing the same issue. Thanks Aravind Hi , I am getting a datastage error in creating a copy to a job .The eror message is as below : Unable to create a copy of the object Unable to get Eobject . This error message is displayed in designer ( GUI ) when cr...
by makreddy
Mon Feb 01, 2010 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database Lookup issue
Replies: 7
Views: 3067

Re: Database Lookup issue

One simple Solutopn. Insert the source records into a database if they come from other source, and do a database join. Hi Experts: Env : DS8.1, Unix, Oracle in PX My Lookup database having 300 Million Records, incoming file having 100 K to 500 K records, it needs to perform database lookup , if matc...
by makreddy
Fri Mar 21, 2008 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting In teradata Enterprise Stage
Replies: 4
Views: 1846

Sorting In teradata Enterprise Stage

Hi, My tera data Enterprise stage produces 140 Million records. I need these records to be sorted while the records are processed by the next stage. If I sort in datastage, it is not a good option to sort 140 Million records. So, I am planning to sort in the database stage. But the sorting oredr wil...
by makreddy
Fri Apr 14, 2006 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting One Record to Many
Replies: 10
Views: 5350

Splitting One Record to Many

Hi,
This cab be achieved through costomised buildop stage.

Thanks
MAKREDDY