Problem in SAP ALE eWay installation

I'm using ican to connect to SAP R/3 system. However, SAP ALE eWay is not appearing in my designer.

I have installed both SAP ALE and SAP BAPI eway and then uploaded those in the edesginer through the upload center. In the confirmation screen for the upload center it shows that both the eways have been uploaded successfully. In the connectivity map drop down it shows the SAP BAPI eway but not the SAP ALE eway. I have done everything which is mentioned in the documents.

Does it require any other configuration also?

Regards,

Deepak

[568 byte] By [draina] at [2007-11-26 9:41:25]
# 1
hi Deepak,afaik ALE can't be drawn onto a CM. with ALE you can "only" create OTDs for parsing IDOCS. it is a lot different than in eGate. try to create a new OTD by right clicking onto a folder and do a new OTD -> ALE;-)regards chris
ChrisBrennsteiner at 2007-7-7 0:39:50 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 2
Thanks for your help. I will try this. The SAP ALE eWay document doesn't mention it. Do you have any other document which has more details for connecting SAP r/3 with ican/caps?Regards,Deepak
draina at 2007-7-7 0:39:50 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 3
hi deepark,what do you mean by more information? documents about ALE and BAPI should be sufficiant. or do you miss anything?regards chris
ChrisBrennsteiner at 2007-7-7 0:39:50 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 4

Actually, the two user guides related to SAP doesn't talk about the tutorial sample in detail. As I'm new to this I'm facing few problems. So, if I can get some document which has a detailed tutorial or other details it will be of great help.

Currently, I'm trying to deploy the SAP_BAPI_BPEL sample project. I have created two environments (inbound and outbound) and two deployment profiles (inboound and outbound) and is getting the following errors while trying to activate the inbound deployment profile.

com.stc.codegen.framework.model.CodeGenException: SAP BAPI eway BPEL inbound code generation error(ERROR_CODEGEN_BPEL_CODELET_INBOUND)

at com.stc.sapbapi.codegen.SAPEWayCodeletFactory$SAPInboundBPELCodelet.generateFil es(SAPEWayCodeletFactory.java:3115)

at com.stc.codegen.frameworkImpl.model.CodeGenFrameworkImpl.process(CodeGenFramewo rkImpl.java:443)

at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.process(DeploymentVis itorImpl.java:342)

at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.process(DeploymentVis itorImpl.java:264)

at com.stc.codegen.frameworkImpl.model.DeploymentVisitorImpl.traverseDeployment(De ploymentVisitorImpl.java:226)

at com.stc.codegen.driver.module.DeploymentActivationAction.loadCodeGen(Deployment ActivationAction.java:948)

at com.stc.codegen.driver.module.DeploymentActivationAction.access$700(DeploymentA ctivationAction.java:167)

at com.stc.codegen.driver.module.DeploymentActivationAction$1.run(DeploymentActiva tionAction.java:650)

at org.openide.util.Task.run(Task.java:136)

at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)

Caused by: com.stc.codegen.framework.model.CodeGenException: Exception when generating OTD code ...Exception: javaClass: javaClass: CostCenter: Exception when invoke Bapi Codegen Task...Exception: null: javaClass: CostCenter: Exception when invoke Bapi Codegen Task...Exception: null(ERROR_CREATE_OTD)

at com.stc.sapbapi.codegen.SAPEWayCodeletFactory$SAPInboundBPELCodelet.generateOtd JarFile(SAPEWayCodeletFactory.java:2863)

at com.stc.sapbapi.codegen.SAPEWayCodeletFactory$SAPInboundBPELCodelet.generateFil es(SAPEWayCodeletFactory.java:3026)

... 9 more

Any help?

Regards,

Deepak

draina at 2007-7-7 0:39:50 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...