2013-08-05 14 views
0

請有人對元數據網址有想法,告訴我 當我有主機名稱 端口和IMS數據存儲時,如何找到元數據URL?當我有主機名,端口和數據存儲名時,如何查找IMS數據庫的元數據URL以便從Java進行連接?

我得到了關於元數據URL以下信息:

代表 目標IMS數據庫的數據庫元數據的位置。

MetadataURL屬性是IMS Enterprise Suite Explorer for Development生成的Java元數據類的完全限定名 。 URL必須以 作爲前綴,並加上cla​​ss://(例如,class://com.foo.BMP255DatabaseView)。

回答

0
 
I got the solution for this problem. 

1. Download IBM Installer and DL I Utility Plugin from IBM Site 
2. Install DLI Utility Plugin into your Eclipse 
4. Create a sample DLI Utility Project by importing PSB and DBD Source files of 
your IMS database 
5. After successful creation of the project, check inside the project, the Java 
Metadata File will be created. 
6. Use the created Java file name as Metadata URL for your Java IMS connection 
by providing the metadata file in your classpath. 

欲瞭解更多信息,請訪問以下鏈接:

http://pic.dhe.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=%2Fcom.ibm.ims.dlimodel21.doc%2Fdli_creatingnew.htm

對於下載,請訪問以下鏈接:

http://www-01.ibm.com/software/data/ims/soa-integration-suite/enterprise-suite/dlimodel-utility/

相關問題