Search found 53125 matches
- Thu Jan 17, 2008 10:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hashed file corrupted
- Replies: 3
- Views: 1020
For less than 30c ( approximately 1 ringgit) per day you can buy premium membership which, among other things, allows you to read the entirety of premium posters' posts. Premium membership is one of the ways in which hosting and bandwidth costs of DSXchange are funded. It really is good value! On t...
- Thu Jan 17, 2008 10:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How To find the previous month??
- Replies: 2
- Views: 1114
- Thu Jan 17, 2008 9:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hashed file corrupted
- Replies: 3
- Views: 1020
It may have been fixable before you starting deleting things. Why do you say it was corrupted? What error messages were generated? You now need to delete both D_PREPAID_SUBSCRIBER_HASH and PREPAID_SUBSCRIBER_HASH from the operating system, and (if you created the hashed file in an account), you also...
- Thu Jan 17, 2008 9:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Failed to create hash file
- Replies: 6
- Views: 1373
No it's not. /opt/sp310/pi/hash/ is the pathname of the folder. That's what you should have in the Directory field. PIPO_01 is the name of the hashed file that will be created in that folder. This is in the File Name field of the Hashed File stage. Yes, a folder called PIPO_01 (containing files call...
- Thu Jan 17, 2008 9:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion From flat file to Sql Server table
- Replies: 16
- Views: 5031
For "non-numeric where numeric required" error inspect the remainder of the error message where the values are reported. A non-numeric value will usually have quote characters surrounding it. Find it and fix it. "Required column missing" indicates that your metadata for the sequential file do not ma...
- Thu Jan 17, 2008 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: the columns do not propagate
- Replies: 9
- Views: 1734
Eliminate possibilities. Remove the connection to database, replace it with a Sequential File stage or a Peek stage. Are rows getting out of the Transformer stage? If so, then you can replace the database stage and narrow the focus of your diagnosis to that. You can even use the data in the sequenti...
- Thu Jan 17, 2008 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Status = 3 (Abort)
- Replies: 11
- Views: 2121
- Thu Jan 17, 2008 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how it will work the SCD stage
- Replies: 5
- Views: 1167
- Thu Jan 17, 2008 4:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to change the evnironmental variable
- Replies: 12
- Views: 3644
- Thu Jan 17, 2008 4:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Usage of remsh script
- Replies: 1
- Views: 1113
- Thu Jan 17, 2008 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequenec ExecCommand
- Replies: 3
- Views: 1185
- Thu Jan 17, 2008 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC update aborting at certain times
- Replies: 3
- Views: 943
Your problem is not related to partitioning given that your data are hash partitioned on the reference keys already. The problem is a deadlock in the SQL Server database. Were you to search the forum you would find that updating the same table you are querying is a common cause of (self-)deadlock. Y...
- Thu Jan 17, 2008 4:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help to find training cources by DataStage EE v8.x
- Replies: 10
- Views: 3439
- Thu Jan 17, 2008 4:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in if then else coding in transformer
- Replies: 10
- Views: 3168
- Thu Jan 17, 2008 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fabs function on data
- Replies: 16
- Views: 4774
Is the difference between input and output in any case larger than 0.0000004 ? Since you have nowhere near 31 significant digits in your numbers (based on the sample you gave) can you try reducing the precision to, say, 22 - that is, try Decimal[22,11] ? That allows for 11 digits to the left of the ...