Search found 4605 matches
- Wed Jul 09, 2008 8:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Database driven rules based validation engine?
- Replies: 7
- Views: 2266
- Tue Jul 08, 2008 12:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Anyway to restric users to access DS Designer in PROD
- Replies: 5
- Views: 1252
- Tue Jul 08, 2008 12:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Database driven rules based validation engine?
- Replies: 7
- Views: 2266
We implemented something like this in our ODS. We have business rules in a table. These have unique IDs. The table stores whether or not the rule is a DEF - default value, LK - lookup and other rule types. The rule has a state applied to each record. The state says whether or not to reject the recor...
- Mon Jul 07, 2008 12:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling Datastage Basic Routine in UNIX script
- Replies: 8
- Views: 2361
- Mon Jun 30, 2008 8:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Simplest way to capture ETL metadata in database table
- Replies: 2
- Views: 990
EtlStats is a set of jobs to pull all kinds of metadata. There is really only one job which pulls the run time stats. It is called DSJobReportDb. It has a before job process which runs: dsjob -report ProjectName JobName XML >JobName.xml This JobName.xml file gets read 3 different times. Once for row...
- Thu Jun 26, 2008 10:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Metadata
- Replies: 0
- Views: 567
- Thu Jun 19, 2008 4:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tool to export jobs without their related shared container
- Replies: 15
- Views: 5667
- Wed Jun 18, 2008 5:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: using DataStageExport.bat script for exporting a project
- Replies: 1
- Views: 774
- Mon Jun 16, 2008 10:15 pm
- Forum: General
- Topic: DataStage Backup and Recovery from Server
- Replies: 21
- Views: 18305
In order to restore these hashed files you need to understand the internals of DataStage. One job is stored in many hashed files. It is not worth the effort to restore all these hashed files to get one job back. I can easily restore any job from an export. A lot less effort. The job can also be rest...
- Mon Jun 16, 2008 4:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: assing values
- Replies: 3
- Views: 1010
- Mon Jun 16, 2008 2:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: isvalid function
- Replies: 4
- Views: 1513
I misread the question. In server the oconv/iconv are smart enough to convert these. I am saying on the first one if we validate on a DATE type 2008-06-16 we are failing. The job is failing hard when it gets really bad values. The purpose of this function should be to tell us it will convert without...
- Mon Jun 16, 2008 8:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: isvalid function
- Replies: 4
- Views: 1513
- Sun Jun 15, 2008 11:30 am
- Forum: General
- Topic: DataStage Backup and Recovery from Server
- Replies: 21
- Views: 18305
This is not a discussion. A discussion is 2 people trying to learn from each other. This is one immature person trying to promote himself at the cost of others. Others who have invested lots of their valuable time and effort to help make all of us better DataStage developers. You are not helping any...
- Sat Jun 14, 2008 3:58 pm
- Forum: General
- Topic: DataStage Backup and Recovery from Server
- Replies: 21
- Views: 18305
ag_ram I have been using Universe since 1986 and I would never do any of this. Export/Import is by far the best way to recover a job. Your advice seems to be misleading on purpose. If you keep giving bad advice then we need to ban you or do something drastic. You argue with Ray, Arnd and others, our...
- Fri Jun 13, 2008 7:58 pm
- Forum: General
- Topic: How to run the job as parameter driven
- Replies: 6
- Views: 1452
I do this all the time. In EtlStats there is a driver job which runs the get row counts job for every job in project. You could do the same for this job. Just write a job which loads all plants into a hashed file. Run the job in a loop after you select the plant names from the hashed file. This is c...