2008/5/29

Adapter 安裝時出現的錯誤:BIA01002

BIA01002: You have attempted to install IBM WebSphere Business Integration Adapter
for on an unsupported platform.
Refer to the Installation Guide for WebSphere Business Integration Adapters.
Cause
This is because these products did not support Windows XP or Vista platforms
at the time the products were released.

The product installers have built-in platform checks that prevent users
from installing on unsupported platforms.

To bypass the installer platform check, follow these steps:
1. Open a Command Prompt. (Click Start->Run and
then type cmd and click "OK".)
2. Change directories to the directory
where the installer.exe file is located.
3. Type: setupwin32 -W unsupportedPlatform.active=false

Alternatively, if you want to start the installer using Java®,
type:
java -jar setup.jar -W unsupportedPlatform.active=false

Cross Reference information Segment

沒有留言:

JPA+complex key+custom Query

  來源: https://www.cnblogs.com/520playboy/p/6512592.html   整個來說,就是有複合主鍵 然後要使用  public interface XxXXxx DAO extends CrudRepository<Tc...