cancel
Showing results for 
Search instead for 
Did you mean: 

Queries related to SAP MII and SAP HANA cloud integration

Former Member
0 Kudos

Hello Everyone,

     I am new to SAP HANA. As a part of POC we have to show SAP MII (15.0) data (Which is coming from shopfloor) on HANA cloud platform .

I read many blogs in SCN, but having many doubts related to integration.

Q1 :I read about HANA trial version ,can we fetch data from MII to trial version of SAP HANA cloud.If so how to do that.

Q2: There are some blogs related  ESP-MII-SAP HANA , SAP MII-Lumira-SAP HANA.

Can any one explain me differences,advantages of  these two scenarios.

Q3: Can we use cloud connector to fetch MII data on cloud platform?

Please help ..

Regards,

Hari.

Accepted Solutions (1)

Accepted Solutions (1)

former_member204155
Active Participant
0 Kudos

Hi Hari

as per your question.

Q1 :I read about HANA trial version ,can we fetch data from MII to trial version of SAP HANA cloud.If so how to do that.

-- Yes we can do it, perquisite

  •      Hana cloud connector is  installed on the same network as MII.
  •       Your trail account is connected with the HCC.
  •      Access control list is configured in HCC for the on premise back end sytem.

Q2: There are some blogs related  ESP-MII-SAP HANA , SAP MII-Lumira-SAP HANA.

Can any one explain me differences,advantages of  these two scenarios.

--  this may help

Q3: Can we use cloud connector to fetch MII data on cloud platform?

   

     --- Yes,

          Once , configuration are in place you can develop you application in WEB IDE and deploy that in hana           cockpit. create data provider as your MII server configured in cloud connector in Q1. and in your neo.js           file add the data server path as

{

  "path": "/destinations/<MII data server name in hana cockpit>",

  "target": {

  "type": "destination",

  "name": "<MII server name in hana cockpit>"

},

  "description": "Backend System"

and you are through you can get the data flowing to your cloud hosted application.

Regards,

Kuntal Sarkar.

Former Member
0 Kudos

Thanks alot Kuntal...

As you mentioned

  • I installed HANA cloud connector on the same network where MII is running.
  • Trial account is connected with HCC.(Showing status as "connected").

  • Access control list is configured in HCC for the on premise back end system.

I am facing issue here.Getting error as "Internal host can not be reached - see logs for details" .

Here As I am connecting with SAP MII provided details as

                    Back end type : "SAP Application Server Java"

                    Protocol :HTTP

                    Internal Host :MII IP address

                    Internal Port : MII Port

                    Principle Type : None

Please help if I am providing wrong details.

  And what type of resources i can provide in MII as accessible...

Regards,

Hari.


former_member204155
Active Participant
0 Kudos

Hi Hari,

For Internal host not reachable, might be because of proxy settings, that you have to do in HCC.

For resources you can include /XMII/ (include subpaths), rest resources will depend on where from you want to access resources in MII backend.

Regards,

Kuntal Sarkar.

Former Member
0 Kudos

Hi Kuntal,

Thanks for your response.

         I am able to connect MII with Cloud connector,and in HCP destinations section added Virtual host details as URL.Showing message as "Connection successful".

After this as a next step you have mentioned develop web IDE application.

Can you please explain how to do this.what are the prerequisite steps i have to make.

As per Documenttaion :

  • SAP HANA Cloud Platform SDK : I have downloaded this
Java EE 6 Web Profile2.85.7

99.5 MB

neo-javaee6-wp-sdk-2.85.7.zip

  • SAP JVM: Whuch version I have to download.?

Regards,

Hari

former_member204155
Active Participant
0 Kudos

Hi Hari,

refer this guide to develop app in web ide.

Build an app from an SAP Web IDE template | SAP

Regards,

Kuntal

Former Member
0 Kudos

Hi

I built a standalone App in SAP WEBIDE using Fiori app template.

Using Nothwind service .

when I am running my app not loading any data.its throwing some errors as below.

can you please help.

Regards,

Hari

Answers (0)