Just One More Layer of Indirection
(Trying to achieve stable orbit with sufficient architecture)

« Are Ad Servers Bogging Down the Web? 3D TV is NOT Bad For You »

Missing Step Zero

    Why do instructions seem to miss the step before the first? I will call this missing step “Missing Step Zero”, if you will.

    Maybe I am just bad at Googling. Maybe I have a problem with directions. Or, maybe I have a non-standard setup, but the missing step zero has plagued me several times in my life.

    Now, I am too forgetful to remember all the Missing Step Zeros I had to hunt down but her are two:

    “How do I write a file in Oracle’s PL/SQL?”

    But none of them work!

    After hours of investigation I found the missing step zero:

    Make sure sysdba grants you permission to execute the UTL_FILE package

    GRANT EXECUTE ON UTL_FILE TO <username>

    I wish I read *this* first

    “How do I turn on WCF logging?”

    And there are hosts of other sites with various logging options. But none of them work!

    After a few days, and help from a friend, I found the sneaky step zero:

    Only the app.config file in the executable subproject is used to configure logging. All other subproject config files are ignored.

    Seriously? How about generating an error when an app.config file is not going to be used?


    This entry was posted on Wednesday, December 9th, 2009 at 5:23 pm and is filed under Coding. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply