Search found 406 matches

by JRodriguez
Tue Mar 08, 2011 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Limitation of SQL length in DRS stage
Replies: 9
Views: 3932

Mavrick- You should be able to fit a SQL up to 2^32 = 4 294 967 296 Sometimes is just not enough. We are talking space size, not number of words used in the SQL statement, so remove all empty spaces and any cosmetic format... Finally, Talk to IBM support they should be able to provide a patch to exp...
by JRodriguez
Tue Mar 08, 2011 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Limitation of SQL length in DRS stage
Replies: 9
Views: 3932

Craig- The maximum length of a SQL statement that DataStage can handle depend on the RDBMS. The maximum that Oracle 9i can handle is up to 2^16. So that will be the maximum that DataStage will accept. For post 9i, no such limit is specified by Oracle. So this limit is now raised to 2^32. So all depe...
by JRodriguez
Fri Mar 04, 2011 2:18 pm
Forum: IBM QualityStage
Topic: Assigning Matching Weights
Replies: 2
Views: 2294

Rahul-
Just set all cut off values (Match, Duplicate, Clerical) with same value. Let's say 25 and all records considered no matches in any pass will be available for the next pass

Regards
by JRodriguez
Fri Feb 25, 2011 1:25 pm
Forum: IBM QualityStage
Topic: EXPCOM Rule Set and Word Investigate
Replies: 7
Views: 7007

DsExplorer, As a general rule you could use any Rule Set in the investigation stages, that's the main purpose you investigate and Std with the same rule set... Did you try to test the EXPCOM rule set in the Rule Set Management Windows? If not just try, if working OK that rule out any installation is...
by JRodriguez
Thu Feb 24, 2011 8:43 am
Forum: IBM QualityStage
Topic: Calculation of composite weight and fixing Match Cut off
Replies: 2
Views: 2299

Rahul, Having same input data you should be getting same weights every time. Are you experiencing this in the match designer or while running the job? If in the match designer then there is a known issue that can be easily fix configuring the match designer to use same config file used by the job th...
by JRodriguez
Wed Feb 23, 2011 2:14 pm
Forum: IBM QualityStage
Topic: EXPCOM Rule Set and Word Investigate
Replies: 7
Views: 7007

Well.. I don't know about the EXPCOM rule set, but below should help

viewtopic.php?t=89199


Regards
by JRodriguez
Mon Feb 14, 2011 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File and multple, conditional record types.
Replies: 6
Views: 5358

SettValleyConsulting, You want to use CFF stage to get this requirement done If your input records are like: type 1 + columns type 2 + columns ... .. type 5 + transaction columns type 6 + addendum columns Then don't worry about the sort order and don't worry about the common field between transactio...
by JRodriguez
Thu Feb 10, 2011 8:23 am
Forum: IBM QualityStage
Topic: Does CASS server need to be on all systems?
Replies: 3
Views: 2141

Kennyapril,

There is nothing to prevent installing the package in more than one server.

Normally IBM licenses cover non-production and production environments, but you should call your provider and get all clarifications about the terms in your license and then proceed


Regards
by JRodriguez
Tue Feb 08, 2011 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Information on User access to the project
Replies: 1
Views: 1567

Yes, You can set up a report:

Web Console.
Reporting -->Report templates-->Security --->View Report Templates

You should be fine with "List of Users" template

Regards
by JRodriguez
Fri Feb 04, 2011 12:36 pm
Forum: IBM QualityStage
Topic: Does CASS server need to be on all systems?
Replies: 3
Views: 2141

Kenyapril,

Even is possible to access the CASS reference files from all environments, I would prefer separate CASS installation for each environment. At at the minimun two non-production and production

A lot of reason to go this way .....
by JRodriguez
Fri Feb 04, 2011 12:31 pm
Forum: IBM QualityStage
Topic: Which columns for standardizing names using USNAME rule set?
Replies: 13
Views: 9133

Suryadev, You would like to use the standardized output columns from the previos job, that should improve the results of your standardization process. Better input, better output.... Basically you should force the proper input format that the USNAME rule set is expecting to get the most of it, (last...
by JRodriguez
Fri Feb 04, 2011 11:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find activities which have "Run" option selected
Replies: 9
Views: 3872

Mav,

This method is not just to identify those activities, you should be fine doing a global replace in the dsx file and then import the dsx file back to the project. You will save a lot of time ....

Regards
by JRodriguez
Thu Feb 03, 2011 2:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find activities which have "Run" option selected
Replies: 9
Views: 3872

Mavrick, To find out all job activities which are set as "Run" you could export the Sequences jobs to an export file (.dsx) then do a search for ExecutionType "0" A couple of lines up you will find the Job name Name "XXXXXX_XXX" Here is how the values are mapped: Execut...
by JRodriguez
Thu Feb 03, 2011 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I make a job "always on"?
Replies: 8
Views: 4610

Hello Ramsubbiah,

Follow Ernie suggestions ... and please try increasing the number of messages that you are expecting to unlimited

Wait time = -1
message quantity -1
end of data message type = 9999989
Record Count = 0
End Of Wave = After
End Of Data = Yes

Regards
by JRodriguez
Thu Jan 13, 2011 1:46 pm
Forum: General
Topic: Send Email as Body
Replies: 3
Views: 4864

Well... I tend to forget the old DSSendMailTester routine

Normally, I used the DSSendMailTester routine that allow the body to be parameterized

Take a look at it and post any question that you might have


Regards