Search found 42189 matches
- Wed Nov 09, 2005 8:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: uv command to create ds project
- Replies: 27
- Views: 11697
- Wed Nov 09, 2005 8:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Verb UNLOCK is not in your VOC error
- Replies: 6
- Views: 3550
Nope, it wasn't missed and has got nothing to do with a lack of grants - Arnd noted the problem: The UNLOCK is not a command in the DataStage projects, it is only found in the master UV account. By default, the 'UNLOCK' verb only works when logged into the UV account, not any of the project accounts...
- Wed Nov 09, 2005 3:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Differenc Math in Transformer
- Replies: 8
- Views: 2065
Huh... good to know it's so darn smart. I usually stick with the explicit codes. In any case, the answer that it is just "too complicated" to contemplate is the wrong answer - it's really not and this (meaning date manipulation and math) are fundamental DataStage ETL 'stuffs', something everyone nee...
- Wed Nov 09, 2005 11:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: filter command truncates...is this issue ever resolved ?
- Replies: 3
- Views: 867
I posted something in the past on the issue - I don't recall the exact character, seems to me to have been a single quote or comma rather than a pipe. What I see in 7.0.1 is you put in a long filter command, close the stage and reopen it and the command has been truncated at the offending character....
- Wed Nov 09, 2005 9:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32: DataStage versus Java
- Replies: 12
- Views: 2014
- Wed Nov 09, 2005 8:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32: DataStage versus Java
- Replies: 12
- Views: 2014
Well... bad word, bad word, bad word. So, my only option here is to pitch my stuff and somehow switch to the same Java class 'they' are using? Great. In that case, I might as well revisit the original methodology that got me to this mess - MD5 Encryption. Farg. Any pointers on where to read about 't...
- Wed Nov 09, 2005 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Differenc Math in Transformer
- Replies: 8
- Views: 2065
The 'M' in 'DMY' is for a numeric month. You should be able to try a couple of difference things off the top of my head... Try "DDMBY2" as 'MB' is the abbreviated month name. Or just a "D2" all by itself, as the default format of 'D' is 'DD-MON-YYYY' and the two at the end tells it a two digit year....
- Wed Nov 09, 2005 4:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32: DataStage versus Java
- Replies: 12
- Views: 2014
The goal is not to be portable, per se. This is all part of a larger processes where two disparate processes need to apply this same algorithm to a matching set of data - and get the same answer. My end is the ETL / BASIC end and the other end is written in Java. If we can't "come to terms" and - fo...
- Wed Nov 09, 2005 2:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32: DataStage versus Java
- Replies: 12
- Views: 2014
- Wed Nov 09, 2005 2:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we send email from DS jobs???
- Replies: 11
- Views: 3223
- Wed Nov 09, 2005 2:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32: DataStage versus Java
- Replies: 12
- Views: 2014
- Wed Nov 09, 2005 2:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: snapshot too old
- Replies: 4
- Views: 1196
Re: snapshot too old
Now the job is trying to update nearly 20 millon records, it aborted because of following error 'snapshot too old: rollback segment number 2 with name "RBS_1" too small'. I asked DBA, he told me that is because I tried to select and upate the same table. That is contributing to the problem, but it'...
- Tue Nov 08, 2005 11:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to retrieve objects info?
- Replies: 5
- Views: 1120
- Tue Nov 08, 2005 11:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to retrieve objects info?
- Replies: 5
- Views: 1120
I just had to do something very similar to this for the SOX auditors making the rounds. Sourcing from two of the 'special' hashed files that make a VERSION project a Version Control project got me what I needed - APM_BATCH and APM_VERSION to be exact. Imported the metadata, poked around for awhile a...
- Tue Nov 08, 2005 5:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32: DataStage versus Java
- Replies: 12
- Views: 2014
CRC32: DataStage versus Java
Recently went through a bit of pain (with some help from my friends) to get a routine working that takes a string, chunks it up, CRC32's each chunk and then does an "MX" conversion of each CRC32 value to hex. The hex values are concatenated together to form a UID of sorts. In testing methodologies '...