Re: Upload data from excel file to mii without UDS and PCo
Hi, Thanks for reply. I tried to create OLEDB data server which will point to my excel file in D drive.Its created successfully and i tried to query the datasource using sql query, I am not getting any...
View ArticleRe: Upload data from excel file to mii without UDS and PCo
If you have PCo, another way is shown below link:Using Microsoft Excel - SAP Plant Connectivity - SAP Library For current issue, can you share connection details of your data server? Regards,Swaroop
View ArticleRe: Error on Add Destination in Plant Connectivity > Notification Management
Hello Sindhu. It works. Thanks a lot for you help. Regards,Shridhar.
View ArticleRe: MDO select Query throwing error: The token [ was not expected
Marco, Now what is the error statement that you are getting?
View ArticleHow to avoid annoying popups under Linux
I'm trying to run our application from Linux with the latest Firefox, but I'm receiving dozens of popups I cannot suppress (see attachment). How to disable these popups? Thx
View ArticleRe: How to avoid annoying popups under Linux
Hi Tibor,Unfortunately, this are from JRE due to applets present in your screen and cannot be suppressed due to security issue.Anyways, you can try some settings from Control Panel>>JAVA to check...
View ArticleRe: SAP MII 12.2 authentication from external link
Using LDAP configurations as attached picture shows.
View ArticleRe: MDO select Query throwing error: The token [ was not expected
Well, after is was working with * I was wondering what is the issue. So i again I rebuild MDO and Query the same way and now it is working. To be honest, I have no idea what was wrong. However,...
View ArticleRe: MDO select Query throwing error: The token [ was not expected
That's great! Thanks,Swaroop
View ArticleRe: MDO select Query throwing error: The token [ was not expected
Just a thought, were you using typed parameters. This could be a problem when you provide quotes in this case. -Swaroop
View ArticleRe: Can't get anything out of my MII/OData request
Hi Kai What is you MII and NW Versions? regardsPartha
View ArticleRe: getQueryObject(): undefined is not a function
Hi Tibor,Applet loads independent of page. Your document may be ready but the applet may not, that is the reason it's not recommended to use page lifecyle events with applet instead you have separate...
View ArticleRe: getQueryObject(): undefined is not a function
thanks, now it is clear but what should I use for FUNCTIONTOCALL? and 1 additional question. If I have applets in the following order in my .irpt file:...
View ArticleRe: getQueryObject(): undefined is not a function
Wow this takes me back.... You can do something like this for your param:<PARAM NAME="CreationEvent" VALUE="appletReady" />Then define your function like this:function appletReady(){ //start...
View ArticleRe: getQueryObject(): undefined is not a function
Hi Tibor,Christian Just answerd how you can use the function call.Ans for your question, NO there is no interrelation between applets loading, applet 3 can load before applet 1 sometimes as vice-versa....
View ArticleRe: Auto Logon with LDAP SSO
Hi Vinoth Could you check this SAP KBA1609801 - PCM: How To configure/test single/multi domain SSO authentication using AD/LDAPBRSS
View ArticleRe: Can't get anything out of my MII/OData request
Hi Swaroop, no, but we wanted to switch completely to OData in the near future. That's why I want to make my code as "OData near" as possible. I wanna be able to use my UI5 application even with Olingo...
View ArticleRe: Can't get anything out of my MII/OData request
Hi Partha, MII: 14.0 SP5 Patch 12 (01.10.2014)NW:v.7.31 Thanks and regards,Kai
View ArticleTime Weighted Average PCo Queries. Result Display name not standard
Hi,I am hoping someone can assist me with the following question:I am using PCo to perform a time weighted average query on an OPC HDA connection. I have noticed, that sometimes the result is returned...
View ArticleRe: getQueryObject(): undefined is not a function
thank you very much to both of you that was the problem, now I am able to eliminate the error message in Chrome with the code snippet provided by Christian The best would be to remove all the applets
View Article