Search found 32 matches

by aaronej
Wed Dec 10, 2003 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC?Stored Proc not Supported????????
Replies: 0
Views: 550

ODBC?Stored Proc not Supported????????

Can someone please help me with this? I am being told by Ascential support that calling a Stored Proc (SQLServer 2000) through and ODBC stage and returning data to a sequential file is NOT SUPPORTED. Can this possibly be true? Support told me that the only way Stored Procs are supported is if you ar...
by aaronej
Tue Dec 09, 2003 10:21 pm
Forum:
Topic: DS6, MS6 & Brio8 feasibility
Replies: 4
Views: 2207

Actually, you can use the commonDSA tables and some custom queries on the metadata OCE connection to access metadata from MetaStage and pass it to Brio (6.6 and 8 or any other). We are currently supporting a DataStage 7, MetaStage 7, Brio 8, ER/Studio 6 toolset. We are able to access the MetaData we...
by aaronej
Tue Nov 25, 2003 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oddity in Hash Files
Replies: 5
Views: 1990

I would go with Peytot's suggestion. That pesky position column always causes problems.

Good luck!

Aaron
by aaronej
Tue Nov 25, 2003 9:51 am
Forum: General
Topic: Compile Multiple Sequence Jobs...
Replies: 3
Views: 3243

Thanks for the prompt replies. First, would you suggest that I not use the CompileAll utility to compile jobs on DS7? Second, if I can use it on DS7, where can I get it?

Again, thansk for the help.

Aaron
by aaronej
Tue Nov 25, 2003 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stoping and Restarting a Job in a sequencer
Replies: 6
Views: 2436

Tunde, Ahhh... Restartability, not something easily achieved, but definately something you can do if you put some thought into your overall sequence structure, dependancies, what makes a job fail or what makes an entire sequence fail. First, I will answer the question as to why the sequence showed a...
by aaronej
Tue Nov 25, 2003 9:02 am
Forum: General
Topic: Compile Multiple Sequence Jobs...
Replies: 3
Views: 3243

Compile Multiple Sequence Jobs...

Is this even possible?? I can get the sequence job names and status' in a routine, but I can't find a way to force a compile on these jobs. The 'Compile Multiple Jobs' functionality is nice, but adding sequences to the mix would really help.

Thanks!

Aaron
by aaronej
Wed Nov 19, 2003 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup - No of Rows returned
Replies: 14
Views: 7730

Rahul, I would use an ODBC stage along with custom SQL or a stored proc to return only the records you want to lookup against. For example: SELECT t.col1, t2.col2 FROM (SELECT DISTINCT col1 FROM table) AS t LEFT OUTER JOIN table AS t2 ON t.col1 = t2.col1 AND t2.col2 IS NOT NULL This code will give y...
by aaronej
Wed Nov 19, 2003 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MS SQL Server Stored Proc & DataStage
Replies: 2
Views: 1254

MS SQL Server Stored Proc & DataStage

All, I am using an ODBC stage to call a Stored Procudure in SQL server 2000. The proc does a bunch of updates to a temp table and then returns all the results back to the job. The problem: The proc executes fine when executed in Query Analyzer (runs in about 50 seconds), however, when the proc is ex...
by aaronej
Wed Oct 22, 2003 2:17 pm
Forum: Site/Forum
Topic: Anyone getting JScript Errors?
Replies: 3
Views: 3950

:lol: :lol: :lol: :lol:

Looks good now!!!

Thanks!

Aaron
by aaronej
Wed Oct 22, 2003 8:50 am
Forum: Site/Forum
Topic: Anyone getting JScript Errors?
Replies: 3
Views: 3950

Anyone getting JScript Errors?

I'm getting JavaScript Errors on every page I visit on this forum. Anyone else having this issue this morning?

Thanks!

Aaron
by aaronej
Wed Oct 22, 2003 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Status Routine
Replies: 4
Views: 1783

Kim, Thanks for the reply, I had searched the archives and hadn't found that post. One additional question, this code seems to work well for what ever job or sequence you pass to it, however, I need to add a recursive aspect to it, I need it to cruise through all the jobs below the master and return...
by aaronej
Wed Oct 22, 2003 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Status Routine
Replies: 4
Views: 1783

Job Status Routine

Hello all, Any help resolving this issue would be great. I want to create a routine that can check the status of a particular sequence and all the sequences and jobs that are part of that sequence and return a 0 if all ore OK or a 1 if ANY have failed or aborted. Example: Sequence 1 Sequence 1.1 Job...
by aaronej
Wed Oct 22, 2003 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Version 7 Experiences
Replies: 7
Views: 5545

DataStage 7.0

We moved to DataStage 7.0 shortly after it was released and we have been using it a lot since then. Overall, I am impressed. So far, the product has been stable and error free, the usability additions are great and everything is much more customizeable. During our implementation of 7.0 we had a cons...
by aaronej
Fri Oct 03, 2003 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting one input record into multiple output records
Replies: 4
Views: 2010

V7.0

Version 7.0 has a rowmerger stage and a rowspliter stage, these should accomplish this nicely.

Aaron
by aaronej
Wed Aug 20, 2003 8:11 am
Forum:
Topic: Embarcadero ER/Studio
Replies: 4
Views: 1767

Kevin,

Thanks for the replys, I'm going to see if having the ER/Studio API on the Box doing the importing makes any difference. This may help.

Aaron