Search found 53125 matches

by ray.wurlod
Mon Dec 12, 2011 5:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01008: not all variables bound : error while deleting
Replies: 5
Views: 3179

Only supply to the delete the columns needed to identify the rows to be deleted. Chances are you only need one, and it will bind onto :1.
by ray.wurlod
Mon Dec 12, 2011 3:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01008: not all variables bound : error while deleting
Replies: 5
Views: 3179

If you've got parameter marker :5 then you've got to do something with :1 through :4 (and, indeed, any beyond :5 that you may happen to have).
by ray.wurlod
Sun Dec 11, 2011 7:54 pm
Forum:
Topic: Business Glossary Anywhere Settings
Replies: 5
Views: 4952

Does anyone happen to know where the BGA settings (in particular server, port, user name and password) are stored on the client machine?
by ray.wurlod
Sun Dec 11, 2011 7:01 pm
Forum:
Topic: Business Glossary Anywhere Settings
Replies: 5
Views: 4952

Business Glossary Anywhere Settings

Users can, by default, change their BGA settings, including user name and password. We're operating in an Active Directory environment so this is a Bad Thing. If user forgets to change BGA settings after changing AD password, they might well lock themselves out of everything (and annoy the people wh...
by ray.wurlod
Sun Dec 11, 2011 12:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job to reset all aborted jobs.
Replies: 3
Views: 5698

Would you be content with a Routine (which could be invoked from a sequence job)? FUNCTION ResetJobs(IgnoreMe) $IFNDEF JOBCONTROL.H $INCLUDE DSINCLUDE JOBCONTROL.H $ENDIF JobList = DSGetProjectInfo(DSJ.ME, DSJ.JOBLIST) Convert "," To @FM In JobList Ans = 0 ResetCount = 0 Loop Remove JobNam...
by ray.wurlod
Fri Dec 09, 2011 8:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset file reading error
Replies: 8
Views: 10600

I would expect the error message to name the segment file it couldn't find in that case, not the descriptor (.ds) file.
by ray.wurlod
Fri Dec 09, 2011 5:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help need for this to avoid the Warning Messages
Replies: 6
Views: 3887

You seem to have a mix of delimiter characters in your data ("|" and ","). You may need to read the start date and end date as a single field and parse them subsequently. Also check that the correct delimiter (as per your metadata) terminates the transaction date field.
by ray.wurlod
Fri Dec 09, 2011 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while running an extract Job.
Replies: 5
Views: 1856

Check particularly the user name and password that the job uses.
by ray.wurlod
Fri Dec 09, 2011 1:51 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Implementing rules to identify gaps in time series
Replies: 0
Views: 1790

At the moment, and in general, Information Analyzer is only capable of processing data rules within the same row or across all rows in the data set (for example EXISTS < n times). Rules that compare between adjacent rows can be implemented in DataStage, but not yet in Information Analyzer. PS I'd be...
by ray.wurlod
Fri Dec 09, 2011 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert value to Years
Replies: 5
Views: 1242

What value? What unit of measurement?
by ray.wurlod
Thu Dec 08, 2011 6:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with Logic - Rejecting Records
Replies: 15
Views: 3313

It's not clear in a general sense. You need to document, them implement, each possible combination.
by ray.wurlod
Thu Dec 08, 2011 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 For i Series
Replies: 2
Views: 1110

DB2 Connector?
by ray.wurlod
Thu Dec 08, 2011 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Job to Parallel Job
Replies: 6
Views: 1441

They do. It's available through Software Services. But you have to agree to your data being "offshored" to their Bangalore labs, where I suspect that the "tool" is actually someone's brain.
by ray.wurlod
Thu Dec 08, 2011 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg. Configuration File
Replies: 7
Views: 1765

See if you can talk to a site that is using a comparably sized configuration, for example Target Corporation (they have offices in Minneapolis and Bangalore). One of their configurations has 10 processing nodes and 24 DB2 nodes (12 for reading, 12 for writing).
by ray.wurlod
Thu Dec 08, 2011 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Logic
Replies: 16
Views: 4257

The silly one was having an operating standing by, watching the job, ready to yank the power cord of the server. :lol: