SAPUI5 in SAP MII 14.0 - error on running index.html

Dear All,
I am working on SAP MII 14.0.
I am trying to run a sample example on SAPUI5 implementation in SAP MII 14.0 taken from link: http://scn.sap.com/community/manufacturing/mii/blog/2013/03/21/making-engaging-ui-on-sap-mii-with-sapui5
But I got an Error when I tested index.html page !!
Problem Description:
My index.html code is :
<!DOCTYPE HTML>  
<html><head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"> 
<script src="/sapui5/resources/sap-ui-core.js" 
                      id="sap-ui-bootstrap“  type="text/javascript" 
                      data-sap-ui-libs="sap.ui.commons,sap.ui.table,sap.viz, sap.ui.ux3" 
                      data-sap-ui-theme="sap_goldreflection" > 
</script>
  </head>  
      <body class="sapUiBody" role="application">  
      <div id='plantkpiDiv'></div>
<script>  
  alert("1"); // this comes
  //register the application  
jQuery.sap.registerModulePath("kpidashboard", "/XMII/CM/547555/SAPUI5/kpidashboard/webcontent"); 
  alert("2");   // this comes
//instantiate the view
  var plantView = sap.ui.view({id:"idPlantView", viewName:"kpidashboard.PlantView", type:sap.ui.core.mvc.ViewType.JS});  
   //add the view to the div 
alert("3"); // this does not come
  plantView.placeAt("plantkpiDiv");    
   </script> 
       </body>
</html>  
Folder Structure in Workbench is as follows:  /XMII/CM/547555/SAPUI5/kpidashboard/webcontent
Inside webcontent I have created three files i.e. PlantView.controller.js , PlantView.view.js and index.html.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Timestamp: Tue, 11 Mar 2014 10:32:30 UTC
Message: Unterminated string constant
Line: 13
Char: 260
Code: 0
URI: http://inpuneme01:50200/XMII/CM/547555/SAPUI5/kpidashboard/webcontent/index.html?JSESSIONID=G59R-clhqrId7QDW_a_VBOSXQqyvRAEC2ZsB_SAPqh1fgxWruoAQAKceTGLKZ-6J
Message: failed to load 'kpidashboard.PlantView.view' from /XMII/CM/547555/SAPUI5/kpidashboard/webcontent/PlantView.view.js: SyntaxError: Unterminated string constant
Line: 41
Char: 11332
Code: 0
URI: http://inpuneme01:50200/sapui5/resources/sap-ui-core.js
Thanks and Regards,
Anshul Arora

Hi Rohit,
I checked and found that PCo Mgmt service was not started. SO I started it and now I am able to get the XML when I open PCO Mgmt URL in the browser of PCo Server
But,
When my agent is running, I don't get Browse button enabled in "Subscription Items" tab.
When I stop the agent instance, I can see Browse button enabled in "Subscription Items" tab. But when I click on browse, it gives me following error:
Not sure what's wrong?
Soham

Similar Messages

  • Error uploading file index.html

    When I try to publish my site to my business catalyst is stops and I get this message:
    error uploading file index.html  Click Resume to try again or try publishing later
    I've never had this problem before and everything on my catalyst dashboard seems to be in order.  Please help.

    Ask in the BC or DW forum and provide much more info like what you use on the page, file sizes etc.
    Mylenium

  • "Error uploading file index.html. Click Resume to try again. If this problem persists, try again later. [550 /index.html: Not a regular file]"

    When uploading to FTP Host it gives me this error "Error uploading file index.html. Click Resume to try again. If this problem persists, try again later. [550 /index.html: Not a regular file]" What does this mean and how can I fix it? I need to be able to upload my website and it is not allowing me to do so.

    Hi
    Are you still facing the same error ? Also, have you tried to export the file as html , does it shows same error ? You can upload the exported html to your server using any FTP client as an alternative.
    Thanks,
    Sanjit

  • Error while running index creation

    Hi All ,
    I am running index creation step like below .
    alter session enable parallel DDL;
    alter session set workarea_size_policy=manual;
    alter session set sort_area_size=250000000;
    alter session set db_file_multiblock_read_count=128;
    CREATE INDEX "CUST_ROUTE_IDX" ON "CUST_2_K2K" ("PP2S", "KK2S")
    PCTFREE 10 INITRANS 2 MAXTRANS 255 NOLOGGING
    STORAGE( INITIAL 5M
    NEXT 16777216
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    FREELISTS 1
    FREELIST GROUPS 1
    BUFFER_POOL DEFAULT)
    TABLESPACE "INDX" PARALLEL 2;
    when i am running like above i am getting following error..
    CREATE INDEX "CUST_ROUTE_IDX" ON "CUST_ROUTE_IDX" ("PP2S", "KK2S")
    **ERROR at line 1:**
    **ORA-00604: error occurred at recursive SQL level 1**
    **ORA-04031: unable to allocate 38410272 bytes of shared memory ("large**
    **pool","SEQ$","QERHJ hash-joi","kllcqc:kllcqslt")**
    DB is ORA 10gR2 installed on 8 cpu machine with 32 GB of RAM . From Unix Top command i can understand that 18GB of RAM is free.
    When i remove "alter session set sort_area_size=250000000;" and run above script no error is coming .
    But enough memory is availabe to the machine as per UNIX . Can any one help me out why this err is coming .
    Also when I do " show parameter sort_area_size " in any new sqlplus session it displays 65536
    This value is in bytes/KB/MB ...pls advice
    Thanks in Advance

    Please read any error message carefully, prior to posting.
    **ORA-04031: unable to allocate 38410272 bytes of shared memory (*"large**
    **pool"*,"SEQ$","QERHJ hash-joi","kllcqc:kllcqslt")**
    Oracle is trying to allocate memory in the large pool, and the large pool is too small.
    The sort_area_size has nothing to do with it.
    Also there is no gain in setting the work_policy to manual, as Oracle will allocate memory beyond pga_aggregate_target automagically.
    There is also no gain in setting db_file_multiblock_read_count, as Oracle will adjust that automagically.
    Sort_area_size is in bytes, as documented, and it is your value in the spfile/init.ora which is the default or which you have set.
    You can read about this in the documentation which is online at http://tahiti.oracle.com
    Sybrand Bakker
    Senior Oracle DBA

  • Sap mii JRA proxy error when calling a BAPI

    Hi everyone,
    I am trying to connect SAP Netweaver (MII JAVA Stack only) to ECC via JRA. Everything was right (deployment and configuration) but when developers try to call a BAPI the following error appears:
    JRAProxy error. Entry not found.
    Could you please help on that.
    Thanks in advance.

    Hi Herman
    I am also facing same issue if you have resolved above issue please reply me regarding same.
    Regards,
    Manoj Bilthare

  • SQL 8115 : Arithmetic overflow error when running index analysis

    Hi experts,
      I got an error: "SQL 8115 : Arithmetic overflow error converting float to data type numeric
    row 1, col -1 [WP3 ] [sap_index_recommend:BUILD_N_E", please help.

    Hi João,
      It has been done.

  • Issue in executing SAPUI5 applications in SAP MII and Eclipse IDE

    Dear Experts,
         I am interested to learn more about SAPUI5 which will be very useful for my upcoming customer projects.
         Regarding that i have followed certain steps from some other blog post.
         The steps that i followed  are explained below:
              In Eclipse Kepler IDE:
                   1. Download Eclipse Kepler IDE.
                   2. i follwed the steps that mentioned in the url "https://tools.hana.ondemand.com/#sapui5"
                   3. i created one SAPUI5 application project.
                   4. i tried to run the sample file, but i am getting error as below
    "JSR 356 WebSocket (Java WebSocket 1.0) support is not available when running on Java 6. To suppress this message, run Tomcat on Java 7, remove the WebSocket JARs from $CATALINA_HOME/lib or add the WebSocketJARs to the tomcat.util.scan.DefaultJarScanner.jarsToSkip property in $CATALINA_BASE/conf/catalina.properties. Note that the deprecated Tomcat 7 WebSocket API will be available."
    5. Then i installed JRE 7, even after installing Java 7 i am unable to run the project. it shows sap.ui5 property file missed.
    In SAP MII 14.0:
         1. I just copy and paste the Hello World program from internet into HTML file.
         2. I tried to execute it, but in that i am getting error as " sap undefined error, sap.core.js Script error, etc,.."
    I am not sure about the steps which i was follwed as right.
    Kindly help me out how to proceed on further.
    Kindly guide me how to execute SAPUI5 application projects in Eclipse IDE and SAP MII 14.0.
    I need the procedure to execute the same in Eclipse IDE by using Tomcat server and how to deploy the SAPUI5 in SAP NW.
    The Components that i have in my System:
         1. Eclipse Kepler 4.3
         2. SAP MII 14.0
         3. JRE 7
         4. Tomcat 7
    Kindly tell me, is there any other softwares required?
    Thanks and Regards,
    Santhosh K

    Dear Experts,
         I am interested to learn more about SAPUI5 which will be very useful for my upcoming customer projects.
         Regarding that i have followed certain steps from some other blog post.
         The steps that i followed  are explained below:
              In Eclipse Kepler IDE:
                   1. Download Eclipse Kepler IDE.
                   2. i follwed the steps that mentioned in the url "https://tools.hana.ondemand.com/#sapui5"
                   3. i created one SAPUI5 application project.
                   4. i tried to run the sample file, but i am getting error as below
    "JSR 356 WebSocket (Java WebSocket 1.0) support is not available when running on Java 6. To suppress this message, run Tomcat on Java 7, remove the WebSocket JARs from $CATALINA_HOME/lib or add the WebSocketJARs to the tomcat.util.scan.DefaultJarScanner.jarsToSkip property in $CATALINA_BASE/conf/catalina.properties. Note that the deprecated Tomcat 7 WebSocket API will be available."
    5. Then i installed JRE 7, even after installing Java 7 i am unable to run the project. it shows sap.ui5 property file missed.
    In SAP MII 14.0:
         1. I just copy and paste the Hello World program from internet into HTML file.
         2. I tried to execute it, but in that i am getting error as " sap undefined error, sap.core.js Script error, etc,.."
    I am not sure about the steps which i was follwed as right.
    Kindly help me out how to proceed on further.
    Kindly guide me how to execute SAPUI5 application projects in Eclipse IDE and SAP MII 14.0.
    I need the procedure to execute the same in Eclipse IDE by using Tomcat server and how to deploy the SAPUI5 in SAP NW.
    The Components that i have in my System:
         1. Eclipse Kepler 4.3
         2. SAP MII 14.0
         3. JRE 7
         4. Tomcat 7
    Kindly tell me, is there any other softwares required?
    Thanks and Regards,
    Santhosh K

  • Error in /LogoPage.html  after deploying SAP MII 14.0 SP5

    Hi Experts,
    I am using SAP EHP1 for NW 7.3 SP07. Recently I upgraded from SAP MII 14.0 SP04 patch 5 to SP05 patch 2.
    After Upgrading I am getting many issues as below:
    1. When opening "http://hostname:port/XMII/" as file "/LogoPage.html" does not exist. When I checked the file its not exist in the server.
    2. When opening web pages I am getting java alert as "The application contains both signed and unsigned code"like that.
    I am using JRE v 1.6.0_21.
    Is that problem with the Patch that I deployed or any other issue.
    Please let me know?
    Regards
    G.Partheeban

    Hi Experts,
    I tried deploying with SUM,JSPM and telnet but no use. The file is not deployed properly. I guess this is the patch issue.
    I copied the Logopage and other file missing. Now the issue "1" is fixed but I am getting the below
    2. When opening web pages I am getting java alert as "The application contains both signed and unsigned code"like that.
    I am using JRE v 1.6.0_21.
    I also tried to revert back to SP04 using JSPM with the command "UpdateAll" and "UpdateSameand Lower" version. Can any one please suggest me how to revert back or how to solve the above errors?
    Regards
    G.Partheeban

  • Java error when execute SAP MII Workbench

    Hi Experts,
    I getting the following error when I execute the SAP MII Workbench. I have the Java 1.6.0.23 on a Windows 7 64 bits. I tried the Java 64 bits version and had the same error.
    Any idea?
    Regards,
    Vinicius
    A fatal error has been detected by the Java Runtime Environment:
    EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x75671d76, pid=6912, tid=1300
    JRE version: 6.0_23-b05
    Java VM: Java HotSpot(TM) Client VM (19.0-b09 mixed mode, sharing windows-x86 )
    Problematic frame:
    C  [WININET.dll+0x71d76]
    If you would like to submit a bug report, please visit:
      http://java.sun.com/webapps/bugreport/crash.jsp
    The crash happened outside the Java Virtual Machine in native code.
    See problematic frame for where to report the bug.
      T H R E A D  -
    Current thread (0x0675bc00):  JavaThread "Java Web Start Main Thread" [_thread_in_native, id=1300, stack(0x06bc0000,0x06c10000)]
    siginfo: ExceptionCode=0xc0000005, writing address 0x0000064c
    Registers:
    EAX=0x00000000, EBX=0x06c0f2f0, ECX=0x00000000, EDX=0x0002020e
    ESP=0x06c0f068, EBP=0x06c0f068, ESI=0x00000000, EDI=0x06c0f088
    EIP=0x75671d76, EFLAGS=0x00010246
    Register to memory mapping:
    EAX=0x00000000
    0x00000000 is pointing to unknown location
    EBX=0x06c0f2f0
    0x06c0f2f0 is pointing into the stack for thread: 0x0675bc00
    "Java Web Start Main Thread" prio=6 tid=0x0675bc00 nid=0x514 runnable [0x06c0f000]
       java.lang.Thread.State: RUNNABLE
    ECX=0x00000000
    0x00000000 is pointing to unknown location
    EDX=0x0002020e
    0x0002020e is pointing to unknown location
    ESP=0x06c0f068
    0x06c0f068 is pointing into the stack for thread: 0x0675bc00
    "Java Web Start Main Thread" prio=6 tid=0x0675bc00 nid=0x514 runnable [0x06c0f000]
       java.lang.Thread.State: RUNNABLE
    EBP=0x06c0f068
    0x06c0f068 is pointing into the stack for thread: 0x0675bc00
    "Java Web Start Main Thread" prio=6 tid=0x0675bc00 nid=0x514 runnable [0x06c0f000]
       java.lang.Thread.State: RUNNABLE
    ESI=0x00000000
    0x00000000 is pointing to unknown location
    EDI=0x06c0f088
    0x06c0f088 is pointing into the stack for thread: 0x0675bc00
    "Java Web Start Main Thread" prio=6 tid=0x0675bc00 nid=0x514 runnable [0x06c0f000]
       java.lang.Thread.State: RUNNABLE
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:
    Program Files (x86)
    Java
    jre6
    lib
    javaws.jar;C:
    Program Files (x86)
    Java
    jre6
    lib
    deploy.jar;C:
    Program Files (x86)
    Java
    jre6
    lib
    plugin.jar -Djava.security.policy=file:C:
    Program Files (x86)
    Java
    jre6
    lib
    security
    javaws.policy -DtrustProxy=true -Xverify:remote -Djnlpx.home=C:
    Program Files (x86)
    Java
    jre6
    bin -Dsun.awt.warmup=true -Djnlpx.origFilenameArg=C:
    Users
    Vinicius
    AppData
    Local
    Microsoft
    Windows
    Temporary Internet Files
    Content.IE5
    7SYHPOU8
    Workbench[1].jnlp -Djnlpx.remove=true -Xms64m -Xmx128m -Djnlpx.heapsize=64m,128m -Djnlpx.splashport=64156 -Djnlpx.jvm=C:
    Program Files (x86)
    Java
    jre6
    bin
    javaw.exe
    java_command: com.sun.javaws.Main C:\Users\Vinicius\AppData\Local\Temp\javaws3
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
    PATH=C:\Program Files (x86)\Java\jre6\bin;C:\Program Files (x86)\Internet Explorer;;C:\Program Files (x86)\PC Connectivity Solution\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Google\Google Apps Sync\;C:\Program Files\PuTTY;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;"C:\Program Files (x86)\Java\jre6\bin"
    USERNAME=Vinicius
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 2, GenuineIntel
      S Y S T E M  -
    OS: Windows 7 Build 7600
    CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
    Memory: 4k page, physical 4044900k(1962628k free), swap 8087900k(5218924k free)
    vm_info: Java HotSpot(TM) Client VM (19.0-b09) for windows-x86 JRE (1.6.0_23-b05), built on Nov 12 2010 15:00:43 by "java_re" with MS VC++ 7.1 (VS2003)
    time: Tue Dec 21 16:45:03 2010
    elapsed time: 2 seconds

    There is the error when I installed Java 64 bits:
    A fatal error has been detected by the Java Runtime Environment:
    EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000771ab18d, pid=5956, tid=6888
    JRE version: 6.0_23-b05
    Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0-b09 mixed mode windows-amd64 compressed oops)
    Problematic frame:
    C  [WININET.dll+0x9b18d]
    If you would like to submit a bug report, please visit:
      http://java.sun.com/webapps/bugreport/crash.jsp
    The crash happened outside the Java Virtual Machine in native code.
    See problematic frame for where to report the bug.
      T H R E A D  -
    Current thread (0x000000000605f000):  JavaThread "Java Web Start Main Thread" [_thread_in_native, id=6888, stack(0x00000000075f0000,0x00000000076f0000)]
    siginfo: ExceptionCode=0xc0000005, writing address 0x000000000000088c
    Registers:
    RAX=0x0000000000000000, RBX=0x0000000000000000, RCX=0x00000000076ee290, RDX=0x0000000000000000
    RSP=0x00000000076ee2f0, RBP=0x00000000076ee3f0, RSI=0x0000000000000000, RDI=0x0000000000000000
    R8=0x0000000000000001, R9=0x0000000076ff0000, R10=0x000000000000ffff, R11=0x0000000000000000
    R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000000000502690, R15=0x00000000076ee5b8
    RIP=0x00000000771ab18d, EFLAGS=0x0000000000010246
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:
    Program Files
    Java
    jre6
    lib
    javaws.jar;C:
    Program Files
    Java
    jre6
    lib
    deploy.jar;C:
    Program Files
    Java
    jre6
    lib
    plugin.jar -Djava.security.policy=file:C:
    Program Files
    Java
    jre6
    lib
    security
    javaws.policy -DtrustProxy=true -Xverify:remote -Djnlpx.home=C:
    Program Files
    Java
    jre6
    bin -Dsun.awt.warmup=true -Djnlpx.origFilenameArg=C:
    Users
    Vinicius
    AppData
    Local
    Microsoft
    Windows
    Temporary Internet Files
    Content.IE5
    OH1DE0ZW
    Workbench[1].jnlp -Djnlpx.remove=true -Xms64m -Xmx128m -Djnlpx.heapsize=64m,128m -Djnlpx.splashport=64455 -Djnlpx.jvm=C:
    Program Files
    Java
    jre6
    bin
    javaw.exe
    java_command: com.sun.javaws.Main C:\Users\Vinicius\AppData\Local\Temp\javaws3
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
    PATH=C:\Windows\system32;C:\Program Files (x86)\Internet Explorer;;C:\Program Files (x86)\PC Connectivity Solution\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Google\Google Apps Sync\;C:\Program Files\PuTTY;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;"C:\Program Files\Java\jre6\bin"
    USERNAME=Vinicius
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 2, GenuineIntel
      S Y S T E M  -
    OS: Windows 7 Build 7600
    CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
    Memory: 4k page, physical 4044900k(1897908k free), swap 8087900k(5161388k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (19.0-b09) for windows-amd64 JRE (1.6.0_23-b05), built on Nov 13 2010 02:43:42 by "java_re" with MS VC++ 8.0 (VS2005)
    time: Tue Dec 21 16:59:47 2010
    elapsed time: 2 seconds

  • SAP MII 14.0 - Calling Transactions using SOAP Runner fails

    Hello All,
    We are calling transactions in SAP MII 14.0 from external apps using SOAP Runner and we are passing the login info in the payload. But we are getting the following error.
    We are passing the following in the payload.
    <xmii:LoginName>Username</xmii:LoginName>
    <xmii:LoginPassword>Password</xmii:LoginPassword>
    We are getting 401 unauthorized as the user name and password is not propagated to the MII.
    It works if we supply the info explicitly when we invoke the URL.
    Thanks,
    Kiran

    Hello Rajesh,
    I don't think that will be allowed. We usually pass the credentials in the payload and it has always worked for us in MII 12.1. But in MII 14.0 it does not seem to be working.
    Thanks,
    Kiran

  • Reading File from a Desktop/ShareFolder in SAP MII 14.0

    Dear Experts,
    I have a situation where I want to read a CSV file from a source different than SAP MII server. Basic intention is to read a file from a desktop or some shared folder.
    My first doubt is- Is it really possible in SAP MII 14.0 version?
    But still I tried doing the same. Used Get File Text Loader action and text loader and provided file path from desktop which gives me an error. Here's the syntax I tried with mask as .csv:
    C://Users/XXX/Desktop
    C:\Users\XXX\Desktop
    C:/Users/XXX/Desktop
    Error I get is as follows:
    [ERROR] [Get_File_List_0]GetFileList: Access to the file path /C://Users/XXX/Desktop is not allowed
    Please advise, if it is really possible in MII 14.0 . If yes, Am I missing any steps?
    Regards

    Hi Kirti
    To read/load a file from your desktop you will need to execute some form of client side program like HTML or JS or applets. MII Transactions run on the MII server and would point to the Server's C:/ if the server has such a folder. Usually users do not have access to C drive of servers. Hence you see the error.
    You will need to write some program that executes on your desktop and pulls the file from your system and then posts to the server.
    Regards
    Partha

  • Generic Sort filter in SAP MII 14.0.5

    Hello,
    I am trying to use Generic Sort filter in SAP MII 14.0.5 and all i need to achieve is sort the XML nodes based on values. i am trying to give input as below XML and sort based on Value. but i am getting error. Input to Generic sort filter is mentioned below. i don't see much documentation for this block. any inputs will be greatly appreciated.
    Error:-
    "[Generic_Sort_Filter_0] Unknown property: <?xml version="1.0" encoding="UTF-8"?><Address>
    <Product>MAC_Address</Product>
    <value>78FF5700E419</value>
    <value>78FF5700E418</value>
    <value>78FF5700E420</value>
    </Address>"
    Input to Generic Sort Filter:-
    Source:-
    <Address>
    <Product>MAC_Address</Product>
    <value>78FF5700E419</value>
    <value>78FF5700E418</value>
    <value>78FF5700E420</value>
    </Address>
    Filter Colum1:- Local.OutputXML{/Address/value}
    -Adarsha.K.S

    I could be wrong but I seem to recall that Action only supported the MII xml document structure: /Rowsets/Rowset/Row etc.

  • Issue with SAP MII Batch RDS

    Hi
    We are deploying the SAP MII Batch manufacturing Rapid deployment solution.After deploying the package and  setting up all the config guide, we have following concerns.
    1. The orders are coming in operator dashboard but can not see work instructions (PI sheets contents).
    2. Also , in the confirmation screen , can't pull the orders.It is always coming 0 even the records are there.
    3. The data which is supplied with package is in German format. Is this OK  or  have data in English as well.
    4. Have deployed the package on oracle database so  have issue converting some of the SQL server data into oracle.Means we have to convert script into Oracle scripts and hence some statements through errors and all the master data in the table is not updated.
    5. We are using plant name as PL99 instead of 1000 , will this have any issue.
    Any kind of help is appreciated.
    Thanks & Regards
    Vinod

    Instead of directly submiting these jobs.
    in the Job definition  screen if you right click on job definition
    you will get a option new job definition it will give several option
    use the one you require and go next next this inturn submits the jobs you mentioned.

  • SAP MII SSC UI CUSTOMIZATION

    In SAP MII SSC (Self Service Composition Dashboard),
    There is some issue I am facing while doing some customization on the UI of SSC.
    I added two UI5 drop down with Dynamic Data Source and my requirement is populating the second drop down
    as per the selected value of the first drop-down.For that what I need to get the instance of first drop down
    along with its selected value and then pass it as a parameter in query so that the second drop down can be populated.
    The constraint lies in
    1)Getting instance of the drop down to get the selected
    I have tried adding some custom code to get the drop down instance but no help.Here is the part of the customized added
    code
    This is not giving any error but not working.
    Please help.

    Hi Swapna,
    In SSCE, if you click on the first dropdown in design, the events are given in the properties.
    You can put your change method name in onSelect.
    Let's say you put the method name handleChange in onSelect. In the custom code area, the method will be generated for you.
    In the method implementation you can call the getSelectedKey to retrieve the selected value.
    function handleChange(){
    alert(DropdownBox0_c0c0.getSelectedKey());
    You can also refer to the how to guide for UIElements
    MII 15.0 - Self Service Composition Environment - Integration of UI Elements
    Regards,
    Pooja

  • Web Service Action in Block in SAP MII has a problem.?

    Hi Experts,
    I am trying to consume Primavera web service from SAP MII 12.1
    Getting the following error
    [INFO] [Tracer_0]An error was discovered processing the <wsse:Security> header
    I am using web logic server 10.3 as my App Server and Primavera p6 PPM,trying to connect to primavera web services through MII
    Web Service:http://localhost/p6ws/services/BaselineProjectService?wsdlAny Updates to be applied on SAP Netweaver,I applied patches too but no luck
    I am able to get default port when I Authenticate using Credential Alias Attribute of Web Service Action Block
    I am getting the same default port when I dont use the credential alias also
    But My Final response from the server is an Error,
    I thought its an authentication error,but not sure how to proceed to solve the error.
    Please help.

    Hi Subhanim,
    As of my knowledge, you need to specifies Credential Alias as it automatic appears in Configure object and in the mean time you need to set configure link for User Credentials map.
    I think this will solve your error.
    Thanks,
    Kind Regards,
    Praveen Reddy M

Maybe you are looking for