Search found 53125 matches

by ray.wurlod
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...
by ray.wurlod
Thu Oct 05, 2006 1:47 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Trouble getting AnalysisServer to start
Replies: 5
Views: 3099

I usually claim that the keyboard can't spell in these cases. :lol:
by ray.wurlod
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 ...
by ray.wurlod
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

Run it from your own script, capturing the start and finish times therein.
by ray.wurlod
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 ...
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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

Does your job design include an after-stage or after-job subroutine?

If not, then you have incompatible versions of the internal DataStage routines DSP.Open and DSP.Close installed - check with your support provider.
by ray.wurlod
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 ...
by ray.wurlod
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

A Difference or Compare stage may be better suited to your requirements. With a Change Capture stage you lose information about one of the sources.
by ray.wurlod
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

No, but I've never created a job with so many stages. What does your support provider have to say?
by ray.wurlod
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

Which makes it more likely that the cause is lack of SELECT privilege on the relevant system tables.
by ray.wurlod
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.
by ray.wurlod
Wed Oct 04, 2006 10:38 pm
Forum: General
Topic: Release Note for 8.0
Replies: 10
Views: 5789

Be patient. It's not far off now. If you were to read a readme file from the beta versions it may turn out to be inaccurate.
by ray.wurlod
Wed Oct 04, 2006 10:37 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Trouble getting AnalysisServer to start
Replies: 5
Views: 3099

After you run the start command, is there a process ID 721044 (check with ps -ef | grep 721044 | grep -v grep)?

Did you check the log files on the Analysis Server ? They should be in a directory called logs if I recall correctly.