Hello
Im trying to create a custom api but when i upload the automation script in cube dont appear the C# code
looks like this
TThe code is this:
<?xml version="1.0" encoding="utf-8" ?>
<DMSScript options="272" xmlns="http://www.skyline.be/automation">
<Name>OmronAPI</Name>
<Description></Description>
<Type>Automation</Type>
<Author>Jfalcon</Author>
<CheckSets>FALSE</CheckSets>
<Folder></Folder>
<Protocols>
</Protocols>
<Memory>
</Memory>
<Parameters>
</Parameters>
<Script>
<Exe id="1" type="csharp">
<Value><![CDATA[[Project:OmronAPI]]]></Value>
<!--<Param type="debug">true</Param>-->
<Message></Message>
</Exe>
</Script>
</DMSScript>
Thanks
Hi Juan,
I assume you're using DIS to publish, is that correct? I encountered the same issue today.
As a workaround, you can try building the project and then copying the .dmapp
to the system manually.
Typically, you can find it under {ProjectName}\bin\Debug\net48\DataMinerBuild
.
Let me know if that helps!