Running autotype on XSD files containing imports

Has anyone successfully used autotype on xsd files that contain imports?

Hi Derek,
The response back was that simple.xsd is not a valid schema. You cannot
import a schema with the same targetNamespace as your own. I've
corrected your test case and attached the files that illustrate how
autotype handles imports.
Hope this helps,
Bruce
Bruce Stephens wrote:
>
Hi Derek,
I've taken your files and created CR133651, however this topic has been
visited before and our binding guru has said:
This is unfortunate usage. <import> is not include. The idea of import
is
just like java import. You are saying, "I'm going to refer to some
types,
here's where to look them up". It is not like C #include, where you
suck in
all the definitions.
And there are other questions about where you stop importing, or if the
schema just has imports, then only incorporate those, however I'm
certainly not the expert here, therefore the CR to track the issue.
Thanks,
Bruce
Derek Jackson wrote:
"Derek Jackson" <[email protected]> wrote:
Has anyone successfully used autotype on xsd files that contain imports?Here is the other one...
Name: simple2.xsd
simple2.xsd Type: ACT Project (text/xml)
Encoding: base64
[cr133651.zip]

Similar Messages

  • Just lost a file containing important photos for a project. how do it get back?

    HP TOUCHSMART 610PC - WINDOWS 7 - 64bit
    lost file containing important pictures was in Picassa. How do I get them back?

    Brindah99
    You are in the wrong forum if you are making a brochure, and you are not saying what version of Photoshop Elements that you are using.
    You can repost your thread in the Adobe Photoshop Elements Forum or wait for a moderator here to see your thread here and then move it from here to there.
    While we are waiting for those decisions, here is something you to think about
    1. Assuming Photoshop Elements 11 Windows.....
    You should be able to click your sized down photo on screen to get a bounding box around it for additional resizing. And, if you click on the Layer for this photo in the Layers Palette, you should be able to see the photo's bounding box on screen.
    Either one of those happening?
    With the Move Tool selected, look to the bottom of the workspace where the Move Tool options are shown. Do you have a check mark next to "Auto Select Layer"? Check what is happening with and without the check mark there. Remember Move Tool is selected in this example.
    Best wishes
    ATR

  • Using part of xsd file

    hi,
    i am very new to xmlbeans, i have one doubt, i have xsd file like
    <xs:schema targetNamespace="http://com.org/easycust"
    xmlns:cust="http://com.org/easycust"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="qualified">
    <xs:element name="customer-order">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="customer" type="cust:customer"/>
    <xs:element name="address" type="cust:address" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:complexType name="customer">
    <xs:sequence>
    <xs:element name="name" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="address">
    <xs:sequence>
    <xs:element name="street" type="xs:string"/>
    <xs:element name="city" type="xs:string"/>
    <xs:element name="state" type="xs:string"/>
    <xs:element name="country" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    </xs:schema>
    whenever i am comiling this xsd file the customer,address, customerorder, customerorderdocument interfaces and impl classes generated but what may requirement is run part of the xsd file menas only i need to generate customer related classes no need to generate address related classes but one thing xsd file contains customer and address details should be there.
    plz help ASAP Is there any way to run part of the file.

    hi,
    you could use the srconly on the xmlbean ant task. Then exclude the files you don't need either inthe javac task or in the jar task.
    I am not sure why you need this, please elaborate if my you need more information.
    - [url http://blog.thej2eestruggle.com]Anders Mathisen 

  • WHAT IS THE BEST WAY TO CREATE AN XSD FILE (TO BE USED BY SOAP ADAPTER)

    Dear friends
    I have a simple scenario.
    OUTBOUND DATA  -->  SOAP ADAPTER  --> ( XI )  -->  RFC ADAPTER  --> INBOUND DATA
    The XML file that I got from mapping area of IR (Design) is as follows
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_NAME_SOURCE xmlns:ns0="http://test3.com">
       <FIRSTNAME>DAVE</FIRSTNAME>
       <LASTNAME>SMITH</LASTNAME>
    </ns0:MT_NAME_SOURCE>
    If you notice, there are only 2 fields.
    I need to create an XSD file and import it as an external object, which I can use for SOAP Adapter.
    Which is the best way to create it.
    Also, I need to know if there is any step by step of sending a message from XML SPY. I have downloaded this software, but am not able to undertand how to use this.
    Hope to hear from any experts on this forum.
    Thanks in advance
    Ram

    Hi Ram,
    See the below blog..
    It shows how to send SOAP message using XML Spy.
    It also shows how to generate wsdl.
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    Regards,
    Sumit

  • How to create an XSD file

    Hello Guys
    Are there any instructions (Steps) out there to create an XSD file to use in SOAP adapter?
    I have a table with the following fields and need to create an XSD file to import in ID to configure a sender SOAP adapter.
    ID                Type   NUMC    Lenth 10
    FNAME        Type   CHAR    Length 20
    LNAME        Type   CHAR    Length 20
    Any feedback or response will be highly appreciated.
    Thanks
    Ram

    Hi,
    Generally, adapters are independent of the message types that you want to exchange.
    You have to create all necessary object in Integration Repository, here you can create either DataType based on an existing XSD or you can use data type editor, you can also import xsd as an external definition. Then you create message types, interfaces, mappings etc.
    In Integration Directory you will configure earlier created objects and you will configure SAOP adapter as a communication channel of your Business System/Service.
    Regards,
    Jakub

  • Can not generate one xsd file  for message type in xi

    Dear Experts.
    I am not able to generate  one XSD file from  message type from XI 3.0, When i select message type and go to XSD tab  then click on export xsd to file, it is generating two xsd files MainSchema.xsd,  Schema1.xsd  into one zip file, but i need only one xsd file to import it into MDM.
    Could you please help
    Thanks and Regards.
    Sravya.
    The following are the two files. MainSchema.xsd,  Schema1.xsd .

    Hi Harsha,
    Thanks lot for the immediate response. Appreciate it.
    Now I am able to generate the one xsd with your inputs , but i am not able to load it into mdm with out any changes in the generated XSD from Message Type. the below is only the original root tag, where modification required.
    Original  Element : MDM_CUST_MASTER_FILE_REQUEST_MT
    ==============
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:abc.com:MDM_Customer_Master_ECC" targetNamespace="urn:abc.com:MDM_Customer_Master_ECC">
    <xsd:element name="MDM_CUST_MASTER_FILE_REQUEST_MT" type="MDM_CUST_MASTER_FILE_REQUEST_DT" />
    etc.
    Case :.When i modify the above element as below  with out xmlns, targetNamespace
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="MDM_CUST_MASTER_FILE_REQUEST_MT" type="MDM_CUST_MASTER_FILE_REQUEST_DT" />
    I can import xsd into mdm with the above modification.
    The generated XML out put File from mdm is having message type tag like below
    ?xml version="1.0" encoding="UTF-8"?>
    <MDM_CUST_MASTER_FILE_REQUEST_MT> 
    <CUSTOMER> </customer> ...
    note: no namespace for message type
    Result:
    1.When i send this xml file into XI it is failing in message mapping  because it doesn't have namespace attached to it and failing in message mapping.
    Finally i need your help to generate the xsd or data file like below to avoid mapping problem in xi.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:MDM_CUST_MASTER_FILE_REQUEST_MT xmlns:ns0=urn:abc.com:MDM_Customer_Master_ECC>
    Appreciate your help.
    Thanks and Regards.
    Sravya.

  • Reading xsd files

    Hi all,
    I want to read xsd file(3 xsd file with namespaces).
    Each xsd file contains namespace uri.
    I want to read these xsd files and i want to get all the child node and attributes of given parent node.
    how to get the information about each and every element's attributs and its child etc.
    Message was edited by:
    b_prasad
    Message was edited by:
    b_prasad

    You could use Stylus Studio for the same

  • Error occured while importing xsd.file(Name contains invalid characters: -

    Hello,
    i muss import xsd.file.  while importing this error occured:
    İFMEXTDEF CCTS_CCT_SchemaModule-2.0 | http://example.org/XXX/XXX/OUT/NOZ (SC_NOZ V001 of example.org):
    Name contains invalid characters: - .
    Only a(A)-z(Z), 0-9, and "_" are permitted
    This xsdfile name is CCTS_CCT_SchemaModule-2.0 but PI doesn't  accept "-". But i muss use this file because this file is standart. What can i do for this?
    Thanks
    Nurhan
    Edited by: Nurhan on Oct 18, 2011 11:22 AM

    HI,
      PI doestnt support special characters like '-'. first you need to change the file name as you specify '-'. to remove that and you have to give '_'. then uyou have to impot >XSD file into ESR under ExternalDefination.
    i hope this will help you.
    regards,
    ganesh.

  • Problem with import tag in xsl files and include in xsd files

    Hello,
    I've been developing an application using JBoss as server. Then, i created an especific path for xsd and another path for xsl files. In both cases, i created a main file that include (xsd) or import (xsl) the other files. My problem is that i have to specify the exactly path where the imported xsl or the included xsd files are, even though they are in the same path as the main file. What i want to know is how i say that the other xsd and xsl files are in the same path that the main file that is importing them?
    here's an example of my import and include declarations:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0"
         xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:import href="../server/jboss/deploy/application.ear/pack.jar/xsl/transformer1.xsl"/>
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
              elementFormDefault="qualified">
         <xsd:include schemaLocation="../server/jboss/deploy/application.ear/pack.jar/xsd/schema1.xsd"/>
    thanks for your help

    yes, thats not the value returned of
    URL url = this.getClass().
                        getResource("/xsl//transformer.xsl");the expression i posted is an string i'm using to test.... but i think it's not incorrect, because if the files i'm trying to open are not in the path, he throws the following exception:
    java.io.FileNotFoundException: C:\cpqd\isp\tools\third-party\jboss\server\jbossISP1\deploy\cpqd-ispeng-EngEJB-3.3.0.0.ear\cpqd-ispinv-ServiceEJB.jar\xsl\isp_transformer_manufacturer.xsl
        at org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnection.java:80)
        at org.jboss.net.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:89)
        at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
        at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.apache.xalan.processor.ProcessorInclude.parse(ProcessorInclude.java:323)
        at org.apache.xalan.processor.ProcessorInclude.startElement(ProcessorInclude.java:192)
        at org.apache.xalan.processor.StylesheetHandler.startElement(StylesheetHandler.java:668)
        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
        at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
        at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:972)
        at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:788)
        at br.com.cpqd.oss.isp.service.adapter.FrameworkAdapter.createExternalData(FrameworkAdapter.java:131)
        at br.com.cpqd.oss.isp.service.message.ExternalDataMDBBean.onMessage(ExternalDataMDBBean.java:92)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:458)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
        at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:62)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:284)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:150)
        at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:90)
        at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
        at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:372)
        at org.jboss.ejb.Container.invoke(Container.java:709)
        at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:928)
        at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1205)
        at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:276)
        at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:904)
        at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:159)
        at org.jboss.mq.SpySession.run(SpySession.java:351)
        at org.jboss.jms.asf.StdServerSession.run0(StdServerSession.java:200)
        at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
        at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
        at java.lang.Thread.run(Thread.java:534)and when the files are in the path, he throws the other exception... thats why i think the problem it's not the URL....

  • Error when Import XSD file

    Hello expert,
       During creating Data Type in the build, I try to import XSD file, but system says:" XSD schema containing the construct "choice" are not permitted here"!
       I found in the XSD, there are this definition:
                                  <xsd:element name="EmploymentInfo" minOccurs="0">
                                       <xsd:complexType mixed="true">
                                            <xsd:choice>
                                                 <xsd:element name="FullTimeEquivalence" type="xsd:decimal"/>
                                                 <xsd:element name="WorktimeInfo" maxOccurs="unbounded">
                                                      <xsd:complexType>
                                                           <xsd:sequence>
                                                                <xsd:element name="Duration" type="xsd:duration"/>
                                                                <xsd:element name="Period" type="xsd:duration"/>
                                                           </xsd:sequence>
                                                      </xsd:complexType>
                                                 </xsd:element>
                                            </xsd:choice>
                                       </xsd:complexType>
                                  </xsd:element>
         Could anybody tell me how to handle this? I am not quite familiar with XSD. Thanks a lot.
    Best regards,
    Shouxin

    Hi,
    replace choice with sequence
    <b><xsd:complexType>
         <xsd:choice>
              <xsd:element name = “A” type=”xsd:string” />
              <xsd:element name= B” type=”xsd:string” maxOccurs=”unbounded” />
         </xsd:choice>
    </xsd:complexType></b>
    is handled identical to
    <b><xsd:complexType>
         <xsd:sequence>
              <xsd:element name = “A” type=”xsd:string” minOccurs=”0” />
              <xsd:element name= B” type=”xsd:string”
    minOccurs=”0” maxOccurs=”unbounded” />
         </xsd:sequence>
    </xsd:complexType></b>
    Regards
    Tarun Telang

  • Practical maximum size limit of imported XSD files

    Can anybody tell me if there is a kind of upper limit on the size of XSD files that can be imported into XI and used without problems?
    I have seen a comment before that states XI will 'choke' on large XSD files, and that enumerations were recommended to be left out of the file if there are a lot of them and it is possible to do so.
    Also, if the same XSD file is used in many scenarios. is it loaded into memory once, or many times?
    BR,
    Tony.

    Use a JAVA memory profiler in your Netweaver J2EE instance. Run the scenario where it use the XSD structure and XML file. Look for the classes from SAP's XML processing related JAR files and see how profiler is reporting about these class object usage.
    I am also seeing two different ideas getting mixed here in this thread.
    An ideal class load into the heap and usage of a another properatory system to handle large processing are different ideas.
    XSLT mapping and XSLT engine is a framework which use JAVA heap. However  the Queues used in context with an XSLT mapping in XI is a properatory approach to efficiently handle multiple operations in a mapping process efficiently, so we have to differtiate both aspects of large size file we can handle in a Java engine.
    Thanks

  • Getting response object field value as null when importing xsd file in wsdl

    I have created a java webservice using X-Fire 1.2.6 framework and deployed on Tomcat 6.0 server. The response of the service is a java object named LoginDetail.
    Inorder to reuse the basic elements and types we have defined them in a separate Types.xsd file which have been imported in the WSDl file using xsd:import by giving the path to the xsd file.
    Below you can see the portion of the wsdl file
         <wsdl:types>
              <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                   attributeFormDefault="qualified" elementFormDefault="qualified"
                   targetNamespace="http://webservices.gtl.de/xsd">
                   <xsd:import namespace="http://webservices.gtl.de/xsd"
                        schemaLocation="file:///D:/wsdl/LoginTypes.xsd"></xsd:import>
              </xsd:schema>
         </wsdl:types>
    After deploying the application on Tomcat I could access the WSDL using a web browser and after that I could successfully generate webservice client code using using XFire wsgen ant build.
    But when tried to call the service the fields of the response object(in my case it is LoginDetail object) returns null.
    Follwing are the main class used for running the client and the output received as webservice respone.
    Main class
    public static void main(String[] args) {
    CCLoginNewClient client = new CCLoginNewClient();
    CCLoginNewPortType service     = client.getCCLoginNewHttpPort();                         
    LoginDetail loginDetail = service.getLogin("CCLoginNew", "DE", "DE", "100", "0", "CC", "15","9344");
    System.out.println("service got in response : "+loginDetail.getService());                    
    Output
    service got in response : null
    is this the right way to import an xsd file in a wsdl file?
    Any input would be appreciated!
    Thanks in advance

    PramodDas wrote:
    Output
    service got in response : nullCheck with Apache TCPMonitor what response you are receiving from web service.
    is this the right way to import an xsd file in a wsdl file?Make sure that you really need import, not the include. However, I guess it has nothing do with the actual issue. It just to make sure that you are using right option.

  • DS 4.1 SP02 : Error when trying to import XML/XSD-Files

    Hello,
    i want to import a lot of XML-files with Data Services. I have a XSD file with the XML schema. I've validated the schema against the XML files with XML spy, xmllint and the result is ok. Only Data Services will run on error when i run the job:
    (14.1) 06-20-14 09:34:00 (E) (8948:10636) XML-240108: |Data flow DF_Load_easybank|Reader READ MESSAGE easybank_XML_Input OUTPUT(easybank_XML_Input1)
    An element named <DeviceCashInventory> present in the XML data input does not exist in the XML format used to set up this XML
    source in data flow <DF_Load_easybank>. Validate your XML data.
    (14.1) 06-20-14 09:34:00 (E) (8948:10636) XML-240307: |Data flow DF_Load_easybank|Reader READ MESSAGE easybank_XML_Input OUTPUT(easybank_XML_Input1)
    XML parser failed: See previously displayed error message.
    (14.1) 06-20-14 09:34:10 (E) (11260:10904) XML-240307: |Data flow DF_Load_easybank|Reader READ MESSAGE easybank_XML_Input OUTPUT(easybank_XML_Input1)
    XML parser failed: See previously displayed error message.
    In Data Service Designer i get the following error, when i try to spy into the data source with the spy-glass:
    XML parser failed: See previously displayed error message.
    Can anybody help me ? Many thanks in advance.
    Greeting Peter & George

    Hi there
    I'd be totally surprised if this were to work. This may sound strange from the standpoint that Captivate offers a XML import option. But I believe this option is intended for importing an XML file back into Captivate that was first exported OUT of this captivate project.
    XML export creates an XML file in a specific format. I think the name is XLIFF and it's intended to facilitate localizing your project into assorted languages.
    Hopefully this helps... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • While importing clip getting error "The file contains too many audio channels" in premiere pro cs5

    Hey,
    I  am using video clips from sony digital hi8 camera and trying to import  video clips (.mov) 720*480  fps 29.97 .But unable to get into premiere  pro cs5.System configuration:
    MAC 10.6.4
    2.66ghz intel core i7
    4gb ram
    nvidia geforce gt 330 mn.
    Error :
    Actually ,i have checked the inspector panel and i found same infomation in
    in this panel for both clips .please check these clips screen shoots seprately .
    Actually i have a long video clip and i have scatterred this clip into 6 diffrent portions
    where i am not able to import the last video clip.It is giving me same error "file contain too many audio channels"".
    Regards
    Manoj

    I too am getting this error in Premiere CS5.  I was digitizing a Broadcast VHS and since I did not have a breakout box, I hooked it up to a Sony DV deck so I could connect via firewire and capture inside Premiere.  I was able to capture and import 1 of the 3 clips and it did have 4 audio channels attached to it.  However, upon closer inspection only 2 channels had a waveform.  I captured the other 2 clips the same way, but this time, Premiere give the error "The file contains too many audio channels." 
    Any ideas?

  • Kernel Upgrade Error :Cannot open or remove a file containing a running prg

    Hello All,
    I have installed ECC 6.0 on DB2 /AIX and now trying to apply Kernel Patch 75 but after Uncar of SAR files and moving the same to EXE (/sapmnt/PRD/exe) I am nota ble to copy few files, Follwoing error is coming.
    As a reuslt of this error Dispatcher is not starting in PRD.
    cp -p /sapinstdir/kernelpatch/indep/dw_gui.o /sapmnt/PRD/exe
    cp: /sapmnt/PRD/exe/dw_gui.o: Cannot open or remove a file containing a running program.
    cp -p /sapinstdir/kernelpatch/indep/libregex.o /sapmnt/PRD/exe
    cp: /sapmnt/PRD/exe/libregex.o: Cannot open or remove a file containing a running program.
    cp -p /sapinstdir/kernelpatch/db/dbdb6slib.o /sapmnt/PRD/exe
    cp: /sapmnt/PRD/exe/dbdb6slib.o: Cannot open or remove a file containing a running program.
    cp -p /sapinstdir/kernelpatch/indep/dw_stl.o /sapmnt/PRD/exe
    cp: /sapmnt/PRD/exe/dw_stl.o: Cannot open or remove a file containing a running program.
    cp -p /sapinstdir/kernelpatch/indep/dw_xml.o /sapmnt/PRD/exe
    cp: /sapmnt/PRD/exe/dw_xml.o: Cannot open or remove a file containing a running program.
    cp -p /sapinstdir/kernelpatch/indep/dw_xtc.o /sapmnt/PRD/exe
    cp: /sapmnt/PRD/exe/dw_xtc.o: Cannot open or remove a file containing a running program.
    Plesae help me to resolve this issue.
    Regards & Thanks,
    Ankita.

    Hi All,
    When a shared library with read-other permission is loaded, it remains loaded (and available) even if no processes are currently using it. This allows faster execution, but may result in a message like "Cannot open or remove a file containing a running program" on installs or rebuilds of application libraries.
    Refer to the man page for subroutine dlopen and command slibclean.
    Regards,
    Mukul SHarma

Maybe you are looking for

  • LR5 's Adjustment Brush doesn't seem to work-does the New Radial Filter have priority?

    So why in the world would I update Lightroom in the middle of a job.? Before I was able to do in and touch up shadowy areas using (K) adjustment brush, but now it doesn;t seem to work. The radial brush does a good job for a defined area but for SPOT

  • Double = int / constant

    I have a double I just want to write: Ratio=this.getSize().width/500; and i get tons of errors, i tried to do it using a temporary float but i had other problems with it too any advices?

  • Downloading one months premiere pro

    Hello, I'm a very very horribly amatuer wannabe film maker. I don't know or (right now) care much for presets, codecs and all those fine details that I will learn later on in my career. I do however know how to use the editing software effectively an

  • New in this area.

    Hi. I want to know all I can about this topic, even when I guess that D+ provider is using Nagra2 cards running under Java. Maybe it is not true, but i am sure that most of you could talk about ATmel MCUs running under java. this is the ATR: 3F FF 95

  • Please help. my ical wont load after upgrading to ios 10.7.5

    yesterday I upgraded to ios 10.7.5 and now my ical won't load. i press the ical button, it appears in the dock, the white dot next to it flashes for about 3 seconds and then the ical icon disappears without ever loading. Please help.