Search found 4992 matches

by kcbland
Tue Sep 26, 2006 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: informix (small question)
Replies: 1
Views: 493

CLI is just Informix's name for their native API, analogous to OCI for Oracle.
by kcbland
Mon Sep 25, 2006 8:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unziping file from Windows environment
Replies: 25
Views: 9309

Try before/after routine call to ExecDOS and use the zip/unzip command line program. Or, use a Command stage in a Sequence.
by kcbland
Mon Sep 25, 2006 1:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage on Unix vs Datastage on Windows
Replies: 4
Views: 2727

Unix servers can get massively huge, so if you're running Server or PX on a 64 cpu machine hooked to a fast disk farm, you'll blow away a lot of the Windoze machines out there. But, those Intel chips can be wicked fast. A linux on Intel/AMD solution can be a great compromise. I'd go that route if a ...
by kcbland
Sun Sep 24, 2006 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence generator
Replies: 10
Views: 3633

Or look under the surrogate keys folder of the functions I gave you. There's an ...AssignSkeyParallel function that works in blocks for parallel assignment if you call it that way (any blocksize other than 1 will fetch numbers in that block range). Shoot me an email if you have any questions.
by kcbland
Sun Sep 24, 2006 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Precision too long
Replies: 1
Views: 471

It looks to be the problem. Total size of 9 with decimal of 5 leaves 4 for the leading values in front of the decimal.
by kcbland
Sun Sep 24, 2006 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IP address change of Database partitions
Replies: 1
Views: 424

As long as the DNS names stay the same, you should be insulated from the IP change. Of course, the DNS server must be updated to translate correctly. In addition, make sure all processes work using DNS and not the named IP.
by kcbland
Sun Sep 24, 2006 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage with Oracle client 10 G - Plugin
Replies: 4
Views: 2589

Please re-read my above post and if that doesn't work post another response.
by kcbland
Sun Sep 24, 2006 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS.SCHED: Job Scheduled but not started.
Replies: 8
Views: 3532

On unix it's just a cron tab entry, so if cron is active it should have started the job. Any chance the Sequence did something like a checkpoint restart and did nothing?
by kcbland
Sun Sep 24, 2006 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Uncompress a table
Replies: 2
Views: 778

What do you mean by uncompress? I have never heard of this with respect to Oracle.
by kcbland
Fri Sep 15, 2006 12:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix Error
Replies: 23
Views: 4175

At this point, you're better off assuming your project has some level of corruption. Export all of your job, routines, and definitions. Create a new project and load your work there. Remove your old project at some point in the future. Get into the habit of using fully qualified sequential and hashe...
by kcbland
Fri Sep 15, 2006 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to open project - Status code = 81011
Replies: 7
Views: 6168

With dsjob always give it the server name or ip address on the command line option.
by kcbland
Thu Sep 14, 2006 8:32 pm
Forum: General
Topic: Accessing Universe from Unix
Replies: 16
Views: 10066

No problem on my part. FYI, invoking the command line requires you to be inside a "project" directory. You can do the same command from your project's directory and you'll be connected to that project. All your logs and local hashed files will be readily accessible. To connect to another project, ju...
by kcbland
Thu Sep 14, 2006 1:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seperate Numeric field into two with Charcaters as delimitte
Replies: 10
Views: 4686

Write a DS Function like ParseYourText(Arg1, Arg2) where Arg1 is the string and Arg2 is the position you need returned (in this case usage is 1 or 2). Tryout some code like: MyText = Arg1 CONVERT "!@#$%^&*()_+-=[]\;';,./<>?" TO "" IN MyText MyText=CHANGE(UPCASE...
by kcbland
Thu Sep 14, 2006 8:16 am
Forum: General
Topic: Accessing Universe from Unix
Replies: 16
Views: 10066

From my second post, which would have saved you days of time...
kcbland wrote:Do it exactly as I have shown, do not be in the bin directory.
by kcbland
Thu Sep 14, 2006 8:15 am
Forum: General
Topic: Accessing Universe from Unix
Replies: 16
Views: 10066

Mike wrote:Isn't that precisely what Ken provided back on the third post in this thread :?

and clearly stated, with full explanation to be the correct directory and why, in my second post.

Somedays life on this forum is like the scene from Silence of the Lambs, you know:

"It rubs the lotion on its body."