Search found 406 matches

by JRodriguez
Thu Nov 24, 2016 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to map XML composers target fields to Transformer stage?
Replies: 4
Views: 4609

I guess that you would need to land the file coming out of hierarchical stage to pick it up as a full XML file but if you just need the full XML content you always could refer to the XML content by just providing the root "/" in your next transformer for the description of the column, if t...
by JRodriguez
Thu Nov 24, 2016 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pattern Matching Lookup
Replies: 2
Views: 4607

The main task here will be to generate a constraint to pass the good records. It should be dinamically created to counter in new lookup values. A regular lookup won't work, you will need either count or index function to detect the lookup value existance in the master record. So here is one way that...
by JRodriguez
Fri Oct 14, 2016 6:01 am
Forum: General
Topic: connection to the service Tier is lost from the client
Replies: 3
Views: 2372

It might be that both trusted and client sessions remain in the system forever exceeding the default value(1,000), this will cause a bunch of other issues. The most notorious one is the ASB service going down, if the services and engine tiers are hosted in different servers, and any feature handled ...
by JRodriguez
Wed Jul 13, 2016 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates after concatenation
Replies: 10
Views: 6657

We want it fast, codeless?
-Read the data
-Horizontal pivot
-Apply Unique sort
-Vertical pivot
-Concat columns
by JRodriguez
Wed Jul 13, 2016 6:37 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cannot import a table because of an unknown data type
Replies: 4
Views: 6113

How about ODBC bridge? I know best practice is to use IMAM as the entry point....but the job needs to be done...how about importing the table definition in DataStage? A shared table definition will be visible in all IIS components... and you will be able to go ahead with your profiling task
by JRodriguez
Mon Jun 27, 2016 7:12 am
Forum: General
Topic: AD Groups w/ DataStage Project
Replies: 3
Views: 3473

Seth. Could be due to different settings and very specific to your environment..Do you see the users in the AD group in WAS or the admin console? Do you see the users in the Engine server? The users in the AD group still needs to be part of the dstage group. If that is the case then remove the AD gr...
by JRodriguez
Tue Jun 14, 2016 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 11.5 RCP Oracle 12c Varchar field issue.
Replies: 3
Views: 6232

Check if the schema used at run time have all fields as ustring, if yes then add an environment variable to the DS project name it "NLS_LANG" and set it to "AMERICAN_AMERICA.WE8MSWIN1252", add it to the DS job

Let us know how it goes
by JRodriguez
Fri Jun 10, 2016 4:46 pm
Forum: General
Topic: Starting services always takes two attempts?
Replies: 6
Views: 4758

I would check if last time was stopped clean by looking at the logs and searching for any Java process running in the server. If any present that will be the culprit of your issue..
by JRodriguez
Sat May 21, 2016 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variable to check Stored proc call
Replies: 2
Views: 3644

Try calling the store procedure from a regular Oracle connector instead of from the Store Procedure stage, set the environment variable CC_MSG_LEVEL in the DataStage job to fit your desire level of messages...The connector will show the logs Also check if NLS is enabled, watch out for VARCHAR parame...
by JRodriguez
Wed May 11, 2016 6:19 pm
Forum: General
Topic: Groups with special characters in GroupId.
Replies: 2
Views: 3313

The DirectoryCommand.sh from the ASBNode directory allow almost all operations that one could execute from the Console. For the special characters just surround the value with quotes DirectoryCommand.sh -rm_grp_roles 'Group DSDev' RoleId Without the RoleId all roles will be removed from the group. T...
by JRodriguez
Wed May 04, 2016 6:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on information analyzer
Replies: 2
Views: 1798

Executing from DataStage data rule stage is a viable solution, you have way more control of the process in a DataStage job/sequence than what you have when executing directly from IA....
by JRodriguez
Wed May 04, 2016 5:48 pm
Forum: General
Topic: How does client licensing work?
Replies: 4
Views: 2534

Still the licenses for DataStage clients are required. Each windows client/desktop required a separate license

All connections to the service-engine from same desktop/computer are cover by one license
by JRodriguez
Wed May 04, 2016 6:08 am
Forum: General
Topic: IIS11.5 FP1 in IBM Fix Central site
Replies: 0
Views: 1855

IIS11.5 FP1 in IBM Fix Central site

For those who needs it, Information Server 11.5 Fix Patch 1 in Fix Central site

Http://www-933.ibm.com/support/fixcentr ... er_linux64
by JRodriguez
Sat Apr 30, 2016 10:59 am
Forum: General
Topic: SSL Certificates for Cross Project Compare
Replies: 7
Views: 10255

Are the two machines where the projects exist connecting to the same WAS level (Server network Deployment, Liberty) If not that might be the cause...they issue different ssl certicates... And you would need to permanently accept both ...try comparing the objects with the command line counter part ut...
by JRodriguez
Sat Apr 30, 2016 10:28 am
Forum: General
Topic: Unable to send mail using notification activity -job aborted
Replies: 11
Views: 5979

I guess that you also cleaned up the field markers -@FM- values in the user variable activity. Did you?

Convert(@FM,'', commandOutput)