Search found 178 matches

by RodBarnes
Tue Feb 26, 2008 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director showing "running" but no underlying proce
Replies: 2
Views: 840

DOH! I knew that. Sheesh.... I just hate it when I ask a question after missing something pretty obvious! I always set that option ("Enable job administration in Director") in my projects so I can manage them. Somehow, I missed it when creating this project and forgot about the relationshi...
by RodBarnes
Tue Feb 26, 2008 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director showing "running" but no underlying proce
Replies: 2
Views: 840

Director showing "running" but no underlying proce

In the past, I've used the "Cleanup Resources" and "Clear Status File" (from the Job menu in Director) to fix a job that reports as running even though there is no underlying process; i.e., where the job has become disonnected from its process. However, I have a sequence that is ...
by RodBarnes
Thu Feb 14, 2008 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance: Using interprocess, intraprocess, row buffers
Replies: 1
Views: 898

Performance: Using interprocess, intraprocess, row buffers

Though I've been using DS for about five years, I've had no previous need to change the default performance settings for any of our ETL. Recently, though, I've begun exploring what is available and have read lots of threads about these three topics on DSXchange. :) But a question remains unanswered:...
by RodBarnes
Tue Feb 12, 2008 12:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error when compiling in Universe
Replies: 2
Views: 766

What file are you using for your BASIC? A sub-directory type 19 file or a hashed file? Can you try "CREATE.FILE MYBP 19", "ED MYBP TEST" and put in "PRINT 'Hello World'", file & "BASIC MYBP TEST"? :oops: Thanks for the direction. I checked and had created...
by RodBarnes
Tue Feb 12, 2008 11:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error when compiling in Universe
Replies: 2
Views: 766

Error when compiling in Universe

Being an old DATA-BASIC programmer, I often end up telnetting to the engine and doing preliminary development of functions and routines directly at Universe before I move into final testing in DataStage. However, I just recently built a new DataStage server an am having an issue I do not have on our...
by RodBarnes
Thu Jan 10, 2008 5:30 pm
Forum: General
Topic: XML-to-DB schema manager
Replies: 1
Views: 1066

XML-to-DB schema manager

Have a project where they need to take and generate the schema from the XML: XML to DDL or something like that. Beyond the initial XML-to-DDL, this XML will likely change and grow over time so they are looking for something that can do a diff of the schema and (hopefully) manage the DDL to update th...
by RodBarnes
Fri Jan 04, 2008 8:42 am
Forum: General
Topic: Managing data coming out of the warehouse or ODS
Replies: 1
Views: 751

Managing data coming out of the warehouse or ODS

I've a general question that I thought many here might have already answered in their own environments. Given that there are a number of feeds generating shared dimensions and fact tables in the warehouse (and that there will eventually be an ODS) and other groups desire access to the data in order ...
by RodBarnes
Fri Dec 21, 2007 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSendMail syntax question
Replies: 2
Views: 1544

I just took at closer look at the message and there is a leading space between the (') and the "D:\Ascential..." I guess it needs to not have spaces between the tokens and the values. Removed them and it worked.

Thanks for your reply, Ray.
by RodBarnes
Fri Dec 21, 2007 10:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSendMail syntax question
Replies: 2
Views: 1544

DSSendMail syntax question

I am using DSSendMail as an after-job subroutine. Mostly, it works correctly but when I attempt to have it send an attachment, it reports: Cannot open attachment file 'D:\Ascential\DataStage\Staging\Orbit_rod\seqCompliance\Rejects\UnknownBase.csv' Which is the correct path and filename. I can confir...
by RodBarnes
Fri Nov 30, 2007 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Trapping with the OLE DB Stage
Replies: 3
Views: 2137

Been a while since the last update. Wondered if you had gotten any further with this. I have the same issue. Been using OLEDB all along but now have an issue with trying to trap the errors instead of just having them sent into the log -- and those are not very descriptive. Trying to do that as we sp...
by RodBarnes
Tue Aug 14, 2007 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors from custom routine but only when running job
Replies: 3
Views: 1319

Well, of course after creating a very large post explaining everything, I actually found a couple rows with data that were causing the error. They weren't null or empty but had content that couldn't convert to numeric. Yeah, I know... :? Sheesh... Thanks to both for the info. P.S. I did learn that t...
by RodBarnes
Mon Aug 13, 2007 5:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors from custom routine but only when running job
Replies: 3
Views: 1319

Errors from custom routine but only when running job

[I've seen several of these type of posts but none helped to explain how to associate the error statements with the actual values. :( ] Are the line numbers (below) references into the DS generated code (i.e., the stage module in RT_BP1131)? If so, the line numbers don't match up with anything that ...
by RodBarnes
Mon Aug 06, 2007 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing autopurge settings
Replies: 5
Views: 1643

Thanks to all. Exactly what I needed. Figured someone had already done this before. :wink:
by RodBarnes
Mon Aug 06, 2007 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing autopurge settings
Replies: 5
Views: 1643

Changing autopurge settings

Is there a way to change the autopurge settings for all existing jobs in a project? I know you configure the initial autopurge settings in Administrator for a project and those settings are used when a job is created (right?). However, after a job has been built and you want to change the autopurge ...
by RodBarnes
Tue Jun 05, 2007 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log file corrupted
Replies: 3
Views: 1771

chulett wrote:I assume you either ran out of disk space or this hashed file went up against the 2GB Barrier and lost, yes?
Exactly. Weird thing is, I'm pretty sure I had it set to my standard 3-day max -- and this is a very small job.

Anyway, that command resolved the issue. Thanks!