ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    MSDTC issues

    Scheduled Pinned Locked Moved IT Discussion
    13 Posts 5 Posters 371 Views
    Loading More Posts
    • 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.
    • J
      JasGot
      last edited by

      Has anyone ever struggled with MSDTC issues that were ultimately resolved? Was it an environment issue?
      Our software vendor is convinced it is a MSDTC issue and not their issue. They claim it could be Server, Switches, Lan, etc.

      We use MSDTC heavily and this is a daily nuisance for 1 or 2 users, but rarely the same users.

      travisdh1T scottalanmillerS 2 Replies Last reply Reply Quote 0
      • travisdh1T
        travisdh1 @JasGot
        last edited by

        @JasGot said in MSDTC issues:

        Has anyone ever struggled with MSDTC issues that were ultimately resolved? Was it an environment issue?
        Our software vendor is convinced it is a MSDTC issue and not their issue. They claim it could be Server, Switches, Lan, etc.

        We use MSDTC heavily and this is a daily nuisance for 1 or 2 users, but rarely the same users.

        What is the actual program having problems? Most never use MSDTC directly.

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @JasGot
          last edited by

          @JasGot said in MSDTC issues:

          We use MSDTC heavily and this is a daily nuisance for 1 or 2 users, but rarely the same users.

          The users are using SQL Server directly, or via an application that others users are using too?

          J 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            What I'm really looking for is to determine if the issue is likely related to an account, or to a behaviour.

            J 2 Replies Last reply Reply Quote 0
            • J
              JasGot @scottalanmiller
              last edited by

              @scottalanmiller said in MSDTC issues:

              What I'm really looking for is to determine if the issue is likely related to an account, or to a behaviour.

              Behavior, as in task or action? Or operator error type of behavior?

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • J
                JasGot @scottalanmiller
                last edited by

                @scottalanmiller said in MSDTC issues:

                The users are using SQL Server directly, or via an application that others users are using too?

                An application. 100 users. 1 suite of applications, all talking to a variety of dbs at the same sql server.

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • J
                  JasGot @scottalanmiller
                  last edited by

                  @scottalanmiller said in MSDTC issues:

                  related to an account

                  Most occurrences are with two users, but it has happened with several. These two users do most of the transactions that are suffering.

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @JasGot
                    last edited by

                    @JasGot said in MSDTC issues:

                    @scottalanmiller said in MSDTC issues:

                    The users are using SQL Server directly, or via an application that others users are using too?

                    An application. 100 users. 1 suite of applications, all talking to a variety of dbs at the same sql server.

                    If there is just one application, then it's "the user" so the accounts won't be a factor. So that tells us that it must be behaviour based.

                    1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @JasGot
                      last edited by

                      @JasGot said in MSDTC issues:

                      @scottalanmiller said in MSDTC issues:

                      What I'm really looking for is to determine if the issue is likely related to an account, or to a behaviour.

                      Behavior, as in task or action? Or operator error type of behavior?

                      Task or action. It's not "who they are" but rather "what they are doing" that must be causing it. I assume that those users do some different task or do the same task differently than other people not experiencing the problem.

                      1 Reply Last reply Reply Quote 1
                      • scottalanmillerS
                        scottalanmiller @JasGot
                        last edited by

                        @JasGot said in MSDTC issues:

                        @scottalanmiller said in MSDTC issues:

                        related to an account

                        Most occurrences are with two users, but it has happened with several. These two users do most of the transactions that are suffering.

                        Seems most likely to be something like a poorly written query that they are most likely to be the ones running.

                        1 Reply Last reply Reply Quote 1
                        • J
                          JasGot
                          last edited by

                          Well, we found how to fix the symptom, be we do not know why it is so.

                          This network is 10.1.10.0/23

                          The only users having trouble were on the 10.1.11.0 portion of the network.

                          There are no configuration mishaps anywhere in the workstation, servers, switches or routers.

                          It's just weird.

                          But the MSDTC errors have stopped, and the staff who were suffering are happy.

                          1 DashrenderD 2 Replies Last reply Reply Quote 1
                          • 1
                            1337 @JasGot
                            last edited by 1337

                            @JasGot said in MSDTC issues:

                            Well, we found how to fix the symptom, be we do not know why it is so.

                            This network is 10.1.10.0/23

                            The only users having trouble were on the 10.1.11.0 portion of the network.

                            There are no configuration mishaps anywhere in the workstation, servers, switches or routers.

                            It's just weird.

                            But the MSDTC errors have stopped, and the staff who were suffering are happy.

                            It sure does sound like a netmask error.

                            10.1.11.0 defined as /24 somewhere. Or even 10.1.10.0 set to /24 somewhere.

                            Since it was different users I would guess DHCP. Maybe dual DHCP servers on the net. I've ran into something like that and it was a real headache, very intermittent.

                            Wireshark to the rescue when having problems like this.

                            1 Reply Last reply Reply Quote 1
                            • DashrenderD
                              Dashrender @JasGot
                              last edited by

                              @JasGot said in MSDTC issues:

                              Well, we found how to fix the symptom, be we do not know why it is so.

                              This network is 10.1.10.0/23

                              The only users having trouble were on the 10.1.11.0 portion of the network.

                              There are no configuration mishaps anywhere in the workstation, servers, switches or routers.

                              It's just weird.

                              But the MSDTC errors have stopped, and the staff who were suffering are happy.

                              I'm in a network transition myself, and I've run along a sorta similar issue.. definitely a PITA to troubleshoot and solve...

                              1 Reply Last reply Reply Quote 0
                              • 1 / 1
                              • First post
                                Last post