Search found 9 matches

by mark1024
Wed Oct 24, 2012 6:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in XML ouput to MQ connector
Replies: 3
Views: 2441

Re: Problem in XML ouput to MQ connector

On the other hand,
Putting in a Reject link, and a columns for the reject message I get:

"XML output document parsing failed. File Path: "

in the reject column specified. Hence is a parsing issue.
by mark1024
Wed Oct 24, 2012 6:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in XML ouput to MQ connector
Replies: 3
Views: 2441

Problem in XML ouput to MQ connector

OK, I got the same problem as this post. ( a few years later) CSV -> Transformer -> XML_Output -> MQ_COnnector. I can get the XML_Output Stage to create the xml data to OS files via the output link. They look marvelous. However, the MQ connector does not recieve any rows. the name of the Output Colu...
by mark1024
Wed Jul 25, 2012 8:35 am
Forum: General
Topic: Reduceing Log information, exclude info entries
Replies: 4
Views: 1942

Reduceing Log information, exclude info entries

Guys, I got a process that is running MQ realtime from IMS to DB2. My log files get really big, I would like datastage 8.5 to not record "info" level entries, but I cannot figure out how to do that. The docs I was been looking at don't seam to help. Is there a sewtting some where so that d...
by mark1024
Wed Jul 18, 2012 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing String with Input Column Stage - double quote error
Replies: 1
Views: 1350

Parsing String with Input Column Stage - double quote error

I am using MQ and I have to parse the payload. I am using Import column to parse the payload, after its taken from MQ. The Payload is Pipe delimited, and strings are double quoted. Given the following input, the importColumn stage is not parseing the string propertyl "Apple"|"blue Jay...
by mark1024
Thu Jan 26, 2012 12:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Global Unit of Work - Or Read from MQ insert into Table
Replies: 1
Views: 2123

Global Unit of Work - Or Read from MQ insert into Table

I have a MQ job that reads MQ, parses the table name, then parses the columns for that table. I would like to only delete the msg off the MQ when the DB2 commits. delete (under transaction). THe problem I am having is that if I get a resource unavilable on DB2 Side and get a sig int, then the commit...
by mark1024
Fri Dec 16, 2011 11:51 am
Forum: General
Topic: Export Whole Datastage Project in Unix Script
Replies: 15
Views: 17886

Re: Export Whole Datastage Project in Unix Script

I do the same thing, but use it for promotion between environments istool export -archive Quickwin_jobs.dsx -domain linux50 -u username -p "password -ds ' "linux50/esa_dev/Jobs/QWin_test/*/*.*" -includ edependent -incexec' . Dev to test and to prod. I include the dependents and the ex...
by mark1024
Fri Dec 16, 2011 11:46 am
Forum: General
Topic: Weird problem with command activity
Replies: 7
Views: 3927

Re: Weird problem with command activity

Think about what the Shell is doing, "aa*1" the shell is trying to figure out what the star means, try putting a "aa\*" . I know in bash the special chars get processed if you don't put a slash in them.
by mark1024
Fri Dec 16, 2011 11:42 am
Forum: General
Topic: Pass Parameters by Reference not by Value
Replies: 4
Views: 2735

If we're talking Server jobs as you've marked your post, have you tried using USERSTATUS to pass (possibly modified) values back out of the job? Yes this would appear to work, I will try it. The environment variable approach would work, but would have to be unique so jobs had their own name. Maybe ...
by mark1024
Tue Dec 13, 2011 3:49 pm
Forum: General
Topic: Pass Parameters by Reference not by Value
Replies: 4
Views: 2735

Pass Parameters by Reference not by Value

I would like to pass a Job Parameter from a Sequence to a DataStage Job and have the Job change the Parameter value. I have tired setting the Job Paremeter to a different value in a TXFM stage. but when my seqence calls the next Job, the Job Parameter remains the same. Hence, how do you pass by Refe...