无法打开 IR/ID/ESR(XI/PI)

本文针对SAP Process Integration(PI)中IR/ESR/ID登录遇到的问题提供了详细的解决方案,包括不同Java版本的适配建议、主机文件配置、代理设置、缓存清理方法、权限检查及网络连接验证等。

转 SAP COMMUNITY NETWORK

Unable to open IR/ESR/ID ? (XI/PI/PI 7.1) [Updated for PI 7.1 support]
Shabarish Vijayakumar
Business Card
Company: Wipro Technologies
Posted on Feb. 13, 2006 04:40 AM in
SAP Process Integration (PI)

 

The Problem?


• Once you click on IR/ESR or ID you get a download error and you are not able to load the jar files.

• You put in the login id and password but an error pops up saying ‘Authorization error; unknown user name or incorrect password’ even though with the same id and password you are able to open SLD and RWB.

The following are some trouble shooting steps that may help resolve the problem.

In Case of versions < PI 7.1:

If you have read the weblog by Sameer an important point to note is the version of Java™ 2 Standard Edition or J2SE. It is recommended to have a minimum of JRE 1.4.2 or higher. But it’s better not to have JRE 1.5 and above as in various situations it has been noticed to throw errors.

image

Note: To avoid auto updates of J2SE to higher versions go to the control panel and open the 'Java Plug In' icon. Browse to the update panel and uncheck the checkbox for ‘Check for Updates Automatically’.



image

 

In case of PI 7.1, you need to have Java SDK 5 and above. Any version below will cause issues

• An entry into the host file is needed specifying the server details.
The host file is usually found under the path C:/WINNT/system32/drivers/etc or C:/WINDOWS/system32/drivers/etc. This file contains the mappings of IP addresses to host names. Each entry should be kept on an individual line hence a typical entry into this file would be the IP address first, separated by a tab followed by the host name.

• Open Web Start and go to Preferences. In the General tab you will find 3 radio buttons for proxies. Select the ‘None’ option and try to launch IR/ESR/ID.

image



• Try clearing the cache folder Java Web Start-->File-->Preferences-->Advanced-->Clear Folder and then try downloading the jar files again.

• Try Re-Initializing the Design and Configuration in Administration link of XI/PI home page.

XI/PI Home page -> Administration -> Java™ Web Start Administration

The following will address the 2nd point of the problem statement.

Note: This situation is usually noticed when trying to log on to the XI/PI server from a different LAN or that the client and servers are in different domains.

• Check whether the user id has the roles SAP_XI_DEVELOPER and SAP_XI_CONFIGURATOR assigned to it.

• Check whether the XI/PI server has any firewall settings. If yes, open the ports 8000, 500XX. Also repeat these checks for the workstation you are working on.

TELNET can be a method used to check the same.

To run TELNET, goto Start -> Run and type telnet.

Once the TELNET window opens, run the command ‘open’ which has a syntax -> open hostname [port]



image

If the connection is successful the following window follows,

image

• Apply OSS note 864268 and then try reinitializing Java Webstart by going to your XI/PI Home Page -->Administration-->Java Webstart Administration-->Reinitialization.



• Another option would be to connect via a VPN to the network where the XI/PI server is configured. The Java Web start package for Integration Builder tries to connect using the IP address of the XI/PI server. The XI/PI server is generally setup with a local IP address which is not routed over the internet.

The above listed are the various options that we can try for a successful login to the Integration Builder.If these wouldnt work ... Well, we all can always depend on the XI/PI forum.

在 Kali Linux 系统中,下载 `firefox-esr-l10n-zh-cn` 中文语言包时出现 404 错误,通常与系统软件源配置有关。Kali Linux 的软件包依赖于 `/etc/apt/sources.list` 和相关仓库源的正确配置,若源中未包含对应版本的 ESR 浏览器语言包,将导致下载失败。 一种可能的解决方法是手动编辑软件源文件 `/etc/apt/sources.list`,确保其中包含正确的 Kali 官方仓库地址。例如,可以添加以下官方源条目[^3]: ```bash deb http://http.kali.org/kali kali-rolling main contrib non-free ``` 在修改源文件前,建议先确认当前系统的 Kali 版本信息: ```bash lsb_release -a ``` 若输出显示为稳定版本(如 Kali Linux 2023.x),则应使用对应的版本代号(如 `kali-2023.x`)而非 `kali-rolling`。修改完成后,执行以下命令更新软件源列表: ```bash sudo apt update ``` 完成源更新后,再次尝试安装中文语言包: ```bash sudo apt install firefox-esr-l10n-zh-cn ``` 若仍然无法下载,可以考虑手动下载语言包并进行本地安装。访问 [Kali Packages 官方仓库](https://http.kali.org/kali/pool/main/f/firefox/),搜索对应版本的 `firefox-esr-l10n-zh-cn` 包(例如 `firefox-esr-l10n-zh-cn_102.15.0esr-0kali1_all.deb`),使用 `wget` 下载后通过 `dpkg` 命令安装: ```bash wget http://http.kali.org/kali/pool/main/f/firefox/firefox-esr-l10n-zh-cn_102.15.0esr-0kali1_all.deb sudo dpkg -i firefox-esr-l10n-zh-cn_102.15.0esr-0kali1_all.deb ``` 此外,确保系统时间与网络时间同步,否则可能导致 SSL/TLS 握手失败,从而影响 APT 包的下载过程: ```bash sudo timedatectl set-ntp true ``` 安装完成后,重启 Firefox 浏览器即可生效中文界面。 ###
评论 1
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值