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

    Network share time out; software crashes

    Scheduled Pinned Locked Moved IT Discussion
    5 Posts 4 Posters 1.0k 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.
    • gjacobseG
      gjacobse
      last edited by

      Over the last few weeks my HR Director has has Abra Suite crash on him. Today while looking at another issue I also checked on this. He had been using it, went to lunch and had not used it since.

      The application appeared to be running. But when you tried to update a employee record it crashed.
      JC-timeouterror1.png

      For what ever reason I checked the network shares, which seemed to be okay (via MY Computer). But I also decided to check via CMD:\Net Use.

      JC-timeouterror2.png

      This CMD screen shows the M: is mapped and 'OK' but before I used My Computer and doubled clicked on it, it showed Disconnected (as \fiscalserver2.. shows).

      Once the status was OK - the application was able to connected again.

      What would cause it to disconnect and how can I prevent that?

      thanksajdotcomT 1 Reply Last reply Reply Quote 0
      • thanksajdotcomT
        thanksajdotcom @gjacobse
        last edited by

        @g.jacobse said:

        Over the last few weeks my HR Director has has Abra Suite crash on him. Today while looking at another issue I also checked on this. He had been using it, went to lunch and had not used it since.

        The application appeared to be running. But when you tried to update a employee record it crashed.
        JC-timeouterror1.png

        For what ever reason I checked the network shares, which seemed to be okay (via MY Computer). But I also decided to check via CMD:\Net Use.

        JC-timeouterror2.png

        This CMD screen shows the M: is mapped and 'OK' but before I used My Computer and doubled clicked on it, it showed Disconnected (as \fiscalserver2.. shows).

        Once the status was OK - the application was able to connected again.

        What would cause it to disconnect and how can I prevent that?

        A timeout of some sort or a permissions change? Try running the command "net use /persistent:yes".

        gjacobseG 1 Reply Last reply Reply Quote 0
        • gjacobseG
          gjacobse @thanksajdotcom
          last edited by

          @thanksaj
          To my knowledge it is not a permission change. This seems to be a time out issue. The drive is mapped, set to reconnect on login and using the correct credentials (for the person).

          The software will crash about 4 or 5 times a day. And my guess is that each time it's 'dropping' the connection.

          1 Reply Last reply Reply Quote 0
          • Reid CooperR
            Reid Cooper
            last edited by

            What is sharing the share?

            1 Reply Last reply Reply Quote 0
            • GregoryHallG
              GregoryHall
              last edited by

              What is happening is the mapped drive is sitting idle for 15 min and then disconnecting to free up resources. DB applications such as yours get these errors because this connection is not persistent as g.jacobse has eluded to with the /persistent:yes command. This will keep the drive mapped but does not stop the idle timeout from occuring which will continue your error.

              Do this on the machines in question: (also can be deployed via Group policy script)

              Open CMD then right click and run as administrator

              net config server /autodisconnect:-1

              This will set the autodisconnect to never disconnect and you should not see this error any more.

              Give it a try and report back your findings.

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