OnDemand User Group

Support Forums => OD/WEK & JAVA API => Topic started by: Ed_Arnold on September 26, 2017, 07:57:49 AM

Title: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
Post by: Ed_Arnold on September 26, 2017, 07:57:49 AM
Documentation for the HTML5 viewer:

http://www.ibm.com/support/docview.wss?uid=swg22008705  (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 (https://www-01.ibm.com/support/docview.wss?uid=swg27049966&aid=1)

Ed
Title: Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
Post by: Jaydeep Mehta 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 .


 
Title: Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
Post by: Ed_Arnold 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
Title: Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
Post by: sisusteve 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.
Title: Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
Post by: Ed_Arnold 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
Title: If you're using HTML5, install 10.1.0.2
Post by: Ed_Arnold 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
Title: Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
Post by: Jaydeep Mehta 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
Title: Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
Post by: Ed_Arnold 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
Title: arsadmin stored successfully but couldn't able to view doc
Post by: shabarish 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
Title: Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
Post by: Jaydeep Mehta on February 20, 2018, 01:42:55 AM
HI Arnold,

Thanks for update .
Title: Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
Post by: Jaydeep Mehta 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
Title: arsadmin stored successfully but couldn't able to view doc
Post by: shabarish 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.
Title: Re: HTML5 Viewer Now Available, Ships With CMOD V10.1.0.1
Post by: teera_aoo on June 08, 2018, 06:45:19 AM
Documentation for the HTML5 viewer:

http://www.ibm.com/support/docview.wss?uid=swg22008705  (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 (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?