Whether or not you need a DSN (data source name) is a different question.
Search found 53125 matches
- Thu Apr 12, 2012 2:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DNS less - access Excel odbc
- Replies: 1
- Views: 1172
- Thu Apr 12, 2012 2:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CHECKSUMSTAGE
- Replies: 15
- Views: 6221
- Thu Apr 12, 2012 2:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: in stmt
- Replies: 5
- Views: 1500
- Thu Apr 12, 2012 2:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DRS Stage Could not find input field
- Replies: 10
- Views: 4557
- Wed Apr 11, 2012 11:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector Import problem
- Replies: 5
- Views: 2425
- Wed Apr 11, 2012 11:31 pm
- Forum: Cognos (IBM BI)
- Topic: Viewing BG Terms from Cognos
- Replies: 6
- Views: 10848
A little bit of research later...
The first URL is the Information Center for IBM Cognos BI version 8.4. http://publib.boulder.ibm.com/infocenter/c8bi/v8r4m0/index.jsp Execute a Search for "Business Glossary" - a number of links of varying usefulness will appear on the left-hand side. The second URL is the instructions for...
- Wed Apr 11, 2012 11:09 pm
- Forum: Cognos (IBM BI)
- Topic: Viewing BG Terms from Cognos
- Replies: 6
- Views: 10848
I would imagine that the appropriate Glossary URI would be http://hostname:9080/bg (or some subset thereof) but, presumably, you also need to configure Cognos with a user name and password. Maybe the hostname and port number are configured with separate properties. Not really my area of expertise.
- Wed Apr 11, 2012 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ftp multiple file using the ftp stage
- Replies: 9
- Views: 9067
- Wed Apr 11, 2012 4:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "will partition" warning
- Replies: 2
- Views: 1950
APT_CreateOp is the operator that creates the virtual data set (the in-memory table) against which lookups will be performed, and builds an index for it unless the source is a Lookup File Set. APT_CreateOp is one of two operators in a composite operator created by virtue of the Lookup stage in the j...
- Wed Apr 11, 2012 4:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: extra empty record getting insert after ftp'ing
- Replies: 2
- Views: 1510
- Wed Apr 11, 2012 4:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: complex logic
- Replies: 7
- Views: 2335
- Wed Apr 11, 2012 4:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reject Link for Complex Flat File stage.
- Replies: 3
- Views: 2263
- Wed Apr 11, 2012 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with ODBC stage
- Replies: 8
- Views: 2619
- Wed Apr 11, 2012 4:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ds_ipcgetnext() timeout waiting for mutex
- Replies: 19
- Views: 9587
- Wed Apr 11, 2012 4:24 pm
- Forum: General
- Topic: wait for file activity stage issue
- Replies: 2
- Views: 1732
Another possibility is to use an ls command to detect whether there is any file matching the pattern. Exit status will be non-zero if there is no file. Use command line options on the ls command to get the most recent one to the top of the list, and capture that file name. ls -1rt home/app/test_data...