'JCA'에 해당되는 글 2건
- 2012.07.13 [SAP] Connecting to Backend Systems
- 2011.11.13 RFC 호출시 추가된 테이블을 불러오지 못함
- [SAP] Connecting to Backend Systems
- 日常茶飯事
- 2012. 7. 13. 19:00
Connecting to Backend Systems
http://help.sap.com/saphelp_nw70/helpdata/en/f2/db49421c0b3c54e10000000a1550b0/frameset.htm
- Creating an Application Integrator Component
http://help.sap.com/saphelp_nw70/helpdata/en/7d/5d3842134bad04e10000000a1550b0/frameset.htm
com.sapportals.portal.appintegrator.layer.IIntegrationLayer 을 확장해서 application integrator component 만들기
- Connector Framework
JCA
- Using Existing Connectors
필요한 jar
JDBC Connector
Connecting via the Connector Service
Connecting SAP EP to a SQL database에 비슷한 내용 있음.
Direct connection using the J2EE JNDI
SAP System connector
Example for a connection to a SAP system using the connector gateway service
Executing a BAPI Function
Connecting to an SAP System on WebAS 6.20 without the Connector Service
Connecting to an SAP System on WebAS 6.40 without the Connector Service
Web Service connector
- Portal Destination Service
- Developing a Connector
Using the Connector Wizard
Connector Deployment
http://help.sap.com/saphelp_nw70/helpdata/en/f2/db49421c0b3c54e10000000a1550b0/frameset.htm
- Creating an Application Integrator Component
http://help.sap.com/saphelp_nw70/helpdata/en/7d/5d3842134bad04e10000000a1550b0/frameset.htm
com.sapportals.portal.appintegrator.layer.IIntegrationLayer 을 확장해서 application integrator component 만들기
- Connector Framework
JCA
- Using Existing Connectors
필요한 jar
JDBC Connector
Connecting via the Connector Service
Connecting SAP EP to a SQL database에 비슷한 내용 있음.
Direct connection using the J2EE JNDI
SAP System connector
Example for a connection to a SAP system using the connector gateway service
Executing a BAPI Function
Connecting to an SAP System on WebAS 6.20 without the Connector Service
Connecting to an SAP System on WebAS 6.40 without the Connector Service
Web Service connector
- Portal Destination Service
- Developing a Connector
Using the Connector Wizard
Connector Deployment
- RFC 호출시 추가된 테이블을 불러오지 못함
- 日常茶飯事
- 2011. 11. 13. 01:30
- RFC에 테이블이 추가되어서 작업을 함.
그런데 com.sapportals.connector.metadata.functions.IParameter#getStructure()이 null을 리턴한다.
해당 테이블을 불러오지 못하는거 같다.
- 그러다 저녁에 테스트를 하니 제대로 인식을 한다.
- 누구말로는 캐시 문제일수도 있다고 하고
- 다른 프로젝트에서는 RFC가 변경되면 SAP Connector를 다시 시작시켜야 한다고 한다.
JCo RFC Provider 서비스를 이용하는 경우에는 리스터를 다시 시작시킨다.
그런데 com.sapportals.connector.metadata.functions.IParameter#getStructure()이 null을 리턴한다.
해당 테이블을 불러오지 못하는거 같다.
- 그러다 저녁에 테스트를 하니 제대로 인식을 한다.
- 누구말로는 캐시 문제일수도 있다고 하고
- 다른 프로젝트에서는 RFC가 변경되면 SAP Connector를 다시 시작시켜야 한다고 한다.
JCo RFC Provider 서비스를 이용하는 경우에는 리스터를 다시 시작시킨다.
Recent comment