Re: i5Grid does not displaying the grid
Hi Raman, If we create a new JSP file, few lines of code will come by default. <!DOCTYPE HTML><HTML><HEAD> <TITLE>Your Title Here</TITLE> <META...
View ArticleRe: Read Image file from BLOB.
I think this thread might help: Can we interpret Oracle BLOB data in SAP MII and how?Basically MII doesn't support the BLOB/CLOB data types so in your query you will need to convert it to a base64...
View ArticleRe: Informix data server
I did a quick search on google for "informix jdbc driver" and "informix jdbc driver connection string" and got plenty of hits. That would probably be a good place to start.
View ArticleSAP MII XML xpath range
Hello All, Is there a way to get a range of nodes in SAP MII XML using xpath ? For example I have a query with 1000 rows and I want to take a batch of 2 rows and process them using a separate branch...
View ArticleRe: SAP MII XML xpath range
I think you need to reference the current item number dynamically by surrounding the parameter with pound signs: #For_Next_Loop_0.CurrentItem# To do what I think you are trying to do I would probably...
View ArticleRe: SAP MII XML xpath range
Hi Christian, Thanks for the reply but from 10 rows I to filter rows 1,2 then 2,4 then 5,6. I wanted to specify a range in the xpath to get the subset. Thanks, Kiran
View ArticleRe: SAP MII XML xpath range
Well my suggestion may still work with an increment of 1. I don't have access right now so I can't help you out if you need the rows as one xml fragment. Regards,Christian
View ArticleRe: SAP MII XML xpath range
Thanks Christian !! I had figured out the adding the # part. But the range is getting a bit tricky This is what I am looking for XML Document NameValueA1B2C3D4 Batch 1 NameValueA1B2 Batch 2...
View ArticleNetweaver training class for MII Admin and Developer.
I took the SAPEP SAP NetWeaver Portal - Fundamentals but it did not cover how to configure/install Netweaver for MII. I wonder SAPNW SAP NetWeaver Application Server class will cover for the...
View ArticleRe: Sending Email From MII
Hi Suneel,For this you should be having access to some smtp server or else get an smtp server configured.Then in connections you create a connection of type email in data services.Once you have this,...
View ArticleRe: Create an attribute
You can add new attributes and nodes to "ANY" xml structure...the case above is achieved this way: Sam
View ArticlePCo Managment WebService version change?
I'm trying to restart PCo agents from MII using the http://hostname:50050/PCoMangement web service. I'm using the Web Service action block. Making use of PCO version 2.3041856.1458(31/01/2014...
View ArticleRe: IDoc Data Lost between ECC and MII Message Listener.
Hi Robert, I know this is an old thread - but I was wondering if this ever got resolved? We face the same issue (MII 12.1) when there's some network issues or maintenance. I don't tend to see missing...
View ArticleRe: IDoc Data Lost between ECC and MII Message Listener.
Cillian, since the time of the original post we have upgraded to version 12.2.4 . The issue does not seem to be happening now like it used to. Because of the intermittent nature of this issue I...
View ArticleRe: IDoc Data Lost between ECC and MII Message Listener.
Cillian, This Blog may offer a possible solution:Sending IDoc acknowledgement from SAP MII to SAP ECC Regards,Christian
View ArticleRe: IDoc Data Lost between ECC and MII Message Listener.
Hi Robert, Did SAP ever respond/resolve the ticket you created for this issue? Someone told me that this was a known issue, but I have yet to have it verified by SAP. They asked me to simulate the...
View ArticleRe: IDoc Data Lost between ECC and MII Message Listener.
looking back at the support ticket with SAP we were informed that this issue was fixed in v 12.0 patch 2 for SP11. I believe that is when we decided to move forward with our upgrade to 12.2.4. vs....
View ArticleRe: IDoc Data Lost between ECC and MII Message Listener.
Thank you for contributing this possible solution. Bob
View Article