Search found 42 matches

by als110
Sun Mar 03, 2013 6:12 pm
Forum: General
Topic: Extracting Daily run times of all Jobs Run
Replies: 5
Views: 2307

I really wanted to avoid the dsjob with a script but that might be my best option. One last thought though. When you us DSJOBINFO in a transformer will it only work for the job that is currently running? For example what if I have a list of jobs and I pass them through the transformer. I then call D...
by als110
Sun Mar 03, 2013 3:19 pm
Forum: General
Topic: Extracting Daily run times of all Jobs Run
Replies: 5
Views: 2307

Is this information not stored in a universe table? Is it possible to extract it with an ETL job that selects via an UV stage?
by als110
Wed Dec 21, 2005 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic RDBMS Stage SQL Server
Replies: 6
Views: 4152

I dont do it in the sql i do it in a transformer. I have tried it within the sql but im not sure if im using incorrect syntax but that doesnt load either
by als110
Wed Dec 21, 2005 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic RDBMS Stage SQL Server
Replies: 6
Views: 4152

IVR,0: Warning: IVR: [DataDirect][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near ':'. IVR,0: Warning: IVR: [DataDirect][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared. APT_CombinedOperatorController,0: Failure during execution of operator logic APT_CombinedOp...
by als110
Wed Dec 21, 2005 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic RDBMS Stage SQL Server
Replies: 6
Views: 4152

INSERT INTO IVRPolicyDataMart.dbo.Policy (SourceSystemId,PolicyId,PolicyEffectiveDate,PolicyName,Company,LineOfBusiness,PolicyStatus,PolicyIssueState,PolicyAddressZip,CreateDate,LastUpdateDate) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11)
by als110
Wed Dec 21, 2005 12:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic RDBMS Stage SQL Server
Replies: 6
Views: 4152

Dynamic RDBMS Stage SQL Server

I am trying to load data to a sql server db. I have been successful loading data to a table without dates through datastage. I have also been successful with adding rows through query analyzer. My issue is that in my job my dates have the following format as a varchar(8) yyyymmdd. I try to pass the ...
by als110
Mon Nov 14, 2005 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Returned Value on Lookup Stage
Replies: 3
Views: 1838

I depends what the return value data type is. could be null or in some cases it is zero
by als110
Mon Nov 14, 2005 9:42 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Whant to know about Profile stage
Replies: 4
Views: 5879

Your better off waiting until IBM comes out with their release. The Ascential version is not that good and you cant really move away from the path the profile stage puts you on. I ended up using it for about 1 month of my 4 month project and then after that I started just writing my own custom sql a...
by als110
Wed Oct 12, 2005 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job has source from multiple files
Replies: 2
Views: 1336

If the fiel names are going to stay constant or then number of files is oging to stay constant why not just have a before job that runs in unix to cat the files together prior to the job starting
by als110
Mon Oct 10, 2005 12:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Arithmetic
Replies: 4
Views: 3373

I would just convert the date to a julian day and add 1 then convert it back
by als110
Fri Oct 07, 2005 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing a Varchar Field
Replies: 1
Views: 1151

Parsing a Varchar Field

I have a field in the following format: 50% (ABC: $1,000) 100% (ABC: $5,000) I want to parse this into 2 columns so that the result looks as follows A B 50% $1,000 100% $5,000 Is there a function in data stage or a combination of functions where I can look for a % or a $ and then take everything to ...
by als110
Thu Oct 06, 2005 4:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .REJECTEDCODE = 0
Replies: 5
Views: 2632

if it is a constraint on the output of a transformer you only pass a record through if the input field REJECTEDCODE = 0 and if Field1 is not null
by als110
Thu Oct 06, 2005 10:21 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error Loading metadata
Replies: 3
Views: 4520

I have run into the exact same issue and after talking to support they will not even listen to the problem if you are not use the ascential drivers. with that said I still can not connect to an oracle db through profile stage.
by als110
Thu Oct 06, 2005 10:19 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Whant to know about Profile stage
Replies: 4
Views: 5879

My experience with profile stage has not been that good. Ascential does not seem to be too familiar with the product and there support is far from superior. With that said, if you are looking to pull null counts, distinct values and other very simplitcis measures then profile stage will work for you...
by als110
Thu Sep 22, 2005 8:10 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Importing Oracle Meta
Replies: 10
Views: 8360

Yes I do Have Read Permission on the tnsnames.ora file