Search found 106 matches

by chitravallivenkat
Wed Sep 10, 2008 11:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopping Log entries
Replies: 10
Views: 4153

sometime recompilation will be helpful, if status shows stopped but still writing log entries.
by chitravallivenkat
Wed Sep 10, 2008 11:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatenation of values with null
Replies: 3
Views: 2646

Whenever you concatenate value with NULL, always will be NULL. So do NULL check before concatenating, do as per requirement.
by chitravallivenkat
Mon Sep 01, 2008 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the Memory usage
Replies: 4
Views: 1721

Thanks Ray...
by chitravallivenkat
Mon Sep 01, 2008 2:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the Memory usage
Replies: 4
Views: 1721

Thanks Ray for your reply.

Just one clarification is that Task Manager of Server machine where DS server is installed, should be watched. Is this correct?

Because I could not find any uvsh.exe process in my local machine where DS clients are installed.

Thanks,
Venkat
by chitravallivenkat
Mon Sep 01, 2008 1:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Extarct first string
Replies: 5
Views: 2135

field("name,location",",",2)
by chitravallivenkat
Mon Sep 01, 2008 12:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Extarct first string
Replies: 5
Views: 2135

Use field function.
by chitravallivenkat
Mon Sep 01, 2008 12:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the Memory usage
Replies: 4
Views: 1721

How to find the Memory usage

Hi,

Where can I find the memory used by each server job?

I seached in the forum with the words 'memory usage'. but i could not get any clear result.

Thanks,
Venkat
by chitravallivenkat
Wed Aug 27, 2008 12:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Confusion on DS 7.5x2?
Replies: 4
Views: 1797

Thanks Chulett and Bharani. My confusion is cleared.
by chitravallivenkat
Tue Aug 26, 2008 11:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Confusion on DS 7.5x2?
Replies: 4
Views: 1797

Confusion on DS 7.5x2?

Hi,

I have one small confusion about server and enterprise edition.
is 7.5X2 version server or enterprise? What does server and enterprise edition mean?

If enterprise edition, then can we deactivate the parallel job working? mean I need only server job.

Thanks in advance
Venkat.
by chitravallivenkat
Fri Aug 22, 2008 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hardware configuration
Replies: 1
Views: 890

Hardware configuration

Hi all,

I need a hardware configuration detail for Datastage (the CPU, RAM and Storage requirements of DS Server) that should meet my below criteria.

1. Row size - 150 byte
2. Initial load - 500,000 records, then annual growth of 100,000 records would be loaded into SQL server.


Thanks,
Venkat
by chitravallivenkat
Wed Aug 20, 2008 3:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving server jobs from Windows server to Unix server
Replies: 4
Views: 2165

Moving server jobs from Windows server to Unix server

Hi, I need some clarification on below. We have some server jobs developed in Windows server need to be moved into Unix server. my question is any change need in code or any extra things need to take care to adopt the code in Unix server???. or once moved into Unix server, they can be run simply wit...
by chitravallivenkat
Mon Aug 18, 2008 12:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to define hardware configuration for 10 million records
Replies: 4
Views: 2379

How to define hardware configuration for 10 million records

Can anybody suggest me how to find out the hardware configuration (the CPU, RAM and Storage requirements of DS Server) for 10 million records.

Thanks in advance,
Venkat
by chitravallivenkat
Wed Aug 13, 2008 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record count on sequential file
Replies: 6
Views: 2289

Thanks for solution,
It help me out
by chitravallivenkat
Wed Aug 13, 2008 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record count on sequential file
Replies: 6
Views: 2289

will the first method will give me accurate value...

for second method i should declare DSGetLinkInfo(hJob, StageName, LinkName, DSJ.LINKROWCOUNT)
this one in the derivation of the field..

Please correct me if i am wrong..
by chitravallivenkat
Wed Aug 13, 2008 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record count on sequential file
Replies: 6
Views: 2289

will the first method will give me accurate value...

for second method i should declare DSGetLinkInfo(hJob, StageName, LinkName, DSJ.LINKROWCOUNT)
this one in the derivation of the field..

Please correct me if i am wrong..