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 - Andreas Baaserud Hauge

Pages: [1] 2 3 4
1
Thanks for your reply rjrussel,

While I think I understand what you are driving at, what does support mean to you in this case? Ideally, we always recommend new hardware/VMs. It is so much safer of a process.
Good question, I will try to list what I want to know(from top of my mind)
  • Is it OK to do so from IBM point of view, or are we performing something here that could lead us "out of support".
  • You say you recommend "new hardware/VMs", do you then have any experience where ICN / WebSphere / ODWEK would not function after upgrading the OS?


We also never recommend having all these components on the same server. ICN should be separate from the CMOD server.
We have ODWEK only on this server - bit unclear there yes.
CMOD / DB2 running on separate server.

2
We are about to upgrade our CMOD environment running under RHEL 7.9, to RHEL 9

The following components are running on this Linux RHEL 7.9 server:
  • IBM Content Navigator 3.0.11
  • IBM Content Manager OnDemand 10.5.0.5
  • IBM Websphere Application Server 9.0.5.13 ND

Does IBM software (ICN, WAS and CMOD) support in-place OS upgrade from RHEL7.9 to RHEL9 or should we make a new installations on a new Linux RHEL 9 server and make switch-over from old RHEL 7.9 server to new RHEL 9 server?

3
Thanks for reply rjrussel.

So because it is a connection pool - we need to restart the odwek-rest when we make these admin changes in OnDemand?

4
Hi,

I am working with the ODWek REST API on IBM Content Manager OnDemand version 10.5.0.4
When performing the follow HTTP POST request

URL = http://localhost/cmod-rest/v1/hits/
HTTP Method = POST
Body
Code: [Select]
{
    "query": "where DateField between 230301 and 240301",
    "folder": "MYFOLDER"
}

Response
Code: [Select]
Information has been modified on the server.  Please logoff, logon, and retry the operation.
Bit surprised I get this response as I thought the ODWek REST API would take care of logoff, log on to CMOD right?

5
 Hi, thanks for reply

Our problem was firewall related. ODWek REST not able to connect to CMOD Library Server.
Solved by opening in firewall

6
Hi,

In our ODWek REST api we are getting the following response: No availble connections to pool <poolname>

Request
HTTP request to /cmod-rest/v1/ping
Header includes key / pair
  • Authorization = CMODSharedKey <connection_poolname-connection_poolkey>

Response
HTTP Code = 408
Reponse body = No availble connections to pool <poolname>

I have tried to increase the max poolsize in odwek-rest.war even. Any idea what is going on here?
This happends in our test environment - production is fine.

7
MP Server / Re: CMOD 10.5 License Type
« on: January 17, 2024, 05:30:00 AM »
So next question is, do anyone have experience changing license type by installing same fixpack version that is already installed?

8
MP Server / Re: CMOD 10.5 License Type
« on: January 17, 2024, 05:26:08 AM »
Hi,

Reply from IBM Support
Quote
The supported way to change this is to re-install the product. There are files that could be modified that track the installation license, but manually updating them would not be recommended.

9
MP Server / CMOD 10.5 License Type
« on: January 11, 2024, 02:17:05 AM »
3) Can we changed the license types after CMOD 9.5 installed on system?

The post I am quoting was related to CMOD 9.5, this post is about CMOD 10.5, how do you change license type after CMOD 10.5 installed on the system?
I read from post quote, you have two options:

Do we have any other options today?

Thanks in advance :)

10
Here's what I did to get hold of the user id through Java

Code: [Select]
# Preliminary - Passing PluginServiceCallbacks callbacks Plugin

# get hold of the ODServer object by the repositoryID
ODServer server = callbacks.getODServer(repositoryId);

# Now we can retrieve user info
String userId = server.getUserId();

Through Javascript can use something like ecm.model.desktop.userId

11
Hi,

I am working on a Content Navigator Plugin where I need to get hold of the user id for the logged in user in Content Navigator.
Does anyone have any clue how I can achieve this?

Love your reply <3

12
I ended up re-installing WebSphere - then ODWek REST was successfully deployed and working.

13
Hi,

I have installed ODWek REST a couple of times now in different environments, with success.
This environment I'm installing in now is just a production environment and is set up same in test where I have installed ODWek REST successfully.

So in the production environment I have created a connection pool and access key, configured cmod rest configuration folder as an environment(restcfgdir) variable in WebSphere, installed the cmod-rest.war application and started it.
The cmod-rest application seems to start ok, but when I start to verify the services it starts to get weird.

service cmod-rest/v1/documentation respond with HTTP 200 and the documentation page is visible.
service cmod-rest/v1/ping respond with HTTP 404, the WebSphere logs does not show much right now. earlier I saw LTPA token expired, that has disappeared. I'll increase log level tomorrow.

Environment:
  • WebSphere Base 9.0.5.10
  • OnDemand 10.5.0.4
  • Windows Server 2016

Any idea what could be wrong here?

14
CMOD will handle the rest for you.

Thats fine, I just dont get how this work.
I have a segment date field, when I use startdate = 2023-02-25 I still get hits where I have records contains date = 2021-08-04

Searching without SQL seems to be extremely slow compared to Search with SQL.
Did a few test request now.
  • Search with SQL = 59ms
  • Search without SQL = 1677ms. Even up to 3s
Total number of hits = 1

If you know how we can use segment startdate and stopdate in Search with SQL - I'd very much like to know :D

15
Good question, is it more efficient to not use the Search with SQL and rather use /cmod-rest/v1/hits/<folder> ?

Cant see we specify segment startdate and stopdate in /cmod-rest/v1/hits/<folder> search.
in the background maybe the segment startdate and stopdate are used ? do you know what those values would typically be?

Pages: [1] 2 3 4