Re: Filtering a Select MDO Query based on Datetime values
Also, you need to remove the quotes if you are using typed params. And yes, as Rajeev suggested, typed params should work here.
View ArticleRe: Filtering a Select MDO Query based on Datetime values
Hello Rajeev, Thanks for the help..Setting it to time stamp parameter did worked for me but i don't understand why it does not work when we are not using Typed Parameters as for a SQL Query template it...
View ArticleRe: Is there a way I can hide the gridline in i5SPC charts?
This v-gridline was created from SAP-VIZ.js using SAPColorSingleAxis variable and that is being created automatically when I create the com.sap.xmii.chart.hchart.i5SPCChart object by passing the...
View ArticleRe: Is there a way I can hide the gridline in i5SPC charts?
Hi Aneesh, You can change the css class properties once the DOM elements are created. However, there are no hook method which can help you with this. Hence, another approach could be overriding the css...
View ArticleRe: Filtering a Select MDO Query based on Datetime values
Hi Praveen, I don't know exactly the reason why it doesn't work for MDO but it works for SQL; it could be that this requirement is specific to a MDO. RegardsRajeev
View ArticleRe: Filtering a Select MDO Query based on Datetime values
Hi Praveen, This reminds me of, MDOs have been designed on open SQL concept, so it should take commands irrespective of the DB type. In such scenarios, it's better to channel the complex parameters in...
View ArticleRe: Is there a way I can hide the gridline in i5SPC charts?
Hi Aneesh,There is a work around so that the CSS changes do not apply on each and every charts.Best way would be to place the chart under a div with an is say "divChart1". While you want to modify CSS...
View ArticleData buffer filter for this action does not exist or the interface is incorrect
Hi Expert, I am getting below warning message while calling a BAPI through SAP JCo action so i am not able to get data from SAP ECC. [WARN] Data buffer filter for this action does not exist or the...
View ArticleRe: Multiple insance of same transaction (asynchronous mode)
HelloI read the article and it was very helpful. Before to chage MII parameters, I would prefer to change the software inserting a part of code where I check if there are any pending transaction. Is...
View ArticleRe: Filtering a Select MDO Query based on Datetime values
Hey Swaroop & Rajiv.....Thanks for the reply guys!!! Yeah Swaroop that is a valid point which you made Best RegardsPraveen
View ArticleWrite empty value through PCO
Hi, I have a tag on my OPC server with datatype String.When I write an empty value to the tag through PCo I always get the error: "Invalid tag value for x".Writing a space works but this is not good...
View ArticleRe: Multiple insance of same transaction (asynchronous mode)
Hi MatthiasI'm using a Windows server 2008 R2 with 8GB of RAM an 2 application serversI'll change soon PercentageOfParallelismAllowed from 30 to 50.Do you think that I can increase also...
View ArticleRe: MII 14 Cannot Find PCo 2.3 WSDL - Error while getting PCo Agents
Hi Tim,Try server:50050/PCoManagement?wsdl url in the config. Check if you have included "?wsdl" or not. Thanks,Swaroop
View ArticleRe: Pco query creation error
Hi Hasila, Could you please give more details about the issue, looking to the error it seems that you trying to get any tags values from historian using PCo query. Below are may be the issues 1. Tag...
View ArticleRe: How to merge two XML files into a single one?
Hi, 1. You can use Union action block to join to XML2. In the configure link tab you can use any of the below link type to append/merge/join two xml. Using this more then 1 XML can be merged that too...
View ArticleRe: How to get counter value from Historian
One of the easy way which i can think is get the values of tags in last 25 min using PCO HDA in and the number of records. I guess for each changes in values database must have different time stamps....
View ArticleRe: Error handling from PCO Query
Connection refuse error always comes when instances is stopped and also the PCo query throws error. Use catch block to capture the error. I hope this will help.
View ArticleRe: How to merge two XML files into a single one?
Hi Mahesh,It's not about block by block merging. He wants to convert rows into columns and assign rowset accordingly. Regards,Swaroop
View Articlexpath: use /Rowsets/Rowset/Row[position()
Hi folks, I want to move the first 3 Row elements of some Output XML to a new XML having structure /Rowsets/RowsetSo far, i was using an repeater but I was wondering if it can be done using xpath...
View ArticleRe: How to merge two XML files into a single one?
I was able to do it this way: Regards,Christian
View Article