Search found 90 matches

by mail2hfz
Wed Apr 04, 2012 6:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Format Issues while generating XML output
Replies: 9
Views: 7352

Hi..This is regarding the XML formating issue..You mentioned that you used the shell script to remove the line breakers..can you share that script
by mail2hfz
Wed Apr 04, 2012 6:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format issue with XML output stage
Replies: 4
Views: 2910

The application to which this xml is fed needs to be in the fomrat I mentioned..any other forms is being rejected
by mail2hfz
Wed Apr 04, 2012 4:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format issue with XML output stage
Replies: 4
Views: 2910

Format issue with XML output stage

Hi Guys, My job prepared an xml file using output stage which looks like <SBUCode> NAV </SBUCode> <ProductPartNumber> 1646859C91 </ProductPartNumber> <ProductDescription> COVER - ASSY, POWER STEER RESERVOIR </ProductDescription> but my requirement is to get the same output as <SBUCode>NAV</SBUCode> ...
by mail2hfz
Thu Mar 22, 2012 10:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Grouping
Replies: 7
Views: 4063

Hi All,
I have exact the same issue with grouping of XML columns mentioned above.
I see this thread has been resolved with no answer.Can you guys let me know how to proceed on this issue
by mail2hfz
Tue Mar 22, 2011 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing XML file to MQ Queue
Replies: 1
Views: 2889

writing XML file to MQ Queue

Hi, I have requirement to write a XML file on to a MQ queue. Actually XML file contains timestamp value which needs to put on MQ queue I am using row generator , transformer(get value thru parameter for timestamp),XML output stage and then MQ connector. I have option of Create(under transaction) und...
by mail2hfz
Fri Jan 07, 2011 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sporadic Unhandled failure issue
Replies: 5
Views: 6166

Following are the log entries around the failure. Warning >>SEQ_TYPE1..JobControl (@ExecCmd_Split): Controller problem: Unhandled failure (255) encountered executing command ksh Info >>SEQ_TYPE1..JobControl (@Coordinator): Summary of sequence run 02:52:33: Sequence started (checkpointing on) 02:52:3...
by mail2hfz
Fri Jan 07, 2011 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sporadic Unhandled failure issue
Replies: 5
Views: 6166

Thanks Chulett for the response. Had a long production night and just got back to work. The message is from a sequence job, all the child jobs are finished okay and I do have the option "Automatically handle" enabled. I was going thru a lot of posts about your suggestion "no initial v...
by mail2hfz
Fri Jan 07, 2011 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sporadic Unhandled failure issue
Replies: 5
Views: 6166

Sporadic Unhandled failure issue

Hello, The jobs in production are failing with error message Controller problem: Unhandled failure (255) encountered executing command ksh. This is not occuring daily, very random. When I rerun the jobs, they go smooth. Today I tried to dig in further and got the below message from the log. From pre...
by mail2hfz
Tue Nov 30, 2010 6:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to delete last 2 records in a flat file
Replies: 6
Views: 4545

If you want to get rid of the last 2 records then delete those line in before job subroutine or in a invocation shell (sed 'N;$!P;$!D;$d' <<inp file>> > newfile). If you are planning to handle those records then provide the exact criteria with samples
by mail2hfz
Wed Oct 06, 2010 7:45 am
Forum: General
Topic: sudo as admin
Replies: 5
Views: 3283

Thanks mike. My bad,it's a non root install. Looks like we messed it by trying something out of the box(non documented stuff)!
by mail2hfz
Tue Oct 05, 2010 5:53 pm
Forum: General
Topic: sudo as admin
Replies: 5
Views: 3283

Again, I am not an expert in this section so could not debate a lot. I got the following from guide. DataStage installed by root is installed in impersonation mode with auto start enabled. During installation an administrative user is specified who is authorized to carry out day-to-day administrativ...
by mail2hfz
Tue Oct 05, 2010 4:57 pm
Forum: General
Topic: sudo as admin
Replies: 5
Views: 3283

sudo as admin

Hello All, This might be a dumb question in administration, but if someone can share information then that will be great. I (abc1) log into the box and sudo into sysmgr account I install Datastage(DS) as sysmgr. Remember, sysmgr is only a "sudo"Account. It doesnt have a password. DS gets i...
by mail2hfz
Tue Oct 05, 2010 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Options to handle german characters without NLS
Replies: 2
Views: 2183

Aplozise for the delayed follow-up. Business has decided to strip the characters, so it was an easy job for me.

Thanks.
by mail2hfz
Tue Sep 28, 2010 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Options to handle german characters without NLS
Replies: 2
Views: 2183

Options to handle german characters without NLS

Hello all, As the subject says, we don't have NLS enabled and we have to handle german characters in description field. I am generating a fixed width file and the description should only be x bytes and because of this characters the o/p length is exceeding x bytes. I don't have the luxury of enablin...
by mail2hfz
Thu Jul 08, 2010 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup logic
Replies: 4
Views: 3052

I am able to get this done with seperate lookups. Would like to know if any other way I can achieve it.