![]() |
Collapse All | Expand All | Show Default |
| SeqGenAllHtml
DataStage Job Report Generated 2004-06-30 10:48:02pm |
|  - Job Design   |
|
|---|
|  - Job Information   |
|  - Job Properties (7)  |
| Property | Value |
| Object Type | sequencer  |
| Short Description | kduke 2004-06-21 created   |
| Full Description | Job: SeqGenAllHtml
================================================================= Description: Sequence to generate all html documentation for jobs and routines. ================================================================= Parameters: 1. FilePath 2. LogoPath 3. CategoryToDoc or All ================================================================= Jobs: KgdGenHtmlJobDocs KgdGenHtmlRoutineDocs ================================================================= Modification History ================================================================= Developer Date Modification description ======== ========= ============================================== kduke 2004-06-21 created ======== ========= ==============================================   |
| Category | UserDefined\KimD  |
| Multiple Instance | False  |
| Job Version Number | 40.0.0  |
| Hash File Cache Sharing | False  |
|  - Parameters (3)  |
| Parameter Name | Prompt | Default Value | Help Text |
| FilePath  | FilePath  | ./  |   |
| LogoPath  | LogoPath  | ../OurLogo.jpg  | jpg to display on top of each page  |
| CategoryToDoc  | Category or all  | All  |   |
|  - Stages (6)  |
|  - Source Stages (2)  |
| KgdGenHtmlJobDocs (job)  |
| SeqExceptionHandler (exception)  |
|  - Processing Stages (2)  |
| KgdGenHtmlRoutineDocs (job)  |
| FailureNotification (notification)  |
|  - Target Stages (2)  |
| Done (sequencer)  |
| SeqAbortedtoLog (routine)  |
|  - Source Stages (2)  |
|  - KgdGenHtmlJobDocs (job)  |
|  - Stage Properties (3)  |
| Property | Value |
| Job Name | KgdGenHtmlJobDocs  |
| Short Description | kduke 2004-06-15 created   |
| Full Description | Job: KgdGenHtmlJobDocs
================================================================= Description: This job documents DataStage jobs using JobReport. ================================================================= Parameters: 1. FilePath - dir where all files will end up 2. LogoPath - jpg to display at top of html 3. CategoryToDoc - will document just this Category or All or one job ================================================================= Sources: DS_ROUTINES ================================================================= Targets: {FilePath}/KimD/Jobs/{JobName}.html ================================================================= To use in next job: none ================================================================= Modification History ================================================================= Developer Date Modification description ======== ========= ============================================== kduke 2004-06-15 created ======== ========= ==============================================   |
|  - Parameters (3)  |
| Parameter Name | Value |
| FilePath  | FilePath  |
| LogoPath  | LogoPath  |
| CategoryToDoc  | CategoryToDoc  |
|  - Output Links (1)  |
| Ok1 triggers KgdGenHtmlRoutineDocs when the job finishes OK |
|  - SeqExceptionHandler (exception)  |
|  - Processing Stages (2)  |
|  - KgdGenHtmlRoutineDocs (job)  |
|  - Stage Properties (3)  |
| Property | Value |
| Job Name | KgdGenHtmlRoutineDocs  |
| Short Description | kduke 2004-06-15 created   |
| Full Description | Job: KgdGenHtmlRoutineDocs
================================================================= Description: This job documents DataStage routines. ================================================================= Parameters: 1. FilePath 2. LogoPath - jpg to display on top page of all html 3. CategoryToDoc - Category or All or Routine name ================================================================= Sources: DS_ROUTINES ================================================================= Targets: KimD/Routines/{RoutineName}.html ================================================================= To use in next job: none ================================================================= Modification History ================================================================= Developer Date Modification description ======== ========= ============================================== kduke 2004-06-15 created ======== ========= ==============================================   |
|  - Parameters (3)  |
| Parameter Name | Value |
| FilePath  | FilePath  |
| LogoPath  | LogoPath  |
| CategoryToDoc  | CategoryToDoc  |
|  - Input Links (1)  |
| Ok1 triggered by KgdGenHtmlJobDocs |
|  - Output Links (1)  |
| Ok2 triggers Done when the job finishes OK |
|  - FailureNotification (notification)  |
|  - Stage Properties (4)  |
| Property | Value |
| Server | localhost  |
| To | kim_g_duke@netzero.com  |
| From | kim_g_duke@netzero.com  |
| Subject | Html Document Sequence failed  |
|  - Input Links (1)  |
| ToFailureNotification triggered by SeqExceptionHandler |
|  - Output Links (1)  |
| ToSeqAborted triggers SeqAbortedtoLog unconditionally |
|  - Target Stages (2)  |
|  - Done (sequencer)  |
|  - Stage Properties (1)  |
| Property | Value |
| Wait for | All  |
|  - Input Links (1)  |
| Ok2 triggered by KgdGenHtmlRoutineDocs |
|  - SeqAbortedtoLog (routine)  |
|  - Stage Properties (3)  |
| Property | Value |
| Routine Name | UtilityAbortToLog  |
| Short Description | Abort the job with a user-supplied log message  |
| Full Description | This routine takes a user defined message and displays it in the log as a fatal error message.
The routine should not be used in production. It should be used as a means to stop processing in job development, based on error conditions such as a threshold violation. The return value of this function is always -1. Note that DSGetJobInfo, DSGetLinkInfo and DSGetStageInfo are called as macros (defined in Jobcontrol.h) to get the names of the job, name and link calling this function. This is used to further quallify the message string in the log.  |
|  - Parameters (1)  |
| Parameter Name | Value |
| Arg1  | "SeqTimeDim"  |
|  - Input Links (1)  |
| ToSeqAborted triggered by FailureNotification |