Search found 15603 matches

by ArndW
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

This would be buried a couple of levels deep in the web IBM Information Server. Login, do Administration -> Domain management. Select and edit your domain and the "DataStage Credentials" tab will have that check box.
by ArndW
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

Yes, it can be done. FTP is one of those tricky commands, as it takes several lines of input. I've found that each UNIX implementation has a slightly different syntax or method of doing this. I would use google and your flavor to find examples.
by ArndW
Mon Aug 11, 2008 5:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable "$R63" previously undefined
Replies: 4
Views: 1755

In this the line number was correct (a rare occurrence). The $R63 is supposed to be assigned in the previous statement so I would think that it could be an uninitialized stagevar as well.
by ArndW
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

Using "ftp" would be the simplest method. You can use a copy stage to create 2 outputs in your job, one going to FTP and the other to a local output file. Or create the output file and then use an after-job call or a script to FTP that file to the remote machine.
by ArndW
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

dodda - the important part of the question is what datatype is getting the space, your code makes it look like a numeric field.
by ArndW
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

Where are you getting spaces? The code indicated that the output is a numeric column, not a string. Normally spaces in a string are considered NULL (with the default setting of $APT_ORACLE_PRESERVE_BLANKS). What stage are you using to load Oracle?
by ArndW
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...
by ArndW
Mon Aug 11, 2008 2:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 4
Views: 1321

What stage are you using and what is your Oracle instance's default date format?
by ArndW
Sun Aug 10, 2008 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character set issue
Replies: 6
Views: 2251

You need to start at the beginning and take this step-by-step to find the source of the conversion issues.

How are these characters actually stored in Oracle? If you use US7ASCII as your character set then no Arabic characters are representable.
by ArndW
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

That would explain why the "test" tab has not worked for me - the MQ configuration here is quite restrictive.
by ArndW
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...
by ArndW
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

I forgot to add that MQJExporer is a java app that doesn't need to be installed.
by ArndW
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...
by ArndW
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

The implicit sort lets you choose key and order. Add a sort stage to your designer canvas and check which options you can specify there to see the difference.
by ArndW
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...