Search found 69 matches

by phanee_k
Thu May 11, 2006 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATE FORMAT
Replies: 10
Views: 2286

Use the Iconv / OConv functions to convert the date into the date format that you need.
by phanee_k
Tue May 09, 2006 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to initialize value of parameters automatically?
Replies: 5
Views: 1590

See that the directory structures are the same across the environments like Dev / Test / Prod. If the parameters are common across all the jobs in your project , create Project Level Parameters using the Administrator and set $PROJDEF to those parameters as default values. This way , if the environm...
by phanee_k
Mon May 08, 2006 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Authentication to DataStage
Replies: 4
Views: 2572

We need to install the LDAP client and servers on the AIX box and configure the system to accept the LDAP users which we currently working upon.
Will post you all once we are successful.


Thanks,
Phani
by phanee_k
Fri May 05, 2006 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage not responding to Reading from OCI.....
Replies: 1
Views: 900

What error are you getting when you try to view the data from OCI stage. Try connecting from the ETL server to the oracle database from the command line. Check whether the dsenv file on DataStage server is updated with the Oracle Home and the library files which will be used to access ORA db. Ensure...
by phanee_k
Fri May 05, 2006 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read Teradata table from DS parallel JOB
Replies: 5
Views: 3899

Hi , What teradata utility are using to read the data from teradata. Check whether proper Database Name and other properties in Teradata Stage are mentioned appropriately. If using Fast Export Stage , unselect the " Use Large File AXSMOD of FastExport " on the General tab. Thanks, Phani
by phanee_k
Fri May 05, 2006 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Authentication to DataStage
Replies: 4
Views: 2572

We can assign LDAP users to a group and assign this group to DataStage group to access the jobs.

Thanks,
Phani
by phanee_k
Wed Mar 29, 2006 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job Hanging
Replies: 1
Views: 899

Parallel job Hanging

Hi, We are trying to load data into teradata using Teradata plugin. We are using TPUMP to load the data. Job is running fine if it has to process more than 10 records. Sometimes , as part of delta process it is possible for the job to process less than 10 records. At this point of time , the job is ...
by phanee_k
Tue Jan 17, 2006 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning in lookup stage
Replies: 6
Views: 3606

Hi Ray,
Partitioning is set to Auto .
It tried with hash partitioning on the reference link and Auto on Primary link.
Tried with setting the preserve partioning to clear.

But no luck.
by phanee_k
Tue Jan 17, 2006 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning in lookup stage
Replies: 6
Views: 3606

HI , I am also getting the same error and not getting cleared if I set the preserve partitioning as clear. Job design as below. DataSet | | | Dataset -------->LookupStage ----------> Transformer -----------> DataSet I am getting the same error if the source is a sequential file . How can we resolve ...
by phanee_k
Tue Dec 27, 2005 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dslictool usage
Replies: 8
Views: 3959

Hi , Once you log onto UV account using ./bin/dssh you need to logto the project by issuing LOGTO <projectname> Now login into the ETL box through Telnet and issue the command dslictool. You will be able to see that a PID is listed and the license is being utilized. But when you login through design...
by phanee_k
Tue Dec 27, 2005 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dslictool usage
Replies: 8
Views: 3959

dslictool usage

Hi , I understand that using dslictool , we can find the number of licenses being used by datastage. But I believe it is not working as supposed to. When I logged into the corresponding project through dssh ( UV environment ) , I found that 1 license is being utilized otherwise I am getting the belo...
by phanee_k
Thu Sep 22, 2005 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EventId from the log
Replies: 2
Views: 4109

EventId from the log

Hi,
How to get the first event id that is getting generated for a particular job.
The last event we can capture using the DSGetNewestLogId.
Is there any way to capture the first eventid generated.

Thanks,
Phani
by phanee_k
Tue Sep 13, 2005 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Linebreaks in the log
Replies: 3
Views: 1149

Hi Ray, When we use DSGetLogSummary , I understand that it will only read the log that got generated. So in that case , how can we read the log which is having linebreaks in it. Is there any way to capture the Message ID through which we can capture the message and then do convert on char(10), @VM e...
by phanee_k
Mon Sep 12, 2005 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Linebreaks in the log
Replies: 3
Views: 1149

Linebreaks in the log

Hi,
I am able to get the log with DSGetLogSummary.
I find that there are some line breaks for a log event which I am not able to read.
Is there any way to eliminate the explicit line breaks and read the log in detail.

Thanks,
Phani
by phanee_k
Fri Sep 09, 2005 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log in Detail
Replies: 4
Views: 2187

Thanks Ray,

Can you please provide some information on how to strip out the line breaks in message handler.

I want to enable this at the project level.
As of now that option is disabled in the Message Handler management. Do I need to have admin privilege to do that.


Thanks,
Phani