This is end point collections that do not support out-of-the-box by Maximo. The modules enable Maximo Integration Framework export (Publish Channel/Invocation Channel) to external FTP and SMB (CIFS) server and file storage attachments. To use file storage function, you can store your attachment documents without mounting the remote file system like SMB or FTP. All documents read and write through MIF End Points.
- Copy files in
dist
directory to your Maximo installation directory e.g./opt/IBM/SMP/maximo
- Run the updatedb command.
- Build and deploy EAR file.
- Navigate to the
End Points
application in Maximo. - Open the End Point e.g.
BPMPRSMB
- Fill the properties to connect the servers.
- Navigate to the
System Properties
application. - Find the key
mxe.attachmentstorage
. - Set the value
com.tumblr.maximopro.oslc.provider.MifEpAttachmentStorage
to the global value. - Find the key
mxe.doclink.securedAttachment
. - Set the value
true
to the global value. - Find the key
mxe.bpmpro.attachmentstorage.endpoint
. - Set your end point to the global value e.g.
BPMPRSMB
. - Restart all Maximo servers.
- Install Maximo Asset Management V7.6.1 or later.
- Install and set up maximodev-cli.
- Clone this repository.
- Run
maximodev-cli build
inbpmpro_mifexit
directory. - You can find compiled files in
dist
directory.