Debugger in IISv8.7/9.1

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
sjfearnside
Premium Member
Premium Member
Posts: 278
Joined: Wed Oct 03, 2007 8:45 am

Debugger in IISv8.7/9.1

Post by sjfearnside »

We are planning on migrating to IISv9.1 and want to hear from someone who has used the interactive code debugger.

Is it resource intensive?

If so, how much more cpu and/or memory is needed?

In your experience, does it work as you expected?

If not, what do you feel is missing?

I assume it is installed on both the engine and client tier, if not what tier(s) are involved?

Any input would be appreciated.

Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I'm using it in 8.7. It's not separately installed; it's integrated within the engine. Performance is not an issue, as you're working one row at a time. By and large it uses the same memory that the job is already using; probably requires a small amount of extra memory to maintain the watchlist and a small number of other tracking variables.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sjfearnside
Premium Member
Premium Member
Posts: 278
Joined: Wed Oct 03, 2007 8:45 am

Post by sjfearnside »

thanks
Post Reply