Search found 4992 matches

by kcbland
Mon Nov 14, 2005 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to connect DataStage on Oracle Instant Client 10g
Replies: 0
Views: 1366

Use 32 bit client only on the unix box. Set ORACLE_HOME in the dsenv file to point there and recycle the services.
by kcbland
Mon Nov 14, 2005 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert Decimal
Replies: 3
Views: 1229

Search the forum for OCONV. It has the necessary options for implied decimal conversion and rounding.
by kcbland
Mon Nov 14, 2005 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run job failed
Replies: 3
Views: 1071

If you're using 7.5, there's expanded functionality you need to learn. Please look to your manuals and tutorial, because it clearly lays out with pictures and extensive notes the methods for building a Sequence that can "restart", or pick up where it left off when a job failed.

Good luck!
by kcbland
Mon Nov 14, 2005 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run job failed
Replies: 3
Views: 1071

The command line program dsjob has a RESET option and a RUN option. You can use this on the individual job. However, your Sequence job cannot be used unless you built it for restartability.
by kcbland
Mon Nov 14, 2005 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with LongVarchar datatype in DataStage
Replies: 2
Views: 4976

I can't speak to this problem specifically, but what I'll point out is that the GUI has a limitation on how many characters you can enter for the length of the field. What you are seeing is this issue. When you shortened the length of the field, the job stopped complaining because you were binding t...
by kcbland
Mon Nov 14, 2005 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Unix or Wondows?
Replies: 6
Views: 1500

Let me re-affirm that Windoze is a toy. Giving up so much RAM just to run an OS on a server is a real consideration. GUI is irrelevant on a server, so the slimline OS should hands-down be the choice. Given the same hardware to run both OS's, I'd choose linux.
by kcbland
Mon Nov 14, 2005 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to give Permission to access jobs to a Particular User
Replies: 5
Views: 1386

Permissions are managed thru the DS Administrator. They are handled as user groups having access to projects. There is no method for separating job access because internally they are stored in the same table.

Your best option is to separate users as Operators and Developers.
by kcbland
Sun Nov 13, 2005 1:25 pm
Forum:
Topic: Installing Metastage
Replies: 1
Views: 908

Install the client on whatever PCs you want. Just point and configure for the appropriate database. Database is 100% independent.
by kcbland
Sun Nov 13, 2005 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Terdata FastExport and MultiLoad Issue - Extra 30 minutes
Replies: 3
Views: 1091

Use "FastExport" in the Search facility on this forum. You see a lot of discussion regarding what you are trying to do. The short summary is, your design works great for small volumes because it's a compact design. For larger volumes, you're going to need to break down the design. Don't take my word...
by kcbland
Sun Nov 13, 2005 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage
Replies: 6
Views: 1452

Is this a new installation of DS on this server? Is Sybase installed on the same machine? Is this a new installation of Sybase? I'm asking because we're probably beyond the realm of it's something you're doing. With an idle server, DS should behave well. If it's a new install, maybe there's a config...
by kcbland
Sun Nov 13, 2005 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command Stage giving Error
Replies: 7
Views: 1312

Probably because your program has logic that uses the PATH, just like writing a shell script that requires execution from without a specific directory can't be run from outside that directory, even with fully qualifying the command line when executing the script.
by kcbland
Sun Nov 13, 2005 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage
Replies: 6
Views: 1452

Let's fill in more details. Is the Sequencer doing more work than just running this specific job? Is it simultaneously running other jobs? When you say that the job works outside the Sequencer, but fails when called from the Sequencer, is it 100% of the time? Your initial post gave me that impressio...
by kcbland
Sun Nov 13, 2005 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage
Replies: 6
Views: 1452

If running the job manually from Director works, but using a Sequencer to execute the job fails, then the only variable would seem to be the job parameters. If the Sequencer is running out of a scheduled execution, then maybe there's a specific userid associated with running scheduled jobs (verify i...
by kcbland
Sat Nov 12, 2005 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question about datatypes
Replies: 2
Views: 794

Depends on the source stage you are using. Some databases store date + time under DATE data type, like Oracle. Therefore, the metadata should be DATE. How about you import the metadata, which DS reads from the data source and stores in the Manager library? Then you don't have to know what the metada...
by kcbland
Wed Nov 09, 2005 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in mutex_lock() - Invalid argument
Replies: 1
Views: 454

Go to job properties and turn off row buffering and see if the problem goes away. I don't know why the error is occuring.