Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - greghidalgo

Pages: [1]
1
Other / SSL/TLS between CMODi and CMODz
« on: November 17, 2022, 01:41:36 PM »
At the wiki -https://cmod.wiki/index.php?title=Main_Page
in the section:
Content Manager OnDemand Advanced Topics
Here are some advanced topics, special instructions & fixes for unique situations, provided exclusively here on CMOD.wiki.
IBM CMOD Composite Indexes
Content Manager OnDemand Native Encryption
Manually disabling LDAP authentication
Migrating From Filenet to Content Manager OnDemand
Loading into a remote CMOD server with SSL enabled  <<< there is  this item **<< 
***
The link for the 'Loading into a remote CMOD server with SSL enabled'  brings up:
Loading into a remote CMOD server with SSL enabled
Jump to navigationJump to search
There is currently no text in this page. You can search for this page title in other pages, or search the related logs, but you do not have permission to create this page.
***
I'm working with a customer trying to implement this between CMODi indexing to load onto CMODz  . 
Working through issues - but developer had thought there were hints on the wiki .. maybe I need guidance on wiki navigating ... (?)
Any hints - about cipher suite compatibility,  TLS usage instead of SSL  ?   thanks

2
MP Server / Re: Determine the active segment table being used
« on: December 30, 2021, 07:04:13 AM »
Is 'archive'   the name of your OD instance?     And I think make sure you have space between -a and the '3' .   But I can generate the same ARS1107E when I put in an instance name that does not exist on my system.

3
MP Server / Re: os/400 indexer
« on: December 01, 2021, 12:52:30 PM »
Here is some information that may help answer your question -
The 400 indexer does not run on MP. However, you can export or create definitions on MP that specify the 400 indexer for the use case where you are loading from IBM i to MP.
If the reports are still going to be created on IBM i, then archiving from IBM i to MP will proceed using the 400 indexer.
If the reports are going to originate somewhere else and load on another platform (like MP), then the indexer will have to be changed to ACIF and probably some indexer parameters as well.

4
Report Indexing / Re: Date Format Error
« on: March 02, 2021, 10:52:29 AM »
Are you loading on an iSeries OD server ? 
If so, ADDRPTOND command can be run with Index Only - IDXONLY=*YES  and then you will get a .ind and .out file generated in your user profile's home directory if it exists.  If it does not exist, the files will go into the root directory.
If you are not on an iSeries, look into the command you are using - is there an index only option to produce the .ind/.out pair of files.?
In the .ind you will find what was picked up for all the fields defined, but as the error is indicating in the 59th report/document that is trying to be loaded, the data is incompatible with a date field.

5
iSeries / Re: Issue with CMOD instance starting under 10.5.0.0
« on: April 30, 2020, 09:11:13 AM »
If it won't start again - it could be that TCPIP is having trouble or is not started. Or some other job has the port 1445 you have defined for OD to use.  If it was working and then stopped - what might have changed on your system.
The info you've included is from a QPRINT spooled file produced by an OD instance server job, but it is not the joblog.  You may have to adjust the message logging level on the QRDARS/QOND400 job description temporarily - 4,00,*SECLVL  in order to get a real joblog to produce.
You may want to open a support case so it can be investigated further.

6
Yes, encrypted ASP is possible - is supported . 
High level steps  after OS has the disk pool defined as encrypted,  identify the disk pool to OnDemand via Nav for i , then add a storage level to your policy, disable the previous disk pool level;  use CHGPLDOND for ASM to move the objects along to the new encrypted ASP.

7
Here's what I've learned. 
In the Application definition, you check the box and you can indicate parameters to be passed to the preview exit.
At the iSeries- create a symlnk to your program.  The symlnk should be ARSUPREP  and the symlnk should be pointing to whatever program you are going to call.
I can only point you to the ARSUSEC as example of the symlnk setup - no sample/example of a preview exit program, sorry.
Maybe that can give you a starting place (?).

8
Hello Joe, the option for a preview exit is enabled in the OD Admin client when connected to the iSeries. It is in the Application on the Miscellaneous Options tab - and the help text says:
Use Preview Exit
For Multiplatforms, z/OS, and IBM i servers, this option enables the retrieval preview user exit for the application. If this option is selected, a user-written program is called for each document that is retrieved from the server. Any information that is specified in the Parameters field is sent to the user-written program.
*
I'm doing some research to find out more.   

9
iSeries / Re: ARSLOAD Getting ARS4305E Error
« on: February 07, 2018, 03:06:45 PM »
Joe,
What have you tried with specifying the path where your .ind and .out are located ?
A sample ARSLOAD command that I have used on an iSeries in the past:
arsload -f -g JOBLOGS -a JOBLOGS -h QUSROND -v -n /hidalgo/JOBLOGS.072817.0.JOBLOGS.JOBLOGS     
You might also try to use ADDRPTOND if this is iSeries.
I agree - I have seen that message when I was not getting to the .ind properly. 
Maybe this will help.

10
The ability to use PPD in a PDF input file  for indexing is available on iSeries - although as you said you were indexing on Windows platform, that is where you will be using the function.  And btw, 9.5.0.8  is available for OD for i with the latest group PTF SF99250.
I'm still working on the bonus question - an initial 'yes' seems reasonable.  But those .xxx files  would be temporary while indexing and loading takes place.  The impact of version may come into play if you consider patches that have come along as versions of CMOD move forward.

Hope this helps.
another Greg

After checking with a teammate:
Doesn't the PDF indexer just create an index(.ind), resource(.res) and output(.out) files for the loaded PDF,
Yes, that is correct.
      a. If so why does it matter what version of CMOD a user is using?
It matters because of APAR fixes that have been applied to the PDF indexer and the Adobe libraries. These fixes may or may not affect a particular customer.
             i. Does the format of the .ind,.out and .res change in newer versions of CMOD?
The format of the .ind, .out and .res does not change, but there can be changes in the load protocol. Our end user clients (32/64 windows client, ODWEK, etc...) can be a different version than the server but we always recommend that our admin clients to be at the same level as the server.
* *
Hope this helps answer your Bonus question.

Pages: [1]