Search found 42189 matches

by chulett
Fri Oct 31, 2008 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring multiple ORACLE_HOME directory
Replies: 10
Views: 2445

You'll need to setup both ORACLE_HOME and whatever your SHLIB_PATH equivalent is. Lastly, include TNS_ADMIN if you are using that and it's different for the two homes.
by chulett
Fri Oct 31, 2008 9:19 am
Forum: General
Topic: Comparing data in the columns
Replies: 14
Views: 5596

Moderator please move to the, oh I don't know... General forum.
by chulett
Fri Oct 31, 2008 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: developer shold not run job in protected project
Replies: 5
Views: 2109

A Protected project will automatically accomplish that, as will 'read only' jobs. Your problem is the 'run' part - if you have access to the project, you can run jobs there. Unless there's some new magical 8.x role (existent or coming) that will enforce that...
by chulett
Fri Oct 31, 2008 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Create XML File from Sequential File.
Replies: 2
Views: 858

Go to Kim Duke's website and download the XML Best Practices document from his Tips&Tricks page. Read it 'cover to cover'.
by chulett
Fri Oct 31, 2008 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to view the XML Output
Replies: 6
Views: 1210

Answer the metadata / XPath Expression question, please.
by chulett
Fri Oct 31, 2008 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job Error
Replies: 2
Views: 751

(99) means either the job wasn't compiled or it was already running. (3) means it aborted, check the job's log for the reason why.
by chulett
Fri Oct 31, 2008 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkInfo returning Warning
Replies: 10
Views: 2981

What do you mean, change the names? :?
by chulett
Fri Oct 31, 2008 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to define Multiple Unique Keys
Replies: 3
Views: 1534

:? Why would you need to do this?
by chulett
Fri Oct 31, 2008 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_TEMP Deletes
Replies: 5
Views: 3075

Let me add a little something. Don't delete anything in project directories from UNIX unless you know for a fact that it doesn't belong there. I will periodically clear out stray hashed and flat files from the Project, typically created when developers use the default hashed filename of its input li...
by chulett
Fri Oct 31, 2008 7:41 am
Forum: General
Topic: Datastage Transform
Replies: 6
Views: 4060

:!: Please don't hijack posts. This has nothing to do with the original problem, so please start a new post in the correct forum based on your job type - PX or Server.
by chulett
Fri Oct 31, 2008 12:13 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Create Output file that has the Same name as Input file
Replies: 6
Views: 3522

No problem, just couldn't tell from your post and sometimes people get lost. Now if you'd used the words 'card' or 'map'... :wink:
by chulett
Fri Oct 31, 2008 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Permission is not working
Replies: 4
Views: 1035

What's your primary group?
by chulett
Fri Oct 31, 2008 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to view the XML Output
Replies: 6
Views: 1210

Ok... a 1K file isn't an empty file, what exactly is in it? If records aren't passing through the XML Output stage, then that usually means a problem with the XPath Expressions you are using there. Did you generate them from an xsd or were they manually created? Are there any messages in the log fro...
by chulett
Thu Oct 30, 2008 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to unlock jobs in v8
Replies: 16
Views: 8969

Isn't that because the "locks" are records in the XMETALOCKINFO database table?
by chulett
Thu Oct 30, 2008 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting and writing to Oracle Enterprise stage
Replies: 1
Views: 1273

Re: Sorting and writing to Oracle Enterprise stage

5. When I view my data it is not inserted correctly sorted. Sorry, but what the heck is this supposed to mean? There's no sort order in the database, and you can only see sorted data when you view the data if your select query explicitly sorts the data. It's a relational database, not a flat file. ...