Search found 15603 matches

by ArndW
Thu Aug 18, 2005 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copying Project folders
Replies: 5
Views: 2482

The SQL issue has been covered in this forum; in addition it is very important for you to do a DS.TOOLS and reindex; the secondary indices are linked to by absolute pathnames, so doing an OS level move of the files and indices will cause corruption that requires index rebuild.
by ArndW
Thu Aug 18, 2005 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Edit Row - Date Type - Default
Replies: 7
Views: 3704

Lance - do single quotes around the default date value make a difference?
by ArndW
Thu Aug 18, 2005 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows or Linux OS ?
Replies: 1
Views: 600

It is hard to compare directly; if you are reading from and writing to sequential files there might be a speed advantage on the "leaner" linux system. If you are accessing a local database then that manufacturer's implementation makes a big difference. If the database is remote then the networking p...
by ArndW
Thu Aug 18, 2005 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with source tables which are read only.
Replies: 5
Views: 1626

subramanya,

do you have the option to go through an ODBC stage to see if that works differently, and if it does work is it fast enough for your purposes (as a workaround)
by ArndW
Thu Aug 18, 2005 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Box values instead Null value from DB2
Replies: 3
Views: 789

mnvihol,

Sorry, I said "source" but meant "sequential" stage; but the method is the same in both places.

you need to click on one of the columns, then RIGHT-CLICK and choose EDIT ROW.

Either that or look it up in the documentation.
by ArndW
Thu Aug 18, 2005 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compiled Or Not Compiled IN Production
Replies: 2
Views: 681

The compiled server code is portable. There used to be a FNUXI type issue between some platforms, but I recall reading here that this has been solved; so you should have no problem porting the code. Although the issues around big-endian and little-endian are supposedly solved, I think that if I were...
by ArndW
Thu Aug 18, 2005 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to run a mainframe job
Replies: 5
Views: 1148

dls / Fernando,

before you take the class, the documentation does detail the procedure and that might give you a broad overview; but I would highly recommend taking the training before doing any work.
by ArndW
Thu Aug 18, 2005 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Obtaining Column Information within Transform.
Replies: 3
Views: 847

gsherry1, you can use the DSGetJobInfo() routine to get information about stages and links in your job (using key DSJ.ME or other jobs by doing a DSAttachJob() to them), then use DSGetLinkInfo() and DSGetStageInfo() to get the information you are seeking. Note that these are informational routines, ...
by ArndW
Thu Aug 18, 2005 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Box values instead Null value from DB2
Replies: 3
Views: 789

This has been dealt with before, you need to edit the row properties for the columns (go into your source stage and right-click on a column then edit-row). You can specify attributes about whether or not to fill nulls, what the fill char is and what the fill length is for nullable fields.
by ArndW
Thu Aug 18, 2005 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential INPUT page what i have to choose
Replies: 2
Views: 624

Jack,

this is the name you want to give your output file; browse just lists all the files in the folder chosen. It is best not to overwrite existing files, so choose your own name and let the job run.
by ArndW
Thu Aug 18, 2005 5:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during import
Replies: 7
Views: 1309

Go into the Administrator, and for in that project properties check the box "enable administration in the Director"
by ArndW
Thu Aug 18, 2005 4:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to reset job status (96) via job control
Replies: 7
Views: 2811

Call JobHandle = DSPrepareJob(JobHandle) to do this.
by ArndW
Thu Aug 18, 2005 4:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage does not support UNICODE character set
Replies: 3
Views: 1068

I don't know. Perhaps when you remove a link the data that is causing the error doesn't get writtine to Oracle. What kind of an Oracle stage are you using? Do you have NLS enabled? Do you have "unicode" set in the varchar/char column attributes?
by ArndW
Thu Aug 18, 2005 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during import
Replies: 7
Views: 1309

The DataStage command "LIST.READU EVERY" will show, in the "Active Record Locks" at the end, an ID which also contains the workstation/PC name at the end. If you have no other users on the system then this list should be short and might show the offending process. You should get your DataStage admin...
by ArndW
Thu Aug 18, 2005 1:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during import
Replies: 7
Views: 1309

Kumar, only use the UNIX kills as a last resort. The preferred interface is in the Director -> Job -> Cleanup Resources. You can often tell which pc-name has a job open, using the lock information. If the job is not "running" and you can't edit it then probably another designer session has it open -...