Search found 27 matches

by lmoose1
Tue Feb 04, 2014 7:20 pm
Forum: General
Topic: Job Sequencer running a Job Sequencer?
Replies: 3
Views: 1535

Job Sequencer running a Job Sequencer?

Our standards dictate that Jobs are run by Job Sequencers, and Job Sequencers are executed by our standard job scheduling tool. A developer has designed processing where by on Job Sequencer runs several jobs plus a second Job Sequencer. The second Job Sequencer is very simple -- run a Job and check ...
by lmoose1
Wed Jul 31, 2013 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TD TPT -- Bulk-Update then abort after if err tbl rows exist
Replies: 1
Views: 2226

TD TPT -- Bulk-Update then abort after if err tbl rows exist

We are migrating from the former Teradata stages to the TD Connector stage. In the TD Muiltload stage , there is a check box " Fail DataStage Job on Error Table rows ." Per pg 155, of i46dectr.pds, Connectivity Guide for Teradata Databases -- Chapter 6. Teradata MultiLoad/TPump/FastExport ...
by lmoose1
Thu Mar 29, 2012 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler settings for new installation
Replies: 27
Views: 18674

It's working now! Several things were uninstalled, reinstalled, adjusted, so not completely sure which twist resolved it. Here are the values that are working for us now in IS 8.7 on the Windows 2008 R2 64-bit host. APT_COMPILEOPT=-W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c -W/Zc:wchar_t- APT_COMPILER=...
by lmoose1
Tue Mar 27, 2012 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler settings for new installation
Replies: 27
Views: 18674

ray.wurlod wrote:I have a new 8.7 installation on Windows Server 2008 R2 ... Haven't really begun to look at it yet.
Ray -- Interesting that you have a very similar situation! Any thoughts on the cause or resolution?
by lmoose1
Tue Mar 27, 2012 9:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler settings for new installation
Replies: 27
Views: 18674

Thanks, mobashshar -- that was worth looking at and verifying. We don't see any SDKs in the regular "Program Files" directory, only in the "Program Files (x86)" directory. We double checked and verified that we did select the 64-bit options when we installed Visual Studio C++ 201...
by lmoose1
Tue Mar 27, 2012 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler settings for new installation
Replies: 27
Views: 18674

We have now tried VS C++ Premium 64-bit on our Windows Server 2008 R2 Enterprise SP1 64-bit for InfoServer 8.7 and get the same results as before when we try to compile with a transformer. Our LIB, LIBPATH, INCLUDE and PATH env vars all look good as well as the compiler options in the dsparams file ...
by lmoose1
Tue Mar 27, 2012 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler settings for new installation
Replies: 27
Views: 18674

compiler

mobashshar wrote:I installed IIS 8.7 on XP Pro. VM with MS VC++ 2010 ... working absolutely fine.
Thanks so much -- so good to know it can work!

Is your XP host 32-bit or 64-bit?

What flavor of the compiler is it -- is it the Express Edition?
by lmoose1
Mon Mar 26, 2012 7:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler settings for new installation
Replies: 27
Views: 18674

IBM's 8.7 system requirements indicate that Microsoft Visual C++ 2003/2005/2008/2010 Express Edition are all acceptable.
by lmoose1
Mon Mar 26, 2012 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler settings for new installation
Replies: 27
Views: 18674

We just installed 8.7 on Windows Server 2008 R2 Enterprise SP1 and are encountering transformer compile errors, too. We are using Microsoft Visual C++ 2010 Express Edition for the compiler. Looking through this topic I'm not yet seeing how to resolve it, but I do see what information has been reques...
by lmoose1
Tue Dec 13, 2011 9:42 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: portability of jobs using Web Service Client
Replies: 4
Views: 5453

Thanks -- that's the angle I was thinkging of, also. I tried it this morning and verified that it works. Terrific! And I double checked -- our namespace info does not look like it is host specific so I don't expect it to change. If the other details change when we go to production...then someone is ...
by lmoose1
Mon Dec 12, 2011 1:01 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: portability of jobs using Web Service Client
Replies: 4
Views: 5453

portability of jobs using Web Service Client

We have begun developing jobs to retrieve data via a web service and send it onward. Several are using a web service as a source -- the jobs look like this: Web Services Client stage --> XML Input stage --> onward to a transformer or file or database or wherever I am interested in what others have d...
by lmoose1
Tue Sep 22, 2009 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TD MLOAD truncating 11th character of CHAR(11) input -- why?
Replies: 5
Views: 2874

FYI: format was FASTLOAD.

Any thoughts on whether FASTLOAD or VARTEXT would make a difference?
by lmoose1
Tue Sep 22, 2009 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TD MLOAD truncating 11th character of CHAR(11) input -- why?
Replies: 5
Views: 2874

unicode seems to have been the culprit

I had turned unicode on in the column metadata info as I was getting an error about type conversion from string to ustring. When I ran it without the unicode setting on the target columns, it loaded correctly without truncation. Guess there's always more to learn about unicode...
by lmoose1
Mon Sep 21, 2009 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TD MLOAD truncating 11th character of CHAR(11) input -- why?
Replies: 5
Views: 2874

TD MLOAD truncating 11th character of CHAR(11) input -- why?

A new Teradata MLOAD parallel job loads one column of a table from a dataset -- the column is of type/size CHAR(11). The TD MLOAD job reads the file, but wants to truncate the data by one character. Everything across the board is CHAR(11). No truncation is needed. The data gets loaded, but is wrong ...
by lmoose1
Tue Jan 13, 2009 10:13 am
Forum: General
Topic: DataStage code audits to verify compliance with standards
Replies: 2
Views: 1940

DataStage code audits to verify compliance with standards

We have our DataStage development standards documented, but audits by the admins are needed to ensure compliance. Audits can be quite time consuming for larger applications. We have a few short cuts, but are looking for something faster and more easily repeatable -- both for ourselves as admins and ...