Search found 21 matches

by kh
Wed Mar 17, 2004 6:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dynamic arrays as stage variables
Replies: 1
Views: 1340

Use of dynamic arrays as stage variables

Can I have a stage variable whose derivation returns a dynamic array? If so, how do I access the individual values of this array for subsequent derivations on the output links? I tried using stagevarname<n> with no luck.
by kh
Tue Mar 02, 2004 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Permissions From Scheduled (cron) Jobs
Replies: 2
Views: 1486

Sequential File Permissions From Scheduled (cron) Jobs

We are currently in the process of trying to "lock down" access to our production environment, but in the meantime there is more than one user who has access to schedule jobs there. I have run into an issue where a re-scheduled job has failed because the job's reject (flat) file was origin...
by kh
Tue Feb 24, 2004 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To VC, or not to VC
Replies: 8
Views: 4379

Despite the documentation, I went ahead and tested the Operator role again just in case the filter had any effect. Unfortunately, it works exactly as documented. When I log into the Director as an Operator there are no visible jobs and toggling that particular checkbox in the filter has no effect......
by kh
Tue Feb 24, 2004 12:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To VC, or not to VC
Replies: 8
Views: 4379

Craig, thanks for your reply. I'm sorry to say that I'm pretty certain that protected projects and VC are not a match right now (7.0). I tested VC promoting to them and the complile operation always failed. Ascential Support stated that this was the correct behavior. If you cannot use VC to promote ...
by kh
Tue Feb 24, 2004 11:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To VC, or not to VC
Replies: 8
Views: 4379

To VC, or not to VC

We're new users to DataStage, basically getting started on version 7. I would like to make use of VC and protected projects and/or roles, but I keep running into little issues that foul up my plans. The first hurdle is that protected projects don't seem to allow VC to compile the promoted projects. ...
by kh
Wed Feb 04, 2004 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating DS from one Unix server to another
Replies: 1
Views: 1269

Migrating DS from one Unix server to another

We are planning on moving DS from one Unix server to another. DS is installed on the original server in a volume that resides on our SAN. Everything is contained within (incl Oracle client stuff) with the exception of things such as /.dshome, user-related stuff, cron-related stuff, etc. If the new s...
by kh
Wed Feb 04, 2004 11:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI9 stage and Update/Insert w/ Sequences
Replies: 1
Views: 1160

Oracle OCI9 stage and Update/Insert w/ Sequences

I would like to use the OCI9 stage with either the Update/Insert or Insert/Update action, but the insert statement will require the use of a sequence, which I typically handle via user-defined SQL.

Is there a way to do this? I can't seem to figure it out. Thanks!
by kh
Thu Jan 22, 2004 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server shutdown effect on running jobs?
Replies: 3
Views: 1828

Thanks Ray. What then is the best way to handle this on a production server that potentially has jobs running all the time? (We tend to use DS for a lot of frequent but small data integration batches between applications. Some of these occur around the clock.) Should we schedule jobs to avoid starti...
by kh
Wed Jan 21, 2004 6:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server shutdown effect on running jobs?
Replies: 3
Views: 1828

Server shutdown effect on running jobs?

What will DataStage do when dsadm executes uv -admin -stop (or it is executed as part of a system shutdown) when there are running jobs? The documentation seems kind of vague on this and I'd like to know for when we need to shutdown the server for maintenance. Any insight would be greatly appreciated.
by kh
Mon Jan 12, 2004 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reporting from DS repository
Replies: 3
Views: 1861

reporting from DS repository

I'd like to produce a file daily that includes information such as object name, object type and last modified date for all the jobs, job sequences, shared containers, routines and transforms in our production project(s). (The purpose of this is to provide an audit mechanism so someone can see that s...
by kh
Tue Sep 30, 2003 5:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: orphaned connection to DS server
Replies: 4
Views: 2281

Thanks Miguel, but since it wasn't a "hung up" running process, there were no resources to clean up in Director. I didn't try the Clear Status File option in Director. I don't know if this would work or not. There has to be a better way than rebooting the engine or killing processes, doesn...
by kh
Tue Sep 30, 2003 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: orphaned connection to DS server
Replies: 4
Views: 2281

orphaned connection to DS server

How do I close an orphaned connection to the DS server? I have a user who was using Designer over VPN when they lost their connection. (Or maybe they just disconnected w/o properly closing the jobs and client...[;)]) Now their job is locked. I can see their connection via netstat and I can also see ...
by kh
Tue Sep 16, 2003 6:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: basic backup strategy
Replies: 4
Views: 1923

Ken,

Are you saying there's no need for server file system backups? Or that you should do those AND a client-based, automated export process?

KH
by kh
Tue Sep 16, 2003 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: basic backup strategy
Replies: 4
Views: 1923

basic backup strategy

There was a recent post inquiring about a UNIX (server-side) DS export utility, which doesn't seem to exist. I think the person who posted the question was thinking along the same lines that I was for a backup strategy. That it would be nice to export all the projects to the file system and then bac...
by kh
Tue Sep 09, 2003 5:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI9 and sequences
Replies: 2
Views: 1439

ORAOCI9 and sequences

We intend to use DataStage for integrating data between OLTP applications. Many of the target tables are in Oracle and have primary keys that are typically populated (by the OLTP application) using a sequence (sequence_name.nextval). Is there a way to get the ORAOCI9 stage to do this with a user-def...