Search found 15603 matches
- Mon Aug 11, 2008 7:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fail to connect using the client
- Replies: 7
- Views: 4706
- Mon Aug 11, 2008 5:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transferring Output file to another server
- Replies: 3
- Views: 650
- Mon Aug 11, 2008 5:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Variable "$R63" previously undefined
- Replies: 4
- Views: 1755
- Mon Aug 11, 2008 4:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transferring Output file to another server
- Replies: 3
- Views: 650
- Mon Aug 11, 2008 4:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to write NULL value to the database
- Replies: 5
- Views: 1456
- Mon Aug 11, 2008 3:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to write NULL value to the database
- Replies: 5
- Views: 1456
- Mon Aug 11, 2008 3:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Variable "$R63" previously undefined
- Replies: 4
- Views: 1755
Line 804 is in the DSD.StageRun BASIC program, not in the generated code of your job. The whole job is created in BASIC, not just the transform stage. If you were to enter TCL or use the command line in the Administrator, enter the command "VLIST DSD_BP DSD_StageRun.B" and post lines 790-815. I have...
- Mon Aug 11, 2008 2:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date conversion
- Replies: 4
- Views: 1321
- Sun Aug 10, 2008 8:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Character set issue
- Replies: 6
- Views: 2251
- Sat Aug 09, 2008 2:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQ connector not connecting
- Replies: 4
- Views: 1202
- Sat Aug 09, 2008 2:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Updation of record into table
- Replies: 10
- Views: 2384
vaidehee - in that case I would assume that it does an insert then update and since you don't have a unique key the insert is always successful. How about doing "user-defined insert and update" and then switching the order of the insert and update code, i.e. putting the "update" into the "insert" st...
- Fri Aug 08, 2008 8:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WebSphere MQ connectors
- Replies: 8
- Views: 2425
- Fri Aug 08, 2008 8:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WebSphere MQ connectors
- Replies: 8
- Views: 2425
No, not in DataStage; this is an MQ client issue - DataStage only wants to know the queue manager name and the client takes care of the rest. This is like Oracle connectivity where the connection details are in the "tnsnames.ora" file (but in MQ it isn't quite as simple, and I don't know where I wou...
- Fri Aug 08, 2008 8:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sorting in sort stage Vs Transformer
- Replies: 7
- Views: 2565
- Fri Aug 08, 2008 7:56 am
- Forum: General
- Topic: non-IBM support options, per-call support fee
- Replies: 5
- Views: 1800
I have to chuckle about "using this site before contacting support" since that is what I do as well; much of the time I find the answers to my questions here while support responds back with "we will look into this". Of course DSXChange can't be used in lieu of support since there aren't too many bu...