Search found 110 matches

by umamahes
Mon Oct 15, 2007 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can anyone help me
Replies: 1
Views: 686

Clear the preserve partitioning flag in the stage before sequential file stage

Thanks
by umamahes
Fri Jul 06, 2007 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Issue
Replies: 2
Views: 1535

Date Issue

I am using Date() function to get the current run date.After getting the date I am using DateGenericGetYear(Date()) to get year from the date. The same logic worked before and now after so many months in the production the date function is giving internal date value,because of that i am getting the ...
by umamahes
Wed Jul 04, 2007 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage Load Method
Replies: 2
Views: 1074

Oracle Enterprise Stage Load Method

If i use load method in oracle enterprise stage it uses oracle SQL loader.My question is where it will store the control file bad file ,data file.I saw one file in the scratch.what about the remaining Datafile,ControlFile and badfile. what is the meaning of this \\.\pipe\ora.4268.343000.fifo.0 where...
by umamahes
Mon Jul 02, 2007 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise open command
Replies: 2
Views: 964

I am also having problem with the open command.when i try to update some thing in the table it is not updating but when i write that record to the file it is writing the record with new updated value.But when i go check in the data base that is value is not updated.Even after changing oracle commit ...
by umamahes
Mon Jul 02, 2007 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading data using DB2 Enterprise Stage
Replies: 1
Views: 1030

Problem reading data using DB2 Enterprise Stage

I am using DB2 Enterprise stage to reda data from db2 UDB which is on AIX system.I am getting the following error.Can any one please tell me what is the problem. ##I TFCN 000001 11:42:17(000) <main_program> Ascential DataStage(tm) Enterprise Edition 7.5.2 Copyright (c) 2004, 1997-2004 Ascential Soft...
by umamahes
Thu Jun 28, 2007 10:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing parameter names in a sequencer
Replies: 1
Views: 634

Changing parameter names in a sequencer

Hi, we are using shell scripts to call our datastage jobs.All the parameters are coming from the shell sccript.But for old sequencers the parameter names are different like in the old sequencer we have Loadkey as a parameter.But new scripts are passing BatchNumber.Technically both are same.In order ...
by umamahes
Thu Jun 28, 2007 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export DS jobs using command line in UNIX
Replies: 5
Views: 1698

You can export the jobs form the client machine by using following command dscmdexport [/H][/U][/P][/O] project filepath [/V] /H Host name. /U User name. /P Password. /O Omit flag. project Specifies the project name. filepath Specifies the export file name. /V Verbose. Default to false. Note that pr...
by umamahes
Wed Jun 27, 2007 12:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Complex logic
Replies: 5
Views: 1737

Complex logic

I have an input file
by umamahes
Tue Jun 26, 2007 1:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem Reading Fixed width File
Replies: 7
Views: 3556

Some of the data fields are comp with ASCII values.

Even in unix if i issue head -1 Filename it is giving multiple records not a single record

Thanks
by umamahes
Tue Jun 26, 2007 12:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem Reading Fixed width File
Replies: 7
Views: 3556

Problem Reading Fixed width File

Hi, I am getting the following warning when i tried to reqad fixed width file with ASCII characters Capitationtest..Sequential_File_0.DSLink2: read_fixedwidth() - row 66, column WK_MEMBER_NUMBER, column unexpectedly ended by EOR In the sequential stage if i use line termination none then only i am a...
by umamahes
Thu Jun 21, 2007 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with dsapi.h
Replies: 1
Views: 1724

Problem with dsapi.h

Here is my C++ code with datastage API functions #ifdef WIN32 #include <windows.h> #endif #include <vector.h> #include <string.h> #include <fstream> #include <iostream> #include <stdio.h> #include <dsapi.h> using namespace std; static void printLogDetail( int indent, /* Number of tabs to indent by *...
by umamahes
Wed Jun 20, 2007 10:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine to execute Oracle commands
Replies: 3
Views: 1512

Write a batch script and call that script in a routine as a command.It should work.

Thanks
Uma
by umamahes
Wed Jun 20, 2007 12:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to see routine code
Replies: 2
Views: 1209

Unable to see routine code

Some one wrote a basic routine.But when i try to see the code that page is disabled.how can we disable the routine code.is it possible to enable that code again.

Thanks
uma
by umamahes
Fri Jun 15, 2007 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with SeqFile Filter Command
Replies: 1
Views: 830

Problem with SeqFile Filter Command

I used Filter option in the sequential file stage to get the first column in a pipe delimited file. Here is the command awk -F"|" '{print $1}' in the filter option i am not hard coding this command.I am passing this command as a parameter.If i hard code this command and i run the job it is...
by umamahes
Fri Jun 15, 2007 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating index
Replies: 4
Views: 1547

Some job s are corrupted.when i click on the job it is giving an error like there is no design information some thing like that.