Search found 119 matches

by palmeal
Fri Oct 07, 2005 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hawk/Serrano Release
Replies: 4
Views: 3216

Hawk/Serrano Release

I wasn't quite sure where to post this message but I guess we can start off in this Forum. I've been reading the DSXChange newsletter and came across the Server to Parallel Transition Lab article. It's the point about the next release of DataStage (Hawk) that is going to be released that interests m...
by palmeal
Thu Sep 29, 2005 3:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborting with Runtime Stack Overflow
Replies: 4
Views: 2772

No need to post my code as my issue is now fixed :) . I emailed support and they recognised the incident as "case 62595". They sent me a patch (vmdsjsgn.dll) and this has fixed the problem. The actual description of the error is "Loop fails with runtime stack overflow at the 258 itera...
by palmeal
Wed Sep 28, 2005 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborting with Runtime Stack Overflow
Replies: 4
Views: 2772

Sorry Kim but are you talking about official IBM/Ascential Support. I have logged a call with my administrators - they are the ones that are able to raise calls with support. Hopefully they will if they can't suss out what the problem is. When you say post your code - are you referring purely to the...
by palmeal
Wed Sep 28, 2005 4:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborting with Runtime Stack Overflow
Replies: 4
Views: 2772

Job Aborting with Runtime Stack Overflow

I have a job sequence that has start loop - end loop activities built in and am having a problem that is happening consistently. After 256 iterations of the loop the job sequence falls over with the error shown below: From previous run DataStage Job 72 Phantom 12977 Program "JOB.223462050.DT.13...
by palmeal
Fri Sep 16, 2005 2:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Branching Code without Raising Director Warnings
Replies: 3
Views: 1045

Thanks Ray but I was already using a Custom trigger rather that an unconditional one - my problem though was trying to use the ReturnStatus rather than CommandOutput. So my solution is: Check data file for Data (in Basic Routine) If data file has certain info then create a debug file with info added...
by palmeal
Thu Sep 15, 2005 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Branching Code without Raising Director Warnings
Replies: 3
Views: 1045

Branching Code without Raising Director Warnings

I have a Job Sequence that creates approx 500 data files (one at a time inside a loop). After each file is created I run an awk command in a Routine to check the contents of the file. If the file has certain data then I write debug info out to another file - this is the case in about 1 in 5 files. I...
by palmeal
Fri Aug 19, 2005 2:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure Error
Replies: 6
Views: 8557

I've just tried calling an MSSQL stored procedure via odbc and it actually worked - this goes against what I said above but don't confuse this with thinking that MSSQL Procedures will work as you expect. The definition of the procedure will only be picked up if defined as public but this is not a pr...
by palmeal
Thu Aug 18, 2005 12:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure Error
Replies: 6
Views: 8557

You do not have to re-import definitions for Production. What I am saying is : (1) MSSQL Stored Procedures are not supported/do not work within DataStage. (2) The reason you are able to bring back the definitions of the procedures is because the code is read form the same tables as Sybase (sysobject...
by palmeal
Wed Aug 17, 2005 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure Error
Replies: 6
Views: 8557

DataStage doesn't support Microsoft SQL Server Procedures - dynamic SQL I'm afraid. Import only works for SQL Stored Procedures when they have access rights granted to Public - this is not recommended for Production systems. Remove Public access and you won't be able to import the definition. While ...
by palmeal
Thu Jul 21, 2005 1:16 am
Forum: Enhancement Wish List
Topic: A bulk loader for SQL Server 2000 + Future releases
Replies: 2
Views: 19326

A bulk loader for SQL Server 2000 + Future releases

This functionality used to exist pre-SQL Server 7.0 and should be maintained going forward even if the vendor changes their core. BCP still exist for SQL Server 2000 albeit for backward compatability but a loader could be built around the "bulk insert" function.
by palmeal
Wed Jul 20, 2005 1:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BCP Load Stage for Sybase/MSSQL Server
Replies: 1
Views: 1642

BCP Load Stage for Sybase/MSSQL Server

Has anyone ever gotten the "Sybase BCP Load" stage to work with MSSQL Server 2000 ? It appears that it worked with MSSQL 6.0 but hasn't for future releases of MSSQL Server as the changes to the core has made it quite different to Sybase. Is this really true ? So instead of BCP'ing data str...
by palmeal
Fri Jun 24, 2005 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Manager Export/Import
Replies: 3
Views: 1316

Thanks very much :)
by palmeal
Fri Jun 24, 2005 3:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Manager Export/Import
Replies: 3
Views: 1316

DataStage Manager Export/Import

I exported a number of Job Sequences/Server Jobs from one Project and imported them into another. When I did this I noticed in Director that none of the Jobs are compiled. Rather than having to compile them all manually is there a quick way to compile them all ?
by palmeal
Thu Jun 23, 2005 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Warning limits - Yes, I know it's an old topic!
Replies: 11
Views: 6020

I had the 50 errors warning before when I ran my Job Sequence via dsjob but strangely it didn't complain when I ran it through Developer/Director. The reason that I had so many warnings was that I was passing a value out of a routine via Ans instead of the required 0 (hence a warning for each) - thi...
by palmeal
Thu Jun 23, 2005 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob from command Prompt
Replies: 3
Views: 2080

Type "which dsjob" - if the dsjob.exe isn't found then you'll have to add the directory in which it resides to your path.