When I tried to create a starter view, I received the following error. Why?
c:\IBM\webviewsync>java -jar C:\kdPeople\WebViewSync.jar addview –view kdPeople –starter
Signing On To TRIRIGA [success]
[2018-02-10 07:24:33] [Retrieving Paths] kdPeople
[2018-02-10 07:24:33] [Retrieving Paths] kdPeople
[!FAILED!]
Signing On To TRIRIGA [success]
[2018-02-10 07:24:34] [Retrieving Paths] kdPeople
[2018-02-10 07:24:34] [Retrieving Paths] kdPeople
[!FAILED!]
[!ERROR!] User not authorized.
Signing Out Of TRIRIGA [success]
But when I used the system user, the “init” process was successful:
c:\IBM\webviewsync>java -jar webviewsync.jar init
TRIRIGA URL (including context path): http://tririgahost:8001/tririga
TRIRIGA User Name: system
TRIRIGA Password:
Testing connection…
Signing On To TRIRIGA [success]
Test successful.
Writing init file [ok]
Signing Out Of TRIRIGA [success]
I ran into the same issue on a local VM. Use “ipaddress” instead of “tririgahost”:
c:\IBM\webviewsync>java -jar webviewsync.jar init
TRIRIGA URL (including context path): http://ipaddress:8001/tririga
TRIRIGA User Name: system
TRIRIGA Password:
Testing connection…
Signing On To TRIRIGA [success]
Test successful.
Writing init file [ok]
Signing Out Of TRIRIGA [success]
[Admin: To see other related posts, use the WebViewSync tag or UX tag.]