How to access parameters from a parameter file
311804Jul 6 2007 — edited Jul 9 2007To OWB Gurus,
I have 7 ETL mappings, which will eventually be added in a process flow. These mappings accept a date parameter. The date parameter needs to be read thru a file.
I need to check if the parameter file exists. If it does not the ETL process, should be in sleep mode and check after a while if the file exists and then run if it exists by accessing the date value from the parameter file. After the ETL is finished running,the name of the parameter file needs to be changed.Any suggestions on how I can go about achieving this.
-AW