Search found 53125 matches
- Thu Dec 24, 2009 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting Decimal to Date Value
- Replies: 4
- Views: 1945
- Thu Dec 24, 2009 3:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to recover deleted jobs from datastage v8.1
- Replies: 2
- Views: 2903
- Thu Dec 24, 2009 3:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Loop for previous month number of days
- Replies: 12
- Views: 4365
- Thu Dec 24, 2009 3:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Job: Sybase to Oracle - best way
- Replies: 4
- Views: 1458
From .odbc.ini only if the connection type is ODBC and the DSN is recorded in the uvodbc.config file for the project. From tnsnames.ora if the connection type is Oracle and the ORACLE_HOME environment variable value is correctly set. By appropriate database client mechanisms for other connection mod...
- Thu Dec 24, 2009 3:31 pm
- Forum: General
- Topic: null handling in transformer/join stages
- Replies: 3
- Views: 1370
You will, however, need to prevent functions in the Transformer stage from receiving NULL as an argument.
(Relaxing this restriction is on the road map, maybe even in the next version of Information Server.)
Code: Select all
If IsNull(inlink.fieldname) Then SetNull() Else function(inlink.fieldname)- Thu Dec 24, 2009 3:28 pm
- Forum: IBM QualityStage
- Topic: Problem with name and address match
- Replies: 8
- Views: 2951
- Thu Dec 24, 2009 1:22 am
- Forum: General
- Topic: Christmas Contracts
- Replies: 1
- Views: 652
Christmas Contracts
Just remember, if you're signing a contract at Christmas time, that there's no sanity clause.
- Thu Dec 24, 2009 1:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: concatenate column value of different records in 1 record
- Replies: 4
- Views: 1527
- Thu Dec 24, 2009 12:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting Decimal to Date Value
- Replies: 4
- Views: 1945
- Wed Dec 23, 2009 10:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-00942: table or view does not exist
- Replies: 15
- Views: 15310
Re: ORA-00942: table or view does not exist
Check out the schema for the database and check whether u can create a dummy value to the database table (from oracle)..if u could nt create the dummy value ..contact u r database admin to provide the privilges to insert the data into the table (probably they could have created the synonym for the ...
- Wed Dec 23, 2009 10:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Want Help Dcoument for 8.X DataStage
- Replies: 1
- Views: 944
- Wed Dec 23, 2009 10:01 pm
- Forum: General
- Topic: Restricting group Users to limited concurrent sessions?
- Replies: 3
- Views: 1068
- Wed Dec 23, 2009 8:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: would anybody please help us in solving following error
- Replies: 2
- Views: 1907
- Wed Dec 23, 2009 8:21 pm
- Forum: IBM QualityStage
- Topic: REMOVE DUPLICATE WORDS
- Replies: 9
- Views: 3497
- Wed Dec 23, 2009 4:30 pm
- Forum: IBM QualityStage
- Topic: Command Optins (m-prob and u-prob) and MatchPass Cutoffs
- Replies: 4
- Views: 1598