• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Windows Service Timed Action

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    Originally posted by CheeseSlice View Post
    fixed it yet?

    I can't help thinking you're overlooking something simpler than some kind of coding error. (not that I'd be surprised if it was a coding error of course )
    When you say that the shell app and service run in the same security context, what context is that?
    Local admin account.

    Originally posted by CheeseSlice View Post
    Have you promoted this to full admin?
    See above.

    Originally posted by CheeseSlice View Post
    Have you added all of the user rights assignments in the local security policy?
    Being quite admin-ish, I should have this covered, right?

    Originally posted by CheeseSlice View Post
    Have you turned on simple things like full OS event log, object access events, etc?
    Sounds noisy. No, not yet. Will foogle.

    Originally posted by CheeseSlice View Post
    Is all of the processing local, or is the service trying to connect to resources over the network?
    The windows service tries to call web services, remotely. As I say, works in console mode, not in service mode.

    How's that recruitment drive going btw?
    Knock first as I might be balancing my chakras.

    Comment


      #32
      Originally posted by CheeseSlice View Post
      fixed it yet?

      I can't help thinking you're overlooking something simpler than some kind of coding error.
      d000hg's law states "the longer it takes you to figure out a bug, the simpler it will turn out to be and the more of a berk you will look"
      Originally posted by MaryPoppins
      I'd still not breastfeed a nazi
      Originally posted by vetran
      Urine is quite nourishing

      Comment


        #33
        Unhandled exceptions get written to the event log. Dunno if you have to set something for that to happen?

        Comment


          #34
          Originally posted by d000hg View Post
          d000hg's law states "the longer it takes you to figure out a bug, the simpler it will turn out to be and the more of a berk you will look"
          Yep. It's always best to get the entire team involved early so the blame cannot be pinned on one person
          merely at clientco for the entertainment

          Comment


            #35
            In Unixland when we run something like this under cron, we have to be mindful of the the environment the process runs will run under; for example I always use absolute paths since I can't assume the environment when running detached has the same paths/env as the environment I'm testing it under.

            Could it be similar in Windows?

            Comment


              #36
              Incompetence personified!

              Comment


                #37
                Originally posted by DimPrawn View Post
                Incompetence personified!
                Really.

                Finally pinned this sucker down. Anyone care to know the resolution??
                Knock first as I might be balancing my chakras.

                Comment


                  #38
                  Originally posted by suityou01 View Post
                  Really.

                  Finally pinned this sucker down. Anyone care to know the resolution??
                  You got someone else to re-write your code ??
                  When freedom comes along, don't PISH in the water supply.....

                  Comment


                    #39
                    Originally posted by TestMangler View Post
                    You got someone else to re-write your code ??
                    No one awesome enough.
                    Knock first as I might be balancing my chakras.

                    Comment


                      #40
                      Oh go on then.
                      Originally posted by MaryPoppins
                      I'd still not breastfeed a nazi
                      Originally posted by vetran
                      Urine is quite nourishing

                      Comment

                      Working...
                      X