Lock document being scanned until completed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JenniField
    Junior Member
    • Aug 2017
    • 5

    #1

    [Misc] Lock document being scanned until completed

    We are using software that processing documents directly from the scanner.

    We need one of the following to happen when scanning large documents:

    • Lock the document until the user has finished scanning their stack
    • Leave the document with the .tmp name until it finishes scanning, then when the user clicks finish it changes the name to .pdf
    • Hold the document 'on the scanner' in internal memory until the user hits scan, then send the document to the network folder.


    If anyone know of a way to make any of these, or all of these happen please let me know

    Jenni
  • Woxner
    Senior Tech

    500+ Posts
    • Jul 2011
    • 844

    #2
    Re: Lock document being scanned until completed

    try separate scan. it will let you build the scan so its one file. then hit finish to send. it will ask if you want to continue or finish. just contiue until all docs are scan then finish. email has limits. smb or ftp will take large file. by the way what machine?. which of the 3 are you doing

    Comment

    • JenniField
      Junior Member
      • Aug 2017
      • 5

      #3
      Re: Lock document being scanned until completed

      Thank you Woxner, they were currently using separate scan but there appears to be a problem with it. There is a technician working with those users now because that feature wasn't working as it should. They first thought it was a firmware issue, since a firmware update hadn't been done in almost a year but that hasn't stopped the original issue.

      They start scanning a document, it goes to the destination location as 0 bytes and the software grabs it.

      I will update this string when I hear back.

      Perhaps there is a different scanner I can suggest that either names the file .tmp or locks the PDF so that our software won't grab it. I think they are looking for an enterprise solution that they can use firm wide.

      Comment

      • rrrohan
        Service Manager

        Site Contributor
        1,000+ Posts
        • Sep 2011
        • 1977

        #4
        Re: Lock document being scanned until completed

        SMB or FTP scan? Im guessing SMB. Try FTP

        Comment

        • D_L_P
          Self Employed

          1,000+ Posts
          • Oct 2009
          • 1196

          #5
          Re: Lock document being scanned until completed

          In my experience seeing a 0 byte file has been due to having read/write but not modify rights. However you're not scanning via smb.

          Is it possible to delete and recreate the scanner object in your scanning software?

          IIRC certain scanning software,I wont name here, had a temp folder that had to have the contents deleted a couple times a uear. The folder would fill up and cause partial scan jobs or memory errors. Maybe the software you're using has a similar scanlog that needs cleared?

          Comment

          • BHM
            Trusted Tech

            Site Contributor
            100+ Posts
            • Feb 2011
            • 126

            #6
            Re: Lock document being scanned until completed

            Not sure how much scanning is being done but you could scan the files into a temp folder and once the scanning is complete, manually move the files to the watched folder. This could file moving could be automated with software if need be.

            I can not think of any way to lock the file until it is completed scanning or fo the machine to change the extension.

            Comment

            • allan
              RTFM!!

              5,000+ Posts
              • Apr 2010
              • 5462

              #7
              Re: Lock document being scanned until completed

              Webdav?
              Whatever

              Comment

              • emujo2
                Service Manager

                1,000+ Posts
                • Mar 2017
                • 1579

                #8
                Re: Lock document being scanned until completed

                Originally posted by JenniField
                We are using software that processing documents directly from the scanner.

                We need one of the following to happen when scanning large documents:

                • Lock the document until the user has finished scanning their stack
                • Leave the document with the .tmp name until it finishes scanning, then when the user clicks finish it changes the name to .pdf
                • Hold the document 'on the scanner' in internal memory until the user hits scan, then send the document to the network folder.


                If anyone know of a way to make any of these, or all of these happen please let me know

                Jenni
                The KM itself will not do any of these things, but if you are leaning towards a 3rd party solution like AutoStore you could get some custom workflows scripted for this. I would expect to spend upwards of 5-8K just for the scripting and a couple of thousand for the software and licensing. If they are currently using several people and many man hours to do this work, the cost is easily justified. After a little more thought, you might be able to use real time TWAIN to do # 3. HDD TWAIN may also be a possibility. Emujo


                Just ran the TWAIN system with PDF Pro..You can scan the document, and re name it, convert it (format), then save/send to any location accessible from your workstation. Emujo
                Last edited by emujo2; 08-10-2017, 08:55 PM.

                Comment

                • rrrohan
                  Service Manager

                  Site Contributor
                  1,000+ Posts
                  • Sep 2011
                  • 1977

                  #9
                  Re: Lock document being scanned until completed

                  Can you set your software to only check the watched folder every few minutes so your less likely to be half way through scanning the document before it tries to use it? Sounds like its refreshing to often or possibly even Live

                  Comment

                  • Synthohol
                    Certified Konica Expert

                    Site Contributor
                    5,000+ Posts
                    • Mar 2016
                    • 5808

                    #10
                    Re: Lock document being scanned until completed

                    Agreed with above. The file header with 0 bytes is placed first while the scan is being compiled. This don't change but the frequency of the software polling can be I hope.
                    We know a thing or two because we've seen a thing or two.
                    The medication helps though...

                    Comment

                    • JenniField
                      Junior Member
                      • Aug 2017
                      • 5

                      #11
                      Re: Lock document being scanned until completed

                      Originally posted by BHM
                      Not sure how much scanning is being done but you could scan the files into a temp folder and once the scanning is complete, manually move the files to the watched folder. This could file moving could be automated with software if need be.

                      I can not think of any way to lock the file until it is completed scanning or fo the machine to change the extension.
                      Hi!

                      We need a solution for departments that do scanning all day. They get the documents from many departments and scanning is their entire position. Our software has already been built to wait until a document is 6 minutes old before it picks it up. The Konica is taking so long to send it over, we're talking 10 minutes.

                      This question is for my customer, I can't change anything about their environment. The only thing I know is that they are using a Konica Minolta, it is SMB and they are using separate scan.

                      @rrrohan
                      Our software waits until a documents modified date is 6 minutes old (configurable) already. We had to up it to 6 minutes. The idea is to scan as much paper as possible into the system each day.

                      NOTE: This is happening only on the documents coming from the Konica. They have other scanners that are scanned to the same network location and the scanner doesn't take as long to deliver.

                      We cannot add more software, we need a scanner level solution. If the Konica is not going to offer or do any of the suggested items then perhaps another scanner will?

                      Comment

                      • JenniField
                        Junior Member
                        • Aug 2017
                        • 5

                        #12
                        Re: Lock document being scanned until completed

                        Originally posted by D_L_P
                        In my experience seeing a 0 byte file has been due to having read/write but not modify rights. However you're not scanning via smb.

                        Is it possible to delete and recreate the scanner object in your scanning software?

                        IIRC certain scanning software,I wont name here, had a temp folder that had to have the contents deleted a couple times a uear. The folder would fill up and cause partial scan jobs or memory errors. Maybe the software you're using has a similar scanlog that needs cleared?
                        Our service account has full access to that network folder, those credentials are used on the scanner to scan to that location

                        Comment

                        • D_L_P
                          Self Employed

                          1,000+ Posts
                          • Oct 2009
                          • 1196

                          #13
                          Re: Lock document being scanned until completed

                          Originally posted by JenniField
                          Our service account has full access to that network folder, those credentials are used on the scanner to scan to that location
                          If it takes more than 6 minutes to transfer a scan document to a folder it sounds like their network is terrible. It's possible separate scan is set to page instead of batch, but it sounds like a network issue.

                          Utility-> User settings->Copier settings-> Separate scan output method-> set to "batch".

                          If it is set to batch you can try making the file size smaller by lowering the resolution, 150x150 is still great for test, use compact pdf or higher compression for jpeg.
                          6 minutes is more than enough time to transfer even a large (300 mb +) file over a lan.

                          1. Replace the patch cable from wall to copier.
                          2. Turn off chatty protocols, appletalk, bonjour, upnp, smb server.
                          3. If possible have them try segmenting off the copier and users with a vlan.

                          From a workstation open command prompt and ping with the -l switch.

                          Ping -t -l 1024 xxx.xxx.xxx.xxx

                          This will ping the copier with 1mb data until you hit ctrl+c. Let it go for a minute or two.. Any request timed out is bad. Time above 40ms is bad for a lan. Don't worry about TTL.
                          Hope this helps!

                          Comment

                          • rrrohan
                            Service Manager

                            Site Contributor
                            1,000+ Posts
                            • Sep 2011
                            • 1977

                            #14
                            Re: Lock document being scanned until completed

                            Strange its taking so long. Are you using searchable pft

                            Comment

                            • JenniField
                              Junior Member
                              • Aug 2017
                              • 5

                              #15
                              Re: Lock document being scanned until completed

                              Originally posted by rrrohan
                              Strange its taking so long. Are you using searchable pft
                              My understanding is that they are just scanning in as much as the feeder will hold, putting in the next stack, hitting scan again, etc until the stack is completed. The scanner should just be creating a PDF image, no text.

                              Comment

                              Working...