Search found 15 matches

by madog
Sat May 31, 2014 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML repeating segments - losing segments on output
Replies: 0
Views: 2345

XML repeating segments - losing segments on output

My XML input looks like below - with E1BPMEPOTEXTHEADER repeating, but one of them will have a different TEXT_ID value and different TEXT_LINE value. <E1BPMEPOTEXTHEADER> <PO_NUMBER>ABCDEFG</PO_NUMBER> <TEXT_ID>F12</TEXT_ID> <NEW_ELEMENT></NEW_ELEMENT> <TEXT_LINE>37806884</TEXT_LINE> </E1BPMEPOTEXTH...
by madog
Tue Sep 07, 2010 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple MQ Queue Managers in v8, v8.1. Possible?
Replies: 3
Views: 2278

JRodriguez wrote:Madog,

We are at version 8.1, we have three Queue Managers on the same server where DataStage is installed with no issues

Cool bananas!! :D thats the confirmation I was looking for...


thanks all.
by madog
Tue Sep 07, 2010 5:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple MQ Queue Managers in v8, v8.1. Possible?
Replies: 3
Views: 2278

Multiple MQ Queue Managers in v8, v8.1. Possible?

does anybody know if 8.1 can handle multiple queue managers on the same server which DataStage is installed onto? The input tab on the MQSeries Stage dialog box has a field for Queue Manager, so this to me suggests, yes it can. But word in the office - is that its a limitation of DataStage, and that...
by madog
Thu Aug 19, 2010 7:39 pm
Forum: General
Topic: Location of license xml file
Replies: 3
Views: 3233

Location of license xml file

sorry if this is a naive question - but where exactly is the license file located? i can access details via the web Information Server console, but I'd like to view the actual xml files. thanks.
by madog
Wed May 19, 2010 6:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 8.1 upgrade - changes in dsjob command
Replies: 12
Views: 16509

thank you for the responses.

in the end - it turned out to be permissions issues. I had to give access to files from /IBM/InformationServer/ downwards....
by madog
Tue Mar 23, 2010 6:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 8.1 upgrade - changes in dsjob command
Replies: 12
Views: 16509

just noticed.. between my eg 1 and eg 2 - i put in different port numbers in my previous post. dont worry.. when trying this, i was putting in the correct and SAME port numbers.
by madog
Mon Mar 22, 2010 6:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 8.1 upgrade - changes in dsjob command
Replies: 12
Views: 16509

i couldnt get this to work.. maybe a syntax thing. vkumar, could u kindly please post an example of how you called the dsjob?
by madog
Thu Mar 04, 2010 10:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 8.1 upgrade - changes in dsjob command
Replies: 12
Views: 16509

8.1 upgrade - changes in dsjob command

Looks like the dsjob command options have changed in 8.1 from 8.01
Previously, you could specifiy the user / password to run as, but now it seems those options are gone. Can anybody confirm? Or let me know how to run the command specifying a different user? thanks.
by madog
Thu Jun 25, 2009 11:40 pm
Forum: General
Topic: script works when called in AIX - but not from DataStage
Replies: 7
Views: 2768

Thanks for all the help guys - I've figured it out.

the ksh93 was screwing things up. I've gotten it to use ksh - and all seems fine now.
by madog
Thu Jun 25, 2009 5:53 am
Forum: General
Topic: script works when called in AIX - but not from DataStage
Replies: 7
Views: 2768

script works when called in AIX - but not from DataStage

Hi. I got a shell script in AIX which uses mailx. Within the body of the email, i use "\r" and "\n" to create a new line. When i call the script from AIX - the email generated is correctly formatted. When the script is run from DataStage - all i get is a bunch of literal "\r...
by madog
Sun May 25, 2008 10:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Open Command
Replies: 15
Views: 8243

Has there been a resolution to this problem? I am also experiencing the same issue. I would like to delete rows based on some condition before I load into the table. I am trying ot use the Oracle 'Open command' but am not successful. I can use a PL/SQL block to do this, or execute a defined stored p...
by madog
Wed Feb 20, 2008 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Lookup issue, an interesting one!
Replies: 6
Views: 2660

Well, the warning message threshold is set to 'No Limit'

I was wondering is it because Lookup can only handle parallel process, not sequential...?
by madog
Tue Feb 19, 2008 10:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Lookup issue, an interesting one!
Replies: 6
Views: 2660

DS Lookup issue, an interesting one!

Hi all, For those DS experts out there, I am facing an interesting issue which you may have come across. although i am assuming you may think this is a typical SIGSEGV problem (which i am not too sure about). Job Background: Input: a dataset (sequential execution mode) reference dataset (sequential ...
by madog
Wed Feb 06, 2008 9:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating a sequential file with ^] as a column delimiter
Replies: 3
Views: 2037

how do enter the ESC character in the sequential file stage?

Hi Ray, with the Esc character, when i go into the sequential file stage properties -> Format -> field delimiter, tried to enter ESC key, it just escaped the property screen? what am i suppose to do with that. and to specify this as 027 (its ASCII code, in decimal), what options under the format of ...
by madog
Wed Feb 06, 2008 8:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating a sequential file with ^] as a column delimiter
Replies: 3
Views: 2037

creating a sequential file with ^] as a column delimiter

Hi all, I am trying to create a sequential file using ^] (Control ]) as a field delimiter. however this results in 2 characters (^ and ]) when i check the output unix file. what i did was, 1st test, simply putting ^ and ] together as a string in the field delimiter under sequential file properties. ...