Search found 203 matches

by Ravi.K
Wed Aug 29, 2012 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query regarding Surrogate Key Generator Stage
Replies: 7
Views: 3923

Yes, It hits database based on the block specified. In my view flat file gives much performance compare to DB sequence Since DB sequence will have I/O operations with DB server if DB is landed in other host then there will be network traffic. As suggested by Sura, Security wise chances for corruption.
by Ravi.K
Thu Aug 09, 2012 9:45 pm
Forum: General
Topic: Microsoft outlook Access
Replies: 5
Views: 2040

Pl. find the revised code which helps to select folder during runtime. Sub GetAttachments() Dim ns As NameSpace Dim Inbox As MAPIFolder Dim Item As Object Dim Atmt As Attachment Dim FileName As String Dim i As Integer On Error GoTo GetAttachments_err Set Inbox = Outlook.GetNamespace("MAPI"...
by Ravi.K
Thu Aug 09, 2012 1:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Generator for Sample records
Replies: 1
Views: 1065

Row Generator for Sample records

Hi,

I am generating sample data through Row Generator of 1000 records. But some records have null values. I tried to change nullable propety at Row Generator and Sequential file. But no luck.

Just wondering whether we could generate records without nulls through Row Generator.
by Ravi.K
Wed Aug 08, 2012 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract substring
Replies: 10
Views: 6160

As Sreeni said,

Field(Column_Name,"_",1)

It will solve the issue...
by Ravi.K
Wed Aug 08, 2012 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query on NextSurrogateKey() at 8.5
Replies: 7
Views: 3546

Issue was fixed by Admin. Client version was missing out FIX Pack-1, When Fix Pack added then issue resolved.

Cheers...
by Ravi.K
Wed Aug 08, 2012 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract substring
Replies: 10
Views: 6160

Apply Index function it will give position of the "-" then apply substring function.
by Ravi.K
Wed Aug 08, 2012 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query on NextSurrogateKey() at 8.5
Replies: 7
Views: 3546

We are not able to compile and run it. We have taken up this issue to Admin level for further action. Will come back with updates.

Thanks for your thoughts...
by Ravi.K
Tue Aug 07, 2012 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query on NextSurrogateKey() at 8.5
Replies: 7
Views: 3546

When i type the function manually it is showing in red color. i.e function not available.
by Ravi.K
Tue Aug 07, 2012 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query on NextSurrogateKey() at 8.5
Replies: 7
Views: 3546

Query on NextSurrogateKey() at 8.5

Hi,

Not able to find NextSurrogateKey() function at Datastage 8.5.

But where as we could able to find NextSurrogateKey() function at Datastage 8.1

Transformer --> Functions --> Utility --> NextSurrogateKey()

Please suggest.
by Ravi.K
Thu Aug 02, 2012 9:24 pm
Forum: General
Topic: Microsoft outlook Access
Replies: 5
Views: 2040

Why not one of the tools built into Windows / Office like VBA, for instance? Yep, I am in half way. Find the VBA code which helps to save attachments into Hard drive. Sub GetAttachments() Dim ns As NameSpace Dim Inbox As MAPIFolder Dim Item As Object Dim Atmt As Attachment Dim FileName As String Di...
by Ravi.K
Thu Aug 02, 2012 5:25 am
Forum: General
Topic: Microsoft outlook Access
Replies: 5
Views: 2040

Microsoft outlook Access

Hi,

Let me explain my requirement as follows.

Need to access microsoft outlook if any mails contains attachment we need to save those attachment in a particular folder.
by Ravi.K
Sat Jul 14, 2012 1:31 am
Forum: General
Topic: Post Verification things after migrating to 8.5
Replies: 5
Views: 1892

Do a run in 8.5 and 8.1 then compare the results using any comparision utility for accuracy.
by Ravi.K
Fri Jul 13, 2012 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML transformation help needed
Replies: 11
Views: 6815

Define SupplyType1,SupplyType2,SupplyType3,SupplyType4,SupplyType5 columns with derivation as ATS ,EIP ,OIP ,RIP ,TROUBLE for respective Quantities. Pviot the data based on the below. SupplyType - SupplyType1,SupplyType2,SupplyType3,SupplyType4,SupplyType5 Quantity - Quantity1,Quantity2,Quantity3,Qu...
by Ravi.K
Fri Mar 23, 2012 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator + Partition
Replies: 12
Views: 11055

For Numeric Key Column Modules is best partition and for non numeric columns Hash is best partition.

If you want to see what partition Datastage selects when you select Partition as Auto then enable Dump score Environment variable to trace the Partition method.
by Ravi.K
Fri Mar 23, 2012 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Grouping
Replies: 7
Views: 4105

I agree... I made it as Key to remove duplicates...