Search found 124 matches

by MrBlack
Thu Aug 27, 2015 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To use resource constraints you must define multiple 'pools'
Replies: 1
Views: 1442

To use resource constraints you must define multiple 'pools'

Can someone post a sample apt config file that uses multiple pools? I heard it was smart to design your parallel job with a parameter as to which config file to use at runtime. So I made a couple of copies of the default config (1-node version, 2 node version, 3 node version, etc..) but on the stage...
by MrBlack
Wed Aug 05, 2015 9:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage, CLOBs, ODBC
Replies: 9
Views: 13865

IBM Support finally got back after a couple of exchanges of emails and job designs. Here's the final email from them that has the solution to the problem as well as an additional link to a tech article that others may be interested in: http://www-01.ibm.com/support/docview.wss?uid=swg21683476 IBM Up...
by MrBlack
Wed Jul 22, 2015 1:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage, CLOBs, ODBC
Replies: 9
Views: 13865

ShaneMuir - I tried your suggestion to move the clob to be the last column in the table and still no luck. As an experiment I tried casting the clob to varchar knowing that the data would be truncated and i get this error when I do: PL_class_info..ODBC_Connector_1: Exception thrown from CC_AccessorF...
by MrBlack
Fri Jul 17, 2015 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage, CLOBs, ODBC
Replies: 9
Views: 13865

Upon resetting the job, this is the only additional info that is given: From previous run DataStage Job 1482 Phantom 30504 terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Abnormal termination of DataStage. Fault type is 6. Layer type is BASIC run machine. Fault...
by MrBlack
Wed Jul 15, 2015 12:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage, CLOBs, ODBC
Replies: 9
Views: 13865

Abnormal termination of stage, CLOBs, ODBC

I'm trying to move a CLOB from MS SQL 2000 connecting through ODBC and if I place a NULL in the transformer everything works. When I map the clob, then i get "Abnormal termination of stage my_job..Transformer_1 detected" and that's it. Nothing else to go on that I can see to google on. The...
by MrBlack
Thu Jul 02, 2015 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best way to insert Timestamp String into Oracle Date?
Replies: 1
Views: 4242

This is what I have discovered. Unless there is a SECOND component to the string data the AM/PM is ignored. Also in ordered to get it to work, I had to convert from a 12 hr time to a 24 hour time. So final steps to resolution, concat 00 seconds to my string, and then convert to 24hrs. Very annoying ...
by MrBlack
Thu Jul 02, 2015 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best way to insert Timestamp String into Oracle Date?
Replies: 1
Views: 4242

Best way to insert Timestamp String into Oracle Date?

With the new Oracle Connectors, I can't see the Insert/Update generated statement like I could with the old OCI stage. How do I know how to get a timestamp string from a CSV file to match the format mask? Here's the format of the timestamp string YYYY-MM-DD hh:mi AM The column is an Oracle DATE but ...
by MrBlack
Mon Mar 16, 2015 2:52 pm
Forum: General
Topic: How to get Value File Name from Parameter Set
Replies: 1
Views: 1227

How to get Value File Name from Parameter Set

Is there a way at run-time (inside a user variable activity, etc..), to get the Value File Name value from a parameter set? I build my parameter set values with a DEV/TEST/PROD version of each parameter. This makes it simple when I run to select which values to use. I would like to get this "ta...
by MrBlack
Thu Mar 05, 2015 12:13 pm
Forum: General
Topic: ODBC.ini file Alternatives
Replies: 5
Views: 2930

I had a similar but not exactly similar issue, maybe it'll help. I had to grab data from various FoxPro files using the ODBC connection. This client was really weird and instead of storing all their data from one facility in one file, they made a file for each department. So their file structure loo...
by MrBlack
Thu Feb 19, 2015 2:08 pm
Forum: General
Topic: Building Package Timeout
Replies: 3
Views: 1476

I wanted to just post what seems to have resolved the issue. In the C:\IBM\InformationServer11.3\ASBNode\eclipse\plugins\com.ibm.iis.client\iis.client.site.properties file, adding this line to the bottom so far has resolved this this issue: # To increase client timeout to 180 minutes com.ibm.iis.htt...
by MrBlack
Tue Feb 03, 2015 10:23 am
Forum: General
Topic: Building Package Timeout
Replies: 3
Views: 1476

Building Package Timeout

I'm using IS Server Manager to build a package for later sending to a prod environment. After defining a package, randomly when I build I get a timeout exception. Also I don't know if this is related to my timeouts, sometimes when a package is sent to my prod environment (using the istools.sh utilit...
by MrBlack
Fri Jan 16, 2015 5:23 pm
Forum: General
Topic: One Sequence - Two Looping Activities
Replies: 2
Views: 1032

I'm wrong you're right. I had to restructure some of the steps that I was doing because the END has to connect directly to the START loop. I had some other steps in between the end and the start, so even though logically it would have looped fine, DS wants a direct link between these stages.
by MrBlack
Fri Jan 16, 2015 12:20 pm
Forum: General
Topic: One Sequence - Two Looping Activities
Replies: 2
Views: 1032

One Sequence - Two Looping Activities

Has anyone used two looping activities (one nested within another) on one sequence? I'm thinking I'm running into a limitation that a sequence that it only knows how to handle one loop on the canvas and if I need a second nested loop to create a second sequence.
by MrBlack
Thu Jan 15, 2015 4:23 pm
Forum: General
Topic: Intergrate Source Control Grayed Out
Replies: 1
Views: 1277

What the biggest piece of CRAP! You have to be a Suite Component Admin in order to integrate source control! IBM has some serious work to do with their role management. It's not too far fetched of an idea to want to specify someone as Suite Component User and have them be able to periodically commit...
by MrBlack
Thu Jan 15, 2015 3:24 pm
Forum: General
Topic: value of parameters from file
Replies: 10
Views: 7970

I'm having a hard time trying to understand what you are asking? Can you parameterized a file name? - Yes. In the sequential stage properties you can reference a job parameter so when the job runs DS will dynamically look for the value of the parameter as the name of the file to load. Can you insert...