Search found 7201 matches
- Thu Aug 29, 2002 1:42 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Reset Job when Workstation Goes Down
- Replies: 6
- Views: 2003
Reset Job when Workstation Goes Down
Good Morning Everybody. On a few occasions (typically when trying to view large data sets), my workstation locks up and I have to restart my machine (Ctrl, Alt, Del). When I try to re-open the job I was working on, I receive a message that "the job is being accessed by another user." Is there any wa...
- Thu Aug 29, 2002 1:35 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Static Hashed File
- Replies: 6
- Views: 1206
Kasia, monde bizarre, jen ai une document *.pdf concernant Hfiles en anglais (UniVerse System Description Part No. 70-9003-951) 1,4 MO. Wolfgang > -----Original Message----- > From: Kasia Lewicka [mailto:katarzyna.lewicka@cgey.com] > Sent: Thursday, August 29, 2002 4:25 PM > To: datastage-users@oliv...
- Thu Aug 29, 2002 11:15 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Dumping Log entries into a File
- Replies: 3
- Views: 1151
The function DSGetLogSummary() returns a Dynamic Array, not a sequential file handle. You process these arrays with, for example, the Remove statement, rather than ReadSeq. Your code should do something like: Loop Remove FileLine From SummaryArray Setting MoreLines WriteSeq FileLine To FileVar Else ...
- Thu Aug 29, 2002 8:52 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DSGetLogSummary run time error.
- Replies: 2
- Views: 1036
Thanks David, Damn that DataStage documentation ! ! Works a treat - cheers. -----Original Message----- From: David Barham [mailto:David.Barham@Anglocoal.com.au] Sent: 29 August 2002 09:47 To: datastage-users@oliver.com Subject: RE: DSGetLogSummary run time error. Try DS.LOGWARNING instead of DS.LOGW...
- Thu Aug 29, 2002 8:50 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Job Version
- Replies: 6
- Views: 1045
Nothing in DSGetJobInfo() to do what you want as far as I know. Ultimately the number comes from the include file named DSR_ESPROPS.H. Since that file is shipped in your projects DSINCLUDE sub-directory, I guess its published. Down the bottom you will find stuff like this (also serves as an interest...
- Thu Aug 29, 2002 8:47 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DSGetLogSummary run time error.
- Replies: 2
- Views: 1036
Try DS.LOGWARNING instead of DS.LOGWARN -----Original Message----- From: Ian Godsell [mailto:Ian.Godsell@Hutchison3G.com] Sent: Thursday, 29 August 2002 6:44 PM To: datastage-users@oliver.com Subject: DSGetLogSummary run time error. Hi, I have the following piece of code used to determine if there w...
- Thu Aug 29, 2002 8:43 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DSGetLogSummary run time error.
- Replies: 2
- Views: 1036
DSGetLogSummary run time error.
Hi, I have the following piece of code used to determine if there were any warnings in a log file L.Warning = DSGetLogSummary (L.hJob, DSJ.LOGWARN, "2000-01-01 00:00:00", "2100-12-31 00:00:00", 1). Although compiles and tests OK, in running this, I recieve the following error DSControlJob.1.JobContr...
- Thu Aug 29, 2002 8:37 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Static Hashed File
- Replies: 6
- Views: 1206
Static Hashed File
Hi,
How do i create static hashed file? and what is the difference between static & dynamic hashed files? Please advise when to use static & when to use dynamic.
Please advise.
Thanks & Regards
Elavenil
Yahoo! Mobile
- Get cool ringtones and name logos for your phone!
How do i create static hashed file? and what is the difference between static & dynamic hashed files? Please advise when to use static & when to use dynamic.
Please advise.
Thanks & Regards
Elavenil
Yahoo! Mobile
- Get cool ringtones and name logos for your phone!
- Thu Aug 29, 2002 8:35 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Setting parameters in Datastage
- Replies: 0
- Views: 506
Setting parameters in Datastage
Hi,
Have installed DS server in Windows XP and please help me to set the initial parameters in order to tune the server.
Please advise.
Regards
Elavenil
Yahoo! Mobile
- Get cool ringtones and name logos for your phone!
Have installed DS server in Windows XP and please help me to set the initial parameters in order to tune the server.
Please advise.
Regards
Elavenil
Yahoo! Mobile
- Get cool ringtones and name logos for your phone!
- Thu Aug 29, 2002 8:32 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Dumping Log entries into a File
- Replies: 3
- Views: 1151
Dumping Log entries into a File
Hi, Am trying to dump the log entries of a job into a sequential job. I could dump that when I used WriteSeq function. But I need to write this log entries line by line so that i am using ReadSeq Function to get these log entries but it is giving me error message. Could you please share your ideas r...
- Thu Aug 29, 2002 5:46 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Hiding of Jobs in Director Edition.
- Replies: 1
- Views: 336
In Director open the Filter window: from the View menu (Filter Entries) right mouse click in the background Ctrl T You can then select to include or exclude jobs. Wildcards (conforming to the Windows standards) can be used in the selection criteria. Click on Help while in the Filter dialog for more ...
- Thu Aug 29, 2002 5:26 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Hiding of Jobs in Director Edition.
- Replies: 1
- Views: 336
Hiding of Jobs in Director Edition.
Dear All, There is a requirement where,we need to hide jobs that are existing in a perticular project. Could u pls help me out in this regard.... Thanx in advance... Regards, P.Navaneedan Consultant - Business Intelligence Services Sonata Software Ltd 193, RV Road, Basavanagudi, Bangalore - 560004 *...
- Thu Aug 29, 2002 5:12 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Job Version
- Replies: 6
- Views: 1045
Sorry Ray, my mistake. I misread your message - you were asking for JOB version numbers, not the DataStage version. -----Original Message----- From: Wurlod, Ray (BSG) [mailto:Ray.Wurlod@riotinto.com] Sent: Thursday, 29 August 2002 3:02 PM To: datastage-users@oliver.com Subject: RE: Job Version Alas,...
- Thu Aug 29, 2002 5:02 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Job Version
- Replies: 6
- Views: 1045
Alas, no. Job version numbers for DS 5.2 have the form 20.x.y, where x is the number of times released and y is the value set by the spin button in the job properties. The really wild thing is, the job version number is immediately available for released jobs, which have names of the form Jobname%Re...
- Thu Aug 29, 2002 4:53 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Job Version
- Replies: 6
- Views: 1045
Ray, Does this work for you? The following include code is from dsincludeDSVERSION.H EQU DSMajorRev TO 5 EQU DSMajorRevStr TO "5" EQU DSMinorRev TO 2 EQU DSMinorRevStr TO "2" EQU DSDotRev TO 0 EQU DSPatchRev TO 7 EQU DSFullVersionStr TO "5.2.0.7" EQU DSBriefVersionStr TO "5.2" EQU DSCopyrightStr TO ...