Search found 42189 matches
- Thu May 26, 2005 4:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version control
- Replies: 3
- Views: 816
As noted - yes. But you don't go from Prod to VC back to Dev. Everything is in VC, so you simply take the most recent version of the job (i.e. the one currently in production) or any previous version (technically) and promote it from VC back to development. Also as noted, make sure you clear the 'Re...
- Thu May 26, 2005 6:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: user defined sql
- Replies: 6
- Views: 1845
And the space isn't an issue either. It can be there or not. I'm sure it will come down to column types as mentioned earlier. Not sure why you'd want to do a query like this, one that's not tied to the current row using bind variables / parameter markers. It will be executed once for every row sent ...
- Thu May 26, 2005 5:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: STAGE has unexpected STATUS value
- Replies: 6
- Views: 1427
- Thu May 26, 2005 5:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: STAGE has unexpected STATUS value
- Replies: 6
- Views: 1427
- Thu May 26, 2005 5:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to pass a value that changes in a parameter
- Replies: 4
- Views: 1205
the values changes all the time,so i cannot code it myself. Sure you can! Unless by 'changes all the time' you mean it 'changes randomly such that only a person would know what to use on any given run', you can certainly code it yourself. I'm going to take a wild guess here and say that a parameter...
- Thu May 26, 2005 5:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Source selection and Aliases
- Replies: 5
- Views: 891
Does the query run successfully outside of DataStage? If so, then it can be made to run inside it as well - provided you account for all of the fields being returned in the Columns tab and the datatypes are correct. Because of the correlated subquery, you'll need to use Custom SQL, but other than th...
- Wed May 25, 2005 8:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stages in Parallel jobs with DS 7.5 server edition
- Replies: 1
- Views: 644
Yes, you need PX in order to actually use any of the Parallel stages. You'll also find that the help will mention the PX and Mainframe stages, but unless it says 'Server' at the top it's not going to be of much use to you. Where are you seeing these stages? While the branches for Parallel stage type...
- Wed May 25, 2005 8:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading char date into OCI9 Date datatype (not timestamp)
- Replies: 14
- Views: 5410
My advice is specific to Oracle and the strange way that dates have an embedded time portion in them. I know from reading the forum that DB2 is the exception to the 'external' format rule and the only stage that seems to require dates be in internal format when you send them to it - so you had that ...
- Wed May 25, 2005 4:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is SQL Server plug-in available with DS 7.5(server edition)?
- Replies: 7
- Views: 1699
- Wed May 25, 2005 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading char date into OCI9 Date datatype (not timestamp)
- Replies: 14
- Views: 5410
Re: further info
My goal is to reduce the byte count from 38 to 10, but yet staying in DATE format, allowing date manipulation, allowing other reporting tools to understand the date (thus the reason for not using internal format). Loading 00:00:00 in for time is merely a workaround that does not truly resolve the i...
- Wed May 25, 2005 4:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is SQL Server plug-in available with DS 7.5(server edition)?
- Replies: 7
- Views: 1699
- Wed May 25, 2005 11:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading char date into OCI9 Date datatype (not timestamp)
- Replies: 14
- Views: 5410
Re: further info
It appears that the only method for loading is into a timestamp. I don't believe it's possible to load only the date. The OCI9 stage always attempts to load the DATE as TO_DATE(:4, 'YYYY-MM-DD HH24:MI:SS'), which is not a DATE field, but is really a TIMESTAMP. No, a TIMESTAMP is a completely differ...
- Wed May 25, 2005 7:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Aborts:Job control process (pid 28001) has failed
- Replies: 5
- Views: 1596
- Wed May 25, 2005 7:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Lookup FileSet versus a DataSet
- Replies: 4
- Views: 1638
I am changing some test jobs right now to see about the lookup file sets; I gather I do need to make sure that the column names in the lookup file set and in the main data stream are the same so that the lookup will function, but I haven't seen any other modifications that I need to make. From what...
- Wed May 25, 2005 7:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error - scratchdisk resource in default pool
- Replies: 4
- Views: 1658
This is just a stab in the dark as I'm in the middle of my first PX class, but - it may be looking for a pool with the reserved name of sort to know what to use for scratch space. If it can't find it, it sounds like it starts by looking for scratch space in the default pool, which it found in your c...