Search found 42189 matches
- Tue Jan 18, 2005 7:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: POSITION Keyword issue
- Replies: 4
- Views: 1798
Not sure why you're surprised. You've done something in Oracle that isn't really recommended - used a reserved word for a column name. Now it will take special handling to reference it. Not all the time, mind you, but enough to cause problems like this. Try naming a column 'SYSDATE' sometime. You ne...
- Mon Jan 17, 2005 1:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Upgrade Issue
- Replies: 4
- Views: 1175
Sorry I wasn't able to help more. The fact that you have a working 7.5 server with an ongoing project in it pretty much throws all of my advice out the window. Which is ok, may give someone some ideas later if they stumble across the thread. Since you've imported before, I'd guess your export was co...
- Mon Jan 17, 2005 1:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failed to connect to Host ( server installed in HP UNIX)
- Replies: 4
- Views: 1988
Have you checked to see if the RPC Daemon is running or not?
Your SA may have gotten a little over-zealous and killed one too many things:
If this doesn't show a process, then suggest you stop the DataStage server, wait a few moments, and then restart it.
Code: Select all
ps -ef |grep dsrpcd |grep -v grepIf this doesn't show a process, then suggest you stop the DataStage server, wait a few moments, and then restart it.
- Mon Jan 17, 2005 1:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Upgrade Issue
- Replies: 4
- Views: 1175
No, not really. Some questions for you... Is there any difference between the two UNIX environments? Did you verify the correct operation of the initial 7.5 server install before importing your 7.0 jobs? Was the 7.5 server install done as root or dsadm? Were there any errors during the export you ar...
- Sun Jan 16, 2005 5:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting deadlocks in Oracle via ODBC Driver Inserts
- Replies: 6
- Views: 2531
Yah, deadlocks of that nature are difficult if not darn near impossible to troubleshoot. Something to consider - drop your indexes before job and then rebuild them after all inserts are complete. Not sure how feasible it might be to do that given your volumes, but it would eliminate another possible...
- Sat Jan 15, 2005 2:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stage Variables
- Replies: 2
- Views: 743
Probably related to the fact that the default precision in DataStage is 15. Check this post for a methodology to determine your current setting and change it if desired. It will also introduce you to the 'string math' functions. One or the other should fix your problem.
- Sat Jan 15, 2005 8:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting deadlocks in Oracle via ODBC Driver Inserts
- Replies: 6
- Views: 2531
Re: Getting deadlocks in Oracle via ODBC Driver Inserts
I also notice that when a table load has failed then sometimes there are no records in the table. And I would have expected/guess that some rows multiple of 10,000 rows should be there (rows per transaction * parameter array size). I am not sure how often the ODBC stage commits. Just an FYI - 'Rows...
- Sat Jan 15, 2005 12:11 am
- Forum: Site/Forum
- Topic: Looks like that drive did fail
- Replies: 4
- Views: 3103
Looks like that drive did fail
Heard through the grapevine that one of the problems with the site today might have been a failing hard drive on a new server... and it sure looks like it may have actually failed. The site seems to have been restored from backup and we've been time-warped ("It's just a jump to the left...") back to...
- Tue Jan 11, 2005 8:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Line Terminators
- Replies: 2
- Views: 743
- Tue Jan 11, 2005 7:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to initialize plug-in:
- Replies: 7
- Views: 3343
What it means is you have to specifically point to the 32bit libraries in dsenv:
If you need to include them both, make sure the 32bit library is mentioned first in your shared library path.
Code: Select all
$ORACLE_HOME/lib32If you need to include them both, make sure the 32bit library is mentioned first in your shared library path.
- Tue Jan 11, 2005 7:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataTypePicComp
- Replies: 35
- Views: 6789
- Tue Jan 11, 2005 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Moving from 6.0 to 7.5
- Replies: 1
- Views: 948
For starters, there is this post where someone just asked the exact same question.
If you are really concerned, do you have anything like a 'test' server you could perform the upgrade on to get some warm-fuzzies with the process and the outcome?
If you are really concerned, do you have anything like a 'test' server you could perform the upgrade on to get some warm-fuzzies with the process and the outcome?
- Tue Jan 11, 2005 7:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between Xformer processing in DS6.0 and 7.0
- Replies: 1
- Views: 761
Not that I'm aware of, but that's not to say there weren't any. Best place to look would be in the readme for the 7.0 release. It will list a number of changes and fixes in the current release, even a list of known problems. Your issue could be something that shouldn't have worked the way it was wor...
- Tue Jan 11, 2005 7:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set up UV account
- Replies: 5
- Views: 1050
- Mon Jan 10, 2005 9:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No response when attempt to open properties in JS
- Replies: 8
- Views: 2147
From Ascential's eServices website. Under Software Updates / Downloads.