Re: MII 14.0 InSQL Data Server Connection
Brad, What is in the SAP NetWeaver logs, you can get to them via the MII Menu -> System Management -> Log Viewer There you will see the error as to why the connection failed. Sam
View ArticleRe: MII 14.0 InSQL Data Server Connection
I'm guessing 'no suitable driver' errors, see here: http://www.dbvis.com/doc/microsoft-sql-server-database-drivers/ (or look in the help from where you downloaded the driver). The driver path seems...
View ArticleRe: MII 14.0 InSQL Data Server Connection
Also for the JDBC URL you may want to try:jdbc:sqlserver://MSSQLSvr:1433;databaseName=Northwind so no : and use databaseName and not database. Sam
View ArticleMII 14.0 InSQL Data Server Connection
Sam and Jeremy, com.microsoft.sqlserver.jdbc.SQLServerDriver and jdbc:sqlserver://MSSQLSvr:1433;databaseName=Runtime worked, the JDBC Driver: name was mixed up. Thanks! Brad
View ArticleRe: SAP Jco Function Action Block - "Returned Content XML is Empty" message.
Hi Nash, You could also use SAP JCo Interface action block.If you use this action block then you do not need to use SAP JCo Start Session action block as all the ECC system settings need to be given in...
View ArticleRe: Need help on use of Jco
Hello Mike,Tufale and Experts ! Great Bike - your reflections on things you've done, considerably improves our development time. Something I noticed with JCo use - I wish to get clarity from you is,...
View ArticleRe: Need help on use of Jco
SAP JCo Function - SAP Documentation. According to the documentation, "Asynchronous On Error" will wait for the initial response. It is in the normal Async mode that transaction doesn't wait for the...
View ArticleRepeated Old rows in Query
Hi I am executing a stored procedure (which uses cursor) in a query template (Fixed Query with Output). But whenever I execute query from workbench or webpage it gives results by appending to the...
View ArticleRe: Need help on use of Jco
Yes Tufale. I realised. So If I can't do data buffering for 'Aynchronous on Error' Can I somehow retieve in 'Asynchronous call' - whether my posting/update of RFC was successful or not. My requirement...
View ArticleRe: Need help on use of Jco
I am not sure Ankit, I don't think its possible. Asynchronous modes are like fire and forget mechanisms.. Anyways, Technical Basis (SAP Library - Components of SAP Communication Technology) . An...
View ArticleYieldConfirmationRequest creats error records for goods movement in ERP (COGI)
Hello experts, we are running ERP with MII/ME 6.0.4.3. Intended process: Sending shop orders to MII/ME, start/confirm operations in ME, confirmation back to ERP (by resource adapter user). ERP will...
View ArticleProblem in updating Global Variables (XML Type)
Hi Experts, I am facing an issue regarding in updating Global Variable in MII 12.2For the first time when the global variable is created its getting reflected in all the systems. But when it is...
View ArticleHow can I do to add internal order field to category:MAT settlement receiver?
I want to insert internal order field into CO01 when order create because no order field in settlement receiver.I create the other order type, category:G/L can be show Order field in distribution...
View ArticleRe: JCO error : BAPI not found
Fernando, Are you sure the BAPI is "Remote Enabled", you can check this via SE80 and looking at the ABAP definition. There is a checkbox in the BAPI definition that exposes it for remote calls.Sam
View ArticleIssues with printing applets with page breaks....xMII
Hi Anuj,We are using a button on the screen that anyways calls window.print(); from javascript. Shouldn't the same happen when you select print from browser's file-->Print option?? Thanks,Swaroop
View ArticleRe: PCo Monitoring
Hi Rohit, Thank you for quick reply. I have configured PCo instance with transaction path in Remote Client. In transaction,i have writen file which will give me details of XML which you have mentioned....
View ArticleRe: JCO error : BAPI not found
Probably the problem lies of the BAPI itself. I heard from a co-worker that the custome BAPI need to be "Remote" enabled. Is this done? sengkiang
View ArticleRe: Issues with printing applets with page breaks....xMII
Hi Swaroop, Yes, the functionality would be the same in either case but you do not have the freedom of customizing the function in case of browser's 'Print' option. :-) Alright, but since you are using...
View ArticleRe: SAP PCo Issues
Hi Rupesh, You should also consider and update to PCo 2.3 SP2. We have made many performance improvements to PCo since version 2.1. Regards, Steve
View ArticleRe: JCO error : BAPI not found
Hi Rohit and Fernando,I did get a response from the IMS(?) folks supporting MII. Here is the exact quote: "They could call /XMII/JCOProxy?Mode=Reset to clear the MII repositories, or failing that,...
View Article