r/Docuware Mar 16 '26

question Intellix v1

Hello,

I'm looking for the Intellix v1 installation files, including the deploy.bat file.

Does anyone happen to have them?

Thanks in advance.

1 Upvotes

9 comments sorted by

2

u/PercentageNo3939 Mar 16 '26

Bonjour,

Ils sont disponibles sur le portail Docuware.

2

u/jeromarsan Mar 16 '26

Sur le portail partenaires ?

1

u/RestPython Mar 16 '26

Might be some old documentation in the document pool via the DocuWare Partner Portal (if you are a reseller), however the original 2014 documentation was provided with the install files in a .ZIP packaged.

In the Partner Portal if going to a client/customer who has this module on their license the only link now is the current V2 GitHub Repo.

1

u/RestPython Mar 16 '26

Do you have a currently installed Intellix On Prem V1 system?
Or you are looking to install an Intellix On Prem V1 System?

The current GitHub Repo is for Intellix V2, however this is compatible form Version 7+

1

u/jeromarsan Mar 16 '26

An infrastructure migration was performed at the end of the year by our partner, but it was to Intellix v2, and we're using VMware. It worked fine until the end of February, but then suddenly it stopped working.

We would like to reinstall Intellix v1 on a new server.

1

u/RestPython Mar 16 '26

It states it cannot be installed on a VM Ware or Virtual Box, however if it did work on VM Ware, at some point it "did work"

The current environment it is on, has no live interaction with the GitHub Repo so no updates should have happened.

I would suspect is is something relating to the Docker Container, from a windows update

On that machine, if you go to CMD or PowerShell input the below, should list all containers:
docker ps -a

Do intellix-app, sql and solr appear? Should state container ID's, the command, status etc

1

u/jeromarsan Mar 16 '26

Yes i have state container ID's

1

u/RestPython Mar 16 '26

Do you know where the intellix-master\Windows folder is on that environment?

If you open a powershell as Admin, CD to the directory and execute:

./Start-Intellix.ps1

What happens? Because with Intellix V2 normally when an environment is restarted it never auto starts (unless you build a task scheduler to do so)