on 2022 Mar 02 6:05 AM
Hi All
I am following below document but while Adding a Destination System , MII is not showing in drop down list. How to add MII as destination system.
Monitoring a Local or Shared Folder for a File using PCo | SAP Blogs
Request clarification before answering.
Hi adnan.maqbool2 ,
I have not tried but the help document suggested that to use 'universal Web service destination system'. Refer the document in below url
MII Destination System (Deprecated)
Regards,
Aravinth
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @adnan.maqbool2,
You can change the compatibility settings in Plant Connectivity Management Console by choosing the menu entry (Tools>Options>Global Settings>Compatibility) and checking "Allow Creation of Deprecated Configuration Elements". Now you will be able to create the source and destination systems that are flagged as deprecated:
Regards, Chayma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The MII Destination has been deprecated because of security issues. I would strongly recommend that you learn how to use the Universal Web Service Destination to call MII Transactions. You can use UWS as Destination Calls with Response Processing, as well as in Multi-call Destinations, with the ability to receive and process a response from the called MII Transaction.
Regards, Steve
hello
since the MII Destination has been deprecated because of security issues, you can use Universal Web Service Destination to call MII Transactions.
there are two options inside them: SOAP (XMII/WSDLGen/) or REST (/XMII/Runner?).
UWS using SOAP has the benfit, that it is much more comfortable to configure and maintain instead of REST. But you can not use special session options like asynchron and session=false.
UWS using REST has the benfit, that it has a better performance instead of SOAP, the possibility of using Asnych and session=false, but it is not so comfortable in configuration and maintenance.
See SAP MII Help for Details:
Web Service Interface (SOAP)
Transaction Calls Using URLs (REST)
SAP PCo Help for UWS:
Universal Web Service Destination System
hopefully this is helpful
Regards
Matthias
Hi steve
i confirm that solve the problem! Thank'you very much for your help
When you come in Italy you have a payed Beer from me!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Steve
the transaction (just a Test) is very simple i've got only an event Logger to log the input value from PCO
In Pco i hve created a destination
and an Agent to notify file content
this is the notification
in the PCO Log i can see that notification is being send correctly
but in MII LOG i cannot see the file content
if i switch to MII destination (deprecated) all it's fine and i receive the file from PCo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've got some probleman trying to notify MII a file content from Pco 15.5 using SOAP webserverdestination.
In event viewer i can see that the transaction is called correctly but seems the FILE CONTENT is "BLANK".
In the transaction i've create an XML input variable (also tried with string) and selected it as inputParameters in Request Message Configuration.
In Pco LOG (verbose mode) i can see this message (ciao is my file content)
11/10/2022 11:53:05 202VerboseOMR1903L511956PCoSvcHostNotificationManager3766Notification [SendFile_Test2], notification destination [MII]: enqueueing a notification message containing values [FileContent] = [ciao]In MII trnasaction i've create this EVENT LOGGER "FILE REACHED" & "\n" & Transaction.XML
but in EVENT VIEWER i can see only "FILE REACHED" as the XML input variable has not been passed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.