Search found 4992 matches
- Thu Aug 03, 2006 7:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: .odbc.ini
- Replies: 6
- Views: 2873
- Thu Aug 03, 2006 6:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: .odbc.ini
- Replies: 6
- Views: 2873
- Wed Aug 02, 2006 2:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Property value cannot contain UniVerse mark characters
- Replies: 3
- Views: 1310
Any chance you cut-and-pasted into something during design? The internal delimiter used to store job design information reserves specific characters in the ASCII chart. You somehow used one somewhere in the design information. You probably need to review your job design changes from the last time yo...
- Wed Aug 02, 2006 8:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_seqopen() - error in 'open()' on named pipe read links
- Replies: 8
- Views: 3714
- Wed Aug 02, 2006 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_seqopen() - error in 'open()' on named pipe read links
- Replies: 8
- Views: 3714
I understand your design now. You are using the pipe functionality in the Sequential stage to act as an IPC stage/column redefiner. If you used a Transformer and did the redefinition there you would not need to do all of the work you are doing. The inter-processing gives you an inherent fifo effect ...
- Wed Aug 02, 2006 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading any (random?) row from hash file
- Replies: 6
- Views: 2210
I don't know how you can accomplish this without removing the validity of the data. If your QA folks are validating totals and such, this won't work. You also have to be aware of how much effort you're going to suffer to write jobs to do this. The easiest solution would be to load the database, then...
- Tue Aug 01, 2006 8:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_seqopen() - error in 'open()' on named pipe read links
- Replies: 8
- Views: 3714
It seems to me your job designs do nothing special. You should consider merging them all together and turning on inter-process, because if all three jobs are executing simultaneously than that's the same effect. If you're not executing them simultaneously, then all you're doing is avoiding writing a...
- Tue Aug 01, 2006 8:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading any (random?) row from hash file
- Replies: 6
- Views: 2210
- Tue Aug 01, 2006 8:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while compiling a job
- Replies: 3
- Views: 1091
You're going to need to unlock the USERNO for the lock in question. Use the UNLOCK USER nnnnn ALL syntax. Telnet the DS Server, login as the Administrator, at the account (project) prompt enter UV for the system account. At the > prompt type in LIST.READU to get a list of the locks, find the USERNO ...
- Tue Aug 01, 2006 3:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Automated / command line compiles of jobs.
- Replies: 4
- Views: 1394
Or you could get the DS Server Batch job on my website that lets you run a DS job that compiles jobs according to some parameter values (folder, jobname match, uncompiled state). Just run that as part of your scripted process. It's multi-instance enabled, so multiples can run simultaneously to compi...
- Tue Aug 01, 2006 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: End of file error
- Replies: 4
- Views: 666
- Tue Aug 01, 2006 3:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Append date with file
- Replies: 30
- Views: 4442
- Tue Aug 01, 2006 3:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: transformation/mapping concepts
- Replies: 2
- Views: 532
- Tue Aug 01, 2006 3:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: EOR character in fixed width file on UNIX
- Replies: 2
- Views: 930
Code: Select all
head -n53151310 yourfile|tail -4Should be sufficient to scan thru all lines up until 2+ where the issue is reported, then display the last 4 lines. Go get a cup of tea and a biscuit while it runs.
- Tue Aug 01, 2006 3:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Operator Guide for DataStage
- Replies: 3
- Views: 841