Re: How to process csv result of SAP JCo Interface?
Hi Christian, thank you for your reply!I in deed played around with that parse action before but it was the MII Row link you shared that eventually resolved my problem. For others dealing with that...
View ArticleRe: PCo Query not returning value - FSGateway
Hi Vijay, 1. You already have RSLinx installed on the server as it shows up as an available OPC Data source (RSLinx OPC Server) in the DA Agent; you also have a DASABCIP OPC Server as well. Please test...
View ArticleValidating a string as a HEX number?
Hi, I have MII 14.0.5.11, I need to validate if a string is a HEX number. I used number function with "0X" as prefix but not working. Can anyone help on this? Message was edited by: Michael Appleby
View ArticleRe: Dynamic graphics in MII 15.0
Please just drop me a mail directly so that I can reply with the content. Sam
View ArticleRe: Hi,
Hi, I have couple of issues, 1. When I assign number("0XFFFF") to a local variable TEST and when display the TEST variable the value is 0. 2. When I pass a invalid HEX number to the number function it...
View ArticleRe: Hi,
Try using a lower case "x" instead of the capital; I tried this and it worked as expected:number("0xAB12") I also tested this and received a "0" as the response:number("0xAZ") I agree that this should...
View ArticleRe: PCo Query not returning value - FSGateway
I noticed that in your PCO Query Ports configuration you have set the port to be "50200" which seems like it could also be the same port as your MII HTTP interface is listening on. Why did you select...
View ArticleRe: PCo Query not returning value - FSGateway
Hi Sam, Thank you. Yes we are using same port 50200 for HTTP interface also. My basis team configured that port, I am just using. We are using same port numbers for PCo Agent and MII....
View ArticleRe: Hi,
I tried with lower case "x" and it didn't work. I checked SAP Note 2033059 ant it says that this feature is implemented from 14.0 SP006 and I am using 14.0.5.11 but still not working. Any clue?...
View ArticleRe: Hi,
Hi, Got it, I am having a lower version SP5 and this implementation is from SP6.Thanks for the clarifications. RegardsShyam
View ArticleHow to convert XML to CSV format?
I am facing some issue while converting XML format output into CSV format and sending it through mail.I tried using HTTP_POST block but the problem is I want to change the URL dynamically while running...
View ArticleRe: How to convert XML to CSV format?
Hi,Are you using http post action block to convert XML to CSV format? Your problem statement seems a bit confusing.Regards,Anushree
View ArticleRe: Message Monitor for MII Outbound messages
Thanks Christian for your response. I think Data Buffer will help only if the message communication asynchronous. In case I am doing a synchronous communication to other system will this help? I mean...
View ArticleRe: Message Monitor for MII Outbound messages
Shaji, I think you are correct that the Data Buffer will not accommodate a synchronous scenario. You could try engineering your solution so that the other system sends its response thru a different...
View ArticleData Server error
Hi , When I check the data server status for the oracle connector I am getting the following error.After we restart the server it starts working fine . But once in a while the issue is coming.We had a...
View ArticleRe: MES psi metals & SAP MII
Hi Federico and others looking for the same information, pls post this question in the Mill Products & Mining space. We work a lot with PSI there, and can provide more information on request....
View ArticleRe: Data Server error
Hi Guru, I suppose, there is some job that's timing out with following error. java.lang.NullPointerException: while trying to read the field 'count' of an object loaded from local variable...
View ArticleBad HTTP request on calling a xacute query as URL
Hi Experts,I am getting calling a xacute qury using the URL and passign a xml to it...
View ArticleRe: How to convert XML to CSV format?
Hi,Yes I am using http post action block to convert XML to CSV format.I am getting the output in CSV format but I want to dynamically change the URL in http post action block when I am running the...
View Article