Search found 70 matches

by lebos
Thu Sep 09, 2004 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to handle CLOB(Character Large Object)
Replies: 6
Views: 2035

In our case we are using DS to convert from Sybase to Oracle. The Sybase text fields and the Oracle column are both defined in DataStage as LongVarChar with a length of 2147483647. In the Oracle (9i) database it is defined as CLOB. ODBC is used both to read the Sybase table and to write the Oracle t...
by lebos
Thu Sep 09, 2004 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to handle CLOB(Character Large Object)
Replies: 6
Views: 2035

You can't. At least not with 7.1.

You're only choice that I am aware of is to use an ODBC stage instead of the OCI stage.

Larry
by lebos
Wed Aug 11, 2004 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Debugging Client has Disconnected
Replies: 14
Views: 5796

I also have just experienced this problem with 7.1, server is AIX5.1. Guess I better check my memory situation although it's hard to believe that would be the problem.

Larry
by lebos
Fri Jul 23, 2004 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Repository Interface error
Replies: 4
Views: 1628

Ray, I couldn't agree more. Here! Here!

Larry
by lebos
Thu Jul 15, 2004 12:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: start again a job sequencer only on the jobs in failure
Replies: 9
Views: 3914

I don't know why, but my AIX DS 7.1 system is acting differently. I have a job sequence which has two job acitivities, JobA and JobB. These jobs are independent (they each load a different table) and are not connected in any way in the sequence. JobA has two triggers one handling failure, the other ...
by lebos
Wed Jul 14, 2004 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange behaviour of uvodbc.config file
Replies: 3
Views: 3684

This seems to be normal behavior. Quoting from the Install Manual for Version 7.1: A copy of the uvodbc.config file is also placed in each DataStage project directory (for example, /ui/dsadm/Ascential/DataStage/Projects/Dstage1). This is useful where you configure a data source that is known to some...
by lebos
Wed Jul 14, 2004 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transform not recognizing change to one particular field
Replies: 5
Views: 1817

Wouldn't it be simpler to define your reference hash file so that all columns are keys? Then the constraint could simply be lkupDBRecs.NotFound. This would select all input records which do not exactly match a record in the hash file. This is how we do it. Is there some drawback to this technique? L...
by lebos
Thu May 13, 2004 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reliability of reference streams
Replies: 6
Views: 2535

Tobbi, Don't know if any of this will help, but I have some rather unrelated thoughts and questions. 1. Does your reference lookup (Hash) file get updated during the process? If so, is it possible that what you are seeing in the Oracle table is the result of the second (or first) lookup and in the s...
by lebos
Tue Apr 27, 2004 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting Default Parameter from Director
Replies: 4
Views: 1387

We were given a fix for a similar problem, described in 375249*WES: When rescheduling a DataStage job in Director after changing the default value for an encrypted parameter, clicking on "Set all to default" does not properly set the parameter value to the new value. We changed our databas...
by lebos
Fri Apr 23, 2004 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Eliminating leading 0 in the number
Replies: 5
Views: 2988

I typically multiply by 1. Is adding zero faster than multiplying by 1?

Larry
by lebos
Fri Mar 05, 2004 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ComileAll missing mlistx.ocx
Replies: 4
Views: 1788

I just tried with CompileAll Plus as suggested. The message now is: "Component 'msflxgrd.ocx' or one of its dependencies not correctly registered: a file is missing or invalid" One thought I have is that maybe CompileAll needs to installed in the same drive/directory as is the DataStage cl...
by lebos
Fri Mar 05, 2004 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ComileAll missing mlistx.ocx
Replies: 4
Views: 1788

Wolfgang, Thanks for your response, but when you say install the product as administrator, which product are you talking about? I have CompileAll on another PC and did not install it as administrator and it works fine there. Maybe mlistx.ocx belongs to a product (Visual C++?) that is missing? I don'...
by lebos
Thu Mar 04, 2004 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ComileAll missing mlistx.ocx
Replies: 4
Views: 1788

ComileAll missing mlistx.ocx

I'm attempting to execute compileall. It complains that mlistx.ocx or one of its components is missing or invalid or not setup right. Unix server is AIX 5.1. Windows is Windows 2000 Professional. DataStage is 5.2.

Any help will be appreciated.

Larry
by lebos
Wed Feb 04, 2004 12:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tips required for Telnet After Command
Replies: 4
Views: 2210

I had the same problem trying to FTP to a Mainframe. Quoting from Ascential Support:

"Unfortunatly at this time the telnet after and before command is only for
Unix systems. It does not work for NT or Mainframe systems. "

Maybe this is your problem?

Larry
by lebos
Wed Jan 07, 2004 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Different Versions of DS Server Running at the same server
Replies: 9
Views: 2529

Ray,

Don't you mean prior to version 5.2 for /.uvhome? I am using 5.2 and it makes use of /.dshome, not /.uvhome. According to the install manual 5.2 is where the change was made.

Larry