Wednesday, September 01, 2010

Scripting Tips

A quick entry, but a couple of tips when creating SAP IDM scripts:

1. Do not put a space between a built in function and its argument.
2. Do not put a space between Par.get and the argument in a "To Generic" pass.
3. Be careful of infinite loops

Violating any one of these rules can start a java.exe process that will take 99% of CPU.

More about how I discovered all of this soon.

No comments: