Re: URL is working in PCo server
Hi Sindhu, Yes i am trying SAP MII through PCo. When i am doing so . Its just displaying page cannot be displayed.This is the URL Where i am using for connection: http://test:50050/PCoManagementEven...
View ArticleRe: Lines of code are not executed in the order they are written... Why?
Javascript is event driven. Especially when you get into a lot of async/ajax stuff. That is why the api you are using provides the ability to specify a callback function. This does mean that often huge...
View ArticleRe: Lines of code are not executed in the order they are written... Why?
Yes or No? If i'm in function f() -> loadXML()... and loadXML() is being executed... then could it happen, that we reach the end of function f() and we return back the execution to the place where...
View ArticleRe: SAP PCo 15 - PCo Management Host not starting.
Hi Shridhar, 1. Please confirm that the configured ManagementHost Port number (default as 50050) is not already in use by another application or service on the PCo Server.2. Please review Sap Note...
View ArticleRe: Lines of code are not executed in the order they are written... Why?
No, loadXML is not still running. Asnyc processes like AJAX calls that loadXML may have triggered may still be running but loadXML is done. I recommend taking a step back possibly looking at some...
View ArticleRe: SAP PCo 15 - PCo Management Host not starting.
Hello Steve, 1. PCo is running to 500502. I have made the changes as per 2121969 but still no luck. If i install PCo 2.3 it works fine. Thanks,Shridhar..
View ArticleRe: Lines of code are not executed in the order they are written... Why?
It will come back to the function only to execute portion under success or callback of ajax. The focus would not come back to anywhere in the function outside ajax's success. -Swaroop
View ArticleRe: SAP MII Dynamic transaction call async problem
You can use the Netweaver configtool for this. Configuring JVM Parameters - Administration - SAP Library
View ArticleRe: URL is working in PCo server
Hi Priyanka, This is because of Proxy Configurations which are to be specified in System Management -> System Properties. You have to provide the bypass list for the wsdl url which you are trying to...
View ArticleStored Procedure row limit in MII
Hi, We've a transaction that reads data from an Excel sheet and inserts those records in DB by calling a procedure. The application works fine if the rows in Excel is limited to 49. However, if the no....
View ArticleRe: Stored Procedure row limit in MII
Hi Rajeev, How are you reading the Excel? eg via PCo, as XML file, direct connection from db to excel etc.How are you inserting the rows?Whats in the procedure, the insert routing or a select? and Can...
View ArticleRe: Stored Procedure row limit in MII
Hi Rajeev,What happens when you call the sp directly from sql while excel has more than 49 rows? Regards,Swaroop
View ArticleRe: How to fetch 2 set of records in MII from SQL procedure
Hi Swaroop, With MII 14.0 SP5 Patch 11, in a transaction, I get following XML output for a query that executes an SP(returning multiple resultSets) : And, results in this format can surely be used for...
View ArticleTransaction timeout error in 14.0
Hi, I am working on MII 14.0 SP05. One of my transactions deals with a huge volume of data due to which I get a time out error while executing the transaction in workbench and a NULL alert when I run...
View ArticleRe: Transaction timeout error in 14.0
Hi Anuj,Do you really want the user to wait for 30 minutes to get a response from your UI. Ideally you should look into reducing the response time.The parameter which can help you increase timeout is...
View ArticleRe: Transaction timeout error in 14.0
Hi Anushree, The package connects to different systems internally, that is why it takes a long time for its execution and as of now we don't see any possibility of optimizing the interface. I will ask...
View ArticleRe: "Name is missing" Error in CreateItem SAP ME PAPI block
Thanks Ronald for your help. However I fixed the issue previously by mapping dummy data to name field in custom data. But your method seems more appropriate. Thanks :-) Regards,Minakshi
View ArticleRe: How to fetch 2 set of records in MII from SQL procedure
Hi Manisha,This again depends on how you right the sp. For instance, if your set nocount is off and you have an update query post that you have a select query, it would fail to get even one record set....
View ArticleRe: How to fetch 2 set of records in MII from SQL procedure
It looks like the ability to get multiple result sets was added in version 14.0 SP03: http://service.sap.com/sap/support/notes/1901036 Updated functionality of SQL Query templates to enable the...
View ArticleSAP MII 15.0:HANA as a back-end ! Distributed Architecture
Dear MII Consultants & Architects, I have a query here regarding SAP MII 15.0 when it is deployed as de-centralized. Lets say there are 3 Plants.Each plant needs a local MII system.How a local MII...
View Article