Search found 199 matches

by karry450
Fri Dec 10, 2010 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT
Replies: 15
Views: 5781

Re: XML OUTPUT

Hi Krishna, <?xml version="1.0" encoding="ISO-8859-1"?> <fileUpdate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1" program="XXXX" vendor="XXXXX" createDate="2010-12-10 01:50:11" serviceType="2"> <fileL...
by karry450
Fri Dec 10, 2010 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT
Replies: 15
Views: 5781

Re: XML OUTPUT

Hi krishna,

I have only one output stage, I have unchecked and checked doesnt may any difference. Still showing the header

Any other options to do please help

Thanks
Goutam
by karry450
Fri Dec 10, 2010 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT
Replies: 15
Views: 5781

Re: XML OUTPUT

Hi Vignesh,

I have tried this , This is xml output stage , i have checked comment in stage tab --->document settings tab but doesnt remove the header
can you please suggest if there is any other way.

Thanks
by karry450
Fri Dec 10, 2010 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT
Replies: 15
Views: 5781

Re: XML OUTPUT

Hi Friends,

Im getting this message on top of my xml file,
<?xml version="1.0" encoding="ISO-8859-1"?>
Can anyone help me/suggest how to remove this message from the file

regards
goutam
by karry450
Tue Dec 07, 2010 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT
Replies: 15
Views: 5781

XML OUTPUT

Hi Friends, My source is a flat file and output is xml output stage. targeted output is : <fileUpdate version="1" program="2" vendor="1" createDate="2010-12-07 06:52:14" serviceType="2"> 0000000000000000001. <fileList> <file preReqFile="" i...
by karry450
Wed Jul 07, 2010 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read from an excel sheet in linux?
Replies: 3
Views: 1931

How to read from an excel sheet in linux?

Hi Friends

Can anyone help me

How to read from an excel sheet in linux?

are there any ODBC drivers for free available


Thanks
by karry450
Wed Jun 09, 2010 12:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATE
Replies: 6
Views: 2137

ray.wurlod wrote:You will need to separate the date and time components. Get these date arithmetic routines and add 4 days to the da ...
Hi Ray,

I dont have the premium membership can you please help me with the code

Thanks
by karry450
Wed Jun 09, 2010 12:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATE
Replies: 6
Views: 2137

DATE

Hi Friends,

I am getting a column(DATE)Timestamp in transformer stage say ex 29-05-2010 06:00:00 I want to add +4 days in the transformer stage.

when I say DATE+4 in transformer stage it doesnt work can anyone help me with function or the way to add 4 days for the input DATE


Thanks
by karry450
Tue Jun 08, 2010 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Password Encryption.
Replies: 27
Views: 23348

If you are loooking for some database encryption and decryption package then I may suggest you some clues,i think you can use this SP from backend and try to achieve what you are looking for this SP is based on oracle database , Let me know which database you are looking for you may have to convert...
by karry450
Tue Jun 08, 2010 4:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Password Encryption.
Replies: 27
Views: 23348

Try using parameter sets. HI Sorrell, Is it possible to encrypt a password and use the encrypted password as input parameter for db connection without decrypting it in DS 8.1, The scenario is our testing team should use the encrypted password only in the param file as input for the job for connecti...
by karry450
Mon Jun 07, 2010 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Password Encryption.
Replies: 27
Views: 23348

Hi Ray,

I want the first original password to be converted into encrypted and then use this encrypted as a password for the jobs for connecting to database by assigning to a parameter.

does this work If I use convert()?
by karry450
Mon Jun 07, 2010 3:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Password Encryption.
Replies: 27
Views: 23348

ray.wurlod wrote:There are literally zillions of different encryption algorithms out there, from simple substitution through to 128-bit private key encryption. How strong do you need the encryption to be? Do you nee ...
I just need a simple subtitution of original pwd,

Thanks
by karry450
Mon Jun 07, 2010 2:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Password Encryption.
Replies: 27
Views: 23348

ray.wurlod wrote:This was seen as a security breach and tightened.

There is a proper, rigorous way to manage passwords. Use that. ...
Hi Ray,

Thanks for the reply, But can you please help me with procedure to write a pwd in encrypted format using DS 8.1
by karry450
Mon Jun 07, 2010 12:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Password Encryption.
Replies: 27
Views: 23348

I actually want to give this encrypted password to the testing team to use as a parameter for the job. Instead of giving the original password. We want to restrict them to access oracle table access directly. This is possible in DS 7.5 server edition, where as in DS 8.1 edition it is throwing out on...
by karry450
Thu Jun 03, 2010 1:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Password Encryption.
Replies: 27
Views: 23348

I am just curious! What you are trying to do with the encrypted password? I actually wanted the testing team to use this encrypted password. DS 7.1 director shows as SOURCE_DB_P=D1.WORLD SOURCE_DB_USER_P=D_04 SOURCE_DB_PASSWORD_P= L5J@I9V1?9KL0?4IE9N<@OA7 ODS_DB_P=D1.WORLD ODS_DB_USER_P=D_05 ODS_DB...