SAP B1 9.0 PL10
I've reinstalled the client numerous times in numerous ways...
I can log in fine using the SAP B1 client via RemoteApp from another server. Not so helpful when trying to develop a client addon
I've tried the copying b1-local-machine.xml from the client folder to the DI API folder...
<leaf kind="single" name="LicenseServer" type="String">
<value>10.0.100.151:30000</value>
</leaf>
The above is right.
I did notice the below using localhost, which seemed wrong
<node name="LicenseManager">
<leaf kind="single" name="Machine" type="String">
<value>localhost</value>
</leaf>
<leaf kind="single" name="Port" type="String">
<value>30000</value>
</leaf>
</node>
Changing it to the proper IP makes no difference
<node name="LicenseManager">
<leaf kind="single" name="Machine" type="String">
<value>10.0.100.151</value>
</leaf>
<leaf kind="single" name="Port" type="String">
<value>30000</value>
</leaf>
</node>
Any bright ideas?
Thanks!