Re: Moving from DEV to QAS MII - web service calls
Hi Lawrence, Another option for storing parameters like this is in the Project Shared Memory object. This may give a little more granularity on a per MII project basis, as these properties are visible...
View Articleispcchart setting usl,lsl and cl using web scripting
Hi, I am trying to set the usl and lsl using below code chart_c1c0.getChartTemplateObject().setProperty("LSL",990); chart_c1c0.getChartTemplateObject().setProperty("USL",1010); It is not working. any...
View ArticleRe: ispcchart setting usl,lsl and cl using web scripting
Hi Hari, Please mention the MII version that you are using. By not working do you mean the limit lines don't appear or some js error gets thrown. Please provide some more details. Thanks and Best...
View ArticleRe: ispcchart setting usl,lsl and cl using web scripting
Hello Hariprasad, Why don't you directly use method:iSPCChart.getChartObject().setUSL(double); Regards,Minakshi
View ArticleRe: Moving from DEV to QAS MII - web service calls
Hi Lawrence, I agree with Steve. Shared Memory is a neater approach in my view point.Also you can change the values of the shared memory variables from admin screen and you don't need to open...
View ArticleError Using Open SQL engine with MII
Hi Experts, I am trying to use the open sql engine with with SAP MII. I have configured a "JDBC Custom DataSource" as follows Driver Name: System_DriverSQL Engine: Open SQLIsolation Level: DefaultJDBC...
View ArticleSecurity issue when saving in MII 15.0 Workbench
Hello, Currently we have a developer who cannot save any objects in the workbench. He has the ability to open up a new item such as a transaction or query but when it comes time to save he gets the...
View ArticleRe: Security issue when saving in MII 15.0 Workbench
Hi George, Maybe post what SAP MII Roles is assigned to the user. Check the Roles if it included the XMII_Developer Role and that his role has the Action XMII_Developer included. Or Try...
View ArticlePCo 15 Which Correct Source System
Hi There, We are configuring a completely new PCo 15 installation. We setup the following Source System: Connection Type: Socket AgentName: TestScalesRemove Terminator when receiving data:...
View ArticleRe: PCo 15 Which Correct Source System
Steve Stubbs, I hope you don't mind me tagging you directly but I have seen you comment on similar questions before so I'd really appreciate your input if you had any. Thanks!
View ArticleRe: PCo 15 Which Correct Source System
Turn logging up to verbose and see if you are getting any response from the scale. I have had issues in the past with determining the correct terminator.I have also had issues with the Check Connection...
View ArticleMII Proxy don't work - MII 14
Dear Masters, I am calling an external web service and already was setted the external host on white list, tested the external web service on netweaver and already seted the proxy on netweaver with the...
View ArticleRe: PCo 15 Which Correct Source System
Hi Colm, You need to change the terminator strings to hex values: \0D\0A for a cr-lf terminator. In production you also need to consider setting up a retry count and retry interval to automatically...
View ArticleRe: PCo 15 Which Correct Source System
Hi Steve, Thanks for getting back to me. I changed the terminator strings and send the command down but I keep getting the following value:SEND|1|1|SEND_Result|0|SQL Data Type INTEGER One of my...
View ArticleRe: PCo 15 Which Correct Source System
Hi Christian, I have the logging set to verbose and the PCo agent is doing a connection test every 30 seconds and returning a message "IsConnected returned TRUE" so I think we can say it's connected...
View ArticleRe: PCo 15 Which Correct Source System
HI Colm, Sounds like you are sending the command via the MII PCoQuery FixedQueryMode with the SEND custom function for the socket agent. if this is the case, then the response has to be detected by the...
View ArticleSending XML from PI to MII thru SOAP
Hi, We are using MII 14. We have one issue while sending XML content from PI server to MII thru SOAP. We are not able to receive the content while sending from PI to MII. While sending the content, it...
View ArticleRe: PCo 15 Which Correct Source System
I wonder if you have to send the control characters (<CR><LF>) as hex in your send query? I don't think the scale is being triggered at all. In the past I have used Hercules as a test...
View ArticleRe: PCo 15 Which Correct Source System
I would expect that the printer command protocol would require some kind of terminator to identify the end of the command. PCo Socket Agent Custom SEND function will transmit whatever is provide in...
View ArticleRe: PCo 15 Which Correct Source System
Hi Gents, I'm starting to think you're both correct. We have a command that should reset the value on the scale, when I send it from the TCP\IP Client, it sets the value to zero no problem, but when we...
View Article