Search found 24 matches

by dsguyok
Fri Jun 18, 2010 2:32 am
Forum: General
Topic: controlled writing to MQ in Datastage
Replies: 1
Views: 1208

controlled writing to MQ in Datastage

In Datastage 8 we need to write to a MQ queue which has a limited depth (of course). We have more messages to put on there than space available on the queue (ie depth). Instead of increasing the queue depth, we thought about "sleeping" the queue-writing job until more queue slots are avail...
by dsguyok
Wed Jun 09, 2010 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to load XML files to message queue
Replies: 8
Views: 5944

I was looking at a similar issue just then and looking for help... I have pre-made XML files on my file system. I want to be able to load the contents of these XML file into messages for the queue (MQ). Can Sequential File stage just read each file as one record and then use the MQ stage to write th...
by dsguyok
Wed May 26, 2010 7:46 pm
Forum: General
Topic: transformer shortcut keys
Replies: 1
Views: 3336

transformer shortcut keys

Hello I am using a Transformer stage with a lot of derivations. I can't find what the shortcut key is to open a derivation for editing. All I can do is use the mouse to double click the derivation field. Is there a keyboard shortcut for opening derivations? It isn't the enter key - that fires the OK...
by dsguyok
Wed Feb 17, 2010 6:25 pm
Forum: General
Topic: switch stage, case expressions
Replies: 1
Views: 1253

switch stage, case expressions

Hi Is it possible to implement the following in the Switch stage: If the selector value is 2914, then send the row to link 0. If the selector value is 2915, then send the row to link 1. By default (ie anything else), send the row to link 2 which IS NOT a reject link. Basically I don't want unhandled...
by dsguyok
Mon Feb 08, 2010 2:25 am
Forum: General
Topic: validating XML output using XML schema
Replies: 11
Views: 15481

I've got it working on DS 7.5 running on UNIX.

The XML Output stage properties are the same as on DS 8 Windows (the installation with this issue).

So I guess it's a DS-8-Windows-specific problem.
by dsguyok
Thu Jan 28, 2010 9:35 pm
Forum: General
Topic: validating XML output using XML schema
Replies: 11
Views: 15481

Is that space in the xsd name just an issue here in the Forum? No, that's intended. If I take the space out, I get this error message: XML_Output_30,0: Warning: testEventGen.XML_Output_30: XML output document parsing failed. File Path: "D:/DS_test/XML_OUT.xml" Reason: "Xalan fatal er...
by dsguyok
Wed Jan 27, 2010 9:22 pm
Forum: General
Topic: validating XML output using XML schema
Replies: 11
Views: 15481

a) what happens when you don't ask for validation (don't check the box)....do you get a document created? in this case, the XML files are created without issue. I've validated the XML output and the schema itself using web tools. Here they are, respectively: <?xml version="1.0" encoding=&...
by dsguyok
Tue Jan 26, 2010 5:28 pm
Forum: General
Topic: validating XML output using XML schema
Replies: 11
Views: 15481

Thanks. I tried using noNameSpaceSchemaLocation="D:\DS_test\proto_schema.xsd" instead but got a similar error: XML_Output_30,0: Warning: testEventGen.XML_Output_30: XML output document parsing failed. File Path: "D:/DS_test/XML_OUT.xml" Reason: "Xalan error (publicId: , syst...
by dsguyok
Mon Jan 25, 2010 9:43 pm
Forum: General
Topic: validating XML output using XML schema
Replies: 11
Views: 15481

validating XML output using XML schema

I am having trouble telling Datastage 8 to validate XML produced by the "XML Output" stage. I have an XML schema that I want to be referenced in the validation. Currently I set this up by putting the following code in the Namespace Declaration text box in the XML Output stage properties: x...