Error 7 during assemble test Vis for runtime distribution

I get this error when assembling VIs for Runtime Dist. Probably can't find a file but which Vi is the problem? I tried to open diagram for TestStand - Call Package VIs for Distribution.vi to find the problem vi but it is password protected.
Attachments:
ts_error7.bmp ‏1678 KB

The code was written in LV 6i and I mass compiled it using LV 7. I was able to assemble for distribution in TS 2.0 but I received an runtime error (VI not executable). I figured that since this code was saved as an llb with vi.lib included I had to remove the vi.lib VIs and reload th source in LV 7.0. I deleted a needed control when I did this and that was what was missing. I included the missing control and was able to assemble my VIs for runtime distribution. One question remains... During a mass compile shouldn't the vi.lib VIs be replaced by the newer versions?

Similar Messages

  • Problem with Assemble Test VIs for Run-Time Distribution

    I get an error that a file is already in memory and that I will have to remove it before I can build the application. The file in question is Get File System Seperator.vi. It lives in vi.lib\Utility\sysinfo.llb. If it is not a stock vi from national and was placed there by some other add on tools (perhaps an OpenG toolkit), how can I disable it? Labview itself will not boot without this sysinfo.llb.
    I am using TestStand Engine 2.01 on the XP system and 2.01f1 on win2000 with the same results. I am not using numerical limits so the fix (patch) for multiple numerical limits does not seem to be needed.

    Hi Paul,
    In the description of your problem you state that "I will have to remove it before I can build the application". I was wondering if you could elaborate on the scenario you are describing because this is a little bit confusing to me as it is. The "Assemble Test VIs for Run-Time Distribution" tool in the Sequence Editor does not involve "building an application" as part of the process of using it. When you select the menu option for this tool, a TestStand sequence is invoked that has a few LV VI steps in it which perform the VI Assembly process, with no application building involved (just searching through sequences for top-level vis, their sub-vis, and copying them all into a directory you choose). I hope this describes what it is I'm not understanding about your statement, but to explain why it is that I feel this is important is in order to reproduce the problem I need to know exactly what it is you are doing at the time of encountering the problem. To go over a common set of issues people encounter when they use this tool, I would like to see if you have tried the following:
    1) Have you checked to make sure that the LabVIEW Standard Prototype Adapter is configured to use the LabVIEW development environment as its Run-Time Server before running the tool. It will not work if the adapter is set to use TestStand LVRTS or TestStandGUILVRTS. The assembly tool requires features of the full LV IDE to perform the functions it carries out, and you will get an error if the adapter is configured improperly. To check this out, go to Configure >> Adapters..., select the LV Adapter in the listbox, then click the Configure button. In the second dialog, change the run-time server option to "LabVIEW".
    2) Are you actually trying to build the Assemble Test VIs for Runtime Distribution tool into an application? (This is not an intended use of the tool's VIs).
    3) Before running the assembly tool, have you tried using the Sequence Editor's File >> Unload All Modules option?
    Let me know if you have tried the above things or if you are doing any of the "unintended" things with the tool so I can get a better grasp of when it is you are seeing the problem. Again, the goal would be for us to reproduce it.
    Jason F.
    Applications Engineer
    National Instruments
    www.ni.com/ask

  • AppContainers_test fails with error during pre-test configuration checks

    Hello,
    AppContainers_test fails with error during pre-test configuration checks:
    "[FAIL] The machine is not properly configured for testing: the test directory "C:\Windows\SYSTEM32\" is not ACL'd to allow execute permission for "APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES"
    But that kind of permission for APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES was allowed, also i tried to allow full access, but error was the same.
    In the test WindowsFilteringPlatform_Tests, the same requirement "REQ - Wfp-based products must not block App Container apps operating within their declared network intentions by default" was checked successfully.
    How can i pass successfully AppContainers_test? 
    I installed lastest versions of QFE and filters on my server, but it didn't help.

    Hi M'Alerter,
    I have the same issue, have you found a solution to your problem ? 
    Cheers,
    Ghalem

  • XML log: Error during temp file creation for LOB Objects

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

  • Error during connection test in C4C

    Hi,
    during connection test in C4C i receive Service-Ping-Error: Internal Server Error (500).
    The following error shown in HCI.
    Inbound processing in endpoint at https://iflmapgbt104xxxxavtaio-xxxx.intaas.hana.ondemand.com/cxf/COD/ERP/SimpleConnect failed with message "Error reading XMLStreamReader.", caused by "WstxEOFException:Unexpected EOF in prolog
    at [row,col {unknown-source}]: [1,0]"
    Message Processing Log{
      IntermediateError   = true
      MessageGuid         = AFUUKFubmbS4sE_0LvLxGiXTI0v4
      Node                = xxxxxxxx.od.sap.biz
      OverallStatus       = FAILED
      StartTime           = Thu Mar 26 15:40:11 UTC 2015
      StopTime            = Thu Mar 26 15:40:11 UTC 2015
      Children [
        An error has occurred in CXF Inbound Request{
          Error               = Inbound processing in endpoint at https://iflmapgbt104xxxxxavtaio-xxxxx.intaas.hana.ondemand.com/cxf/COD/ERP/SimpleConnect failed with message "Error reading XMLStreamReader.", caused by "WstxEOFException:Unexpected EOF in prolog
    at [row,col {unknown-source}]: [1,0]"
          StartTime           = Thu Mar 26 15:40:11 UTC 2015
          Status              = FAILED
    Can anyone help me on this issue?
    Cheers
    Florian

    Hi Ginger,
    somehow, yes :-) I deployed the iFlow for customer master replication. After creating a customer the trace looked different and terminated at the reverse proxy. So the simple connect somehow is not able to do the same...
    Cheers
    Florian

  • Error during connection test for Content Producers in FPN

    Hi,
    I have a question regarding connection test for content producers in FPN. Please let me explain the scenario,
    The portal server (PS1) is in the network domain say "XYZ.com" and we are accessing the portal from different domain say "ABC.com" via browser. We need to configure another portal (PS2) which is in the network domain say "mno.XYZ.com" with PS1 using FPN. We have imported the certificates of portal PS1 (consumer) in PS2 (producer) portal server and done the required trust configurations using VA in PS2 portal server.
    Then we created a new content producer object for the PS2 portal (producer) in PS1 portal. But when we did the "Connection Tests" it gets failed with the following error message,
    "Could not retrieve the WSDL file; the handshake URL may not exist or may be invalid".
    Can any one please tell me why this error message is coming. Is it due to any network connection issue?
    Thanks,
    Gokul.

    Hi Ginger,
    somehow, yes :-) I deployed the iFlow for customer master replication. After creating a customer the trace looked different and terminated at the reverse proxy. So the simple connect somehow is not able to do the same...
    Cheers
    Florian

  • Error during generate test plan

    I'm trying to generate a test plan in Microsoft test Manager 2013 but during the criation of the template always appears the same error.
    the error is "Application detected an unexpected fault
                       Running transformation: System.NullReferenceException: Object reference not set to an instance of an object.
                      atMicrosoft.VisualStudio.TextTemplating04F88A763EC75D0A56EFDCF2B8809A952EF3E8E3357BFF2D9D4011312F
                     1B1B7156AE7547C446AFAB5B0446F4365E959CE585F7E56BFF574A1A1FDA6152DD705D.
          GeneratedTextTransformation.TransformText() in c:\Users\2363\AppData\Local\Temp\testplan\TestPlanSection.tt:line 151"
    Some test cases are active, and i'm trying generate a documente too know what expect.
    Thank you foll the help you can give.

    Hi,
    How do you generate test plan in MTM, please provide the detail steps. Do you clone test plan in MTM? What’s the version of your TFS?
    # Copying and cloning test suites and test cases (Clone a test plan and its test case section)
    https://msdn.microsoft.com/en-us/library/hh543843.aspx#sectionToggle3
    On the other hand, please try to clean TFS cache and try again. (Delete the cache folder, which path like C:\Users\[user name]\AppData\Local\Microsoft\Team Foundation\5.0)
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error in juit test case for struts2 action class using StrutsSpringTestCase

    Hi
    I am getting some error when i am running my Struts2 Action class junit test case using StrutsSpringTestCase class (which is in struts2 junit plugin 2.1.8 version)
    Here is the code....
    package ipl.admin.action.test;
    import java.sql.Timestamp;
    import java.util.Date;
    import org.apache.struts2.StrutsSpringTestCase;
    import ipl.admin.action.RoleMasterNewAction;
    import ipl.admin.beans.RoleMasterNewBeanRemote;
    import com.opensymphony.xwork2.ObjectFactory;
    public class RoleMasterNewActionTest extends StrutsSpringTestCase {
         //XmlBeanFactory bf = new XmlBeanFactory(new ClassPathResource("applicationContext.xml", getClass()));
         RoleMasterNewAction action = new RoleMasterNewAction();
         RoleMasterNewBeanRemote roleMasterBeanNewRemote;
         public RoleMasterNewBeanRemote getRoleMasterBeanNewRemote() {
              return roleMasterBeanNewRemote;
         public void setRoleMasterBeanNewRemote(
                   RoleMasterNewBeanRemote roleMasterBeanNewRemote) {
              this.roleMasterBeanNewRemote = roleMasterBeanNewRemote;
         public void setUp() throws Exception {
              super.setUp();
              ObjectFactory.setObjectFactory(new ObjectFactory());
         public void testDoSomeThing() throws Exception {
              //System.out.println(bf.getBean("loginIntercepter"));
              assertTrue(action.doSomeThing());
    }I am getting error for this code. Below is the error details.
    2010-05-03 17:28:14,671 INFO [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider] - Parsing configuration file [struts-default.xml]
    2010-05-03 17:28:14,859 INFO [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider] - Parsing configuration file [struts-plugin.xml]
    2010-05-03 17:28:14,999 INFO [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider] - Parsing configuration file [struts.xml]
    2010-05-03 17:28:15,015 WARN [org.apache.struts2.config.Settings] - Settings: Could not parse struts.locale setting, substituting default VM locale
    2010-05-03 17:28:15,015 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-Lookup
    2010-05-03 17:28:15,015 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-label
    2010-05-03 17:28:15,015 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-headings
    2010-05-03 17:28:15,015 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-messages
    2010-05-03 17:28:15,046 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.comman-setup
    2010-05-03 17:28:15,046 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.common-errors
    2010-05-03 17:28:15,046 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-label
    2010-05-03 17:28:15,046 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-lookup
    2010-05-03 17:28:15,046 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-headings
    2010-05-03 17:28:15,046 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-jndinames
    2010-05-03 17:28:15,046 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.birthCertificate.resources.birth-jndinames
    2010-05-03 17:28:15,046 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.birthCertificate.resources.birth-labels
    2010-05-03 17:28:15,046 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.birthCertificate.resources.birth-headings
    2010-05-03 17:28:15,046 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.admin.resources.admin-alert
    2010-05-03 17:28:15,046 INFO [org.apache.struts2.config.BeanSelectionProvider] - Loading global messages from ipl.comm.resources.form
    2010-05-03 17:28:15,140 INFO [org.apache.struts2.spring.StrutsSpringObjectFactory] - Initializing Struts-Spring integration...
    2010-05-03 17:28:15,171 FATAL [org.apache.struts2.spring.StrutsSpringObjectFactory] - ********** FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION **********
    Looks like the Spring listener was not configured for your web app!
    Nothing will work until WebApplicationContextUtils returns a valid ApplicationContext.
    You might need to add the following to web.xml:
        <listener>
            <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
        </listener> But already i have the listener configurations in my web.xml .
    Thanks in advance...

    I guess it wasn't reading the right web.xml file.
    You may prove it by deleting your web.xml file (don't forget to make a backup), and then run the test again to see whether the error is the same.

  • Roll space error during Fill Header Table for EQUI

    Hello. During ECC time slice copy, phase "Fill Header Table" for table EQUI, we are getting roll space memory error on the sender. The error is as described in SMP Note 1266386. However, as per the note it is fixed in DMIS_CNT SP10, we are at DMIS_CNT SP14. Our memory parameters are generous. We have opened up a customer message; in the mean time just wondering if anyone has come across this and fixed. Thanks,
    Regards,
    Shan

    There is an OSS note (1273545) which is specially about SP14, SP13.
    Did you go over that note?
    Please let us know. Thanks!

  • Compiling error in my test file for Reader class.

    I did a small program trying to test Reader class, here is my code:
    package testfilereader;
    import java.io.*;
    import java.io.Reader;
    import java.io.InputStream;
    * Title:
    * Description:
    * Copyright: Copyright (c) 2001
    * Company:
    * @author
    * @version 1.0
    public class FileTest {
    public static void main(String args[]){
    Byte buff[] = new Byte[80];
    try{
    InputStream r = new FileInputStream("test.txt");
    int i = r.read(buff);
    String s = new String(buff);
    System.out.println(s);
    }catch(NullPointerException e){}
    catch(IOException e2){}
    But I continue to get compiling errors:
    C:\>javac FileTest.java
    FileTest.java:19: cannot resolve symbol
    symbol : method read (java.lang.Byte[])
    location: class java.io.InputStream
    int i = r.read(buff);
    ^
    FileTest.java:20: cannot resolve symbol
    symbol : constructor String (java.lang.Byte[])
    location: class java.lang.String
    String s = new String(buff);
    Please advise what is wrong here.

    Replace Byte with byte - the methods
    expect arrays of byte; not Byte (which is a simple
    class wrapper for byte).Hi, I changed to:
    byte buff[] = new byte[80];
    Same errors, any other ideas?

  • Errors during upload of BP for CRM V1.2007!

    Hi,
    I have finished all the prerequisite steps for BP for CRM V1.2007 and get following error messages when upload:
    /SMB20/GLOBAL_PARA_O99_C01     SMB20_CRM_GLOBAL_PARAM_01.TXT     VARIANT001     I_COUNTRY     Data does not exist in the PME table.(TDC: DC0 )
    /SMB20/GLOBAL_PARA_O99_C01     SMB20_CRM_GLOBAL_PARAM_01.TXT     VARIANT001     I_CURRENCY     Data does not exist in the PME table.(TDC: DC0 )
    /SMB20/GLOBAL_PARA_O99_C01     SMB20_CRM_GLOBAL_PARAM_01.TXT     VARIANT001     I_LANGUAGE     Data does not exist in the PME table.(TDC: DC0 )
    I checked for OSS Notes and forum but couldn't find any help. How can i fix these errors?
    Thanks and Regards ,
    Vasu

    Hi Vasu!
    I have exactly the same problem. Have you found a solution yet?
    regards,
    Walter

  • "Error" in ApEx install scripts for runtime environment?

    I recently installed a runtime ApEx 3.1 on a 10.2.0.1.0 database. After installing an application which uses the Database Account Credentials method for authentication I was unable to login to the application, getting an ERR-10480 message. After some research on this forum I granted ALTER USER to FLOWS_030100 which resolved the issue. So far so good.
    But I was still puzzled as to why the application had worked without problems in a development environment and not in the runtime environment. It took only a few minutes to locate the problem though. In the runtime-install script "apxrtins.sql" there is a call to the "runtime_grant_revoke.sql" script which removes unnecessary DBA system privileges for a runtime environment (which is a good thing IMO). In this script there is also a REVOKE ALTER USER statement, but it seems this one is needed if your application uses the DBACCOUNT authentication method. I didn't find anything on this in the documentation.
    Anyone else notice this as well? I would think this is a bug in the install-scripts but perhaps I'm missing something somewhere?

    Tim,
    Thanks for reporting this. In database server versions earlier than 10.2.0.3, the alter user privilege is required for the "flows" schema to support the feature you mentioned. We'll try to get this fixed in the next patch release.
    Scott

  • Error during creation of Resource for Telemetry.

    Hi, I am trying to enable Telemetry so I can look at performance of resources used by Resource Groups.
    When I try set Mount Point for Filesystem resource, I get following error:
    root@bidwsvia # clrs set -p FilesystemMountPoints=/telemetry telemetry-hasp-rs
    clrs: bidwsvia - This node is not in the replica node list of global service dsk/d77 associated with path /telemetry. Although AffinityOn is set to TRUE, device switchovers cannot be performed to this node.
    clrs: (C189917) VALIDATE on resource telemetry-hasp-rs, resource group telemetry-rg, exited with non-zero exit status.
    clrs: (C720144) Validation of resource telemetry-hasp-rs in resource group telemetry-rg on node bidwsvia failed.
    clrs: (C219072) Failed to update resource properties for "telemetry-hasp-rs".
    root@bidwsvia #
    Quick search of this error and Oracle Error Messge description tells me that this is just warning, ignore it ..
    But clrs is not ignoring it ..
    Any ideas??? Thanks.

    Since you want the SUNW.HAStoragePlus (HASP) resource to manage the file system for failover, you need to remove the global mount option.
    If you would have a global file system, then the "mount at boot" option needs to be yes, but then you would not manage the file system mount through HASP, instead you would just manage the device group pimary/secondary by setting the GlobalDevicePaths property - but I doubt this is what you want here.
    Regards
    Thorsten

  • Error during inbound delivery creation for some times not always

    Hi,
    I'm getting the following error when i'm trying to create an inbound delivery for PO.
                                                                                    Diagnosis                                                                               
    The system attempted to find the reference movement type for         
         the Warehouse Management system. A corresponding entry is            
         missing in table 156S with the argument 101/X/X/ / /X/.              
         The argument consists of:                                            
         o   IM movement type                                                 
         o   Indicator: Value update                                          
         o   Indicator: Quantity update                                       
         o   Special stock                                                    
         o   Movement indicator                                               
         o   Access indicator                                                 
         o   Indicator: Consumption         
    Can someone help me to resolve it? as it is not happening always
    Appreciates everyone time and help.
    Thanks and regards,
    Siva

    Hi,
    Thanks for the response and yes i did maintained IM/WM mvt types for 101 in both places.
    If the movement type is maintained well why SAP says it is not?
    SPRO > LE > WM > Interfaces > IM > Define Movement Types - "Assign WM Movement Type References to IM Movement Types'
    Related tabel is V_156S_WM
    If you check your configuration you will see that there are many entries with 101, and there are several other parameters...
    First you should check what you are doing in IM, what parameters that mvt has (qty, value update, special stock, etc) > after that you should check whether it is maintained well in WM customizing - see steps in my previous email.
    Regards,
    Csaba

  • Error During ECATT test script creation

    Hi,
    I am creating test script using SECATT t.cde. I select traget system and click on Pattern Button and provide input as follow.
    Group : UI Control
    Command : TCD (Record)
    Transaction : MM02
    When I click continue button, I am getting error "Transaction MM02 could not be found in Target System".
    I had check my RFC Configuration, its working properly.
    Please help me to solve this issue.
    Regards,
    Nisit

    Not sure what exactly you're asking, but here is a "how-to" article on eCATT creation:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50bec015-14f1-2910-6080-9874b3499052

Maybe you are looking for

  • Abt the PO printing process

    Hello Guys, I want to know the setting(Configuration) of PO,RFQ and PR printing? also I want to know EDI(Configuration) setting in the case of  PO,RFQ and PR?

  • Can anyone tell me how I can recover a missing preference pane in Lion?

    I recently cleaned up my MacBook and now when I go to dsytem preferences it says it cannot load the Users Prefernces pane.  Which file should I restore from bup to bring it back? Thx.

  • Best practices for complex recipe-based system?

    Hi Folks, I'm at about the intermediate level (working on my CLD), and tasked with re-vamping a tighly-developed control system(which I'm intimately familiar with) into more of a configurable 'recipe'-based system. Basically the current front-end con

  • Error When Placing FLVPlayback Object on scene other then scene 1

    When I place a FLVPlayback Object on scene 3 I get the following error TypeError: Error #1009: Cannot access a property or method of a null object reference. at Untitled_fla::MainTimeline/__setProp_flv_promo1_Scene3_Layer1_0() at Untitled_fla::MainTi

  • CAn we make a thread which is very useful as a Sticky thread

    Hi all, I have a thread which is very help ful to provide the basic idea of OO workflows can we make it as Sticky thread New blog available.... Regards Pavan Moved to the correct forum Edited by: Hilit Fisch on Apr 8, 2009 9:06 AM