Search found 129 matches

by whenry6000
Tue Jul 24, 2018 1:48 pm
Forum: General
Topic: Multiple Projects, one ODBC.ini but need different ip's
Replies: 1
Views: 2009

Multiple Projects, one ODBC.ini but need different ip's

All, I need to create a second project in Datastage 8.5. I have entries in the .odbc.ini file for a set of 3 databases. In my original project, those databases are referenced as dwedw, dwhist and dwstg, and those names appear in the .odbc.ini file. In my new project, I want to have those same three ...
by whenry6000
Mon Jan 25, 2016 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get rejects while reading data using Oracle connector?
Replies: 2
Views: 1695

I was just confirming that the reject link wasn't the way to go. It looks like we'll have to handle it in the SQL itself. Thanks for the info!
by whenry6000
Mon Jan 25, 2016 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get rejects while reading data using Oracle connector?
Replies: 2
Views: 1695

Get rejects while reading data using Oracle connector?

I have run into a situation where the data is not consistent and I'd like to reject incoming data rather than fail the job. However, I don't seem to be able to successfully compile a job if I add a reject link to the Oracle connector source in my job. Is there any way to do this? Or any way to make ...
by whenry6000
Wed May 20, 2015 11:44 am
Forum: General
Topic: Oracle 12c supported?
Replies: 4
Views: 3191

Re: Oracle 12c supported?

Nobody? :(
by whenry6000
Wed May 20, 2015 9:09 am
Forum: General
Topic: Oracle 12c supported?
Replies: 4
Views: 3191

Oracle 12c supported?

I'm a little confused as to whether Datastage 9.1.2 supports Oracle 12c as a source/target database. I did a search, and at first it sounded like in order to use the Oracle Connector, you needed to be at version 11.3.1 of Datastage (but using the 11gR2 client). But I've seen a couple of posts where ...
by whenry6000
Wed Mar 25, 2015 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job fails unless CC_MSG_LEVEL set to 2 or less
Replies: 5
Views: 4115

It actually appears to stop when it starts reading the Oracle connectors attached to the lookup. The one thing that concerns me is that there are a lot of lookups (at least 15). One thing is that we have multiple dates that need to be looked up. So I have a Copy stage that duplicates the single read...
by whenry6000
Tue Mar 24, 2015 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job fails unless CC_MSG_LEVEL set to 2 or less
Replies: 5
Views: 4115

Just curious, are there any other logs I should be looking at other than what is in Director? The 256 error is very vague, and I'm looking for something that will give me more info.
by whenry6000
Tue Mar 24, 2015 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job fails unless CC_MSG_LEVEL set to 2 or less
Replies: 5
Views: 4115

Job fails unless CC_MSG_LEVEL set to 2 or less

Strange problem. I have a job with an Oracle connector for source and target. The source connector leads to a lookup stage that has several lookups, then outputs to a surrogate key generator, then a transformer and finally the Oracle target. When I was originally running this job, it would abort wit...
by whenry6000
Tue Mar 29, 2011 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tracking logins to Datastage
Replies: 5
Views: 4905

Thanks for the response. It seems like that will tell you who is currently logged in, but I was looking for something that could be run nighly and let a sysadmin know who was logged in throughout the course of the day. Is that possible?
by whenry6000
Tue Mar 29, 2011 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tracking logins to Datastage
Replies: 5
Views: 4905

Tracking logins to Datastage

I'm wondering if there is an easy way to get a daily report of which users have logged into Datastage over the course of a day. Is this information stored anywhere that is easily accessible? Is there any kind of script that a sys admin can use to access this information??
Thnaks!
by whenry6000
Thu Jan 13, 2011 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does DS 8.1 use SWAP memory on Solaris?
Replies: 2
Views: 2728

Does DS 8.1 use SWAP memory on Solaris?

WHen running jobs under Solaris, we have occasionally run into issues that appear to be related to running out of memory on the server. When I run the 'top' command, I get a line like this: Memory: 32G phys mem, 7437M free mem, 32G total swap, 32G free swap However, no matter how low the phys memory...
by whenry6000
Mon Dec 06, 2010 9:27 am
Forum: General
Topic: Installing Datastage 8.1 Client and patches on Windows 7
Replies: 1
Views: 3754

Installing Datastage 8.1 Client and patches on Windows 7

All, I was attempting to install the Datastage Client (8.1) on a Windows 7 machine. The client install appears to work fine, but when I try to run the Update Installer, it will get through the portion where you choose the install directory. When you try to browse to the ispkg file to install, it fai...
by whenry6000
Thu Nov 11, 2010 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best Way to Load flat file with no delimiters
Replies: 7
Views: 5808

chulett wrote:Don't use the substring function, use the substring operator - the square brackets: YourField[3,5] takes 5 characters starting from the 3rd. That syntax is universal across the two products.
Ah, you learn something new every day! Thanks!
by whenry6000
Thu Nov 11, 2010 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best Way to Load flat file with no delimiters
Replies: 7
Views: 5808

the transformer in PX has the same set of string functions as Server. But if you have fixed width columns with no separators it would make more sense to declare the columns appropriately in the sequential file stage and save reconverting them in a transform stage. That's the thing, I tried to look,...
by whenry6000
Thu Nov 11, 2010 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best Way to Load flat file with no delimiters
Replies: 7
Views: 5808

Best Way to Load flat file with no delimiters

All, I am attempting to load a flat file into an Oracle table where there are no delimiters for the data. THe job is being ported over from Server edition, which was easy as the transformer had the substring function, which allowed me to break the one long string into columns based on position. Howe...