Search found 30 matches

by partha.natta
Thu Jun 12, 2014 10:03 am
Forum: Site/Forum
Topic: Unable to see premium member's contents after payment
Replies: 2
Views: 8510

Unable to see premium member's contents after payment

Hi,

I have taken the premium membership for one month,

But still I am not able to see the premium member contents.

I have attached the invoice for reference

Please let me know the reason.

Regards,
Partha
by partha.natta
Thu Jun 12, 2014 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex XML file with optional element and multiple root
Replies: 0
Views: 881

Complex XML file with optional element and multiple root

I have to process multiple XML files with same schema having optional element fields and some fields having multiple roots, is it possible to implement this in Datastage. I have pasted a sample screenshot for the column FundID which can be available in different roots and I have to take only one val...
by partha.natta
Wed Aug 07, 2013 12:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter not seen at offset issue
Replies: 1
Views: 3001

Delimiter not seen at offset issue

We are facing an issue while loading a delimited file into sql server database. The metadata is defined in schema file as mentioned below. record {record_delim='\n', delim='|',final_delim=none, quote=NONE} ( Col1:nullable string[1] {null_field=''}; Col2:nullable string[5] {null_field=''}; Col3:nulla...
by partha.natta
Thu Aug 09, 2012 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join_48,1: Caught exception from runLocally(): APT_BadAlloc
Replies: 2
Views: 2639

Join_48,1: Caught exception from runLocally(): APT_BadAlloc

Hi, We are getting this error in datastage parallel job in windows platform. We are reading a 8 gb file from sequential file stage and split the records in two flow. In one flow we are assingning inrownum for each records in the transformer stage. The mode should be in sequential mode as we want to ...
by partha.natta
Wed Jul 18, 2012 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling function called on a not nullable field
Replies: 4
Views: 9888

Actually In production the job is getting aborted due to not doing the Null handling. But the same job is working fine is Dev and QA server(Without any Null handling). Trim( Convert('"','', ToXfmTrm.col1) ) There are four columns for which this error is coming. These columns I am taking from fo...
by partha.natta
Tue Jul 17, 2012 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling function called on a not nullable field
Replies: 4
Views: 9888

Null handling function called on a not nullable field

Hi I am getting this below error for a job.The columns present in the job are nullable only. If I am doning the null handling in the below way then the below error its giving. If (IsNull(column1) or TrimF(TrimB(column1))='') Then '****' Else TrimF(TrimB(Convert('"','',column1))) APT_CombinedOpe...
by partha.natta
Tue Feb 21, 2012 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to encrypt a file in datastage?
Replies: 2
Views: 6985

How to encrypt a file in datastage?

The files that we are generating in datastage, is it possible to encrypt them before sending it to downstream.Actually we are generating some .txt file windows environment.Now the users wants those files as encrypted to maintain tha data level security.
by partha.natta
Thu Feb 16, 2012 1:42 am
Forum: General
Topic: File validation
Replies: 3
Views: 2187

File validation

I need to validate some source files with a single file which is having the details of the source file for e.g file name and record count of the source file and only the correct files will be processed for the next level.How can I implement the same in datastage windows environment.
by partha.natta
Mon Feb 13, 2012 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to encrypt and decrypt a file in datastage
Replies: 11
Views: 9836

The requirement is like this. We shall receive files from different source systems as encrypted (key protected). It can be multiple files combined in a single encrypted folder or individually encrypted file. We need to decrypt them (file and folder both in our environment through datastage and then ...
by partha.natta
Fri Feb 10, 2012 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to encrypt and decrypt a file in datastage
Replies: 11
Views: 9836

Could you please provide the detail information regarding this?
We are using windows platform and to achieve it what are the steps we need to follow, once we install the software what stage we need to use to develop the same.
by partha.natta
Thu Feb 09, 2012 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to encrypt and decrypt a file in datastage
Replies: 11
Views: 9836

How to encrypt and decrypt a file in datastage

I need to decrypt some files in datastage which are coming as encrypted from the source system and also after generation of new files and sending them to other location I need to encrypt them again and then need to send. Can anyone help me how can I achieve it in datastage in windows environment.
by partha.natta
Tue Mar 09, 2010 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement this logic DS PX
Replies: 5
Views: 2452

The output columns are restricted and the no of distinct dates for a particular account no will not go beyond that.
by partha.natta
Tue Mar 09, 2010 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement this logic DS PX
Replies: 5
Views: 2452

yes, Acct1,Date1 Acct1,Date2 ... Acct1,Daten in multilpe rows for the same account no i.e. there are multiple date vales for a single account no , and we need to take sort the date and then min date need to go to dat1, next one to dat2 and so on in different target columns for the same account no.
by partha.natta
Tue Mar 09, 2010 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement this logic DS PX
Replies: 5
Views: 2452

How to implement this logic DS PX

If for a account number there are multiple values are present in another field, how can I take each value and propagate it to different fields.For e.g. if there are multiple dates for a single account no coming from a single source field,and in the target there are different target columns are prese...
by partha.natta
Tue Mar 09, 2010 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we implement is DS PX
Replies: 6
Views: 2791

How can we implement is DS PX

If for a account number there are multiple values are present in another field, how can I take each value and propagate it to different fields.For e.g. if there are multiple dates for a single account no coming from a single source field,and in the target there are different target columns are prese...