Just curious if anyone has found a way to avoid having rejected rows (i.e. coming out of an update strategy) not get written to the session log.
I did try setting the property on the update strategy to both "forward rejected" and that option unchecked. In both cases, rejects got logged.
The way I'm getting around this at the moment is to mark rows as UPDATE rather than REJECT (I only need to worry about INSERT in this mapping) and then use a router to only send INSERT through to the target. I'd prefer not to do this.
I'm using Informatica v7.x.
Thanks
I did try setting the property on the update strategy to both "forward rejected" and that option unchecked. In both cases, rejects got logged.
The way I'm getting around this at the moment is to mark rows as UPDATE rather than REJECT (I only need to worry about INSERT in this mapping) and then use a router to only send INSERT through to the target. I'd prefer not to do this.
I'm using Informatica v7.x.
Thanks