Profile

Clifford Grimm

Hitachi Vantara

Contact Details

Hitachi Vantara

My Content

1 to 19 of 19 total
Posted By Clifford Grimm 02-01-2022 07:26
Found In Community: Hitachi Content Intelligence​
\ view thread
Looking to do full text indexing of documents and wondering if there is any experience/knowledge about any upper limits of performing "Full Text Search" of documents utilizing HCI and the Solr.TextField.   Certainly, understand there is quite a bit of "depends" based on HCI sizing w.r.t. memory/index/etc. ...
Posted By Clifford Grimm 05-05-2021 16:10
Found In Community: Hitachi Content Intelligence​
\ view thread
Trying to figure out if there is a REST API for retrieving a workflow task document failure list. Looked through the Workflow API REST API documentation and cant find anything. Is there such a thing? #HitachiContentIntelligenceHCI
Posted By Clifford Grimm 08-05-2020 17:45
Found In Community: Hitachi Content Intelligence​
\ view thread
FYI. I have since written a stage. Trying to figure out how to share. Feel free to reach out if you are interested.
Posted By Clifford Grimm 07-15-2020 17:28
Found In Community: Hitachi Content Intelligence​
\ view thread
Anyone happen to make an HCI stage to take a SID returned from the CIFS File Share data connector and perform a username lookup? If so, can you share? #HitachiContentIntelligenceHCI
Posted By Clifford Grimm 03-19-2020 17:59
Found In Community: Hitachi Content Platform​
\ view thread
And the Answer is!! The AD account information must have an e-mail address filled in. Then you MUST clear the AD cache. Once this was done, logged back in as that user and all is well.
Posted By Clifford Grimm 03-19-2020 17:44
Found In Community: Hitachi Content Platform​
\ view thread
UPDATE: This error is caused by the e-mail address not being set in the AD Account configuration.   HOWEVER: even though the error does not happen, it does not convert the Shared folder to a Team Folder. So there is still an issue. I do have the Profile that this account uses configured. See attache ...
Posted By Clifford Grimm 03-18-2020 23:41
Found In Community: Hitachi Content Platform​
\ view thread
When trying to convert a Shared Folder to a Team Folder I get an error and could use some help in understanding what it means.     See the screen shot attached.   Thanks! #HitachiContentPlatformHCP
Posted By Clifford Grimm 03-06-2020 20:53
Found In Community: Hitachi Content Intelligence​
\ view thread
Thanks Jordan. I am struggling with implementing a data migration mechanism that puts content onto HCP with substantially variable folder structure structure for which requires only a fixed number of entries. In very simplest example, I need to change folder structure when a certain number of objects ...
Posted By Clifford Grimm 03-06-2020 16:25
Found In Community: Hitachi Content Intelligence​
\ view thread
I realize I didnt really give a very solid reason/example for doing such a thing. I certainly understand your point here.   With the risk of making this discussion more complex/confusing, one of the pain point of pipeline development is that it is not possible to copy individual steps with its configuration ...
Posted By Clifford Grimm 03-02-2020 15:39
Found In Community: Hitachi Content Intelligence​
\ view thread
When developing a state, there are hooks to be able to set/user session data for the step. What I am looking to understand is the scope of the session information when taking into consideration that a stage can be used in pre-processing or Workflow-Agent modes. Then also consider if a stage is introduced ...
Posted By Clifford Grimm 02-27-2020 18:56
Found In Community: Hitachi Content Intelligence​
\ view thread
IMHO Workflow results are pretty much useless when going from a Dev to a Prod system. Honestly, really have no idea when they would be except for perhaps a system restore. But even then, they are likely stale and of no use. It is just information about the runs made while in the Dev environment. Try ...
Posted By Clifford Grimm 02-27-2020 17:31
Found In Community: Hitachi Content Intelligence​
\ view thread
I was playing around a bit and if my theory is correct that it is choking on the plugin package import, you might be able to get around it.   Expand the package and identify the plugin jar file. It wont be named .jar, but the name should be obvious. Copy this file and rename to a .jar file. Then try ...
Posted By Clifford Grimm 02-27-2020 16:47
Found In Community: Hitachi Content Intelligence​
\ view thread
Ok. Im starting to remember having the same kind of issues where a package import just wedged. I believe it was when I included the plugin bundles. I was able to import a few small things from the package successfully, but as soon as I included the plugins things did not go very well. So then I ended ...
Posted By Clifford Grimm 02-27-2020 16:33
Found In Community: Hitachi Content Intelligence​
\ view thread
I am planning on having a rather complex pre-processing pipeline that will have a custom stage. This custom stage will be reading a file available in the /opt/hci folder to effectively provide it run-time config during execution. As an example, lets say the file has some instructions as to how to parse ...
Posted By Clifford Grimm 02-27-2020 16:18
Found In Community: Hitachi Content Intelligence​
\ view thread
Not clear what problem they are having. I have used a package to selectively upload only the required parts like custom plugins and workflow items without issue. I just made sure to unselect the system items that might have been included during the export and is not valid on the destination system. But ...
Posted By Clifford Grimm 02-26-2020 00:18
Found In Community: Hitachi Content Intelligence​
\ view thread
Despite online resources saying that you can just include a JAR file and describe it in a manifest, this does not work with HCI. Instead, I had to un-jar the classes in the dependent Jars and then jar them up with the plugin classes. A bit painful and manual, but does work.
Posted By Clifford Grimm 10-21-2019 14:11
Found In Community: Pentaho
\ view thread
I am trying to start developing PDI stage plugins and found the various documentation in the Developer Center. However, the download link for the SDK goes to box and this has since been disabled from use for Pentaho content. Is there a new location for the 8.3 SDK?   The page with the link is:   htt ...
Posted By Clifford Grimm 10-02-2019 22:25
Found In Community: Hitachi Content Intelligence​
\ view thread
I am developing a stage plugin that requires a 3rd party library (PostgreSQL JDBC). I have developed the state in Eclipse and run it from there, but having trouble getting the driver to be noticed when running from plugin-test and I suspect will also be an issue once I get to the point of using in HCI. ...