Search found 42189 matches

by chulett
Thu Apr 16, 2009 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert into SQL Server failing same table FK constraint
Replies: 4
Views: 1370

Again, to me this really isn't an issue about "mimicking the SQL Server client" as it's got nothing to do with the client. It "works" there because you are doing a more of a "bulk" select and insert, nothing at all like the singleton inserts that DataStage is doing via ...
by chulett
Thu Apr 16, 2009 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Warning message
Replies: 5
Views: 2612

The second log entry for any job shows all environment variables in place at the time the job ran - what does it show there for NLS_LANG?
by chulett
Thu Apr 16, 2009 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conncting a database from a routine
Replies: 23
Views: 8118

OK, I'll throw you a BCI bone since you seem to be having search issues. :? An example of the syntax here. Regarding documentation here. More examples here and here. Lastly, many of the posts mention the reasons why this is a less than ideal approach, like this one for example... many more exist. Yo...
by chulett
Thu Apr 16, 2009 9:52 am
Forum: General
Topic: How to find the number of users logged into Data Stage?
Replies: 5
Views: 3040

Sure... a couple of ways off the top of my head. You could grep for "dsapi", the process that is created by a connected client: ps -ef |grep dsapi That should show all current. You can also get information from netstat, something like: netstat -a |grep dsr May need to refine that some, but...
by chulett
Thu Apr 16, 2009 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Warning message
Replies: 5
Views: 2612

And "the character set specified by NLS_LANG" is.... ?
by chulett
Thu Apr 16, 2009 9:31 am
Forum: General
Topic: Sub Version Plugin for Datastage client 7.5.1.A
Replies: 4
Views: 4786

Ah... gotcha. No, there isn't.
by chulett
Thu Apr 16, 2009 9:10 am
Forum: General
Topic: Sub Version Plugin for Datastage client 7.5.1.A
Replies: 4
Views: 4786

I have absolutely no idea what you mean by "subversion" here. Are you asking about interfacing with external SCCS systems, something other than Version Control? :?
by chulett
Thu Apr 16, 2009 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg odbc stored procedure
Replies: 5
Views: 1408

Warning? What warning?
by chulett
Thu Apr 16, 2009 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade DataStage Server to lastest version
Replies: 4
Views: 2006

"Latest version" of 7.x, meaning upgrading to 7.5.3? Or latest version as in going to 8.1 with its completely different architecture? Big difference there.
by chulett
Thu Apr 16, 2009 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence problem
Replies: 8
Views: 5028

Ah... was thinking the Sequence itself may not be the issue here, but missed the part where it allegedly works outside the Sequence rather than 'works on old server not on new server'. Mea Culpa.

So yes, that should mean exactly what you posted.
by chulett
Thu Apr 16, 2009 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conncting a database from a routine
Replies: 23
Views: 8118

:? Same question with the same answer... "yes". And all the ways to do that are listed here.
by chulett
Thu Apr 16, 2009 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence problem
Replies: 8
Views: 5028

Or a difference in the ODBC or Oracle client / tnsnames setup.
by chulett
Thu Apr 16, 2009 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC connection to Foxpro
Replies: 9
Views: 3803

Ah, yes... so basically just a ".dbf" file, if I recall correctly?
by chulett
Thu Apr 16, 2009 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use XML file as a source file
Replies: 9
Views: 2977

Re: How to use XML file as a source file

Gopalraja wrote:Anybody know how to use the XML file as a source...
Yes, of course. However, you need to learn patience - you bumped your post again after what - 30 minutes? Give me a break. You're lucky John was able to respond as quickly as he did, don't come to expect it though. :evil:
by chulett
Thu Apr 16, 2009 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning with Routine return value
Replies: 15
Views: 7634

Don't simply uncheck anything, rather take the time to understand your issue. A search here for "did not finish OK" will reveal all - the fact that routines that do not return 0 are considered to have failed in certain circumstances and how best to handle that.