Search found 53125 matches

by ray.wurlod
Thu Oct 02, 2003 5:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC / Client Access hanging after wrong logon
Replies: 8
Views: 2242

In your ODBC Administrator window (you can get to this via Control Panel on the server, or simply run odbcad32.exe) there is a tab called Tracing. You can go there and enable tracing for a particular ODBC connection. I'd advise not using the default log file pathname, because this is in the root dir...
by ray.wurlod
Wed Oct 01, 2003 9:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Testing a stop in the DS services
Replies: 4
Views: 910

Guillermo, The dsjob command can take as many -param name=value options as you need to give it. However, it's rather more difficult using dsjob to ensure that jobs are in a runnable state. You can use the -jobinfo option, and parse the result to determine the exit status. But, because of what you di...
by ray.wurlod
Wed Oct 01, 2003 3:22 pm
Forum: IBM QualityStage
Topic: Weights
Replies: 5
Views: 3902

Tim and I have had a productive off-list discussion, where I did tell him that I was presenting the class. A question was asked, I wanted a good answer, so I did the research. Part of that research was the question that opened this thread. Totally professional, as always. 8)
by ray.wurlod
Wed Oct 01, 2003 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Source
Replies: 2
Views: 464

If the target is, indeed, a table, you don't even need the link collector. A table can support multiple streams of data being inserted quite happily. It's only marginally trickier if you need to group rows from the multiple sources into a single transaction but, since you don't get this using a link...
by ray.wurlod
Wed Oct 01, 2003 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Testing a stop in the DS services
Replies: 4
Views: 910

Because you specify uvsh.exe, I know that you are on a Windows platform. On this platform, the DataStage services are set up, by default, for automatic start when the system is restarted. Job and stage status is updated into the RT_STATUSxx tables by running jobs. It is entirely reasonable that, if ...
by ray.wurlod
Wed Oct 01, 2003 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete Read Only Routines
Replies: 3
Views: 976

Let me reinforce Ken's post. Read-only components are part of DataStage. You cannot be certain that they are not used within the product itself. If you delete them, therefore, you run the risk that DataStage will no longer work properly without reinstallation. Ray Wurlod Education and Consulting Ser...
by ray.wurlod
Wed Oct 01, 2003 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in importing Stored procedure definitions
Replies: 1
Views: 558

It's almost certainly nothing you've done. This message can indicate that an attempt to convert a numeric string to a number (particularly to an integer) has failed because the resultant number is not possible (for example, an "integer" > 2**31-1). It suggests that there exists a bug somewhere in th...
by ray.wurlod
Wed Oct 01, 2003 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC / Client Access hanging after wrong logon
Replies: 8
Views: 2242

Does this behaviour occur with all ODBC drivers, or just the Client Access driver? If the latter, the fault is not with DataStage. The ODBC standard specifies that the driver should return an "invalid user ID/password" message if this is the case, and DataStage should be able to access this message ...
by ray.wurlod
Wed Oct 01, 2003 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Plugin problem
Replies: 3
Views: 2219

DSR_IMPPLG is what is called a "helper subroutine" that performs various tasks associated with plug-in stages. Without source code it is impossible to know exactly what action 3 is (contact your support provider); however, from the DSR_UVCONST.H header file it seems to be "next" (DSR.SUB.IMPPLG.NEXT...
by ray.wurlod
Tue Sep 30, 2003 11:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issu with User Generated SQL DS6.0R3
Replies: 7
Views: 1815

Issu with User Generated SQL DS6.0R3 [RESOLVED]

Vincent, I really had in mind were there the same number of columns in the Columns grid in the DataStage job. I too perceived that the number of columns in the SQL matched the number of parameter markers. If you subsequently changed the number of columns in the job design, this could lead to the err...
by ray.wurlod
Tue Sep 30, 2003 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Plugin problem
Replies: 3
Views: 2219

The LD_LIBRARY_PATH environment variable contains a list of the directories in which any libraries that might be needed are stored. Therefore, as well as the DataStage libraries, and any needed to be an operating system user, it must include any libraries required for ODBC drivers and the relevant c...
by ray.wurlod
Tue Sep 30, 2003 10:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage and Stored Procedure
Replies: 8
Views: 800

Try increasing your transaction isolation level.

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
by ray.wurlod
Tue Sep 30, 2003 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: where is the actual log file
Replies: 3
Views: 790

You'll be disappointed if you expect the log file for a job to be a file. It's a database table in the repository. Therefore you can't view its contents with a text editor. Each job has its own table, the naming convention you will discover on your search. They can be viewed with the Director client...
by ray.wurlod
Tue Sep 30, 2003 5:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to set up job sequencer
Replies: 12
Views: 2302

Don't forget that, in order to show the dependency of job2 on job1, you need to draw a link in the job sequence from the Job Activity that runs job1 to the Job Activity that runs job2. You will find that the Triggers tab then appears in the Job Activity that runs job1 and you can specify the rule un...
by ray.wurlod
Tue Sep 30, 2003 5:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error when creating a new Job
Replies: 2
Views: 616

This kind of thing is impossible to diagnose without being able to see the actual repository and use diagnostic tools therein. How to use these tools (and even of which tools to use) is specialist knowledge, which is why Kim advised you to call support. You may, by attempting to clean up the project...