-
Hallo Manuel Brausch,
der Download-Link im Artikel zur 7.12 führt aktuell zum Setup der 7.11.
Gruß aus Neuss,
Simon H. Hellmann
DocuWare System Consultant
-
Hi Nicholas Ramsey,
yes, those are the current system requirements for an on-prem installation.
As far as I know, the article you linked does not mention any difference between physical servers or virtual machines anywhere (except for Intellix on prem, which you should not use anyway).
I have always relied on these requirements for all my installations, which are a mix of Hyper-V, ESX, KVM and AWS (do not use AWS though, it is not supported by DocuWare).
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant
-
Hi Nicholas Ramsey,
I am in my 8th year as a DocuWare Consultant now, and I have never once installed DW on a bare metal server. All my installations are some kind of virtual machine. The specs can be found in the documentation over on
https://knowledgecenter.docuware.com/. Any type of self-hosted VM can be used.
AWS and Azure VMs are not supported due to their limited MSMQ functionality.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant
-
Hallo zusammen,
ergänzend zu der Info von Frank Meyer existieren diese Informationen natürlich auch in der Workflow-Historie und können daher entweder über die Datenbank oder über die REST API abgerufen werden. Allerdings ist in beiden Fällen Voraussetzung, dass bereits bekannt ist, um welches Dokument es sich handelt. (Oder man iteriert über alle Dokumente und prüft, ob bei dem entsprechenden Dokument diese Konstellation in der WF Historie existiert.)
Gruß aus Neuss,
Simon H. Hellmann
DocuWare System Consultant
-
Hello Tony Graham,
this is most likely a problem with the URL you are using.
Please make sure that the URL you use to access the WebClient is the same as the WebClientURL from the Administration and the LocalWebServices URL from the dwmachine.config file (in %ProgramData%).
You should use the same URL everywhere, no matter if you log in locally from the server or from a remote client.
Check out this KB:
https://support.docuware.com/en-us/knowledgebase/article/KBA-37098
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant
-
Hi Waylon Courvell,
changing the names of workflow activities *should* not disrupt any logic.
I can only think of one case, where this could become a problem:
If you have an external, self-coded application, which connects to the DocuWare REST API and either completes Workflow Tasks on a user's behalf or collects data about specific workflow tasks.
If this is not the case for you ( like 99.9% of the customers), then it should be fine.
I have never had any problems changing names of workflow activities in the past 8 years.
Hope this helps.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant
-
Hi Jon Sproule,
according to the Workflow Expression Parser Documentation, you can use
DatePart(Interval, DateTime, [FirstDayOfWeek], [FirstWeekOfYear]) for this.
Example:
GV_MyDateTime = 26.04.2022 11:30
DatePart("ww", GV_MyDateTime)
Returns: 18
Hope this helps.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant
-
Hi Daryl,
no, you are not missing anything. There is currently no time input in Forms.
Please check out uservoice and upvote the related posts.
My workaround is currently to use two decimal fields, one with min value 0, max value 23, the other with min 0, max 60.
I then build a normal time object using the workflow arithmetic expressions.
Hope this helps.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant
-
Hallo Reimo Hingst,
Anne Braun hat wahrscheinlich einen Tippfehler gemacht, die Spalte heißt nämlich active
.
Außerdem ist die Spalte ein int. bei aktiven Usern steht der Wert 1
, bei inaktiven der Wert 0
.
Ich habe gerade in der Datenbank meines Testsystems nachgesehen.
Gruß aus Neuss,
Simon H. Hellmann
DocuWare System Consultant
-
Hi Miquel Sanz Vargas,
what you want to look at is the index dialog.
DW File Cabinets have 5 types of dialogs, and some also bring an index dialog along.
If you click on "Search" in the top bar, you open your search dialogs.
If you then use a search dialog and get a result, that is the result list (also a type of dialog).
If you then right-click a document in the result list and choose "edit index entries", then the index dialog of this result list opens.
So you need to change the order of the fields in the index dialog of the result list you used.
In configuration, go to file cabinets -> (your file cabinet) -> Dialogs -> (your result list).
The second tab is called "index dialog", this is where you need to make your changes.
Hope this helps.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant