-
Issues upgrading 6.8 to 6.12
Let me first give the situation, I have a customer running Docuware 6.8, they are moving to the cloud. They also are using MSSQL. After several failed attempts, I have successfully moved them to Windows 2016, and MSSQL 2014 on Docuware 6.8. The system is working.
Now this same issue happened with the old server, and trying to upgrade them to 6.12.
Issue 1. Fails due to the Visual C++ Redistributable, The package errors because the VC++ 2015 is included in the server, I must uninstall VC and download the latest, and replace them in the install package, and run the setup again. I include this to help others..
2nd issue, The SQL authentication fails constantly. I know the username and password is correct. It is the same one I use every during install. and the same one used by Authentication Service, and it works. I've even elevated the user to 'sa' status,. and it still fails.
I'm thinking the setup package is faulty, can anyone confirm, or supply a solution, please and thank-you!
Logs attached. -
RE: Workflow DocuWare Platform API missing Store Dialog in Transfer??
A colleague answered this question for me, The Request Tab has a Query option, and after typing the variable there I am also able to type in the Store Dialog ID in the variable.
Hope this helps someone else!
-
Workflow DocuWare Platform API missing Store Dialog in Transfer??
I am trying to transfer a document from 1 file cabinet to another file cabinet. This function works just fine using the postman examples, However using the DocuWare Platform API option in a workflow I see that the StoreDialog portion of the web route is missing.
Am I missing something here?
See attached screenshots for an example of each route, and notice the missing StoreDialog from the Workflow feature. -
Can we use Workflow Clipping with Docuware API
I want to use the internal API feature of Docuware 7.9 to clip 2 documents, is this possible? and can you show an example.
(In the past this required me to use Make.com, perhaps the new API options available in 7.9 can eliminate the need for Make.com)
Thank-you! -
RE: Can a value from a Table Cell be assigned to a Global Variable?
Yes, I see it now, Thank-you very much.!! I am still a little new at this.
Have a great day! -
RE: Can a value from a Table Cell be assigned to a Global Variable?
Thank-you for the reply, I do have everything working in the Loop. However I cannot read from the Table. Here is the question again..
Can a value from a Table Cell be assigned to a Global Variable?
I need to assign the value in column Email to a Global Variable... (I should have left out all the Loop part of the explanation. just thought it would put it into context.)
Thank-you. -
Can a value from a Table Cell be assigned to a Global Variable?
I want to assign a Value to a Global Variable from a Table. Specifically I need to pull an email address from a list of values in the table.
The Table has Email addresses, I want to step through the Table using a counter, and pull the Email address from each Email Column and place into a Global Variable. I have everything I need for the Loop and Counter, and just cannot find a way to pull the Value from Row 1 (Counting up) in column Email, and assign to the GV_Email.
Thanks in advanced. -
enumeration operation may not execute
Good day! I have a user that needs to move 1000's of documents that were misfiled. She is dragging them from one Folder to another, and she receives this error "enumeration operation may not execute".. Any ideas on why or how to prevent this?
See image..