How to install and configure Hummingbird DM Server, DM Client - dms

I want to install Hummingbird DM 5.1 for Record Management. For that I have installed DM Server, RM Server and RM Client. But it seems this is not completed.
Do I have to install DM Web Server and DM Admin Tool?
Thanks
Prakash

Prerequisite:
1. Net Framework 2.0 or above
2. Installer: \Server\DM Extensions Server Setup-English\Setup.exe
Run the \Server\DM Extensioins Server Setup installer
Leave the default installation media location (ie. \Server\DM Extension Server Setup-English)
Leave the default Installation Destination Folder (ie. C:\Program Files\Hummingbird\DM Extensions)
This part is where the integration happens.
DM Application Integration\Microsoft Application\Microsoft Excel\Microsoft Excel Active Integration\via ODMA > with Front-End Profiling.
DM Application Integration\Microsoft Application\Microsoft Word\Microsoft Excel Active Integration\via ODMA > with Front-End Profiling.
DM Application Integration\Microsoft Application\Microsoft Powerpoint\Microsoft Excel Active Integration\via ODMA > with Front-End Profiling.
DM Application Integration > Windows Explorer DM Extension.
DM Viewer
Then click Next to install.
Select the Server name. Then click Next.
A must to restart to apply installation.
Issues up to this moment:
This installation setup is using Office 2000 and theres a problem opening excel files, the rest are OK. (word, ppt and pdf)
Office 2007, it is reciprocal. There is no issue with Excel but problems opening word and ppt records.
In case you or someone is able to debug this integration problem. Do drop me a message.
Thanks and I hope this helps.

Related

Generating updater.exe via Advanced Installer command line

I am trying to sign all executables + dll files in my application, within an Azure Pipeline, using Azure signtool for that. (doing basically the described here) - on the result of running dotnet publish.
Exception is updater.exe, because it is generated by Advanced Installer API or some other proprietary way. Signing the updater.exe file that lies inside Advanced Installer installation folder /x86/updater.exe - does not help (it will work, but the updater.exe that is deployed when installing the MSI is not signed, meaning it is generated during processing of the .AIP file, which happens after running dotnet publish)
Is there a way the updater.exe AI generates (with the custom icon, etc) to be created using AdvancedInstaller.com command line API ? How ?
The question has already been answered in the forums here:
https://www.advancedinstaller.com/forums/viewtopic.php?f=5&t=50297#p127034

IT Hit WebDAV Sample App not running with tomcat

I have downloaded the sample app [ITHitWebDAVServerLibJava.tar.gz] trying to understand how this IT Hit Webdav work.
I started the demo app with Tomcat 8, running on JDK 1.8. From the tomcat console / log, it seems everything just fine, however when I access the main page, it doesn't list out the sample folders & files as how it suppose to (referring to the online demo).
screen : main page is render without listing out the folders & files
I downloaded the sample app and unzip it, without changing the folder structure of it. I have just edited the WEB-INF\web.xml so that it point to the correct trial license file. Please advise if I have missed out some configuration? Should I move out certain files from the WEB-INF folder? Is there any step by step setup guide this demo?
screen : unzipped sample app folder without changing the folder structure
Also, I have downloaded the trial version of AJAX library as well [ITHitWebDAVAJAXLibraryTrial.tar.gz], please advise how should I put this library into the main sample app? As in I should put this library files under which folder of the main sample app?
Please advise.
The default HTML page supplied with IT Hit WebDAV Server Library for Java sample servers use IT Hit WebDAV Ajax Library to list and browse WebDAV server content as well as to open documents for editing.
You can install IT Hit WebDAV Ajax Library from NPM using NPM command-line tool.
Install the Node.js, it installs NPM command-line tool.
Navigate to '\sample_folder\WEB-INF\wwwroot\' folder.
Execute:
npm install webdav.client
This will download IT Hit WebDAV Ajax Library library into the wwwroot folder.

Pass parameter to app config file during MSI installation - Advanced Installer

I have created MSI package using advanced Installer. It contains App Config to which i have to pass the siteURL which varies depending on location. I need to pass the siteurl to app config when msi is installed . Please help me with it. I am new to Advanced Installer
You can check the online user guide for Advanced Installer, it has a lot of useful info. For example the article on importing and editing XML config files.
Or how to add a custom dialog and write in the system the values captured from the end users.
EDIT: additional answer regarding command line
You can run the installation silently from the command line but you will still see the message box saying the package is built with a trial. You will not see the standard MSI dialogs. And the trial messages will be gone once you purchase license for Advanced Installer.
Please note that your command prompt window (cmd.exe) must be launched as administrator, if your installation is installing per-machine (i.e. you write in Program Files or HKLM registry hive). Otherwise the installation will fail silently and you will not know why, because on silent installation the OS will not show an error message.
Here is a command line example:
msiexec.exe /i C:\setup\installer.msi /qn ID="235424" SiteURL="www.example.com"
Please note that it is not recommended to use private properties, i.e. properties with lower case letters in their name, we recommend public properties, for example: SITE_URL.

trying to install lockbox 3 for Delphi 2010

I'm trying to download LockBox3 so I can encrypt some files. I tried through Sourceforge and ran into all sorts of compiling difficulty such as the ANSI problem in the String Utility, $ENDIF rather than $IFEND, and others. I then went to the http://lockbox.seanbdurkin.id.au/Grok+TurboPower+LockBox link and I see lists of files but I don't see how to ultimately make a package that I can use in the application.
I'm not interested in modifying any source - I'm just hoping to use the utility/component as-is to encrypt/decrypt file such as in the codec examples.
You can download a svn client (take 1 minute)
1) Download : Standalone command-line Subversion client for Windows
The installer contains all command line tools (svn, svnadmin, svnsync, svnserve, svnmucc) but no application bindings nor Apache modules.
2) goto https://code.google.com/p/tplockbox/source/checkout
there you see
Command-line access
Use this command to anonymously check out the latest project source code:
Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://tplockbox.googlecode.com/svn/trunk/ tplockbox-read-only
3) create a folder where you want to store the download
4) inside that folder open windows cmd
5) paste above svn checkout ... link to cmd
after ENTER the download starts.

java database installation directory location & database location

java database installation directory location & database location
I am trying to get my Java DB setup correctly with NetBeans 6.9.1 to start building databases.
When I right-click on Java DB every option is greyed out except for Properties. There is no sample databases or anything else
when selected, a popup appears requesting
Java DB Installation:
Database Location:
and an info line saying
Please enter the Java DB installation directory.
can anyone tell me where the installation directory (and driver associated with it) is located and how to get past this screen and begin database creation.
Normally JavaDB should be installed as part of the JDK, in a subdirectory called db of the JDK installation directory. However, I just noticed that the JDK6 I have here doesn't have this directory, but the JDK7 installation does. And Netbeans is using the JavaDB installation that came with a Glassifsh appserver I have as well...
You could look for a file called ij (the command line tool that comes with JavaDB, and apparently even on Windows system the shellscript call ij is installed) somewhere on your system, that name is unique enough to avoid false positives.
If you don't find any JavaDB installation, as you can point Netbeans to any Derby install you can find, you could install a fresh copy of Apache Derby, they're a number of versions ahead of the official JavaDB distribution.

Resources