Search found 29 matches

by BSG1
Tue Jan 26, 2016 4:59 pm
Forum: General
Topic: TFS configuration with IIS
Replies: 7
Views: 3138

Can someone please help of you have some idea?
by BSG1
Mon Jan 25, 2016 9:14 am
Forum: General
Topic: TFS configuration with IIS
Replies: 7
Views: 3138

I see that from previous posts but my question sis little different. How would it interact with IIS server? Do I need any specific settings?

also is the sequence of steps i have given is correct?
by BSG1
Sun Jan 24, 2016 1:57 pm
Forum: General
Topic: TFS configuration with IIS
Replies: 7
Views: 3138

sorry. it's Team Foundation Server
by BSG1
Sat Jan 23, 2016 6:31 pm
Forum: General
Topic: TFS configuration with IIS
Replies: 7
Views: 3138

TFS configuration with IIS

Hi All,

I want to use TFS for Data stage jobs. Can some one please advise?

I plan to use below steps:
1) Install eclipse
2) Install TFS
3) Install TFS plugin for Eclipse

Is above correct? also how would I configure it for IIS? how Data stage would interact with it in information server manager?
by BSG1
Sat Jan 23, 2016 6:18 pm
Forum: General
Topic: IBM Information Server Manager
Replies: 4
Views: 3736

Marking this as resolved . Since I started using TFS in a rather crude fashion to check in documents test case worksheets and DSX files and associated scripts. We may switch to CVS later on - once we have corporate blessings :). Hi Ramesh, Can you please help me a little bit how did you achieve thi...
by BSG1
Tue Nov 17, 2015 2:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: soundex on joining keys
Replies: 3
Views: 2893

soundex on joining keys

Hi All,

I have one flat file with some name. I have data from some table. I need to join them using soundex function on name. How can I use Soundex function on joining keys?
by BSG1
Thu Oct 01, 2015 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suppressing special character
Replies: 2
Views: 1946

Suppressing special character

Hi all,

Is there any function in data stage which can suppress special characters in parameter. I am creating a date parameter having value like 2015-10-01

i need to get 20151001 from above string.

Please help.
by BSG1
Fri Sep 25, 2015 6:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01722
Replies: 2
Views: 3230

Used To_NUMBER as a workaround with suspected field.
by BSG1
Fri Sep 25, 2015 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01722
Replies: 2
Views: 3230

ORA-01722

Hi All, I am reading using Oracle Connector Stage. When I run the same job with few records it run fine but with full data it's giving following error: The OCI function OCIStmtFetch2 returned status -1. Error code: 1,722, Error message: ORA-01722: invalid number. (CC_OraStatement::fetch, file CC_Ora...
by BSG1
Thu Aug 20, 2015 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Masking
Replies: 8
Views: 4524

Thanks. would look into it.
by BSG1
Thu Aug 20, 2015 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Masking
Replies: 8
Views: 4524

Can you help how to implement ROT13 in data stage?
by BSG1
Thu Aug 20, 2015 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Masking
Replies: 8
Views: 4524

no

only one column which has alphanumeric data
by BSG1
Thu Aug 20, 2015 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Masking
Replies: 8
Views: 4524

for example if my column has value A123456

it should be masked and presented as may be X456789

no particular sequence. It's just that original actual data shouldn't be present.
by BSG1
Thu Aug 20, 2015 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Masking
Replies: 8
Views: 4524

Data Masking

Hi All,

I need to mask varchar data. How can we achieve it without using data masking stage in datastage parallel job?

I need some process through which I can unmask it also later on if needed.

Can we use convert function on individual letters?