Search found 53125 matches
- Sun Jan 22, 2006 1:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: login failing when trying to ftp server
- Replies: 5
- Views: 1587
Make sure that the name of the remote machine is mapped (in the /etc/hosts file) and use the name, rather than the IP address. FTP can sometimes be finicky about these things. It can sometimes also object to the password being redirected. If you can't get that to work, create a shell script to perfo...
- Sat Jan 21, 2006 3:48 pm
- Forum: Site/Forum
- Topic: Intellectual Honesty
- Replies: 2
- Views: 1783
Intellectual Honesty
Hearsay is not admitted as evidence in courts in most countries of the world. There has recently been a distressing (to me) tendency to introduce a thread with "I have heard a rumour that..." and inviting replies. Be advised that I shall no longer be reponding to such posts unless some verifiable ev...
- Sat Jan 21, 2006 3:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how execute script from my basic routine
- Replies: 7
- Views: 1364
- Sat Jan 21, 2006 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hw to get JobHandle for any job other than current job
- Replies: 5
- Views: 1015
- Sat Jan 21, 2006 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inserting into Oracle table from Server Rouitne
- Replies: 3
- Views: 870
- Sat Jan 21, 2006 3:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: functions for converting date and number
- Replies: 6
- Views: 1304
To re-word Craig's answer, there are no data types within DataStage server jobs. Thus data type conversion appears to be automatic. If you have a string containing a date, that's fine. If you have extracted a date from a database table, it may be a character string or it may be an internal date; it ...
- Sat Jan 21, 2006 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I wirte to a sequential file in a DS Routine
- Replies: 6
- Views: 1462
I see only one DSAttachJob call, and no DSDetachJob call. Did you create this as a transform function or as a before/after subroutine? I assume, because you've assigned a value to the variable called Ans, that it is the former. You have performed a 'D' conversion on a time. You should use 'MT' for t...
- Sat Jan 21, 2006 3:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What can I do with Datastage checkpoints?
- Replies: 4
- Views: 7441
That's because there's not much to say. An activity that is checkpointed will be skipped next time the job sequence is run if there remain any checkpoints in the job sequence (that is, the entire job sequence did not complete successfully). If any activity must be run every time the job sequence is ...
- Fri Jan 20, 2006 7:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to acces a database table with BCI?
- Replies: 11
- Views: 3706
- Fri Jan 20, 2006 7:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wierd Problem with Shared Container
- Replies: 6
- Views: 1871
- Fri Jan 20, 2006 7:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Version Control and UFS filesystem limitation
- Replies: 9
- Views: 3304
I have seen this limit on Solaris; max 32K subdirectories in a directory. In that case it was also the VERSION project (for Version Control); we got around it by converting dynamic hashed files (directories) into static hashed files (O/S files). Given that each version of each job creates dynamic ha...
- Fri Jan 20, 2006 7:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC stage - Column name with pound sign (#) not accepted
- Replies: 17
- Views: 13120
There is something in one of the manuals about these kinds of characters - I've read it quite recently. (As is usual on Saturdays I'm logged in from an airport lounge and can't check the details.) It may have been for DB2 stage. It may have been for parallel jobs. Open the Server Job Devloper's Guid...
- Fri Jan 20, 2006 7:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I wirte to a sequential file in a DS Routine
- Replies: 6
- Views: 1462
- Fri Jan 20, 2006 7:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Throw warning from DS Server custom Routine
- Replies: 7
- Views: 1526
- Fri Jan 20, 2006 7:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: New to parallel extender (help me-how to learn PX)
- Replies: 2
- Views: 848