cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDK SDK Client (Formally SEAM)

alisdair73
Participant
0 Kudos

Hi Community.

Is anyone having issues with the ZIP file for the MDK SDK Client - SEAMCLIENT201P_2.ZIP??

It seems to be corrupt. I've tried both OSX and Win, as well as several ZIP tools with no luck.

Anyone having a similar experience???

Thx

AT

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert

The download link is now fixed! The downloaded file name should be MDK_SDK_2.1.200-Universal.zip. I am hopeful that future updates will go smoother. Thank you for you patience.

--Bill

gill367
Active Contributor
0 Kudos

Thanks a lot.

alisdair73
Participant
0 Kudos

Thanks Bill.

Answers (8)

Answers (8)

StefanSchorn
Discoverer
0 Kudos

For your reference but I had this issue a couple of times. It helped me to deleter the folder ~/node_modules/@types .

petermobert
Explorer
0 Kudos

Hi Community,

I'm experiencing the above issue with SEAMCLIENT202.ZIP on a MAC.

I ran dependency installer with the only difference being on the Xcode side where it requires v10.0 but I have v10.1. The rest is all at the correct version.

When executing create-client.command with reference to template.mdkproject I get the following:

Compiling plugin TypeScript code

plugins/SAP/Cpms/CpmsSession.ios.ts(58,40): error TS2694: Namespace '"http"' has no exported member 'HttpResponseEncoding'.

plugins/SAP/Cpms/CpmsSession.ios.ts(70,52): error TS2694: Namespace '"http"' has no exported member 'HttpResponseEncoding'.

plugins/SAP/Cpms/CpmsSession.ios.ts(72,25): error TS2339: Property 'HttpResponseEncoding' does not exist on type 'typeof "http"'.

Error: Failed to compile plugin TypeScript code.

Any help would be appreciated.

gill367
Active Contributor
0 Kudos

Thanks for the reply.

I am using nativescript 3.4.1 only,

Regards,

Sarbjeet Singh

gill367
Active Contributor
0 Kudos

HI

Needed to modify cpmssession.ios.ts and create-client file to made it work.

Regards,

Sarbjeet Singh

\

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

I have not seen that issue. Did you run the ./install.command after unzipping?

gill367
Active Contributor
0 Kudos

The error was coming while running the create-client command. at the step when it is trying to compile the typescript code.

Compiling plugin TypeScript code
node_modules/typescript/bin/tsc -p tsconfig-plugins.json

CpmsSession.ios.ts was having a wrong type.. fixed that and after that, an error came because of typescript and native-dev-typescript .. after updating them to the relevant version. it is working fine now..

the file can be found at "/App_SDK/plugins/SAP/Cpms/CpmsSession.ios.ts"

Regards,

Sarbjeet Singh

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

You should not need to (or be modifying) anything just to get the basic create client to run. I suspect there is some other underlying issue.

gill367
Active Contributor
0 Kudos

Not sure.. I have tried on two different MACs and it failed on both at the same location.

If somehow I can access old version of the kit, I would like to check the file. "/App_SDK/plugins/SAP/Cpms/CpmsSession.ios.ts"


Regards,

Sarbjeet Singh

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Can you confirm what version of MDK and Nativescript you are using? There is an issue with the dependency installer where it flags Nativescript versions higher than 3.4.1 as acceptable. For MDK 2.1.2 you should be using Nativescript 3.4.1. If you are using Nativescript 4.x please uninstall and reinstall 3.4.1 and try again.

gill367
Active Contributor
0 Kudos

Tha updated zip will is throwing an error when I am trying to create the client. It is giving the below error.

plugins/SAP/Cpms/CpmsSession.ios.ts(58,40): error TS2694: Namespace '"http"' has no exported member 'HttpResponseEncoding'.
plugins/SAP/Cpms/CpmsSession.ios.ts(70,52): error TS2694: Namespace '"http"' has no exported member 'HttpResponseEncoding'.
plugins/SAP/Cpms/CpmsSession.ios.ts(72,25): error TS2339: Property 'HttpResponseEncoding' does not exist on type 'typeof "http"'.
Error: Failed to compile plugin TypeScript code.

I have installed all the dependencies.

Also there does not seem to be any way of checking all the required dependencies as in the previous version.

Regards,

Sarbjeet Singh

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

The dependancy installer is missing from the zip. We are working on getting an updated zip published. Hopefully quicker than last time.

gill367
Active Contributor
0 Kudos

Facing the same issue. Is it fixed now?

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Alisdair,

Yes, we are aware of the problem and working to get a new version uploaded. Hopefully by early this week it will be corrected.

--Bill

alisdair73
Participant
0 Kudos

Thanks Bill!

former_member276237
Participant
0 Kudos

Hi Alisdair. Thanks for letting us know. I'll follow up on it.