Hi everybody,
The first post, I want to share my tip when configure mapping in ESR or configure in integration directory (ID). Everytime, you want to configure ESR or ID, you have to go web browser and input URL look like :

In fact, you have to do this work many times, it’ll take you loss time. So, in this post, I want to share one tip so cool. You just download package only one and it ‘ll run without web browser. you can follow step by step for this tip
Part 1 : Create shortcut for Enterprise Services Repository (ESR)
Step 1 : Copy link address of ESR

Step 2 : Go to mapping screen and test tab. You have to go here one time to download file

Press Ctrl +Alt + Shift + J. You’ll see the screen for download package.

(1) : You paste URL which you copied before
(2) : Start download by press run repository. It’ll start download package.

After download success, you’ll find a folder in path look like :

Step 3 : Copy file javaws from Java folder which you installed before into this folder
Step 4 : Edit file start.bat in notepad++. Add path of file javaws.bat into file as below

Step 5 : Rename file start.bat to ESR.bat, and run it. Congratulation, you create shortcut successfully. Now, you can configure ESR by run file *.bat without use web browser to download packages.

Part 2 : Create shortcut for Integration Directory (ID)
Step 1 : Copy link address of ID

Step 2 : Go to mapping screen and test tab. You have to go here one time to download file

Press Ctrl +Alt + Shift + J. You’ll see the screen for download package.

(1) : You paste URL which you copied before
(2) : Start download by press run repository. It’ll start download package.

After download success, you’ll find a folder in path look like :

Step 3 : Copy file javaws from Java folder which you installed before into this folder
Step 4 : Edit file start.bat in notepad++. Add path of file javaws.bat into file as below

Step 5 : Rename file start.bat to ID.bat, and run it. Congratulation, you create shortcut successfully. Now, you can configure ID by run file *.bat without use web browser to download packages.

Congratulation !! Current your work will so cool with this tip. You can create shortcut on every environment as DEV, QAS, PRD.
Thanks for your reading and I’m very happy if you share your comment on this post.
Huy Nguyen
Thanks for your helpful tip Huy
LikeLike
I get 401 error when trying to download and it not User issue, I have already login 😛
==========================================================================
java.io.IOException: Server returned HTTP response code: 401 for URL: https://.com/rep/start/sso/Repository.jsp
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at java.net.URL.openStream(Unknown Source)
at com.sap.aii.mappingtool.helpers.IBJnlpLoader.internalRun(IBJnlpLoader.java:105)
at com.sap.aii.mappingtool.helpers.IBJnlpLoader.access$000(IBJnlpLoader.java:29)
at com.sap.aii.mappingtool.helpers.IBJnlpLoader$1.run(IBJnlpLoader.java:57)
============================================================================
LikeLike
Hi Nikhilesh,
– You can check URL this https://.com/rep/start/sso/Repository.jsp. And tell me which step you get trouble. We’ll check together.
LikeLike
Hi Nikhilesh,
Instead of hostname, can you change URL with IP address ?
https://%5BYour PI Server Address].com/rep/start/sso/Repository.jsp
Cuong Dang
LikeLike