Search found 42189 matches

by chulett
Fri Dec 08, 2006 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage to filter Record
Replies: 16
Views: 4408

You can't really stop 'reading' at the first record delimiter. What I supposed the suggestion is would be to attempt to pull off the first 'record' in the Derivation after the entire file has been read in. May work... but I don't think that's the right choice of character to look for. Is this a UNIX...
by chulett
Thu Dec 07, 2006 10:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Hash File
Replies: 7
Views: 1975

Two problems - they want the duplicates and this is a Server discussion. I know you made the 'project architecture' comment, so perhaps only one problem then. :wink:
by chulett
Thu Dec 07, 2006 7:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding installing of server version
Replies: 10
Views: 2445

There is no dsenv file on a Windows server. That's a UNIX only concept, Windows controls all that via the registry.
by chulett
Thu Dec 07, 2006 7:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with "timestamp" for OCI-9
Replies: 41
Views: 11900

I dont have any tool to run a query on You should have access to command line sqlplus at a minimum, unless you don't even have a logon to the server where the Oracle database is installed. If that's the case... jeez - it sucks to be you! Kind of hard to do your job without the tools you need to do ...
by chulett
Thu Dec 07, 2006 6:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dealing with erp applications
Replies: 11
Views: 3870

Probably best to contact whomever at IBM does Sales Support for your company, they should be happy to explain all that. I have no personal experience with those PACKS but have accessed PeopleSoft directly and know what a PITA that can be. :wink:
by chulett
Thu Dec 07, 2006 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage Error
Replies: 3
Views: 2585

Let's start over, Narasimha was too subtle with his FAQ question. Post this in the proper forum so we know what version, O/S, etc you have. This is not the proper forum.

Then someone can attempt to answer your question more better. Don't forget the 'yada yada' part. :wink:
by chulett
Thu Dec 07, 2006 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with "timestamp" for OCI-9
Replies: 41
Views: 11900

Okay... so... no TOAD, no DBA access or access to anyone (like a Modeler) that could fulfill a simple DDL request? Good luck. How about running a couple of queries and then posting the results? SELECT table_name, column_name, data_type, data_type_mod, data_type_owner, decode(data_type, 'CHAR', c...
by chulett
Thu Dec 07, 2006 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending file attachment via email
Replies: 10
Views: 10428

DSguru2B wrote:Did you take a look at the after job subroutine "DSSendMail". You can send an attachment with that routine.

Specifically, check out the DSSendMailAttachmentTester routine in the Built-In\Utilities section. You are running a 7.5.x version of DataStage, are you not?
by chulett
Thu Dec 07, 2006 2:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending file attachment via email
Replies: 10
Views: 10428

People still use Lotus Notes? Talk to a Notes developer or Admin, they should be able to tell you how to do it, I would think. Or see if they will allow Blat to be installed as long as Notes supports SMTP... it's been way too long since I was at a site with it that I don't recall, but I believe it d...
by chulett
Thu Dec 07, 2006 1:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dealing with erp applications
Replies: 11
Views: 3870

Re-read the answers you got. No-one said you 'needed' the PACKS, just that they makes it easier because they understand the underlying structures and simplify the extraction process. As noted, if you so desire you can directly connect to the underlying database of any application, including this one...
by chulett
Thu Dec 07, 2006 1:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending file attachment via email
Replies: 10
Views: 10428

It seems that the only way I can attach a file to an email is using sequences. What makes you say that? Been doing it for years before there were Sequence jobs and the post I linked to explained how to do it. Sure, a Sequence job would make it 'easier' but certainly isn't required. Edit - Oh. Windo...
by chulett
Thu Dec 07, 2006 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined SQL issues - AKA: am I making this too hard??
Replies: 13
Views: 4047

Re: Results of the input from you fine folks

jdmiceli wrote:Once I get it all working, do you want me to post the results and how I resolved each issue? Would it be of any use to any other newbies like me for their issues?

You betcha! :wink:
by chulett
Thu Dec 07, 2006 1:13 pm
Forum: General
Topic: Switching between different client versions
Replies: 1
Views: 1667

Welcome! :D And the answer is sure - as long as you've done two things: 1) Installed the two versions to two separate locations. 2) Installed the Multi-Client Manager. The MCM is what allows you to switch as only one can be active at any given time. It handles the registry entry changes and even 'ad...
by chulett
Thu Dec 07, 2006 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending file attachment via email
Replies: 10
Views: 10428

Check this post, see if it helps.