Re: How to set check box in iGrid using JavaScript
Hello Raman, Please try using below code sample, document.gridName.getGridObject().setShowColumnAsBoolean(int, boolean) Where, "int" is your column number and "boolean" value is to set it as Boolean...
View ArticleRe: PCo Query not returning value - FSGateway
Hi Steve, Thank you so much for your continous help. As you said, I did everything and finally I am able to see the values. If I uncheck the Enabled Box in Notification, I am unable to see the...
View ArticleRe: How to set check box in iGrid using JavaScript
Hi Raman,I second Adarsh here. And also if i remember it correctly, you get this option in igrid layout as well. You can mark it checked. Best regards,Swaroop
View ArticleRe: How to set check box in iGrid using JavaScript
Adarsh,It is working. After refreshing and update, I added the line. It is working fine. If added before refresh, it is not working. document.SuperiorOrder.refresh()...
View ArticleRe: PCo Query not returning value - FSGateway
Hi Vijay, 1st, you have two separate agent instances, one for simulation and one for query. Please make the changes I requested for the query instance, and start it only -- do NOT start the simulation...
View ArticleRe: Inconsistent KPI Query Data Ouput
Is this KPI a Base or Composite KPI? If it's a base KPI then change the mode to Append which will ensure you are capturing each value into the KPI database table and then the KPI aggregation logic...
View ArticleRe: loadSchemaInfoError when loading XSD schema
Received this same error in MII 14. I was able to get around it by right-clicking the Catalog ... Project name choosing Import. Selected the XSD and it auto imports to Web tab ... Project ... WEB...
View ArticleRe: loadSchemaInfoError when loading XSD schema
Hi Thor,More information about this would have been logged in Netweaver server. Kindly check the stack trace in Netweaver logs.Regards,Anushree
View ArticleRe: How to set check box in iGrid using JavaScript
Hi Raman, Ideally, this should not happen. What version/SP are your using here? I would suggest checking the box in layout screen. Thanks,Swaroop
View ArticleRe: Looks like catch action block behaving in different way
Hi Ajit, The image of the debug run you have pasted does not shows that the error came in the 'getTagAndWellFromExcelPCOQry_0' action block.When any error occurs in the action block that should come as...
View ArticleRe: loadSchemaInfoError when loading XSD schema
It's two years since I asked the questions, so it's not really relevant anymore.But as far as I remember, it was an issue with the specific server (combination of Netweaver/MII patch level), that made...
View ArticleSend mail action is not working for with DL in the To field
Hi All, I am trying use send mail action, configured SMTP server and mail block is working fine.Now instead of individual mail addresses, I want to give distribution list (DL).I am getting mail sent...
View ArticleRe: Send mail action is not working for with DL in the To field
Hi Eswar, Are you able to check the mails in SOST? Regards,Swet Bhushan
View ArticleMII Configuration for Novice - Trigger sample message out of MII to Test...
Hi MII Experts, I am new to SAP MII and I have been asked to trigger a test/sample message from SAP MII to SAP PI to check if the connectivity is working fine or not.I started off by following the link...
View ArticleRe: MII Configuration for Novice - Trigger sample message out of MII to Test...
Hi ArkeshIf you simply want to post a sample message to PI, you dont have to worry about Message Listner.Simply Create a New Transaction in MII work Bench with HTTP post action Block, see below. Next,...
View ArticleRe: Send mail action is not working for with DL in the To field
Hi Eswaraiah,I know there are some DL specific permissions, like what all id's can send a mail to a particular DL. Nothing to do with MII in this case, can you check if the use have access to send mail...
View ArticleRe: MII Configuration for Novice - Trigger sample message out of MII to Test...
Hi Rupesh, Thank You for your time, help and support. The steps really helped me and the connection test was successful. I will be really grateful to you if you can help me send a sample XML message...
View ArticleRe: How to set check box in iGrid using JavaScript
Hi,I am using MII 14.0 SP04. I want to set the check box at runtime depending upon user selection of required data fields. I am doing in JavaScript function. Your suggestion is for static data fields...
View ArticleRe: File I/O Operations
Hi Swaroop, I have given the rights (Full Control) to the SID user for respective folder. But still I am getting the same error. Do we need to restart the server after giving the rights? BTW I tried to...
View ArticleRe: File I/O Operations
Swaroop, I think it is an issue related to server folder privilege. I tried the same transaction with another MII server where it works fine.This ensures that the issue is with server folder access...
View Article