Search found 53125 matches

by ray.wurlod
Wed Mar 16, 2011 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: validate YYYYMMDD and HHMMSS
Replies: 11
Views: 5209

Code: Select all

IsValid(inLink.TheTimeString, "%hh%nn%ss")
will be appropriate if there are no delimiters.
by ray.wurlod
Wed Mar 16, 2011 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to read .XLS file from DS
Replies: 6
Views: 2724

The alternative is to find a UNIX-based ODBC driver for Microsoft Excel and use ODBC. There are some restrictions, for example the worksheet must be in tabular format with column headings.
by ray.wurlod
Wed Mar 16, 2011 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: range lookup
Replies: 7
Views: 6676

Looks like you've tried to create a range lookup on the stream input. Try creating the range lookup on the reference input.
by ray.wurlod
Wed Mar 16, 2011 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: GetEnvironment("ISUSER") in Sequencer
Replies: 6
Views: 5263

I wanted you to run id in an Execute Command activity then view its output for the user who executes jobs in the job log.
by ray.wurlod
Wed Mar 16, 2011 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector error
Replies: 8
Views: 6996

Your jobs can't see the connector library cctera.dll (which is not used by the ODBC driver). You need to find this library and make sure that its parent directory is included in the shared library search path of the user that executes DataStage jobs.
by ray.wurlod
Wed Mar 16, 2011 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to authenticate the current user against the selected
Replies: 7
Views: 2613

Then please post the complete error message. There's a limit on the number of characters in a subject line.
by ray.wurlod
Wed Mar 16, 2011 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: VarChar vs NVarChar ODBC Lookup
Replies: 2
Views: 2455

VarChar can always be converted (even implicitly) to NVarChar, but the reverse is not true. This is probably the fundamental basis of what you're seeing.
by ray.wurlod
Wed Mar 16, 2011 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: issue on Type30 files
Replies: 13
Views: 7029

You'll get "it can not be fixed". Whether or not these commands work depends on how the operating system implements semaphores, whether they are old-style "dumb" semaphores with information attached or newer-style "smart" semaphores (such as mutual exclusion (mutex) loc...
by ray.wurlod
Wed Mar 16, 2011 3:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add new parameter to Job/Seq Log
Replies: 0
Views: 1908

The log is a database table. You can add events to the log (for example calling DSWriteLog() function or using dsjob command) but job logs don't have any parameters, so there's no scope for adding another.

Can you please re-think your requirement and tell us what you really want to accomplish?
by ray.wurlod
Wed Mar 16, 2011 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: timeout waiting for mutex
Replies: 1
Views: 2033

Increase the inter-process row buffer timeout slightly.

Search DSXchange for more information about the actual error message.
by ray.wurlod
Wed Mar 16, 2011 3:42 pm
Forum: General
Topic: DataStage 7.5 - Restrict access to particular user
Replies: 20
Views: 10245

You're doing well so far. All users need write permission to the DS_LICENSE hashed file in the DSEngine directory. This is the "file 29" that the error message was complaining about.
by ray.wurlod
Wed Mar 16, 2011 3:37 pm
Forum: General
Topic: Connecting to Sql server 2008 from Server routine
Replies: 24
Views: 12484

Was there any output or return code from DSExecute? If the INSERT statement itself is hanging in SQL Server, have your DBA look at the session there and see if there's anything to be seen. If you're using a Microsoft ODBC driver you might consider rewriting the last three lines to use BCI functions,...
by ray.wurlod
Wed Mar 16, 2011 3:28 pm
Forum:
Topic: Batch Loading Related Terms in Business Glossary
Replies: 9
Views: 5514

What (precisely) do you mean by "doesn't work"?

Do any error messages get generated?
by ray.wurlod
Wed Mar 16, 2011 1:58 am
Forum: General
Topic: how to open file .dsx in data stage
Replies: 2
Views: 4934

Welcome aboard. The DSX format is a pure text format, so you can view it with any text viewer, such as Notepad. Of course, what you see there is simply a whole lot of job, stage and link properties. You need to import from the DSX file to see the actual job design. Use the Import menu in the Manager...
by ray.wurlod
Wed Mar 16, 2011 1:54 am
Forum: General
Topic: Connecting to Sql server 2008 from Server routine
Replies: 24
Views: 12484

This would be so much easier to read if it were wrapped in Code tags rather than Quote tags. Can you please edit that last post accordingly? And we seem to have a widespread team working on it - one in Mumbai and one in South Africa! What was the final executed statement prior to the "hang"?