Search found 198 matches

by janhess
Thu Apr 13, 2006 3:08 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Run Map Fails -- Target Not Available
Replies: 3
Views: 3399

Did you change the password in the mdq? Did you restart the Event Server?
by janhess
Thu Apr 13, 2006 3:06 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Simplest way to identify a bad record ?
Replies: 4
Views: 3437

Use the REJECT function to reject failed records and set RESTART in the type tree so that you process all records.
by janhess
Wed Apr 05, 2006 2:14 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Large but Simple change to lots of Trees
Replies: 3
Views: 3774

From what i remember there were a number of bugs with Export in 6.5.
At the least you should be on 6.5.2 bur preferably 6.7.1 or 8.0.1
by janhess
Tue Apr 04, 2006 2:14 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Read thru Multiple and different records in one file ?
Replies: 5
Views: 3703

Specify your file containing each record type ofccurring 0:s and specify the identifier for each record type.
Specify the Group Subtype for File as unordered.
File
Record1 (0:s)
Record2 (0:s)
Record3 (0:s)
by janhess
Tue Apr 04, 2006 2:09 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Optional field not present but TX doesn't go to nect field
Replies: 6
Views: 4532

In the Item SubClass you could try specifying None as spaces or in Type Syntax specify Empty as Literal and spaces.
by janhess
Wed Mar 22, 2006 3:03 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Problem Generating Typetree
Replies: 9
Views: 6188

It's just doing what you told it to do in the Type Tree generation. It means it is recreating the particular objects.
by janhess
Tue Mar 21, 2006 3:12 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: TX Training Recommendations ?
Replies: 3
Views: 3504

Don't think there are any. I've never seen one advertised.
by janhess
Fri Mar 17, 2006 9:21 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Which companies ues Datastage?
Replies: 2
Views: 2967

Do you mean Datastage or Datastage TX?
by janhess
Thu Mar 16, 2006 3:52 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Problem Generating Typetree
Replies: 9
Views: 6188

According to the documentation (Oracle Adapter guide) you should be able to use CLOB ok.
by janhess
Wed Mar 08, 2006 3:04 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: How to generate XML empty element for a numeric field
Replies: 9
Views: 6033

Where are you specifying NONE in the rule? If it is at the top level of the element then it is probably omitted. If you do it at the item level for the element you should get your tags but the resulting XML wil be invalid based on your schema which requires a value.
by janhess
Tue Mar 07, 2006 10:40 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: How to generate XML empty element for a numeric field
Replies: 9
Views: 6033

Your output should be charater not number. XML is all text.
by janhess
Tue Mar 07, 2006 3:43 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Batch File & Shell Script Adapters
Replies: 1
Views: 2931

=RUN("TEST.1.1.1.mmc",
ECHOIN ( 1, PACKAGE(File)) +
" -OABAT1 '-cmd test.bat" +
" -TRACEV'")
by janhess
Fri Mar 03, 2006 3:33 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: How to generate XML empty element for a numeric field
Replies: 9
Views: 6033

If your xsd specifies the field as optional then you shouldn't be generating empty tags.
by janhess
Fri Mar 03, 2006 3:31 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: How to generate XML empty element for a numeric field
Replies: 9
Views: 6033

In the type tree specify the range of the item as 1:1
by janhess
Thu Mar 02, 2006 7:09 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: How to generate XML empty element for a numeric field
Replies: 9
Views: 6033

I think you need to specify it as a mandatory field. which version are you using?