Recent Posts

Pages: 1 2 [3] 4 5 6 7 8 ... 10
21
There is not.

arsdoc get Assumes every "hit" is a document, so if you have 10 hits you are going to get 10 documents, regardless of the fact that they may all be the same document. 
22
Hi All,

I am working on a CMOD to CMOD migration where I extract using arsdoc get with generic indexer and then load into target CMOD system. There are some reports that have originally been indexed with floating triggers at every line of every page, and, CMOD createed pointers to the same object from 1000s of different hit list records, as expected. For example, if the first 353 pages of the report are all one document, every line in all these 353 pages are loaded into CMOD as different document indexes (my hit list).

So far so good.

And the problem is when I try to retrieve this report with generic indexer using arsdoc get. CMOD. retrieves 1 hit list record, writes it to the .IND file as the first entry, and then it goes to retrieve the object it points to and it then writes that to the .OUT file. For every item in the hit list it repeats the process and creates a huge file, 100s of times larger than the original.

This use case is the one where CMOD is not giving you exactly what was stored and exactly as it was stored.

Is there a way for arsdoc get to generate the input file exactly as it was ingested for the use case described above?

Thanks,
-Mehmet 
23
MP Server / Operations issue with LDAP
« Last post by jsquizz on March 26, 2024, 08:58:44 AM »
We just got LDAP implemented, we verified all of the correct settings (that we can see..) We were getting return code 49, which pointed us to invalid credentials. We resolved that, or so we think.

We are now seeing this error message "LDAP Error: Operations error -- ldap_rc=1,  -- extended_rc=0,  -- ldap_errno=1, extra_rc=0, File=arsldap.c, Line=2662"

Has anyone seen this before?

Thanks!
24
MP Server / User Object Count Discrepancy Between Admin GUI and ARSXML Export
« Last post by JeanineJ on March 26, 2024, 06:45:57 AM »
I had to export our users in production yesterday for our annual SOC Audit (Sarbanes Oxley) and the export ended up with 24 MORE ID's than what was displayed in the Admin GUI.
I went through ID by ID to figure out which ID's were missing from the GUI.
Has anybody ever experienced this?
I have a ticket open with IBM.
CMOD Ver 10.5.0.5
OS RHEL7
Library/Object server are the same server.
I am the admin and exported the User objects under my ID.
25
You didn't mention if you're using a Certificate Authority (CA) or a self-signed certificate, so the answer will be a little vague...

Check DB2's key database for the Spectrum Protect server certificate -- if the SP server cert is self-signed, you'll have to add a copy to the DB2 database's key db.  If the SP server cert was signed by your organization's CA, then you need to make sure you have the full certificate chain (root + intermediate certificates) inside that key database.

-JD.
26
Hi. certicate expired at spectrum protect (TSM) server, renewed it with this guide:
https://www.empalis.de/en/ibm-spectrum-protect-server-certificate-cert256arm-expired-troubleshooting-tips/
After that clients were able to connect to Spectrum, but Spectrum protects database (db2) backups failed.

errors:
tsmbgr log: ANS1579E GSKit function gsk_secure_soc_init failed with 406: GSK_ERROR_IO
activity log: ANR8599W The connection with S00030.tapiodmz01.fi:62300 failed due to an untrusted server certificate

so no connection in activity log with user:NODE:$$_TSMDBMGR_$$, which starts database backup

renewed also splicert files from Nodes\$$_TSMDBMGR_$$ folder

Have not found out what actual cert is backup using

thanks for answers


27
MP Server / Re: Disable users ability to change passwords
« Last post by jsquizz on March 25, 2024, 02:28:59 PM »
Thanks JD/RJRussel, this will come in handy.

Our client is asking if its possible also to do this within content navigator (until we roll out LDAP and they stop sharing accounts!!)

Thanks
29
MP Server / Re: Disable users ability to change passwords
« Last post by Justin Derrick on March 22, 2024, 07:39:23 AM »
30
MP Server / Re: Disable users ability to change passwords
« Last post by rjrussel on March 22, 2024, 07:04:23 AM »
look in the windows customization guide - There is a flag you can pass to start the client which will disable the change password option.
Pages: 1 2 [3] 4 5 6 7 8 ... 10