Search found 15603 matches
- Wed Nov 02, 2005 12:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error viewing the data(Null Archive)-Urgent
- Replies: 8
- Views: 3341
- Wed Nov 02, 2005 12:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error viewing the data(Null Archive)-Urgent
- Replies: 8
- Views: 3341
Bala_135, you really should have seen that the reaction to posts marked as "urgent" automatically puts them at the END of our list of things to look at. Anything you consider urgent needs to be addressed to your support structure - that is what they get paid for. As this site is frequented by people...
- Wed Nov 02, 2005 11:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSsendmail
- Replies: 5
- Views: 1321
So you wish to send an e-mail when the job has finished and no rows were written down a specific reject link? Yes, but you can't do it in a transform stage (unless you know how many rows your input stream has). This is because you won't know that you have no errors until the last line has been proce...
- Wed Nov 02, 2005 11:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: filter command question ?
- Replies: 18
- Views: 4295
- Wed Nov 02, 2005 11:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSsendmail
- Replies: 5
- Views: 1321
The @INROWNUM value will never be 0 or < 1; since in that case the transformer would never get executed. This seems to be your problem and is not related to sendmail. What exactly are you trying to achieve? If you want to send a mail only one time when you have one or more rejects, then put a transf...
- Wed Nov 02, 2005 10:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: filter command question ?
- Replies: 18
- Views: 4295
The job can have different results because your ENVironment settings can be different between running the job in a shell and running it from a DataStage job. Does your script require environment settings or paths to be set? If you check your Director logfile it will print out the job's environment s...
- Wed Nov 02, 2005 10:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob fails running a job in a project
- Replies: 5
- Views: 1046
- Wed Nov 02, 2005 10:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problems reading file with varchar field
- Replies: 2
- Views: 861
Hello RStone, in this case I do not think that VarChar is the culprit, it is one of your file-level formatting options or specific settings for your first column. You are adding a binary length value where you do not need (or want) to. I can't open a PX designer window to list the specific settings ...
- Wed Nov 02, 2005 9:07 am
- Forum: Site/Forum
- Topic: Write a Book!
- Replies: 40
- Views: 20404
- Wed Nov 02, 2005 5:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failed a keylookup for record
- Replies: 8
- Views: 8257
- Wed Nov 02, 2005 1:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete data from hash files
- Replies: 3
- Views: 1676
Jozef, Using SQL in your case to delete a couple of records is going to be very inefficient. You could write a routine used in a derivation to delete records. Here is an example (most of the error handling skipped) that is tuned for efficiency but only handles one HashedFile. Routine DeleteHashedRec...
- Wed Nov 02, 2005 1:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding Importing of DatsStage Routines.
- Replies: 1
- Views: 559
Hello Harsha Kumar, The answer to your question is that the routines will not be compiled at import time when using the Manager. If the routine is compiled when you used the Manager to create your DSX export file the object will be included with the export and that will be used when importing; so yo...
- Wed Nov 02, 2005 1:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Imporing the routines in DATASTAGE
- Replies: 1
- Views: 555
- Wed Nov 02, 2005 1:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data is not being transferred?
- Replies: 12
- Views: 1981
Nripendra, when your PX job runs what does the Monitor or job log show for the number of rows processed in each stage - that way you can see which stage is dropping the records. Unless you have a constraint or are doing processing the only way that DS will drop rows is when there are data driven err...
- Wed Nov 02, 2005 1:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot read template file 'dssendmail_template.txt'
- Replies: 2
- Views: 3057