-
Has anyone seen this error?
This user has no rights for the instance (instance ID of workflow follows).
Only one user has reported this, and it seems to only happen occasionally for her. The flow continues to process after the error.
-
Has anyone tied scheduling a MSMQ bus reset on an on-prem installation? Is there a reason one could not schedule a Powershell script to do so? Something like:
Get-Service -DisplayName "DocuWare*" | Stop-Service
Stop-Service -Name "was" -Force
Get-MsmqQueue -QueueType Private -Name "dw-*" | Clear-MsmqQueue
Start-Service -Name "w3svc"
Get-Service -DisplayName "DocuWare*" | Start-Service
As far as I can tell, the DocuWare message bus admin program deletes the queues, and they are rebuilt when the service is restarted. I'm not sure how one would select a different adapter via Powershell, or if it would matter (see KBA-35787).
Thanks,
Mark Massey
-
Thanks, Guys. I'll ask the DBA to save this query. I know the auditors will want us to provide this data occasionally.
-
I could use that, too, Steve.
-
Is there a 'User Permissions' or 'User Group Membership' report available from the app or admin station?
-
Thanks!
-
It appears you concentrated on exporting everything first and saving the data in a DB (FoxPro), then imported it all using that DB and creating any needed cabinets or fields on the fly. That's pretty slick. I don't think I'm going to want to do that 'create' step, but I'll definitely look into coding an import processor. It looks pretty straightforward to me. Might have time to try an exporter, also.
Thansk, Mr. Kaufman. This may save us quite a bit of time.
-
Joe,
I'm already using the old-fashioned multi-threading. Lots of experience with that...
If you wrote code to import multiple doc types simultaneously, then you went all-out. Did it report how many files were imported? For us, single doc types per run are fine. I would like to see a snippet or two, if possible. The code examples look fairly straightforward. Is that the case?
Thanks,
massey
-
Joe Kaufman: You note in your response 3 years ago that importing with import jobs was really slow in testing, so you wrote an app to do so. How much faster is that approach? I've got tons of data to move from Fortis.
Thanks in advance.
-
Thanks for the reply, Josef. This is the first time I've posted to the forum. Next time I'll note the version we're using. Looks like the upgrade we're planning will resolve this 'issue'.