Re: MII 14 Cannot Find PCo 2.3 WSDL - Error while getting PCo Agents
Yes we had that. My full URL was this: http://localhost:50050/PCoManagement?wsdl
View ArticleRe: xpath: use /Rowsets/Rowset/Row[position()
Hi Swaroop, thansk for the answer! Seems like there is no way to avoid repeater :-(
View ArticleRe: xpath: use /Rowsets/Rowset/Row[position()
You could try using an xslt with the XSL transformation action. You typically can get better performance that way. Regards,Christian
View ArticleBest connectivity (SOAP or HTTP) to Java only PI system
Hi Experts, We have MII version 15.0 SP03 system and we want to connect to SAP PI (Java only) system for sending xml data. The HTTP XI action block is failing to connect to PI java HTTP adapter. So...
View ArticleRe: How to merge two XML files into a single one?
I was able to do it this way: Regards,Christian
View ArticleProblem Integrating MII to Xcelsius
HI Experts, I am facing some problems in Connecting MII and Xcelsius. I am trying to use an execute query to pull data from MII server in Xcelsius. Following are the steps i am performing : 1....
View ArticleRe: xpath: use /Rowsets/Rowset/Row[position()
Hi Christian, sounds interesting. I did not come accross that topic so far, just reading throught it. One question regarding performance...I am just facing some issue with mii15 sp2. Seems like the...
View ArticleMDO Query: using IN predicate as parameter?
Hi experts, afaik, MDO queries support OPEN SQL. In Open SQL, there is the IN predicate, that is SELECT...WHERE x IN (...). Is there a way of using this as filter for a select MDO Query?If so, what...
View ArticleRe: MDO Query: using IN predicate as parameter?
Hi Marco,You can remove typed parameter check and pass the string as 'val1','val2','val3'.... in the param.1.In query condition, it would be like[ColumnName] in ([Param.1]) This should serve the...
View ArticleRe: xpath: use /Rowsets/Rowset/Row[position()
You can certainly use xslt for that kind of stuff and probably get better performance vs building your logic using repeaters etc. Some of the actions use xsl under the covers anyway so it really...
View ArticleRe: Pco query creation error
Hi mahesh,thanks for ur suggestion..yes actually tags were bad..the machines were down because of power problem..now things r fine..regardshasila
View Articleoracle connector issues
Hi Experts, We have 40 to 50 connectors including SQL server, Oracle,Pco,OLAP etc on MII system.SAP MII version 12.2 SP6. We got the Java Heap space on the SAP MII server and due to lack of disk space...
View ArticleRe: Is there a way I can hide the gridline in i5SPC charts?
Happy to help out. Please mark the question answered Regards,Christian
View ArticleRe: Is there a way I can hide the gridline in i5SPC charts?
Hi Aneesh,Kindly mark Christian's answer as correct. Thanks,Swaroop
View ArticleRe: MDO Query Action Block In MII Transaction
Hi Swaroop, Thanks. I have configured my mdo action block like:- mode-"Select"attributes-"count(*)"mdo-path of mdofilterexpr- stringif(condition,"[DATE_TIME] >='%#Transaction.StartDateTime#%' AND...
View ArticleRe: MDO Query Action Block In MII Transaction
If it's date time comparison, you have to mark Typed Parameter property as true. It should work then. I could see your comment on one of the previous discussions:Filtering a Select MDO Query based on...
View ArticleRe: MDO Query Action Block In MII Transaction
Hi, I am not using a predefined query- I am just using the mdo action block. As for the UseTypedParams, it was set to True and I've set it to "True" again explicitly. Still the problem persists.
View ArticleRe: MDO Query Action Block In MII Transaction
Yah I know. Please note you need to define respective Params and paramtypes as well when you mark UseTypedParams and use the same in filter condition. Simply, setting UseTypedParams would obviously not...
View ArticleMII transaction - How to pass a list
Hello everyone, I'm trying to setup a transaction which needs to receive a list of objects. It has to process these parameters in a webservice then. Please check these code snippets: Webservice soap...
View Article