Search found 131 matches

by meet_deb85
Thu Feb 03, 2011 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem DB2 Enterprise stage
Replies: 7
Views: 3956

Yes I have, I have done each and everything written in the product documentation.

Anyway can you tell me the way to check if I have binded correctly or not?
by meet_deb85
Thu Feb 03, 2011 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem DB2 Enterprise stage
Replies: 7
Views: 3956

Hi,

I changed it...but still the problem persists
by meet_deb85
Wed Feb 02, 2011 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem DB2 Enterprise stage
Replies: 7
Views: 3956

Hi,

Probably... How do I check the DB2 server name?
by meet_deb85
Tue Feb 01, 2011 10:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem DB2 Enterprise stage
Replies: 7
Views: 3956

Problem DB2 Enterprise stage

Hi, I have my DB2 and Datastage installed on the same system. My DB2 server instance is db2inst8 and client instance db2inst5. Now I am trying to connect to DB2 server through db2inst5 client instance(that is what my requirement is keeping in mind high availability stuff for DB2). I have cataloged t...
by meet_deb85
Fri Jan 28, 2011 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Multiple DataSets using File Pattern
Replies: 5
Views: 6644

Well, I faced the same challenge but i could do it in the following way. You will need to have one common sequence job and a parallel for this Parallel job Datastet1 -------------------->>>Dataset2 Parameterize the Dataset name in the Dataset 1 and put any name of your choice in Dataset2 Sequence Jo...
by meet_deb85
Thu Jan 27, 2011 3:13 am
Forum: General
Topic: Changing db2 instance for WAS
Replies: 1
Views: 1221

Changing db2 instance for WAS

Hi,

I have installed IIS 8.5 on Linux Red hat, on a pre installed Db2 9.7 with instance db2inst8 at 60000 port.

Now we want to use the instance db2inst5 on a different port, please let me know what are places where i need to make any change.
by meet_deb85
Mon Dec 20, 2010 9:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trimming columns when RCP is enabled
Replies: 5
Views: 4030

Hi Ray,

But there has to be some way by which i can take this entire row in one string through a column export stage, and the try to remove all the whitespaces after the the delimiter "~".

I guess in this case the whitespace between the characters need to be kept within the string.
by meet_deb85
Tue Dec 14, 2010 2:28 am
Forum: General
Topic: Datastage 8.1 with WAS 7.0
Replies: 1
Views: 1861

Datastage 8.1 with WAS 7.0

Hi,

I have to install Datastage 8.1 on Websphere Application Server 7.0 on Red Hat Linux OS Platform, I just want to know whether there will be any compatibiltiy issue or not.
by meet_deb85
Wed Dec 01, 2010 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue Reading from Fixed width file
Replies: 4
Views: 1447

Resolved it by setting Record Delimiter as UNIX NewLine
by meet_deb85
Wed Dec 01, 2010 2:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue Reading from Fixed width file
Replies: 4
Views: 1447

hi Ray,

I have kept it as Char(2) and Char(10), but still getting the same error
by meet_deb85
Wed Dec 01, 2010 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue Reading from Fixed width file
Replies: 4
Views: 1447

Issue Reading from Fixed width file

I have my source data as follows: - 10Pending 20Hold the width for the fisrt field is 2 and second is 10, I have added space char after the data in the second field to make it 10 characters long. I have set the Record Length as fixed, and i have defined under the string type option in the extended c...
by meet_deb85
Wed Aug 25, 2010 1:21 pm
Forum: General
Topic: Check job name,project name existence
Replies: 5
Views: 2594

Re: Uv command

Nagaraj wrote:may be you can use a uv command to LIST all the job names in the project directry, and write it to a file and then search in that file....this shd give you the syntax.
Yes that i am thinking,but how can go to UV prompt and save job name to file....
by meet_deb85
Wed Aug 25, 2010 12:20 pm
Forum: General
Topic: Check job name,project name existence
Replies: 5
Views: 2594

Check job name,project name existence

Hi all,
I am wokring on a log generation utility using unix shell scripting,here i m trying to find out existence of job name and project name in DS server.Is there any unix command to retrieve these information,any suggestion.?? I want to write script like
by meet_deb85
Wed Aug 04, 2010 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Typeconversion in Modify giving warning
Replies: 4
Views: 3804

If you have spaces that will not handled in implicit conversion. Use Trim and StringToDecimal functions. Hi There is no space in source data because when i m using Transformer instead of Modify it working perfectly fine but in modify its giving warning message! and StringTodecimal function i cant u...
by meet_deb85
Wed Aug 04, 2010 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Typeconversion in Modify giving warning
Replies: 4
Views: 3804

Typeconversion in Modify giving warning

Hi all, I m trying to convert varchar(20) to bigint 20 using modify stage.As it is written in the manual that for string to int64 conversion,there is no need to write any function i.e. it is default. but when i m running a job,data is going to output link of modify stage. Job is giving warning messa...