Profile

Jonathan Chinitz

This individual is no longer active. Application functionality related to this individual is limited.

Contact Details

My Content

1 to 20 of 50+ total
Posted By Jonathan Chinitz 06-17-2020 14:50
Found In Community: Hitachi Content Intelligence​
\ view thread
@Miguel Gaspar​ I successfully created a Kafka connector that uses SSL -- there was no problem. I created a Kafka cluster in AWS (MSK) that had brokers that were listening on PLAINTEXT (port 9092) as well as SSL (9094) connections. I sent a few messages in and then read them thru a simple pipeline. Works ...
Posted By Jonathan Chinitz 06-16-2020 13:43
Found In Community: Hitachi Content Intelligence​
\ view thread
Good to hear that it is an external Kafka broker :-). I am not sure how the Kafka connector code works, but for HCP as an example, the first time you TEST the connector and it is configured to use SSL the code will pop up a window with the certificate information and ask if you (the client) wants to ...
Posted By Jonathan Chinitz 06-16-2020 13:03
Found In Egroup: Hitachi Content Platform​
\ view thread
The plugin itself can be posted here as a jar, or if you have a gitlab repo you can publish a link to that here. If you have any supplementary docs that accompany the plugin my suggestion would be to wrap it up in a zip and post that here.
Posted By Jonathan Chinitz 06-16-2020 12:37
Found In Community: Hitachi Content Intelligence​
\ view thread
@Hitendra Talluri​ Easiest thing I can think of is to write an app that issues 2 queries, one for each documents hash (assuming it is in the index) and compares them inline.
Posted By Jonathan Chinitz 06-16-2020 12:16
Found In Egroup: Hitachi Content Platform​
\ view thread
Nice work, @Miguel Gaspar​ ! Would you be interested in publishing the plugin here so others can try it out (myself included)?
Posted By Jonathan Chinitz 06-16-2020 12:11
Found In Community: Hitachi Content Intelligence​
\ view thread
@Thabiso Mathabathe​ it could be that you have a cached credential, especially if the time between logins is < 4 hours. You can clear HCIs cache as an administrator. Try clearing HCIs cache by navigating to the Identity Provider in the Admin App and clicking on Clear Cache:
Posted By Jonathan Chinitz 06-16-2020 12:05
Found In Community: Hitachi Content Intelligence​
\ view thread
@Miguel Gaspar​  Sounds like you are using HCIs Kafka as broker itself (read: the server). That is not a supported action. The connector config allows HCI to act as a consumer or a producer of events and it expects to communicate either over PLAINTEXT or SSL with an *external* Kafka broker.
Posted By Jonathan Chinitz 05-05-2020 11:18
Found In Community: Hitachi Content Intelligence​
\ view thread
Ecky:   You will need to do the following: Upgrade 1.3.1 to 1.4.1 Import the bundles and packages into 1.4.1 and re-export them. Upgrade 1.4.1 to 1.6.1 Import your (new) bundles and package   Jonathan
Posted By Jonathan Chinitz 04-21-2020 15:50
Found In Community: Hitachi Content Platform​
\ view thread
Beate:   I cannot import your bundle because it has a Document Security stage which is referencing an Active Directory group (UgDEDA1_HCI_Users) which of course I dont have. I also do not have any sample data that you are using. I did notice that you have a Content Class and a CC Extraction stage which ...
Posted By Jonathan Chinitz 04-21-2020 14:43
Found In Community: Hitachi Content Platform​
\ view thread
Beate:   Hard to tell what is going on without a stack trace which you should get when the workflow halts. Also if you can export the workflow into a bundle and attach it here I will try to import it and take a look on my system.
Posted By Jonathan Chinitz 04-16-2020 14:15
Found In Community: Hitachi Content Intelligence​
\ view thread
I dont believe that is possible. Ill ask ENG and see what they say.
Posted By Jonathan Chinitz 04-16-2020 13:53
Found In Community: Hitachi Content Intelligence​
\ view thread
This is the right one. I am attaching a pipeline snippet that does the following: Field Parser -- splits out the timestamp on the . into 2 fields Replace -- removes the milliseconds from the second field Append -- the second field back to the first field Date Conversion -- runs the new field thru date ...
Posted By Jonathan Chinitz 04-16-2020 12:56
Found In Community: Hitachi Content Intelligence​
\ view thread
This was the wrong answer
Posted By Jonathan Chinitz 04-16-2020 12:54
Found In Community: Hitachi Content Intelligence​
\ view thread
I believe if you use a Date Conversion stage with the following pattern/replacement string: you will get the desired result: Let me know if this works for you.
Posted By Jonathan Chinitz 04-01-2020 14:27
Found In Community: Hitachi Content Intelligence​
\ view thread
Hitendra:   Did you ever get a resolution to this?
Posted By Jonathan Chinitz 03-28-2020 14:26
Found In Community: Hitachi Content Platform​
\ view thread
Correct. That is the way HCP Versioning works.
Posted By Jonathan Chinitz 03-28-2020 01:10
Found In Community: Hitachi Content Platform​
\ view thread
For each file/directory that you modify every hour you are creating a version. You are keeping versions for 10 years which is 3650 days which is a very long time. Even though the schedule indicates hourly, daily, weekly, etc. NONE of these versions ever gets deleted (there is no way to delete a specific ...
Posted By Jonathan Chinitz 03-28-2020 00:19
Found In Community: Hitachi Content Platform​
\ view thread
I think maybe you did not understand my reply. Example:   Lets say that the Namespace is 10GB. Of that 10GB the system, root and management consume 1GB. The size of the HDI filesystem is lets say 4GB. This 4GB represents the current/active version of the object in the namespace. So 10-1-4 == 5GB which ...
Posted By Jonathan Chinitz 03-27-2020 17:40
Found In Community: Hitachi Content Platform​
\ view thread
The short answer is no, at least not without doing some gymnastics. The HCP namespace that is used by HDI has 3 parts: Data System Restore (under the directory root) System config, logs and other metadata (under the directories management and system) All the other directories (which look like hhh where ...
Posted By Jonathan Chinitz 03-10-2020 21:28
Found In Community: Hitachi Content Intelligence​
\ view thread
First I would try to execute the MAPI call:    curl -ik -H Authorization: HCP XXXXXXX:YYYYYY -H Accept: application/xml https://CLUSTERNAME:9090/mapi/services/replication/links?prettyprint   to see how many links show up.   Then pick one of the links that DOESNT appear in HCM and see if you can get its ...