Author Topic: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1  (Read 5065 times)

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1199
    • View Profile
#zOS #ODF

Jaydeep Mehta

  • Guest
Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
« Reply #1 on: January 19, 2018, 04:48:23 AM »
HI Arnold,

we are using CMOD 10.1.0.2 version and we want to ue deploy HTML5 viewer but
To use the new viewer, we must make some code changes to servlet environment  .

so can you please let us know in which path ,where or in which class we need to do below code changes.

response.sendRedirect (request.getContextPath() + “LineDataViewer/Viewer.html” +
                       “?action=” + request.getRequestURI() +
                       “&docid=” + URLEncoder.encode(docId, “UTF-8”) +
                       “&folder=” + odFolder.getName() +
                       “&language=” + request.getHeader(“Accept-Language”));


if any idea please suggest .


 

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1199
    • View Profile
Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
« Reply #2 on: January 25, 2018, 12:30:21 PM »
Jaydeep - I checked with colleagues.

The only answer I could get was that this was inside your company's code and they can't comment. 

Ed
#zOS #ODF

Steve Bechtolt

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
« Reply #3 on: February 02, 2018, 04:34:51 AM »
We're testing the new HTML5 Viewer and it is working except for the fact that we're getting JSON errors when trying to view/add annotations.
Steve Bechtolt
IBM Certified Solutions Expert - IBM Content Management - OnDemand Multiplatform
ERM as a Service - DXC Technology

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1199
    • View Profile
Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
« Reply #4 on: February 14, 2018, 11:44:48 AM »
We're testing the new HTML5 Viewer and it is working except for the fact that we're getting JSON errors when trying to view/add annotations.

Are you using IE (not Edge)?  I have heard that IE uses some older java underneath that won't be updated.

Ed
#zOS #ODF

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1199
    • View Profile
If you're using HTML5, install 10.1.0.2
« Reply #5 on: February 14, 2018, 11:53:00 AM »
10.1.0.2 has fixed at least a couple usability errors in scrolling --- is much more pleasant to use.

Ed
#zOS #ODF

Jaydeep Mehta

  • Guest
Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
« Reply #6 on: February 18, 2018, 11:17:02 PM »
Hey Arnold,

Thanks for update ,but I believe the below code changes is not related  to company , this code is present in IBM HTML5 deployed link and it is at ICN level .

https://www-01.ibm.com/support/docview.wss?uid=swg22008705


response.sendRedirect (request.getContextPath() + “LineDataViewer/Viewer.html” +
                       “?action=” + request.getRequestURI() +
                       “&docid=” + URLEncoder.encode(docId, “UTF-8”) +
                       “&folder=” + odFolder.getName() +
                       “&language=” + request.getHeader(“Accept-Language”));


I believe you have implemented the HTML5 ,so can you please just suggest in which servlet or class file we need to update the code .

Thanks
Jaydeep

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1199
    • View Profile
Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
« Reply #7 on: February 19, 2018, 03:11:45 PM »
Jaydeep - I asked about this and got the reply, "What code are they trying to update? It looks like ICN which is not supported."

Ed
#zOS #ODF

shabarish

  • Guest
arsadmin stored successfully but couldn't able to view doc
« Reply #8 on: February 19, 2018, 11:14:25 PM »
Hi Arnold,

                    We have retrieved the document using "arsadmin retrieve"command and when we are trying to store the document using arsadmin store command the document is stored successfully to the destination server(which contains the same application group as we migrated application group to  target  before migrating the document) but when we tried to view the document in user client the document is not found or not viewed!!!

 Thanks in advance
« Last Edit: February 19, 2018, 11:16:48 PM by shabarish »

Jaydeep Mehta

  • Guest
Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
« Reply #9 on: February 20, 2018, 01:42:55 AM »
HI Arnold,

Thanks for update .

Jaydeep Mehta

  • Guest
Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
« Reply #10 on: February 20, 2018, 01:44:29 AM »
Hi Shabarish,

What error come while open the document? Have you checked the system log error message .?

Regards
Jaydeep Mehta

shabarish

  • Guest
arsadmin stored successfully but couldn't able to view doc
« Reply #11 on: February 20, 2018, 03:26:59 AM »
hi Jaydeep, 

                     Am attaching the screenshots representing arsadmin store was successful but user client is issuing no document with such search criteria.

teera_aoo

  • Jr. Member
  • **
  • Posts: 18
    • View Profile
Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
« Reply #12 on: June 08, 2018, 06:45:19 AM »
Documentation for the HTML5 viewer:

http://www.ibm.com/support/docview.wss?uid=swg22008705

CMOD V10.1.0.1 Fixpack readme:

https://www-01.ibm.com/support/docview.wss?uid=swg27049966&aid=1

Ed

Is it possible to config ICN to used HTML5 viewer without coding?