Search found 4992 matches
- Fri Apr 14, 2006 10:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: architecture of 7.5
- Replies: 15
- Views: 4065
Please ask a specific question. You've asked us something akin to "What's the difference between Windoze 2000 and Windoze XP?" We can answer: Nothing. Both are graphical operating systems with lousy security. Or: Where do we start? User experience, networking, routing, security protocols, advanced g...
- Fri Apr 14, 2006 10:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reusable ODBC Lookups.
- Replies: 6
- Views: 2112
- Fri Apr 14, 2006 12:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling Line Terminator's
- Replies: 13
- Views: 2852
naren6876 wrote:Actually iam expecting a file with Line Terminator either fixed width or variable width.So,How can i put a Line terminator if I dont receive it in the file?
Then 2 lines run together as 1 line? How do you know where the first derived line is separate from the second if they're variable width?
- Fri Apr 14, 2006 12:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Client Slow response
- Replies: 17
- Views: 9994
Just as a side note, I had an interesting experience the other week. I installed some software on a laptop at a customer site that uses roaming Windoze profiles. They gave me a workstation later in the week so I had two machines. When I logged onto the workstation, my roaming profile downloaded and ...
- Fri Apr 14, 2006 11:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Client Slow response
- Replies: 17
- Views: 9994
I think you mean "tracing". Probably not helpful. You need to get a network admin to look at what is going on with a Designer session when opening a job. We've pretty much eliminated a contentious server environment and now the focus is the network. Are there collisions, is your firewall causing pro...
- Fri Apr 14, 2006 11:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Look up
- Replies: 5
- Views: 1339
- Fri Apr 14, 2006 11:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how can we split into multiple records
- Replies: 10
- Views: 2525
- Fri Apr 14, 2006 11:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling Line Terminator's
- Replies: 13
- Views: 2852
Are there supposed to be line terminators or not? The first 100 chars of each line means that each line has a terminator, because you are saying LINE. If there are just 100 char blocks of data, then there is no concept of a LINE, thus a line terminator will mess things up. Either you have line termi...
- Fri Apr 14, 2006 10:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling Line Terminator's
- Replies: 13
- Views: 2852
- Fri Apr 14, 2006 10:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while opening thejob, DS_JOBOBJECTS
- Replies: 16
- Views: 5723
- Fri Apr 14, 2006 10:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mapping in datastage
- Replies: 12
- Views: 3636
You're saying the column definitions are in a mapping file, and you need to parse a data file according to the mapping file. The issue is that DS wants a fixed set of column definitions to use the Sequential stage. You MUST have a fixed set of columns, and the only issue is finding the parsing value...
- Fri Apr 14, 2006 8:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mapping in datastage
- Replies: 12
- Views: 3636
- Fri Apr 14, 2006 8:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Entry not found in VOC
- Replies: 3
- Views: 1084
- Fri Apr 14, 2006 8:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while opening thejob, DS_JOBOBJECTS
- Replies: 16
- Views: 5723
The good news is you still don't know the extent of corruption, did it cause referential integrity issues with other storage tables. You're wasting time when you should have just recovered the project as I recommended earlier. You could have job designs that are missing, unable to even open, etc. Th...
- Thu Apr 13, 2006 9:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CHECKPOINT concept
- Replies: 7
- Views: 1616
If your job has an open cursor with a selection set using a rollback segment and the job fails, the process ends, and the rollback+selection set are released, how could you possible re-enter processing exactly where you aborted when the selection set in the rollback has been released? You program in...