scottdurow / SparkleXrm

An open-source library for building Dynamics CRM XRM solutions using Script#, jQuery & Knockoutjs.
MIT License
266 stars 197 forks source link

On-Premise Connection #397

Open Akashazad opened 4 years ago

Akashazad commented 4 years ago

Hi Scott,

I am unable to connect to my Onpremise environment, it always give the Input invalid message. Can you please provide the steps to connect to on-premise environment.

mfarhat84 commented 3 years ago

Hello Scott,

I have the same problem. Can you please help us.

There is a note saying "Note: Use /l switch for on-premises or legacy login"

What do you mean about that ?

Regards

veljko commented 3 years ago

Can you edit batch file to something like: "%spkl_path%" /l earlybound "%cd%.." "AuthType=AD;Url=https://D365URL/XRMServices/2011/Organization.svc;Domain=DOMAIN;UserName=DOMAIN\USER;Password=***” and give it a try? I found that for spkl earlybound I need to specify the connection string, where for spkl plugins it runs fine if I run it (with /l) and select the connection.