Quantcast
Channel: SCN : All Content - SAP Manufacturing Integration and Intelligence (SAP MII)
Viewing all 1775 articles
Browse latest View live

PDF loading issue

$
0
0

Hello Everyone,

 

Issue:

PDF not loading on first click but loads properly on refreshing the same page.

 

Scenario:

I am creating a PDF using PDF action blocks and calling the PDF on click of a button.

On click of button, I am calling the following url format in window.open command:

"http://"+location.host+"//XMII/Runner?Transaction=<TransactionPath>&<Param1Name>="+<Param1Value>+"&<Param2Name>="+<Param2Value>+"&OutputParameter=<PDFOutParam>&Content-Type=application/pdf&isBinary=true"

 

Pls provide some solution.

 

Regards,

Minakshi


BAPI_GOODSMVT_CREATE Action and Reference Document

$
0
0

Hi experts,

 

Is it possible to set up Action and Reference Document values in BAPI_GOODSMVT_CREATE like in t-code MIGO.

Please see the screenshot below (sorry, but I have no English inteface ):

 

MIGO.jpg

 

Thanks in advance!

 

Best Regards,

Vitaliy

Log Viewer Error In MII 12.1

$
0
0

Hi All,

 

I am getting an error in log viewer in SAP MII 12.1 version(Netweaver 7.1).

When I am tring to open the log viewer ,It is giving the error Connection refuse.

 

Please do let me know if someone know anything about issue.

 

1.JPG2.JPG

 

Thanks,

Ritim Jain

Applets not working with Java 1.7.0_51 in MII 14.0 SP4 Patch 5

$
0
0

Hi,

 

I'm currently evaluating the migration of our MII 12.0 developments to MII 14.

But I'm running in several issues just trying to use simple things like a SQL query template with an iGrid Display template in test mode.

 

Used versions are: MII 14.0 SP4 Patch 5 and on client side the latest Mozilla Firefox with Java 1.7.0_51

 

  • At first I always get a java security warning when the applet is being loaded about unsigned applications.
  • At second the applet itself is not running. It always shows "No data available" and the java console shows the following errors (iResult is the id of the applet):
    • iResult [ERROR] - Couldn't set query template: No Query Defined
    • iResult [ERROR] - Couldn't set display template: null
    • iResult [ERROR] - Couldn't set display template: null

 

Is this perhaps a general problem, that the MII applets are not working with Java 1.7.x versions?

If I call the same MII page from a client with Java 1.6.x it is working without errors.

 

Do you have some suggestions for me?

 

Regards Timo

UI5 Grid issue

$
0
0

Hello Everyone,

 

I am facing few issues while using UI5 Grid.

 

Scenario1:

I am using Sql query to display data in i5Grid.

This query accepts 3 input parameters and gives the respective values.

Initially i am giving the default parameters values in query template.

Now while generating report, I need to change the data in Grid based on selection.

I am passing the parameters as following.

 

     gridObject.getQueryObject().setParameter("Param.1", param1value);

     gridObject.getQueryObject().setParameter("Param.2", param2value);

     gridObject.getQueryObject().setParameter("Param.3", param3value);

     gridObject.getGridObject().setDisplayColumns("Column1,Column2");

     gridObject.update(true);

I am also setting display column names as they are dynamic.

This time I am getting the Grid with default values only. The Grid is not updating as per the parameters passed.

 

 

Scenario2:

I am removing the default query input parameters and trying the same. It gives me an error:

 

Object doesn't support property or method 'setDisplayColumns'

 

 

Please help me with this issue.

 

Thanks and Regards,

Minakshi

Automatic starting IDOC listener after MII restart

$
0
0


Hello,

 

we are using  MII 12.0. After a restart of MII (after planned shutdown) the IDOC listener (for receiving order data from SAP ERP) does not start automatically. Instead the listener must be started manually.

 

What could be the reason for this?

Is the a solution to start the IDOC listener manually?

 

Thanks.

Costing BOM and Mixed Costing

$
0
0

A product which is manufactured in-house has more than one production version.  Each production version has its own BOM and Recipe.  To calculate a blended standard cost, we will use mixed costing functionality and assign ratio to each production version.  However we want to copy the BOM usage 1 (production) to BOM usage 6 (costing) and make changes only for costing purpose.

 

Hence each production version will have a BOM for production and equivalent BOM for Costing as follows:

 

 

Production Version/Procurement alternativeBOM for ProductionBOM for Costing
1Usage 1 / Alternative 1Usage 6 / Alternative 1
2Usage 1 / Alternative 2Usage 6 / Alternative 2

 

If a process order is created with Usage 1 /Alternative 1, how does the system know to compare actual cost with procurement alternative with Usage 6 / Alternative 1 for the purpose of variance calculation?

 

Thank you,

Siva

Upload File To Oracle

$
0
0


Hello experts,

 

From an MII web page, what is the easiest way to allow a user to browse to a file and then insert the file into a row in an Oracle database?  The file browsing part is easy with the HTML input tag but what is the easiest way to get the file into Oracle (as a BLOB or CLOB)?  Does MII provide any help?

 

Thank you,

Mike


Can someone refers me over a good documentation about transactions in SAP MII?

$
0
0

I'm trying to build a transaction

Strange switch error

$
0
0

Hello

I'm encountering a strange error when a transaction is executed.

It has a switch block with three cases. The match type is string. There are 3 standard boxes for each case and the "else" block.

In InputValue variable there is a stringtrim of string value.

In each MatchValueX there is static strings.

 

Sometime the transaction throws exception with the following error:

     while trying to invoke the method com.sap.lhcommon.common.VariantData.intValue() of an object loaded from local variable 'count'

 

If I run again the transaction with the same input, everything is completed without errors.

 

Do you have any idea about the problem?

 

System: MII 12.2

 

Thank you a lot

Best regards

Fabio

Error in KPI Monitoring Screen

$
0
0

Hi All,

 

I am new to KPI Monitoring. Is that any example I can get for configuring it.

 

I follwed this docment "http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1061e1c5-e25b-3010-aaae-bca7eb47837e?overridelayout=t…"

 

I tried with pointing normal Tag query into the "BaseKPI". And tried to run from the KPI monitoring screen. But it throws error as below.

 

 

 

Unable to run selected search template for the KPI MII_Samples/MIIOBJ/BaseKPI
[EXCEPTION]
com.sap.xmii.kpi.core.KPIMonitorRuntimeException: Unable to parse timestamp value for property DateTime at index 1 with format MM/dd/yyyy HH:mm:ss
at com.sap.xmii.Illuminator.templates.DBQuery.setParameter(DBQuery.java:855)
at com.sap.xmii.Illuminator.templates.DBQuery.prepareStatement(DBQuery.java:634)
at com.sap.xmii.Illuminator.templates.DBQuery.executeQuery(DBQuery.java:281)
at com.sap.xmii.kpi.core.KPIMonitorManager.queryKPIValue(KPIMonitorManager.java:762)
at com.sap.xmii.kpi.core.KPIMonitorManager.populateDynamicDetails(KPIMonitorManager.java:602)
at com.sap.xmii.kpi.core.KPIMonitorManager.runSearchTemplate(KPIMonitorManager.java:347)
at com.sap.xmii.ejb.alerts.KPIMonitorBean.runSearchTemplate(KPIMonitorBean.java:206)
at sun.reflect.GeneratedMethodAccessor446.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext$InvocationContextImpl.proceed(AbstractInvocationContext.java:131)
at com.sap.xmii.ejb.common.AdministrationInterceptor.wrapRuntimeExceptions(AdministrationInterceptor.java:50)
at com.sap.xmii.ejb.common.AdministrationInterceptor.assertHasPermission(AdministrationInterceptor.java:38)
at sun.reflect.GeneratedMethodAccessor371.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Application.invoke(Interceptors_Application.java:53)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:50)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:37)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:21)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MethodRetry.invoke(Interceptors_MethodRetry.java:46)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:191)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:23)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:25)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:17)
at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:138)
at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
at com.sun.proxy.$Proxy658.runSearchTemplate(Unknown Source)
at com.sap.xapps.xmii.ui.admin.alert.wd.comp.kpimonitor.KPIMonitor.populateMasterKPINode(KPIMonitor.java:822)
at com.sap.xapps.xmii.ui.admin.alert.wd.comp.kpimonitor.wdp.InternalKPIMonitor.populateMasterKPINode(InternalKPIMonitor.java:423)
at com.sap.xapps.xmii.ui.admin.alert.wd.comp.kpimonitor.KPIMonitorView.onActionRunTemplate(KPIMonitorView.java:918)
at com.sap.xapps.xmii.ui.admin.alert.wd.comp.kpimonitor.wdp.InternalKPIMonitorView.wdInvokeEventHandler(InternalKPIMonitorView.java:800)
at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:142)
at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:75)
at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:159)
at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:94)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)
at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)
at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:515)
at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:58)
at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1671)
at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1485)
at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:908)
at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessing(ApplicationSession.java:880)
at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:357)
at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:326)
at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
at com.sap.tc.webdynpro.serverimpl.wdc.DispatcherServlet.doContent(DispatcherServlet.java:89)
at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:373)
at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:499)
at com.sap.tc.webdynpro.serverimpl.wdc.ForwardServlet.doPost(ForwardServlet.java:77)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:466)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)


Can any one tell me where I can get the simple example?


Regards

R.Prakash

Need to create an SAP MII transaction

$
0
0

I need to create an SAP MII transaction that will have the following:

 

Historian for two plants.

Starttime - switch SAP

Endime - switch SAP

Tag?

 

Please give examples.

Don't we have array kind of things in SAP MII?

$
0
0

I am working on SAP MII 14.0. I have to send the data from SAP to OTM using MII as Middleware.

We will get multile items in one XML as SAP Response at a time. Each item will have OTM_Ship tag which contains different value for each item. We have to save all QTM_Ships in one list.

So Please suggest me that how can i save all OTM_Ship values in one list.

File handling

$
0
0

Hi

 

I need to save and read files in a remote server that does not have ftp. Do I need to develop a java custom action to do that ?

SAP UI5 Overlay Container not working from MII

$
0
0

Hi,

 

I'm unable to use the overlay container control of SAPUI5 from MII Workbench.

My code is as below(copied from Demo Kit):

 

<!DOCTYPE HTML>

<html>

<HEAD>

  <TITLE>Overlay Container Test</TITLE>

  <META http-equiv="X-UA-Compatible" content="IE=edge">

  <META http-equiv='cache-control' content='no-cache'>

  <META http-equiv='expires' content='0'>

  <META http-equiv='pragma' content='no-cache'>

  <SCRIPT type="text/javascript" src="/XMII/JavaScript/bootstrap.js" data-libs="i5Chart,i5Grid"></SCRIPT>

  <script id="sap-ui-bootstrap" type="text/javascript" 

  src="resources/sap-ui-core.js" 

  data-sap-ui-theme="sap_goldreflection"  

  data-sap-ui-libs="sap.ui.ux3, sap.ui.commons"> 

  </script> 

<script type="text/javascript">

 

 

function handler(oEvent) {

  alert("Event '"+oEvent.getId()+"' triggered");

}

 

 

var oOverlayContainer = new sap.ui.ux3.OverlayContainer();

oOverlayContainer.addContent(new sap.ui.commons.TextView({text: "Some Content ..."}));

oOverlayContainer.attachClose(handler);

oOverlayContainer.attachOpen(handler);

oOverlayContainer.attachOpenNew(handler);

 

 

var oButton = new sap.ui.commons.Button({

  text: "Open Overlay Container",

  press: function(oEvent){

  if(!oOverlayContainer.isOpen()){

  oOverlayContainer.open();

  }

  }

});

oButton.placeAt("sample1");

</script>

</HEAD>

<body class='sapUiBody'>

  <div id='sample1'></div>

</body>

</HTML>

 

On execution, it is not displaying the content. I'm using MII 14.0 SP0. The SAPUI5 SCA file is properly installed. The ux3 library is in sap.ui folder still the overlay container is not created.

 

Please share your valuable thoughts.

 

 

Regards,

Prashant


SAPME PAPI Interface Action Block error

$
0
0

Hi all,

 

I wasn't sure whether this goes under MII or ME, as it relates to the SAPMEINT component in MII.  There is a new action that was delivered with MEINT with ME 6.x called the SAPME PAPI Interface Action in the SAP ME Integration action group.

 

On my computer when I try to Configure Object for the action and enter in a valid Credential Alias, and SAP ME Site, no matter what I put in the Search Filter (if anything) and click search I get an empty 'Message' popup with an 'info' icon and nothing else.  I am not sure what is causing this and how to rectify it. See attached file for screenshot.

 

I have upgraded my Java multiple times both backwards and forwards and every update the same resulting empty Message appears.

 

Has anyone come across this issue, and if so how did you fix this apparent Bug?

 

Thanks,

Joe

MULTIPLE INSERTS IN A SINGLE SQL Query template

$
0
0

HI Experts,

 

I want to insert multiple records in a single SQL statement in a MII query template

 

I tried using

 

INSERT INTO TABLE(ID, Value)
VALUES (1, 'First'), (2, 'Second'), (3, 'Third')

 

But its not working out for me

Writing multiple insert statement is also an option but i want to write single insert statement and values separated by comma

Could any one kindly tell me how to insert multiple records in a single line with values separted by a  comma

 

Thanks

Praveen

apache errors from service reference

$
0
0


We have a VB.NET application where we are making service reference calls to mii to run transactions.  Our log viewer is filling up with the following errors from these applications.  From web searches it appears these are apache related, but not sure what that has to do with our app.  Does anyone know what may be causing these?  The applications are running fine, but the error log viewer is filling up.

 

2014/04/25 07:40:56:066 CDT [INFO] DeploymentEngine - Deploying module: rahas-1.3

2014/04/25 07:40:56:066 CDT [INFO] DeploymentEngine - Deploying module: addressing-1.3

2014/04/25 07:40:56:066 CDT [INFO] DeploymentEngine - Deploying module: rampart-1.3

 

 

2014/04/25 07:40:56:066 CDT [INFO] DeploymentEngine - Deploying module: rampart-1.3
Single Click Filter by SeverityNegative Single Click Filter by SeverityError
Single Click Filter by DateNegative Single Click Filter by Date2014-04-25
Single Click Filter by TimeNegative Single Click Filter by Time07:40:56:066
Single Click Filter by CategoryNegative Single Click Filter by CategorySystem.err
Single Click Filter by LocationNegative Single Click Filter by LocationSystem.err
Single Click Filter by ApplicationNegative Single Click Filter by Applicationsap.com/xapps~xmii~ear
Single Click Filter by ThreadNegative Single Click Filter by ThreadThread[TSLVReader #4227,4,Dedicated_Application_Thread]
j2ee\cluster\server0\log\defaultTrace_00.trc
Single Click Filter by Passport User Activity IDNegative Single Click Filter by Passport User Activity ID9b18d74acc7611e3ba7600000094a232
Single Click Filter by SessionNegative Single Click Filter by Session0
Single Click Filter by UserNegative Single Click Filter by UserGuest
Single Click Filter by Time ZoneNegative Single Click Filter by Time Zone0-500
Single Click Filter by Runtime ComponentNegative Single Click Filter by Runtime Componentsap.com/xapps~xmii~ear
Single Click Filter by Correlation IDNegative Single Click Filter by Correlation ID9740850000000004
Single Click Filter by Passport SessionNegative Single Click Filter by Passport Session4E0DD41CCC6911E394B000000094A232
Single Click Filter by Passport ConnectionNegative Single Click Filter by Passport Connection9b18d74acc7611e3ba7600000094a232
Single Click Filter by Passport Connection CounterNegative Single Click Filter by Passport Connection Counter0
Single Click Filter by Log IDNegative Single Click Filter by Log IDC0008001060A72920000000000000328
Single Click Filter by HostNegative Single Click Filter by HostMii-MesProd
Single Click Filter by SystemNegative Single Click Filter by SystemMEP
Single Click Filter by InstanceNegative Single Click Filter by InstanceJ00
Single Click Filter by NodeNegative Single Click Filter by Nodeserver0

Catalog files path in NTFS

$
0
0

Hello Experts,

 

I am encountered with a scenario where i need to recover Web and Catalog folders from file system since MII intelligence portal is down Also nwa.

 


could you please help me how to find the folders ? i have recovered WEB folders but not able to find Catalog (all Query templates and Transactions).

 

 

 

Thanks,

Ayush

Problem in updating Global Variables (XML Type)

$
0
0

Hi Experts,

 

I am facing an issue regarding in updating Global Variable in MII 12.2

For the first time when the global variable is created its getting reflected in all the systems.

 

But when it is updated, the changes doesn't get reflected.

 

Have Checked it from Workbench as well from XMII tables.

 

Please help

 

 

Thanks

Shashank

Viewing all 1775 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>