Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. This Is Why I Never Seem To Make Much Progress With Programming

This Is Why I Never Seem To Make Much Progress With Programming

Scheduled Pinned Locked Moved The Lounge
helpdatabasequestionannouncementsql-server
19 Posts 12 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Rod Kemp

    You can also get this if the firewall is turned on and the exception hasn't been put in, did you have the firewall turned off previously? If the firewall is enabled on the server, you need to put sqlbrowser.exe and/or UDP port 1434 into exception.

    People are more violently opposed to fur than leather because it's safer to harass rich women than motorcycle gangs

    R Offline
    R Offline
    Roger Wright
    wrote on last edited by
    #10

    I've never used the firewall, but that's no guarantee that Microsoft Update didn't turn it on without telling me. I'll check that. Thanks! :-D

    "A Journey of a Thousand Rest Stops Begins with a Single Movement"

    1 Reply Last reply
    0
    • R Roger Wright

      I've never tried compressing a drive - I just buy bigger ones, or add more. I've always feared that if I did, Windows would crash and I'd never be able to unlock the compression with a new installation. :-O

      "A Journey of a Thousand Rest Stops Begins with a Single Movement"

      J Offline
      J Offline
      Jorgen Andersson
      wrote on last edited by
      #11

      Keep thinking that way, compressing is a last resort.

      "When did ignorance become a point of view" - Dilbert

      1 Reply Last reply
      0
      • R Roger Wright

        So I had an idea for a database project in the last few days, and I sat down last night to try it out. Just a sample, mind you, to test a technique that ought to work. It took me 10 minutes to create the sample project and code the statements I needed. In essence, I'm contacting a SQL Server hosted on my SBS 2003 server to duplicate conditions at work. I ran the code and got an error - #26, in case you're interested. For the next 2 hours I searched for possible causes on the server, noting in the meantime that it had been automatically rebooted because of a Microsoft Update. No luck there, as the SQL Server installation is configured for remote access and TCP is enabled. I spent a bunch of time researching on the web, but it all came down to having those two items set up correctly. Back to the client... On a hunch I loaded and tried two other apps I've written that worked fine a couple of months ago. They're not finished, but they had no trouble connecting before; now they emit the same error! It's got to be on the server somewhere!!! So I spent some more time there, researching and trying stuff, and I discovered that the SQL Browser Service shuts down immediately on starting, and leaves a helpful message in the Event log: "incorrect parameters." What the hell does that mean??? There are no settable parameters for the SQL Browser service. My next bright idea was that something is screwed up in the SQL Express installation and I should try fixing that. Since I have R2 lying about on another drive but not yet installed, I figured this would be a good time to upgrade and maybe fix the problem. I selected a clean installation (rather than updating a broken installation) and to my surprise it proceeded to install a new instance, rather than overwriting the old version! Eons later it bailed out of that installation with an error - the SQL Browser service could not be started. Grrrrr....:mad: By this time it was 1 AM and long past my bedtime - gotta work at 5. All creative thoughts are now crashed and burned, and what started out a relaxing evening of programming and learning was long gone to hell. All I can think of now is to rebuild the server again from scratch, at least a week's project, if it works at all - Small Business Server is a touchy heap of trash and rarely works correctly. No, I'm not looking for answers, and there's no programming question here. Just ranting on a dull night since there are few members posting tonight, and some nightowls might like some easy reading. When I get the se

        H Offline
        H Offline
        Henry Minute
        wrote on last edited by
        #12

        Maybe Christian can come round and help you 'fix' things, next time he's in the US of A. :)

        Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

        1 Reply Last reply
        0
        • R Roger Wright

          I usually start about the same time, but I sip gently until something like this happens. Then I break out the scotch for some really serious concentration. Tonight I was able to find some articles at Microsoft Support that provide instructions for removing Exchange and Sharepoint Servers from my machine when I reinstall - those are two dogs I don't need bogging down my server. My only concern is that doing so will make my server different from what we use at work, and all of my programming is to build stuff for me to use there. It's best to make them match as closely as possible, else I'm likely to see unexpected mysteries crop up when I deploy my tools in the office.

          "A Journey of a Thousand Rest Stops Begins with a Single Movement"

          X Offline
          X Offline
          Xiangyang Liu
          wrote on last edited by
          #13

          Roger Wright wrote:

          Then I break out the scotch for some really serious concentration.

          Have you tried this[^]? When you do there is no need for concentration, the problems will sovle themselves.

          My .NET Business Application Framework     My Younger Son & His "PET"

          P R 2 Replies Last reply
          0
          • R Roger Wright

            So I had an idea for a database project in the last few days, and I sat down last night to try it out. Just a sample, mind you, to test a technique that ought to work. It took me 10 minutes to create the sample project and code the statements I needed. In essence, I'm contacting a SQL Server hosted on my SBS 2003 server to duplicate conditions at work. I ran the code and got an error - #26, in case you're interested. For the next 2 hours I searched for possible causes on the server, noting in the meantime that it had been automatically rebooted because of a Microsoft Update. No luck there, as the SQL Server installation is configured for remote access and TCP is enabled. I spent a bunch of time researching on the web, but it all came down to having those two items set up correctly. Back to the client... On a hunch I loaded and tried two other apps I've written that worked fine a couple of months ago. They're not finished, but they had no trouble connecting before; now they emit the same error! It's got to be on the server somewhere!!! So I spent some more time there, researching and trying stuff, and I discovered that the SQL Browser Service shuts down immediately on starting, and leaves a helpful message in the Event log: "incorrect parameters." What the hell does that mean??? There are no settable parameters for the SQL Browser service. My next bright idea was that something is screwed up in the SQL Express installation and I should try fixing that. Since I have R2 lying about on another drive but not yet installed, I figured this would be a good time to upgrade and maybe fix the problem. I selected a clean installation (rather than updating a broken installation) and to my surprise it proceeded to install a new instance, rather than overwriting the old version! Eons later it bailed out of that installation with an error - the SQL Browser service could not be started. Grrrrr....:mad: By this time it was 1 AM and long past my bedtime - gotta work at 5. All creative thoughts are now crashed and burned, and what started out a relaxing evening of programming and learning was long gone to hell. All I can think of now is to rebuild the server again from scratch, at least a week's project, if it works at all - Small Business Server is a touchy heap of trash and rarely works correctly. No, I'm not looking for answers, and there's no programming question here. Just ranting on a dull night since there are few members posting tonight, and some nightowls might like some easy reading. When I get the se

            M Offline
            M Offline
            Marc Clifton
            wrote on last edited by
            #14

            Roger Wright wrote:

            Microsoft Update

            Given how many times I've read how M.U. has screwed people, it still amazes me that people, especially developers, on development environments, keep this thing turned on. Why??? Marc

            1 Reply Last reply
            0
            • R Roger Wright

              So I had an idea for a database project in the last few days, and I sat down last night to try it out. Just a sample, mind you, to test a technique that ought to work. It took me 10 minutes to create the sample project and code the statements I needed. In essence, I'm contacting a SQL Server hosted on my SBS 2003 server to duplicate conditions at work. I ran the code and got an error - #26, in case you're interested. For the next 2 hours I searched for possible causes on the server, noting in the meantime that it had been automatically rebooted because of a Microsoft Update. No luck there, as the SQL Server installation is configured for remote access and TCP is enabled. I spent a bunch of time researching on the web, but it all came down to having those two items set up correctly. Back to the client... On a hunch I loaded and tried two other apps I've written that worked fine a couple of months ago. They're not finished, but they had no trouble connecting before; now they emit the same error! It's got to be on the server somewhere!!! So I spent some more time there, researching and trying stuff, and I discovered that the SQL Browser Service shuts down immediately on starting, and leaves a helpful message in the Event log: "incorrect parameters." What the hell does that mean??? There are no settable parameters for the SQL Browser service. My next bright idea was that something is screwed up in the SQL Express installation and I should try fixing that. Since I have R2 lying about on another drive but not yet installed, I figured this would be a good time to upgrade and maybe fix the problem. I selected a clean installation (rather than updating a broken installation) and to my surprise it proceeded to install a new instance, rather than overwriting the old version! Eons later it bailed out of that installation with an error - the SQL Browser service could not be started. Grrrrr....:mad: By this time it was 1 AM and long past my bedtime - gotta work at 5. All creative thoughts are now crashed and burned, and what started out a relaxing evening of programming and learning was long gone to hell. All I can think of now is to rebuild the server again from scratch, at least a week's project, if it works at all - Small Business Server is a touchy heap of trash and rarely works correctly. No, I'm not looking for answers, and there's no programming question here. Just ranting on a dull night since there are few members posting tonight, and some nightowls might like some easy reading. When I get the se

              D Offline
              D Offline
              Dave Parker
              wrote on last edited by
              #15

              LOL yeah - same sort of thing here usually!

              1 Reply Last reply
              0
              • R Roger Wright

                So I had an idea for a database project in the last few days, and I sat down last night to try it out. Just a sample, mind you, to test a technique that ought to work. It took me 10 minutes to create the sample project and code the statements I needed. In essence, I'm contacting a SQL Server hosted on my SBS 2003 server to duplicate conditions at work. I ran the code and got an error - #26, in case you're interested. For the next 2 hours I searched for possible causes on the server, noting in the meantime that it had been automatically rebooted because of a Microsoft Update. No luck there, as the SQL Server installation is configured for remote access and TCP is enabled. I spent a bunch of time researching on the web, but it all came down to having those two items set up correctly. Back to the client... On a hunch I loaded and tried two other apps I've written that worked fine a couple of months ago. They're not finished, but they had no trouble connecting before; now they emit the same error! It's got to be on the server somewhere!!! So I spent some more time there, researching and trying stuff, and I discovered that the SQL Browser Service shuts down immediately on starting, and leaves a helpful message in the Event log: "incorrect parameters." What the hell does that mean??? There are no settable parameters for the SQL Browser service. My next bright idea was that something is screwed up in the SQL Express installation and I should try fixing that. Since I have R2 lying about on another drive but not yet installed, I figured this would be a good time to upgrade and maybe fix the problem. I selected a clean installation (rather than updating a broken installation) and to my surprise it proceeded to install a new instance, rather than overwriting the old version! Eons later it bailed out of that installation with an error - the SQL Browser service could not be started. Grrrrr....:mad: By this time it was 1 AM and long past my bedtime - gotta work at 5. All creative thoughts are now crashed and burned, and what started out a relaxing evening of programming and learning was long gone to hell. All I can think of now is to rebuild the server again from scratch, at least a week's project, if it works at all - Small Business Server is a touchy heap of trash and rarely works correctly. No, I'm not looking for answers, and there's no programming question here. Just ranting on a dull night since there are few members posting tonight, and some nightowls might like some easy reading. When I get the se

                P Offline
                P Offline
                PIEBALDconsult
                wrote on last edited by
                #16

                What a waste of a Thursday night.

                1 Reply Last reply
                0
                • X Xiangyang Liu

                  Roger Wright wrote:

                  Then I break out the scotch for some really serious concentration.

                  Have you tried this[^]? When you do there is no need for concentration, the problems will sovle themselves.

                  My .NET Business Application Framework     My Younger Son & His "PET"

                  P Offline
                  P Offline
                  PIEBALDconsult
                  wrote on last edited by
                  #17

                  I don't see the "in case of emergency break glass" notation.

                  1 Reply Last reply
                  0
                  • X Xiangyang Liu

                    Roger Wright wrote:

                    Then I break out the scotch for some really serious concentration.

                    Have you tried this[^]? When you do there is no need for concentration, the problems will sovle themselves.

                    My .NET Business Application Framework     My Younger Son & His "PET"

                    R Offline
                    R Offline
                    Roger Wright
                    wrote on last edited by
                    #18

                    No, but I have a rather large bottle of sake a friend brought me from Japan. It's tasty, but it gives me odd cravings for Japanese women, and an urge to swing a sword.

                    "A Journey of a Thousand Rest Stops Begins with a Single Movement"

                    X 1 Reply Last reply
                    0
                    • R Roger Wright

                      No, but I have a rather large bottle of sake a friend brought me from Japan. It's tasty, but it gives me odd cravings for Japanese women, and an urge to swing a sword.

                      "A Journey of a Thousand Rest Stops Begins with a Single Movement"

                      X Offline
                      X Offline
                      Xiangyang Liu
                      wrote on last edited by
                      #19

                      Roger Wright wrote:

                      odd cravings for Japanese women, and an urge to swing a sword.

                      Now I see the problem with concentration.

                      My .NET Business Application Framework     My Younger Son & His "PET"

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups