Transport namespace question

Hello everyone,
Small question. I have 2 development systems, I have to transport my things from the 1st development system to the 2nd and only then I can transport to the quality system. But someone else is doing work in the 2nd development system and created some namespaces in the same software component I am working on. So there are more namespaces in the 2nd system then in the 1st. My question is, when I transport the namespace definition for that software component from the 1st development system to the 2nd will those namespaces that do not exist in the 1st be deleted or will the transport only append my namespaces?
Thanks

Hi,
According to my understanding,Unless the namespace in both the system look like the transports will not be affected.It will not delete any namespace, it will always append to the software component.
Thanks,
Uaruna

Similar Messages

  • Basic namespace question

    Hello,
    A (possibly dumb) namespace question - a schema that we are coding against has the following declaration:
    <xs:schema xmlns="http://webservices.myco.com/mycoXML/2003/07" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://webservices.myco.com/mycoXML/2003/07" elementFormDefault="qualified">When this schema is xjc'ed and then the associated java objects populated, then marshalled into an xml request, it prefixes "ns2" to all the elements within the XML, possibly because there are 2 namespaces specified.
    the web service however throws a "Could not find element" error, because it's not expecting the ns2 prefix.
    The questions are:
    1. could this ns2 be suppressed?
    2. does it make sense to suppress it?
    any other background/info about this and the right way to resolve it would be greatly appreciated.
    [edit]
    I may have a partial answer to my question - w3.org's primer told me that since the elementFormDefault is set to qualified, and attributeFormDefault is (by default) unqualified, it uses the ns2 to differentiate between the two.
    when i added attributeFormDefault="qualified", it prefixed everything with an ns1, which the web service seems to be quite happy with.
    if anyone has any other comments/insights, i'd appreciate it.
    Thanks,
    Nilesh
    Edited by: nthali on Apr 15, 2010 2:04 PM

    Just to add to Tims response
    If you do calc dim on account first and then aggregate sparse dimensions, then its best to Fix on Level 0 of all the Sparse dimensions for the calc dim and then aggregate the sparse. Otherwise when you run the calc the second time the calculation will calc dim on all levels of all sparse dimension combinations (there will be data there from the previous aggregation). This can be very very slow. So see below
    FIX("Local", "HSP_InputValue", "Actual",  "Final", "Jan", "FY15")
      FIX(@RELATIVE("Entity",0),@RELATIVE("Product",0), @RELATIVE("Channel",0),@RELATIVE("Project",0))
    CALC DIM ("Account");
    ENDFIX
    AGG ("Entity","Product", "Channel", "Project",);
    ENDFIX;

  • Transport request question

    Dear ABAP'ers,
    I've got a question ...
    ... how can I check if a program for example is assigned to any transport request?
    I will be thankful for a small tip.
    Regards. P.

    Hi,
    You can check it in table E071.
    Give OBJ_NAME as your program name
    Thanks

  • JMSPriority -- Transport Headers Question

    Hi,
    Scenario is InpQueue --> OSB -- > OutQueue. OSB proxy service is configured to "Get All Headers" in JMS message. We are not using any Message selector.
    Can anyone please tell us whether setting JMS Priority using transport headers -- outbound in OSB BS will retrieve messages according to the priority? Documentation doesnt say about this.
    Regards,
    AP

    Priority logic is controlled by JMS server. Proxy/BS has no role in this logic.
    Message-->JMS Q Input-->JMS Proxy( read as MDB)---{Routing-BS} (read as Java JMS Producer Client)--JMS Q Output.
    So outbound BS will not retrieve the message but will only send the message to the JMS Q. So setting priority on JMS message does not have any effect on JMS BS.
    I'm not sure we are on the same page. Let me know if you have questions.
    Manoj

  • StAX namespace question

    Hello,
    Looking at this soap fault document:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <soapenv:Fault>
      <faultcode>21</faultcode>
      <faultstring>Login error</faultstring>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>The 'faultcode' element has no prefix associated, but it belongs to ''http://schemas.xmlsoap.org/soap/envelope/" URI. When I'm positioned on 'faultcode' element, the XmlStreamReader.getNamespaceURI() call gets null, because there is no namespace directly associated to this element. The question is that I need all the namespaces associated to this element. The specification talks about a "namespace stack" -> NamespaceContext, but this is not useful for me because I'd need an iterator with all namespaces of this element (and with NamespaceContext you always need to pass a prefix or a URI as parameters to methods).
    Is there any way to achieve this, or should I program it?
    Thanks a lot,
    Joan

    Thank you for the message.
    I know the config.xml file is eventually passed to java.exe and the error is from there. Since namespace is just a token to distinguish one from another, I don't understand why the default namespace has to be kept and can not be changed.
    Can you please explain it more to me? If my webservice is under that namespace and you too have a webservice under the same namespace, what's going to happen if we 2 accidently give the same name to our webservices? Is there any conflict going on?
    Thanks

  • Transport Routes Question

    Hello SAP Experts,
    I need to setup the transport routes as follows:
    DEV:100 --> QAS:100 --> PRD:100
    and the second route for the same systems is
    DEV:101 --> QAS:101 --> PRD:101
    Now my question is:
    How can I avoid that someone in DEV:100 releases a transport to QAS:101? The reason is that we want to keep the two routes strictly separated.
    Thanks a lot for any suggestion!
    Best regards,
    Marc

    Hi,
    I'd agree with Max, you'll probably get better help from the Basis forums, but my feeling is you can't have multiple sources, so you won't be able to achieve what you want.
    A transport layer (which would join QAS 100 to PRD 100 etc) can only be linked to a system (DEV) rather than a system/client combination.
    Regards,
    Nick

  • Transport general question

    Hi eveyone,
    I have a module pool program which has undergone quite a few changes. It has been moved to QAS quite a few no of times.
    now they lost the sequence of transport to move in to PRD.
    I have couple of questions.
    First i have a transport lets say devk1 which includes a module pool program i.e screen 1,screen2, io1,o01,top,f01 i.e incudes everything.
    This has been released to QAS.
    Now i created a new transport LETS SAY DEVK2 which includes modification to ALL I.E SCREEN 1, SCREEN2,I01,O01,F01,TOP and moved into qas.
    Now QAS has devk1 initial and devk2 latest.
    DO WE NEED TO MOVE DEVK1 FOLLOWED BY DEVK2  or i should be ok only if we move devk2 in to prd.
    Let me know,iam new to this field and all sort of questions keep poping out to me.
    Thanks in advance

    Suchitra,
    Yes you can move only dev2 transport to PRD if you are sure that there are no other objects related to zprgm in dev1 transport.
    If there are no dependent objects in dev1 transport for zprgm then I dont see any issues with that in PRD. It will not end up with transport errors.
    If you miss some objects then you will get some errors, and you have to move all those dependent objects in another transport which will up fix those errors occured during moving the transport dev2 to PRD and will activate the zprgm program.
    Hope this help. If you still have confusion, please let the forum know.
    Thanks,
    Message was edited by: Naren Somen

  • XI Transports general question (SLD / CTS+)

    Hi all, I ve the both following question : (it is not clear for me)
    1) Does CTS+ transport management use SLD transport and target data linked with business system to adapt XI configuration (ID) regarding Business sender and receiver systems ?????
    2) One of my customer want to install only 2 XI system.
    - 1 linked with Dev & Quality R/3 environment
    - 1 linked with production R/3 system
    Is it possible regarding SLD content ?
    How must the transports be managed in this case using CTS ?
    Thanks a lot

    Hi Jeans
    for more deatils related Transports have a look on these links
    Create a Tranport Target for the SLD entries.
    <b>I think these blogs will help you-</b>
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    For more -
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/a21e3e0987760be10000000a114084/frameset.htm
    Re: Transports
    Re: Multiple SLD in DEV QA and PROD XI and ID transports
    Transports in XI using CMS, assembly issue
    XI Transports
    Thanks !!!!

  • Namespace question with caringorm3

    Hi,guys.
    Studying with cairngorm3 demo, it does not work when I put  ' xmlns:cairngorm="http://ns.adobe.com/cairngorm"  '  in xxx.mxml,
    instead, something like ' xmlns:cairngorm="com.adobe.cairngorm.popup.*"  '  is OK.
    why? please,

    Namespace in the XI holds the design time objects of a particular interface that you develop, it;s like a folder name, when you create a namespace it provides you standrd template under it....
    it can be
    a)Equivalent to function group Name
    b) Equivalent to development class Nmae
    c) Equivalent to function module Name
    d) Equivalent to BAPI Name

  • XML Namespace Question

    Hi folks,
    I'm new to XML, and have been trying to validate an XML document against a schema using an online validator.
    I have given ultra-simple examples of my schema and document below:
    Schema
    <?xml version="1.0"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.com"
    xmlns="http://www.example.com">
         <xs:element name="letter">
                   <xs:complexType>
                        <xs:sequence>
                             <xs:element name="to" type="xs:string"/>
                             <xs:element name="from" type="xs:string"/>
                        </xs:sequence>
                   </xs:complexType>
         </xs:element>
    </xs:schema>
    Document
    <?xml version='1.0' ?>
    <letter xmlns="http://www.example.com">
              <to>You</to>
              <from>Me</from>
    </letter>When I try to validate the document against this schema I get the following errors:
    Validation error:
    Error at (3,4): The element 'http://www.example.com:letter' has invalid child element 'http://www.example.com:to'. Expected 'to'.
    Error at (3,4): The 'http://www.example.com:to' element is not declared. An error occurred at , (3, 4).<to>You</to>
    Error at (4,4): The 'http://www.example.com:from' element is not declared. An error occurred at , (4, 4).<from>Me</from> </letter>
    I must be doing something wrong when declaring namespaces, but I can't see what. Can anyone point me in the right direction, please?
    Thanks,
    s.

    This is what I have for your code:
    import java.io.IOException;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.parsers.DocumentBuilder;
    import javax.xml.parsers.ParserConfigurationException;
    import org.w3c.dom.Document;
    import org.w3c.dom.Element;
    import org.w3c.dom.Node;
    import org.w3c.dom.NodeList;
    import org.w3c.dom.NamedNodeMap;
    import org.xml.sax.SAXException;
    import org.xml.sax.SAXParseException;
    import org.xml.sax.helpers.DefaultHandler;
    public class JAXPValidator
         public void validateXML(String XmlDocumentUrl) throws Exception
              System.setProperty( "javax.xml.parsers.DocumentBuilderFactory",
                                       "org.apache.xerces.jaxp.DocumentBuilderFactoryImpl");
              DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
              factory.setNamespaceAware(true);
              factory.setValidating(true);
              factory.setAttribute("http://java.sun.com/xml/jaxp/properties/schemaLanguage",
                                        "http://www.w3.org/2001/XMLSchema");
              DocumentBuilder builder = factory.newDocumentBuilder();
              Validator handler = new Validator();
              builder.setErrorHandler(handler);
              Document doc = builder.parse(XmlDocumentUrl);
              if( handler.hasValidationError() )
                   throw( handler.getParseException() );
    // these simple loops assume that the xml has already been validated!
              NodeList letters = doc.getElementsByTagName( "letter" );
              for( int i = 0; i < letters.getLength(); i++ )
                   NodeList letterChildren = letters.item( i ).getChildNodes();
                   for( int j = 0; j < letterChildren.getLength(); j++ )
                        Node nextNode = letterChildren.item(j);
                        if( nextNode.getNodeType() == Node.ELEMENT_NODE )
                             Node nextNodeValue = nextNode.getFirstChild();
                             System.out.println( "nextNode.getLocalName() is " + nextNode.getLocalName() );
                             System.out.println( "nextNodeValue.getNodeValue() is " + nextNodeValue.getNodeValue() );
         private class Validator extends DefaultHandler
              private boolean validationError = false;
              private SAXParseException saxParseException = null;
              public boolean hasValidationError()
                   return( validationError );
              public Exception getParseException()
                   return( saxParseException );
              public void error(SAXParseException exception) throws SAXException
                   validationError = true;
                   saxParseException = exception;
              public void fatalError(SAXParseException exception) throws SAXException
                   validationError = true;
                   saxParseException = exception;
              public void warning(SAXParseException exception) throws SAXException
                   validationError = true;
                   saxParseException = exception;
         public static void main(String[] argv)
              JAXPValidator validator = new JAXPValidator();
              try
                   validator.validateXML(argv[0]);
              catch( Exception e )
                   e.printStackTrace( System.err );
    }This was compiled with:
    javac -classpath .;..\xerces-2_7_0\xercesImpl.jar;..\xerces-2_7_0\xml-apis.jar JAXPValidator.javaand run with
    java -classpath .;..\xerces-2_7_0\xercesImpl.jar;..\xerces-2_7_0\xml-apis.jar JAXPValidator sunforum.xmlIt assumes that the XML and XSD that I posted before are in the same directory as the program is being run from.

  • Query Variable Transport Issue/Question

    Hi, i am transporting some queries into my BWQ Quality System and ended up with an error:
    Element 1Q070GEFFJXNCR690H6TJ4M13 is missing in version M 
    The queries work fine in BWD Development.
    I checked the following in table RSZGLOBV
    BWD Development System and there is Version A, B, and D
    BWQ Development System and there is only Version D
    BWP Development System and there is only Version D
    So the variable already exists in all of the system and the VARUNID is the same in all of the systems as well..
    Any ideas why I would have this issue and will there be a problem with queries already using this variable in BWQ and BWP should I transport it again to resolve this issue.  (If this would resolve the issue)
    Thanks!

    Hi,
    I faced the same issue many times and did the same what Andrey suggested.
    In your case the query element does not exist in QA and PRD in Active Version 'A', which means none of your queries in those environments are using the variable already.
    We get the description of various statuses when we do an F1 in the field version after running table RSZGLOBV. I could not understand much of the explanation given. It says when an object is saved, the version would be M and when it is activated it would be A. We save queries/elements....but activation??
    Regards,
    Murali.
    Edited by: Murali Krishna K on Mar 7, 2011 11:07 PM

  • Namespace question

    Dear SDN,
    A message mapping is raising the following error:
    RuntimeException in Message-Mapping transformatio~
    The reason is that the inbound payload has not namespace therefore mapping raises a not well formed inbound message error.  My guess!
    The inbound message is generated by an external system without explicit namespace:
    <root>
    </root>
    when manually editing the message and adding to it namespace, message process successfully:
    <ns0:root xmlns:ns0="...">
    </ns0:root>
    How can I omit this namespace check, o can I create a message type without namespace?

    I just found a way to solve it.
    Yes you're right, I am not using an external definition, I created a data type importing the xsd file, and then created a message type referencing such data type.
    How I solved it was quite simple. I just export the message type to an xsd archive, edited it to remove namespace definition, and then imported it as source structure into the message mapping.  Now the scenario works fine.
    Thanks a lot.

  • Namespaces question

    I have been converting some code I had over to the new ExtensibleEnvironment stuff and this has been going quite well. Everything I have done so far has been to configure stand-alone things like message listerners etc. What I cannot figure out is how to do something that needs to be triggered in response to an "event" (in particular creation of a cache).
    For example, suppose I want to configure custom indexes. I might do the following:
        <cache-mapping>
          <cache-name>dist-*</cache-name>
          <scheme-name>dist-default</scheme-name>
          <idx:indexes>
            <idx:index ordered="true">
              <idx:extractor>
                <instance:class classname="my.package.SomeExtractor"/>
              </idx:extractor>
              <idx:comparator>
                <instance:class classname="my.package.SomeComparator"/>
              </idx:comparator>
            </idx:index>
            <idx:index ordered="false">
              <idx:extractor>
                <instance:class classname="my.package.AnotherExtractor"/>
              </idx:extractor>
            </idx:index>
          </idx:indexes>
        </cache-mapping>At the moment the XML is processed as everything starts up but I only want to actually create the indexes when an instance of a cache is created (in the example above any cache with a named prefixed with "dist-".
    Is there anything in the new Incubator release to allow me to do what I want or will I need to come up with my own solution? Is this what the Events or Dependencies packages are for; if it is can I see some documentation or an example?
    Cheers,
    JK

    Jonathan,
    As part of processing your namespace you can register resources with the Environment that implement the DependentResource interface.
    Your registered resource will then be queried for its dependencies by calling the getDepedencyReferences method.
        public Set<DependencyReference> getDependencyReferences();When the dependencies are satisfied, the onDependenciesSatisfied method will be called by the Environment.
    This mechanism is mainly there to allow you to manage dependencies when starting and shutting down a system properly, and not to provide a callback while the system is running.
    One DependencyReference that might be useful for you is the NamedCacheReference which will be satisfied when the underlying cache service is started. You can find example uses of the DependentResource mechanism in the Processing Pattern.
    Unfortunately, there is no way of getting an event when a cache is created which was what you really were looking for.
    /Christer
    Edited by: Christer Fahlgren on Mar 4, 2010 2:10 PM

  • JAXB - Java to XML namespaces question

    I want the following XML to be produced:
    <service
    xmlns="http://www.example.org/service"
    xmlns:db="http://www.example.org/db"
    >
    <firstElement>
       <db:title>Testing</db:title>
    </firstElement>
    </service>However, this is proving to be impossible in JAXB. If I put any namespace within any annotation within my java bean I get unwanted prefixes everywhere. If I use the XmlSchema at the package level and specify prefixes with @XmlNs that doesn't even show up in the XML.
    I feel I am almost at a loss?

    Well, i got it to work in JAXB 1, w/o xfire, schema-to-java. Marshall and unmarshall.
    But w/ xfire, it doesn't appear to be possible. Would probably require implementing it for them myself...

  • X-Path & Namespace question

    Hi,
    In x-path version 2.0, one can write a * for an arbitrary namespace, is something possible in version 1.0 ?
    Example x-path '/MESSAGES/*:HEADER/PRIORITY'
    returns leaf-node value of priority as of
    /MESSAGES/msg1:HEADER/PRIORITY with xmlns:msg1="http//example.org/msg1.xsd"
    /MESSAGES/msg2:HEADER/PRIORITY with xmlns:msg2="http//example.org/msg2.xsd"
    etc etc
    If this isn't possible, is there a workaround,
    or in what version of the database is it possible ?
    Regards,
    Art

    I have a table based on a schema (object-relational) which only purpose is storage of xml-messages send over a network.
    The database should by queryable on on elements that are available in all message but in different namespaces / paths.
    I can offcourse make a b-tree index on each leafnode in all namespaces that I want to query, but I was wondering if I could use an index with the above mentioned X-Path 2.0 behavior. I think if it is possible it will be a function based index, but that should be okay.
    Any thoughts ?

Maybe you are looking for

  • How do I restore "Preview" 2.1.0 (V211) application for 10.3.9 system?

    My old application got corrupted and I need to reinstall that application. Where can I find the PREVIEW application mentioned?

  • How to set XML character encoding for a SOAP response?

    Hi, We're using Oracle J2EE web services, and are quite happy with them. However, it's a problem that we need to have characters outside the standard English alphabet in our service responses. So far, we have not been able to find a way to specify wh

  • Problem in event handling using oo abap code

    Hi, My requirement is i need to disply 3 blocks in ALV format.I have done that.Now my problem is if i double click on aufnr of the first block, it should call the transaction code. I have written the code in oo abap but i have used function modules f

  • Spry SubMenuBar Issue

    I've checked lots of other posts but none addressed the problem I'm having- I've built a horizontal MenuBar with 4 Galleries in a SubMenu under the Galleries tab The dropdown position renders correctly in Firefox, GoogleChrome, Safari, and Dreamweave

  • Elements 10 project slideshow freezes during output

    Elements 10 project slideshow freezes during output.  When writing to CD it freezes about 70%.  When output to hard drive is selected, it freezes around 39%.  This is a show I have been working on for a few days.  It has been working but can no longe