Search found 43 matches

by syedmuhammedmehdi
Mon Jun 23, 2014 6:20 am
Forum: General
Topic: Confirm encrypted password is set to $PROJDEF?
Replies: 16
Views: 9494

By exporting dsx of job having $PROJDEF for sure and my concern job dsx and by comparing their encoded password values I'm able to find out whether encrypted job parameter is having value $PROJDEF or not.

Thanks all for your help.
by syedmuhammedmehdi
Fri Jun 20, 2014 11:54 am
Forum: General
Topic: Confirm encrypted password is set to $PROJDEF?
Replies: 16
Views: 9494

qt_ky wrote:The simple way, export & view, has been suggested above. Have you tried it??
thanks, I'll try this on Monday morning.
by syedmuhammedmehdi
Thu Jun 19, 2014 10:47 pm
Forum: General
Topic: Confirm encrypted password is set to $PROJDEF?
Replies: 16
Views: 9494

yes, I too remember in v8.1 i used to see encrypted password but in v9.1 I'm seeing only stars. Is there any other simple way to find out password is $PROJDEF.
by syedmuhammedmehdi
Thu Jun 19, 2014 11:20 am
Forum: General
Topic: Confirm encrypted password is set to $PROJDEF?
Replies: 16
Views: 9494

For me encrypted password is shown as ***** irrespective of what the password is. Thanks, But this is not my query, usually what we do is when we add environment variables in our parallel job we forgot to change value of password to $PROJDEF and when we export these jobs to other enviroments that is...
by syedmuhammedmehdi
Thu Jun 19, 2014 6:48 am
Forum: General
Topic: Confirm encrypted password is set to $PROJDEF?
Replies: 16
Views: 9494

ArndW wrote:The algorithm for encrypting within DataStage is not a complex one, so if you write a job and use $PROJDEF as a the value of an encrypted parameter that string can be used as comparison as it will alw ...
Can't view your premium content :(
by syedmuhammedmehdi
Thu Jun 19, 2014 5:19 am
Forum: General
Topic: Confirm encrypted password is set to $PROJDEF?
Replies: 16
Views: 9494

Confirm encrypted password is set to $PROJDEF?

Could you please advise is there any way to check and verify whether encrypted password in parallel job has value $PROJDEF not anything else directly through designer or is there any shortcut to verify this.
by syedmuhammedmehdi
Wed Mar 05, 2014 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job hanging up while decimal(12,3) to decimal(10,3
Replies: 13
Views: 5567

Now I added Decimaltodecimal() function for all decimal columns and now job is running fine without hanging.

Thanks for suggestions.
by syedmuhammedmehdi
Sat Mar 01, 2014 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job hanging up while decimal(12,3) to decimal(10,3
Replies: 13
Views: 5567

Are u asking after chopping everything after transformer stage..... the results above (hanging up) which I have mentioned are all after my chopping off everything.
by syedmuhammedmehdi
Sat Mar 01, 2014 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job hanging up while decimal(12,3) to decimal(10,3
Replies: 13
Views: 5567

Re: Datastage job hanging up while decimal(12,3) to decimal(

PaulVL wrote:If you chop off everything after the transformer stage and add a peek, does the job still hang?
In test job I did the same, I chopped off everything after transformer and added sequential file at end.
by syedmuhammedmehdi
Sat Mar 01, 2014 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job hanging up while decimal(12,3) to decimal(10,3
Replies: 13
Views: 5567

I did not use DecimalToDecimal() conversion function as number of digits in decimals are same( we are not rounding off and as it is generally said when we are not rounding off no need to use decimaltodecimal() function). However last night I used stringtodecimal() for test and job was aborting as ex...
by syedmuhammedmehdi
Fri Feb 28, 2014 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job hanging up while decimal(12,3) to decimal(10,3
Replies: 13
Views: 5567

It is just hanging up without any warning. I added up reject link as you advised but still it is hanging up may be because reject link is also having dec(10,3).
by syedmuhammedmehdi
Fri Feb 28, 2014 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job hanging up while decimal(12,3) to decimal(10,3
Replies: 13
Views: 5567

My target is sequential file. To identify this firstly i just kept char columns at output and ran, job ran fine. Then after this I mapped that decimal column then the job was hanging. To exactly identify issue was due to dec(12,3) into dec(10,3), I kept constraint condition in transformer to remove ...
by syedmuhammedmehdi
Fri Feb 28, 2014 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job hanging up while decimal(12,3) to decimal(10,3
Replies: 13
Views: 5567

Datastage job hanging up while decimal(12,3) to decimal(10,3

In my parallel job, I'm mapping decimal(12,3) to decimal(10,3) in transformer stage (also I received confirmation from analyst that we will not be receiving any number greater than decimal(10,3)). However, when I'm receiving any number greater than decimal(10,3) in that column (in test region) datas...