Search found 406 matches

by JRodriguez
Fri Apr 29, 2016 5:10 pm
Forum: General
Topic: Unable to send mail using notification activity -job aborted
Replies: 11
Views: 5986

Try cleaning up the output from the command in a user variable before passing to the email notification. The parameter2 (") might just be that the command output contain a field marker (@FM)
by JRodriguez
Thu Apr 28, 2016 4:40 pm
Forum: General
Topic: How to list the component using istool?
Replies: 7
Views: 4421

Use istool export with -pre -incdep...
by JRodriguez
Tue Apr 26, 2016 5:58 pm
Forum: General
Topic: istool: prevent importing executables
Replies: 2
Views: 2721

I believe that there is not option to import only the source code with the istool import command. However there is an option to only have the design time (source) objects included in the isx file if the isx file is created via the istool export. Basically if the option "-incexec" is not ad...
by JRodriguez
Tue Apr 19, 2016 5:52 pm
Forum: General
Topic: Is there any way to disable View Data?
Replies: 3
Views: 2511

Well not a solution or a configuration but if you stop the ASBAgent that will prevent the view data and connection test functionality among other features and still the job run just fine
by JRodriguez
Fri Apr 15, 2016 12:21 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Where to run IA?
Replies: 2
Views: 4252

Now days the strategy for IA tasks is the same as 10 years ago, it depends on the importance of the results or finding from IA tasks for the Company. The tool is more agil these days, you have a bit more control, but still the pain is present I would say that the strategy should be base on the impor...
by JRodriguez
Thu Apr 14, 2016 10:34 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer 11.5 issues
Replies: 2
Views: 5922

Information Analyzer 11.5 issues

Hello All, Already searched and did not find solutions or relevant information. There is a rollup patch that might help.....we are waiting for fix pack 1 that is just few weeks away. A PMR was also submitted to get the official vendor involved We are in the process to migrate from IA 8.7 to 11.5 and...
by JRodriguez
Fri Mar 25, 2016 6:32 pm
Forum: General
Topic: Failed to connect to JobMonApp on port 13401
Replies: 1
Views: 3420

MrBlack,
Set the environment variable APT_NO_JOBMON=True on the job and that might prevent the warning
Regards
by JRodriguez
Tue Jan 12, 2016 9:10 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: IBM webs here MQ With MQ connector stage
Replies: 1
Views: 16353

Naren, The configuration will depend on which mode you will be using the MQ connector, if in server mode you will need to have a a Queue Manager local on your engine server, if in client mode then the MQ client must be installed on your engine server and there must be a network connection to the ser...
by JRodriguez
Tue Jan 12, 2016 8:03 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Virtual tables
Replies: 2
Views: 4305

True north,

Virtual tables are like live views created during the execution so the changes on the data in between executions are reflected and therefore the data is always live

Cheers
by JRodriguez
Thu Jan 07, 2016 9:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing Complex XML in Hierarchical Stage
Replies: 6
Views: 8103

Laz, This is a different XML structure. The lists in this XML are completely independent As per your requirement, from the list BULK DATA FIELDS you will be able to generate records for each of the values in the field FIELD and as far as I know you won't be able to transpose those records into colum...
by JRodriguez
Tue Dec 15, 2015 7:17 am
Forum: General
Topic: UM using IBM Websphere MQ
Replies: 1
Views: 1066

Hi,
I believe that UM = Universal Messages, and there is a Red Book about Universal Messages and MQ series

http://www.redbooks.ibm.com/abstracts/t ... .html?Open

Regards
by JRodriguez
Mon Dec 14, 2015 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML file using MQ Stage in Datastage 9.1
Replies: 8
Views: 8050

Hi nyk1989,

How about dumping the XML file from MQ to a file first? Test that the file in the queue is still good....

Regards
by JRodriguez
Tue Dec 08, 2015 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing XML in the Hierarchical Stage
Replies: 3
Views: 2716

ArndW, For your sample XML file there is not need for extra steps, the trick is to map the inner field of the repeating group ( issue ) to the top element in the output list ( Output link). This will make the "imei" field available to the output flat list as well as the "issue" v...
by JRodriguez
Tue Apr 21, 2015 10:22 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web Service Client stage - issue with xpath definition
Replies: 9
Views: 27778

Hi Tom, Recently I ran into a similar issue. In our case the web service payload was defined to generate the payload with a node string and that caused that the returned XML payload was xml escaped ( < --&lt and > --&gt). This depend entirely on the web service provider... We ended up downlo...