Category: Windows Server 2016

  • Use TSQL to extract V1 DBArchive Blobs

    Using TSQL it is very easy to automate extraction from Version One’s DBArchive product with its dbremoteblob program (It does require a username and password to access DBArchive and the program comes with DBArchive). With a 4 core CPU I extracted 72000 documents a day, a limitation found was the programs used did not return…

    Continue reading

  • Restart Windows Server Task Scheduler

    Requires PSExec to use the interactive account psexec -i -s cmd sc stop schedule sc start schedule Credits: StackOverflow

    Continue reading

  • Maximum History Reached in Code & Post Registered Invoices

    Credit: Datel Code & Post Registered Invoices has a database limit on the plreghstm table and can hold 79 rows before displaying the error Maximum History Reached (Even though the field supports 4 characters). The last row holds a ~ (Tilda) in the page number field causing the error message and subsequently the automation routine…

    Continue reading

  • Microsoft Message Queuing Service – Correct Permission Issue

    Credit: Aggregated Intelligence We had a request after software was installed to give permissions to a group in Windows AD. This was failing because the only account with access was the SYSTEM account When making any changes it would fail with 2 errors On the permission screen click Advanced, change the location to the local…

    Continue reading