Search found 53125 matches
- Thu Oct 05, 2006 2:16 pm
- Forum: General
- Topic: Err - All available licenses in use : 77478-DSDES Limit=20
- Replies: 5
- Views: 6130
Each connected client takes a shared lock on a non-existent record. list_readu | grep DS.ADMIN should give you a list of connected clients. Pipe through wc -l to get a count of connected clients. The DS_LICENSE table has five fields, though only one is defined in its dictionary. Field 1 - client lic...
- Thu Oct 05, 2006 1:47 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Trouble getting AnalysisServer to start
- Replies: 5
- Views: 3099
- Thu Oct 05, 2006 1:01 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Difference between DWH Datastage and Datastage TX
- Replies: 7
- Views: 5715
There is no such thing as "DataStage for DataWarehousing". There are four separate products. What they have in common is that they all perform extraction, transformation and loading (ETL). The target does not need to be a data warehouse for any of them. DataStage server DataStage parallel DataStage ...
- Thu Oct 05, 2006 12:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to know Import and export timings(Status) in ds
- Replies: 2
- Views: 832
- Thu Oct 05, 2006 12:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning : Problem in adjusting floating point
- Replies: 5
- Views: 2519
Try something like
Code: Select all
SELECT CAST (MAX(ADDR_KEY) AS NUMBER(11)) ADDR_KEY ...- Wed Oct 04, 2006 11:33 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Trouble getting AnalysisServer to start
- Replies: 5
- Views: 3099
I think you've successfully isolated it to be associated with the Orchestrate environment. Were APT_CONFIG and APT_ORCHHOME set for the user ID with which you started the Analysis Server? Not that that should matter, I'm clutching at straws a bit here. You don't even need DataStage and Analysis Serv...
- Wed Oct 04, 2006 11:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Updates Gone Missing
- Replies: 2
- Views: 1013
Welcome aboard. :D The link row count tells you how many rows DataStage sent to Oracle. It does not tell you how many were accepted by Oracle. Look in the job log (Director client, Log view) to see whether any warnings were generated by Oracle. Chances are that there is one (or two maybe) for each r...
- Wed Oct 04, 2006 11:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job aborted after finish loading all records.
- Replies: 8
- Views: 2659
- Wed Oct 04, 2006 11:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Executing DS jobs
- Replies: 8
- Views: 2946
True. I was. There ain't no such thing as a DataStage EXE, as Ken has pointed out. DataStage server jobs are best thought of as executing in a virtual machine called the "DataStage run machine". You can only run DataStage jobs where this is installed. But you can remotely execute using dsjob (which ...
- Wed Oct 04, 2006 11:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Updated column name
- Replies: 5
- Views: 1516
- Wed Oct 04, 2006 11:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 'Failed to Open Job' error with dsjob -report
- Replies: 5
- Views: 2044
- Wed Oct 04, 2006 11:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Connecting to DB2 on z/OS
- Replies: 6
- Views: 1648
- Wed Oct 04, 2006 10:58 pm
- Forum: General
- Topic: Err - All available licenses in use : 77478-DSDES Limit=20
- Replies: 5
- Views: 6130
The best command to see what's happening with licences is uv -admin. uv -admin -lic_report - also available as dslictool - shows server licence usage. uv -admin -info shows connected clients (and, implicitly, client licence usage). dslictool clean_lic -a can be used to recover disused licence seats.
- Wed Oct 04, 2006 10:38 pm
- Forum: General
- Topic: Release Note for 8.0
- Replies: 10
- Views: 5789
- Wed Oct 04, 2006 10:37 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Trouble getting AnalysisServer to start
- Replies: 5
- Views: 3099