Search found 8 matches

by victor236
Fri Sep 24, 2010 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update SQL
Replies: 12
Views: 8243

Hi All, I think we can't perform 2 actions (selecting and updating) on a table at the same time, because if the select query is trying to select a record and at the same time if it is trying to update on the same record then the table will be locked. (info known) Praveen if this problem is solved pl...
by victor236
Tue Sep 21, 2010 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple rows to single row comma separated values
Replies: 29
Views: 25906

Read the source and write an output with record delimiter as comma Thanks Sai. I tried this , the output is coming as 1,2,3,4, Hi Pravin, I am looking at this thread which seems to be important and may be useful any time. Can you tell me how did you try this, did you try this with the pivot stage? ...
by victor236
Tue Sep 14, 2010 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archive Datastage Job Logs
Replies: 5
Views: 4416

Hi Ray & Duke.. Thanks for the response.... Duke - Can you tell me something more about the UV stage and how can i read the log... What are the columns to specified to retrieve the log... I tried with couple of dummy columns where I can get date occurred and event ... but i am not able to retrie...
by victor236
Mon Sep 13, 2010 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archive Datastage Job Logs
Replies: 5
Views: 4416

Archive Datastage Job Logs

Hi.... I am trying to archive the job log after every run, i need to save the full detail log in a flat file. 8) I am able to save the status of the job and runtime but i need the whole log even if it ran with OK, Warn or Aborted. Is there any way to get the log. :idea: I am using 7.5.2 Version on W...
by victor236
Thu Sep 02, 2010 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call .exe file
Replies: 1
Views: 1430

The parameters which we was passing are given wrong... :D

Thanks...
by victor236
Thu Sep 02, 2010 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call .exe file
Replies: 1
Views: 1430

Call .exe file

Hi.... I have an .exe file on my datastage windows server, My job is to trigger that exe file by passing the parameters to that file and invoking it. It ran fine when triggered manually with cmd.exe interface Coming to the datastage job, i tried with ExecDos routine as before job routine, and also t...
by victor236
Tue Aug 31, 2010 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call STP
Replies: 2
Views: 2133

This topic has been resolved, actually I had an Oracle stage as a Source and in SQL tab I called the stored proc

'SELECT 'Procedure <procedure name> last ran: ' || sysdate FROM dual'

where i am not passing any parametes and taking sysdate as output and writing to file.
:lol:
by victor236
Thu Aug 12, 2010 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call STP
Replies: 2
Views: 2133

Call STP

Hi, I have a Stored Procedure which needs to be triggered by the datastage job. The Procedure starts based on the sequence number in oracle and inserts records into table. Procedure has to trigger as the job starts and the Procedure is not having any Input Parameters. I tried with the STP stage as t...