CXMl structure is not coming with attribute targetNamespace="MyNameSpace"

Hi All
Here When I am putting attribute : 
targetNamespace="MyNameSpace"
  Then In the Message mapping it is not showing all the sub elements.  If I am not putting the "targetNamespace="MyNameSpace" then it shows  the structure.  any Idea  why ?
for example  with  targetNamespace="MyNameSpace"
it shows
OrderRequest--
                   OrderRequestHeader.
                    IteamOut.
With out target Name space
it shows
OrderRequest--
                   OrderRequestHeader.--+
+
                   IteamOut..--|
+-----
Please  let me  what  should I do to resolve

Hi Archna, Thank.
You are right You will find the cXML.dtd  there only ..  I convert in xsd through XML Spy Editor..
Check this cXML.xsd over here or  give me  your mail address.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!W3C Schema generated by XMLSpy v2007 sp1 (http://www.altova.com)>
<!Please add namespace attributes, a targetNamespace attribute and import elements according to your requirements>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
     <xs:import namespace="http://www.w3.org/XML/1998/namespace"/>
     <xs:element name="Name">
          <xs:complexType mixed="true">
               <xs:attribute ref="xml:lang" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Extrinsic">
          <xs:complexType mixed="true">
               <xs:complexContent mixed="true">
                    <xs:restriction base="xs:anyType">
                         <xs:attribute name="name" type="xs:anySimpleType" use="required"/>
                    </xs:restriction>
               </xs:complexContent>
          </xs:complexType>
     </xs:element>
     <xs:element name="Description">
          <xs:complexType mixed="true">
               <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:element ref="ShortName"/>
               </xs:choice>
               <xs:attribute ref="xml:lang" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="ShortName">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="CountryCode">
          <xs:complexType mixed="true">
               <xs:attribute name="isoCountryCode" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="AreaOrCityCode">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="Number">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="Extension">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="TelephoneNumber">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="CountryCode"/>
                    <xs:element ref="AreaOrCityCode"/>
                    <xs:element ref="Number"/>
                    <xs:element ref="Extension" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Phone">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="TelephoneNumber"/>
               </xs:sequence>
               <xs:attribute name="name" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Fax">
          <xs:complexType>
               <xs:choice>
                    <xs:element ref="TelephoneNumber"/>
                    <xs:element ref="URL"/>
                    <xs:element ref="Email"/>
               </xs:choice>
               <xs:attribute name="name" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="URL">
          <xs:complexType mixed="true">
               <xs:attribute name="name" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Email">
          <xs:complexType mixed="true">
               <xs:attribute name="name" type="xs:anySimpleType"/>
               <xs:attribute name="preferredLang" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Contact">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Name"/>
                    <xs:element ref="PostalAddress" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="Email" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="Phone" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="Fax" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="URL" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
               <xs:attribute name="role" type="xs:NMTOKEN"/>
               <xs:attribute name="addressID" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="DeliverTo">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="Street">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="City">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="State">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="PostalCode">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="Country">
          <xs:complexType mixed="true">
               <xs:attribute name="isoCountryCode" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="PostalAddress">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DeliverTo" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="Street" maxOccurs="unbounded"/>
                    <xs:element ref="City"/>
                    <xs:element ref="State" minOccurs="0"/>
                    <xs:element ref="PostalCode" minOccurs="0"/>
                    <xs:element ref="Country"/>
               </xs:sequence>
               <xs:attribute name="name" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Address">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Name"/>
                    <xs:element ref="PostalAddress" minOccurs="0"/>
                    <xs:element ref="Email" minOccurs="0"/>
                    <xs:element ref="Phone" minOccurs="0"/>
                    <xs:element ref="Fax" minOccurs="0"/>
                    <xs:element ref="URL" minOccurs="0"/>
               </xs:sequence>
               <xs:attribute name="isoCountryCode" type="xs:anySimpleType"/>
               <xs:attribute name="addressID" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Money">
          <xs:complexType mixed="true">
               <xs:attribute name="currency" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="alternateAmount" type="xs:anySimpleType"/>
               <xs:attribute name="alternateCurrency" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Comments">
          <xs:complexType mixed="true">
               <xs:choice minOccurs="0" maxOccurs="unbounded">
                    <xs:element ref="Attachment"/>
               </xs:choice>
               <xs:attribute ref="xml:lang"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Attachment">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="URL"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="AttachmentReference">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Name"/>
                    <xs:element ref="Description"/>
                    <xs:element ref="InternalID"/>
               </xs:sequence>
               <xs:attribute name="length" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="UnitPrice">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Money"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="DocumentReference">
          <xs:complexType>
               <xs:attribute name="payloadID" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="InternalID">
          <xs:complexType mixed="true">
               <xs:attribute name="domain" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="OriginatorCookie">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="BrowserFormPost">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="URL"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="SelectedService">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="StartPage">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="URL"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ReturnData">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="ReturnValue"/>
                    <xs:element ref="Name"/>
               </xs:sequence>
               <xs:attribute name="name" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="ReturnValue">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="TimeRange">
          <xs:complexType>
               <xs:attribute name="startDate" type="xs:anySimpleType"/>
               <xs:attribute name="endDate" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Period">
          <xs:complexType>
               <xs:attribute name="startDate" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="endDate" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="UnitOfMeasure">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="TermReference">
          <xs:complexType>
               <xs:attribute name="termName" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="term" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="UnitRate">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Money"/>
                    <xs:element ref="UnitOfMeasure"/>
                    <xs:element ref="TermReference" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Supplier">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Name"/>
                    <xs:element ref="Comments" minOccurs="0"/>
                    <xs:element ref="SupplierID" maxOccurs="unbounded"/>
                    <xs:element ref="SupplierLocation" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
               <xs:attribute name="corporateURL" type="xs:anySimpleType"/>
               <xs:attribute name="storeFrontURL" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="SupplierLocation">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Address"/>
                    <xs:element ref="OrderMethods"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="OrderMethods">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="OrderMethod" maxOccurs="unbounded"/>
                    <xs:element ref="Contact" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="OrderMethod">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="OrderTarget"/>
                    <xs:element ref="OrderProtocol" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="OrderTarget">
          <xs:complexType>
               <xs:choice>
                    <xs:element ref="Phone"/>
                    <xs:element ref="Email"/>
                    <xs:element ref="Fax"/>
                    <xs:element ref="URL"/>
                    <xs:element ref="OtherOrderTarget"/>
               </xs:choice>
          </xs:complexType>
     </xs:element>
     <xs:element name="OrderProtocol">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="OtherOrderTarget">
          <xs:complexType mixed="true">
               <xs:complexContent mixed="true">
                    <xs:restriction base="xs:anyType">
                         <xs:attribute name="name" type="xs:anySimpleType"/>
                    </xs:restriction>
               </xs:complexContent>
          </xs:complexType>
     </xs:element>
     <xs:element name="SupplierID">
          <xs:complexType mixed="true">
               <xs:attribute name="domain" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="SupplierList">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Supplier" maxOccurs="unbounded"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ManufacturerPartID">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="ManufacturerName">
          <xs:complexType mixed="true">
               <xs:attribute ref="xml:lang"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Classification">
          <xs:complexType mixed="true">
               <xs:attribute name="domain" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="LeadTime">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="SupplierPartID">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="SupplierPartAuxiliaryID">
          <xs:complexType mixed="true">
               <xs:complexContent mixed="true">
                    <xs:restriction base="xs:anyType"/>
               </xs:complexContent>
          </xs:complexType>
     </xs:element>
     <xs:element name="ItemID">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="SupplierPartID"/>
                    <xs:element ref="SupplierPartAuxiliaryID" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ItemDetail">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="UnitPrice"/>
                    <xs:element ref="Description" maxOccurs="unbounded"/>
                    <xs:element ref="UnitOfMeasure"/>
                    <xs:element ref="Classification" maxOccurs="unbounded"/>
                    <xs:element ref="ManufacturerPartID" minOccurs="0"/>
                    <xs:element ref="ManufacturerName" minOccurs="0"/>
                    <xs:element ref="URL" minOccurs="0"/>
                    <xs:element ref="LeadTime" minOccurs="0"/>
                    <xs:element ref="Extrinsic" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="TravelDetail">
          <xs:complexType>
               <xs:sequence>
                    <xs:choice>
                         <xs:element ref="AirDetail"/>
                         <xs:element ref="CarRentalDetail"/>
                         <xs:element ref="HotelDetail"/>
                         <xs:element ref="RailDetail"/>
                    </xs:choice>
                    <xs:element ref="PolicyViolation" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="Comments" minOccurs="0"/>
                    <xs:element ref="TermsAndConditions" minOccurs="0"/>
               </xs:sequence>
               <xs:attribute name="confirmationNumber" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="pnrLocator" type="xs:anySimpleType"/>
               <xs:attribute name="quoteExpirationTime" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="AirDetail">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="TripType"/>
                    <xs:element ref="AirLeg" maxOccurs="unbounded"/>
                    <xs:element ref="AvailablePrice" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="Penalty" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="AirLeg">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Vendor"/>
                    <xs:element ref="AirLegOrigin"/>
                    <xs:element ref="AirLegDestination"/>
                    <xs:element ref="BookingClassCode" minOccurs="0"/>
                    <xs:element ref="Rate" minOccurs="0"/>
                    <xs:element ref="Meal" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
               <xs:attribute name="travelSegment" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="departureTime" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="arrivalTime" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="flightNumber" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="seatNumber" type="xs:anySimpleType"/>
               <xs:attribute name="seatType">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="aisle"/>
                              <xs:enumeration value="window"/>
                              <xs:enumeration value="middle"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
               <xs:attribute name="upgrade">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="yes"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
               <xs:attribute name="stops" type="xs:anySimpleType"/>
               <xs:attribute name="equipment" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="AirLegOrigin">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Airport"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="AirLegDestination">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Airport"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Airport">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Address" minOccurs="0"/>
               </xs:sequence>
               <xs:attribute name="airportCode" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Meal">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="BookingClassCode" minOccurs="0"/>
                    <xs:element ref="Description" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="CarRentalDetail">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Vendor"/>
                    <xs:element ref="CarRentalPickup"/>
                    <xs:element ref="CarRentalDropoff"/>
                    <xs:element ref="BookingClassCode" minOccurs="0"/>
                    <xs:element ref="CarRentalFee" maxOccurs="unbounded"/>
                    <xs:element ref="LimitedMileage" minOccurs="0"/>
                    <xs:element ref="AvailablePrice" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
               <xs:attribute name="travelSegment" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="pickupTime" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="dropoffTime" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="CarRentalPickup">
          <xs:complexType>
               <xs:choice>
                    <xs:element ref="Airport"/>
                    <xs:element ref="Address"/>
               </xs:choice>
          </xs:complexType>
     </xs:element>
     <xs:element name="CarRentalDropoff">
          <xs:complexType>
               <xs:choice>
                    <xs:element ref="Airport"/>
                    <xs:element ref="Address"/>
               </xs:choice>
          </xs:complexType>
     </xs:element>
     <xs:element name="LimitedMileage">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="UnitOfMeasure"/>
               </xs:sequence>
               <xs:attribute name="quantity" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="CarRentalFee">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Total"/>
                    <xs:element ref="Rate" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
               <xs:attribute name="type" default="baseRate">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="mobilePhone"/>
                              <xs:enumeration value="additionalDriver"/>
                              <xs:enumeration value="baseRate"/>
                              <xs:enumeration value="vehicleLicensingFee"/>
                              <xs:enumeration value="prepaidGasoline"/>
                              <xs:enumeration value="touristTax"/>
                              <xs:enumeration value="liabilityInsurance"/>
                              <xs:enumeration value="airportAccessFee"/>
                              <xs:enumeration value="collisionDamageInsurance"/>
                              <xs:enumeration value="navigationSystem"/>
                              <xs:enumeration value="other"/>
                              <xs:enumeration value="childSeat"/>
                              <xs:enumeration value="luggageRack"/>
                              <xs:enumeration value="dropOffCharge"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="HotelDetail">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Vendor"/>
                    <xs:element ref="Address"/>
                    <xs:element ref="RoomType"/>
                    <xs:element ref="BookingClassCode" minOccurs="0"/>
                    <xs:element ref="Meal" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="Rate" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="AvailablePrice" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
               <xs:attribute name="travelSegment" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="arrivalTime" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="departureTime" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="checkinTime" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="checkoutTime" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="earlyCheckinAllowed">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="yes"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
               <xs:attribute name="lateCheckoutAllowed">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="yes"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="RoomType">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Description" minOccurs="0"/>
                    <xs:element ref="Amenities" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
               <xs:attribute name="smoking" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="yes"/>
                              <xs:enumeration value="no"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
               <xs:attribute name="numberOfBed" type="xs:anySimpleType"/>
               <xs:attribute name="bedType">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="single"/>
                              <xs:enumeration value="full"/>
                              <xs:enumeration value="other"/>
                              <xs:enumeration value="king"/>
                              <xs:enumeration value="queen"/>
                              <xs:enumeration value="double"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="Amenities">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Description"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="RailDetail">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="TripType"/>
                    <xs:element ref="RailLeg" maxOccurs="unbounded"/>
                    <xs:element ref="AvailablePrice" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="Penalty" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="RailLeg">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Vendor"/>
                    <xs:element ref="RailLegOrigin"/>
                    <xs:element ref="RailLegDestination"/>
                    <xs:element ref="BookingClassCode" minOccurs="0"/>
                    <xs:element ref="Rate" minOccurs="0"/>
                    <xs:element ref="Meal" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
               <xs:attribute name="travelSegment" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="departureTime" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="arrivalTime" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="trainNumber" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="seatNumber" type="xs:anySimpleType"/>
               <xs:attribute name="carType">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="seat"/>
                              <xs:enumeration value="sleeper"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="RailLegOrigin">
          <xs:complexType>
               <xs:choice>
                    <xs:element ref="Airport"/>
                    <xs:element ref="Address"/>
               </xs:choice>
          </xs:complexType>
     </xs:element>
     <xs:element name="RailLegDestination">
          <xs:complexType>
               <xs:choice>
                    <xs:element ref="Airport"/>
                    <xs:element ref="Address"/>
               </xs:choice>
          </xs:complexType>
     </xs:element>
     <xs:element name="TripType">
          <xs:complexType>
               <xs:attribute name="type" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="oneWay"/>
                              <xs:enumeration value="multiLeg"/>
                              <xs:enumeration value="round"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="Vendor">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Address"/>
                    <xs:element ref="SupplierID" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
               <xs:attribute name="preferred" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="yes"/>
                              <xs:enumeration value="no"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="TermsAndConditions">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Description" maxOccurs="unbounded"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="PolicyViolation">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Description"/>
                    <xs:element ref="PolicyViolationJustification"/>
                    <xs:element ref="Comments" minOccurs="0"/>
               </xs:sequence>
               <xs:attribute name="level" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="warning"/>
                              <xs:enumeration value="violation"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="PolicyViolationJustification">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Description"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Penalty">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Money"/>
                    <xs:element ref="Description"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="AvailablePrice">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Money"/>
                    <xs:element ref="Description" minOccurs="0"/>
               </xs:sequence>
               <xs:attribute name="type" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="highest"/>
                              <xs:enumeration value="lowest"/>
                              <xs:enumeration value="other"/>
                              <xs:enumeration value="highestCompliant"/>
                              <xs:enumeration value="lowestCompliant"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="Rate">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Total"/>
                    <xs:element ref="UnitRate"/>
                    <xs:element ref="Description" minOccurs="0"/>
               </xs:sequence>
               <xs:attribute name="quantity" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="BookingClassCode">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Description" minOccurs="0"/>
               </xs:sequence>
               <xs:attribute name="domain" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="code" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Total">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Money"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="BillTo">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Address"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ShipTo">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Address"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Shipping">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Money"/>
                    <xs:element ref="Description"/>
               </xs:sequence>
               <xs:attribute name="trackingDomain" type="xs:anySimpleType"/>
               <xs:attribute name="trackingId" type="xs:anySimpleType"/>
               <xs:attribute name="tracking" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Discount">
          <xs:complexType>
               <xs:choice>
                    <xs:element ref="DiscountPercent"/>
                    <xs:element ref="DiscountAmount"/>
               </xs:choice>
          </xs:complexType>
     </xs:element>
     <xs:element name="DiscountPercent">
          <xs:complexType>
               <xs:attribute name="percent" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="PaymentTerm">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Discount" minOccurs="0"/>
               </xs:sequence>
               <xs:attribute name="payInNumberOfDays" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Payment">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="PCard"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Segment">
          <xs:complexType>
               <xs:attribute name="type" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="id" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="description" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="AccountingSegment">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Name"/>
                    <xs:element ref="Description"/>
               </xs:sequence>
               <xs:attribute name="id" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Accounting">
          <xs:complexType>
               <xs:sequence>
                    <xs:choice>
                         <xs:element ref="Segment" maxOccurs="unbounded"/>
                         <xs:element ref="AccountingSegment" maxOccurs="unbounded"/>
                    </xs:choice>
               </xs:sequence>
               <xs:attribute name="name" type="xs:anySimpleType" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="Charge">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Money"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Distribution">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Accounting"/>
                    <xs:element ref="Charge"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="TaxAmount">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Money"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="TaxableAmount">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Money"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="TaxLocation">
          <xs:complexType mixed="true">
               <xs:attribute ref="xml:lang" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="TriangularTransactionLawReference">
          <xs:complexType mixed="true">
               <xs:attribute ref="xml:lang" use="required"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="TaxDetail">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="TaxableAmount" minOccurs="0"/>
                    <xs:element ref="TaxAmount"/>
                    <xs:element ref="TaxLocation" minOccurs="0"/>
                    <xs:element ref="Description" minOccurs="0"/>
                    <xs:element ref="TriangularTransactionLawReference" minOccurs="0"/>
               </xs:sequence>
               <xs:attribute name="purpose" type="xs:anySimpleType"/>
               <xs:attribute name="category" type="xs:anySimpleType" use="required"/>
               <xs:attribute name="percentageRate" type="xs:anySimpleType"/>
               <xs:attribute name="isVatRecoverable">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="yes"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
               <xs:attribute name="taxPointDate" type="xs:anySimpleType"/>
               <xs:attribute name="paymentDate" type="xs:anySimpleType"/>
               <xs:attribute name="isTriangularTransaction">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="yes"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="Tax">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Money"/>
                    <xs:element ref="Description"/>
                    <xs:element ref="TaxDetail" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ItemOut">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="ItemID"/>
                    <xs:element ref="Path" minOccurs="0"/>
                    &

Similar Messages

  • Web Analysis report is not coming with the border/logo/heading while print

    Hi All,
    I am using 9.3.1 version of hyperion planning were Web Analysis report is not coming with the border/logo/heading while printing with the option "print all object", Only the data grid is coming in the print. If I use "print screen" it is coming with border/logo/heading but it gives a screenshot of the report, that won't cater out need.
    So please suggest us with a resolution to have border, logo and heading, while using Print all object.
    Thanks with regards....
    Rao

    Hi Sagar,
    In scripts when you will see print preview the logo will be not shown up with clarity.Take the print out of the document and check whether logo is printing up with clarity.
    Thanks
    Phani

  • OSB plug-in is not coming with OEPE 11.1.1.8

    Hi,
    I have installed OEPE 11.1.1.8 which is coming with Oracle WebLogic Server 11gR1 (10.3.6) + Coherence + OEPE - Package Installer:
    oepe-wls-indigo-installer-11.1.1.8.0.201110211138-10.3.6-win32.exe
    but I am not able to see any OSB prospective.Do I need to install plug-in for OSB seperately.
    Please suggest.
    Thanks in advance
    Souvik

    There is no separate link for OSB plugins.
    YOu will have to install oracle service bus 11.1.1.6 and when completing the wizard for OSB installation it will ask for the oepe location
    At that point of time you can specify the oepe location you have specified.
    Now the million dollar question is where is the version of OSB 11.1.1.6?
    I also can not find it any where even in edelivery. So i assume that you might have to log a service request to get this version of code.

  • 'Allow Duplicate Members' not compatible with Attribute  Dimensions

    When setting the 'Allow Duplicate Members' option on there is a problem if the duplicate member is used as an Attribute. When attempting to apply the member filter to use the attribute Essbase throws an error: Cannot uniquely identify a member, the name [L] is duplicated.
    In my case L is duplicated across two dimensions [L=LOCAL as a BOOK_CODE and L=LIABILITY as an ACCOUNT_TYPE].
    The ACCOUNT_TYPE is an attribute dimension related to the ACCOUNTS dimension. Both the excel addin and Financial Reports have a problem as their member selection interfaces don't fully qualify the selection.
    This seems like a bug.

    When you sync over the cable, it is one set of calendars in one section labeled "From My Mac"  when you sync with iCloud, that is store in a completely separate area labeled "iCloud."  The "From My Mac" calendars are stored on the phone as just "regular" calendars.  The iCloud account are "CalDav" calendars, which syncs with iCloud.  The old mobileme calendars did do what you wanted, sync over the cable and then to mobileme, and that lead to huge data corruption and why Apple made the new mobileme calendars which sync over CalDav only (and cannot talk to the cable) to protect the calendars.  The phone sees them as two separate calendars.
    Your best bet is if you want to use calendars on your G4 is to just use the iCloud.com web interface.  I'm also not familiar with the whole drop box thing, so I can't comment on that.

  • Mail not coming with information broadcasting scheduling

    dear all,
    when i execute directly the setting for information broadcasting a mail is being sent but when i schedule the same setting in transaction SOST it is showing warning 'waiting for communication service'.how to remove that.
    ajay

    Hi
    first of all, Information broadcasting
    is structured according the requirements
    of users so that
    you are provided with role-specific guides to support you in performing tasks
    following links will help
    monitoring e-mails:
    http://help.sap.com/saphelp_nw04/helpdata/en/44/5b2341144ba52fe10000000a155106/content.htm
    about creating and maintaining master records:
    http://help.sap.com/saphelp_nw04/helpdata/en/52/671191439b11d1896f0000e8322d00/frameset.htm
    additional information on security:
    http://help.sap.com/saphelp_nw04/helpdata/en/4d/75e1951aa4a646ad383ee0c94651f3/frameset.htm
    basic user guide:
    http://help.sap.com/saphelp_nw04/helpdata/en/7b/7998403de08368e10000000a1550b0/content.htm
    kindly reward if its useful
    Regards,
    Naveen P

  • Dates not coming with photos imported from shared libraries

    My partner and i both have macs, we both use iphoto. Usually we use the shared photo library features to exchange photos so that we both have all the photos we want.
    The problem is that the dates don't follow. I'd actually like to see all the metadata imported (faces etc) but i'll live without that but the dates is a real problem.
    I'm pretty sure they used to come with the photos imported from shared libraries, not sure why they stopped... Ideas?

    How are you sharing the Libraries? How are you reading the dates?
    Regards
    TD

  • Upgrade to BI7 - Master data report not working with attributes

    Hi
    We've recently upgraded to BI7. We've noticed that any queries where a characteristic is the info provider, reporting on the attributes as free characteristics is not possible. The only way to fix this is to make the characteristics navigational. Is there a fix for this, or do we have to make all the characteristics navigational? It used to work in 3.1

    Hi Expert,
    We are starting upgradation, Can you please prvide guide me how to do the upgradation.
    Thanks

  • Console output not coming with JEasyTest

    I am using JEasyTest plugin in eclipse...but when I run my unit tests, I cant see any printlns on my console..Is there any workaround to this??

    I have the same problem.. have you figured it out ?

  • Excel alligment is not coming proper

    Hi guru
    My requirement  is convert spool to excel format .
    i am using  'RSPO_RETURN_ABAP_SPOOLJOB' and 'SO_RAW_TO_RTF' function module  and after that i loop the internal table value in one string . my problem is that excel alignment is not coming proper and all are coming in one cell . please help me i need to finish this requirement
    << Priority normalized >>
    Edited by: Rob Burbank on Jan 10, 2012 12:21 PM

    my code is this please provide me exact solution
    CALL FUNCTION 'RSPO_RETURN_ABAP_SPOOLJOB'
            EXPORTING
              rqident              = gd_spool_nr                    "Spool Request Number
              first_line           = 1
            TABLES
              buffer               = it_spool_xls                            "Internal table that will have the Spool Request No data
            EXCEPTIONS
              no_such_job          = 1
              not_abap_list        = 2
              job_contains_no_data = 3
              selection_empty      = 4
              no_permission        = 5
              can_not_access       = 6
              read_error           = 7
              OTHERS               = 8.
       LOOP AT it_xls_spool.
            CONCATENATE xls_string it_xls_spool INTO xls_string.           "xls_string will have the data as one string
          ENDLOOP.
       CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
            EXPORTING
              text     = xls_string                         "String of String data type
             =_       =
            IMPORTING
              buffer   = xls_str                             "String of XString data type
            EXCEPTIONS
              failed   = 1
              OTHERS   = 2.
          IF sy-subrc <> 0.
            message 'converted not in excel' type 'E' .
          ENDIF.
    pdf_content = cl_document_bcs=>xstring_to_solix( xls_str ). 
    but data is not coming with proper alligment please suggest me where i need to change the code.

  • Queries inactive in Production Technical name is not coming After Transport

    Hi Folks,
    i transported queries with role into production .
    There queries are coming without their technical name means b'coze its related data-target was not active but now its active even then queries are not coming with their technical name.
    So can we do any manual activation in production or should i go for re-import the same req again into production.
    Plz Suggest me

    Hi Rajan,
    You can do manual activation in production and you can change the technical names of your queries in production.
    Thanks and Kind Regards,
    Lakshman Kumar Ghattamaneni

  • ITunes artwork not downloading with file and tab blanked out.

    The last 4 items I have downloaded from iTunes (tv Shows and Movies) are not coming with any album art.  As the TV shows are on season pass its only the latest episodes that don't have artwork.
    Also the artwork tab is greyed out on the Get Info screen.
    Gettin art work via menu does not work.
    Anyone else having this problem? or know a fix?
    Thanks

    thomas200,
    Not a lot of joy, but here is what I have discovered.
    I have been having this problem for about a month as well.  Video files downloaded from iTunes have no album art or account info and the artwork tab is greyed out.
    My library is stored on a QNAP NAS. When I download any video file everything looks fine until the end when 'processing file' occurs. This will take only a second on any faulty file yet 4/5 or more sec when everything is working.
    I have created a new library with files being stored on the hard drive of my mac and tried down loading a free tv episode.  This works fine.
    So I feel like I am narrowing the problem to my itunes library or the NAS (which had a software upgrade in april)
    I'll post if I find out anything more.

  • Data not coming from DOE to Mobile After defining Rule for device attribute

    Hi All,
    I have created a DO and rule for it.In case of Bulk Rule for all definition when i triggere extract from Portal then all the data comes to outbound queue but when i define rule for Device attribute then no data comes to my Outboun queue.Here is the scenario what i am doing :
    1. I have order header in my backend which has a field named "Work_Center" and this will be criteria field.
    2. In CDS table i have all the records for all the work center.
    3. Now in RMM under customized , i have added an attribute named "Work_center".
    4. Now i defined a rule with Device attribute mapping and activated the rule.
    5. Now on Portal i assigned this data object and in the device attribute tab i assigned the value(this value exist in CDS table for few orders) of a   Work center to the attribute "Work_Center" .
    6. Then i triggrere extract but its Outbound queue is empty, what could be the reason.
    Is my approach is correct
    Regards,
    Abhishek

    Hi Abhishek,
    You can check one ore thing, after you have performed all the steps till step 5, i.e. just before triggering
    extract. Check if the AT table for ur DO has entries based on the criteria specified by you...
    1. In the workbench click on the Data Object, and then right click and select "View Metadata".
    2. Select Distribution Model tab.
    3. Now select your DO's Association table.
    4. For the input field DEVICE ID specify your corresponing device id,and also for status field specify it 
        as "I"  and execute
    If there are any entries now in the AT table, and on triggering extract if they are not coming to the
    outbound Q there is some EXTRACT Q blocked. And is there were no entries in the AT then the rule
    specified is not  the satifying.
    Thanks,
    Swarna
    Now if you have entries w

  • Can not see the attributes of the dimension added in an existing structure

    I have to add a formula on the attributes of a dimension that i included in anexisting structure.  But when i try to create the formula it does not show the attributes or that dimension.  Early help would be appreciated.
    Thanks in Advance
    Murali

    Hi Manish
    Yes this is a display attr.  if i change it to Nav attri. will this not effect business as this is being used.
    Thanks
    Murali

  • Descriptions for attributes is not coming in PPOMA_BBP

    Hi Friends,
    We are facing a problem.
    We have maintained the attributes for Purchasing Organisation. Currently we can see the description only in english , if we logon using french language we dont get the description.
    Though when we check the structure in SE11 where these attributes have been used, we get the description maintained in french too.
    How can we overcome this problem?
    Thanks in advance.
    Regards
    Sohit

    Hi,
    Are you referring that you could not view your Purchasing Organization text description in French? All the object and text wrt to language is maintained should appears in table HRP1000. Take a look if your P.Org object is maintained in french.
    Regards.

  • SAP is not coming up after system refresh with Export/Import option

    Hi,
    I have exported Java 6.40 and finished the refresh successfully. And I imported the Java successfully. After importing Java, I restarted SAP but is not coming up. When I checked the dev_w0 trace file, I got the following information.
    trc file: "dev_w0", trc level: 1, release: "640"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Wed Aug 05 10:48:17 2009
    B  create_con (con_name=R/3)
    B  Loading DB library 'F:\usr\sap\IDS\SYS\exe\run\dboraslib.dll' ...
    B  Library 'F:\usr\sap\IDS\SYS\exe\run\dboraslib.dll' loaded
    B  Version of 'F:\usr\sap\IDS\SYS\exe\run\dboraslib.dll' is "640.00", patchlevel (0.220)
    B  New connection 0 created
    M sysno      00
    M sid        IDS
    M systemid   560 (PC with Windows NT)
    M relno      6400
    M patchlevel 0
    M patchno    247
    M intno      20020600
    M make:      multithreaded, Unicode
    M pid        844
    M
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 844) [dpxxdisp.c   1170]
    I  MtxInit: -2 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpShMCreate: sizeof(wp_adm)          20328     (1452)
    M  DpShMCreate: sizeof(tm_adm)          2969176     (14772)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpShMCreate: sizeof(comm_adm)          290000     (580)
    M  DpShMCreate: sizeof(vmc_adm)          0     (424)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 05FE0040, size: 3391480)
    M  DpShMCreate: allocated sys_adm at 05FE0040
    M  DpShMCreate: allocated wp_adm at 05FE1B88
    M  DpShMCreate: allocated tm_adm_list at 05FE6AF0
    M  DpShMCreate: allocated tm_adm at 05FE6B18
    M  DpShMCreate: allocated wp_ca_adm at 062BB970
    M  DpShMCreate: allocated appc_ca_adm at 062C1730
    M  DpShMCreate: allocated comm_adm_list at 062C3670
    M  DpShMCreate: allocated comm_adm at 062C3688
    M  DpShMCreate: allocated vmc_adm_list at 0630A358
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 0630A380
    M  DpShMCreate: allocated wall_adm at 0630A388
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Wed Aug 05 10:48:18 2009
    M  calling db_connect ...
    C  Prepending e:\oracle\IDS to Path.
    C  got NLS_LANG='AMERICAN_AMERICA.UTF8' from environment
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPIDS's password
    C  Connecting as /@IDS on connection 0 (nls_hdl 0) ... (dbsl 640 070308)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05B17398   05B1C458   05B1BEC0
    C  Attaching to DB Server IDS (con_hdl=0,svchp=05B1BE14,srvhp=05B1CA84)
    C  Starting user session (con_hdl=0,svchp=05B1BE14,srvhp=05B1CA84,usrhp=05B256B8)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1017
    [dboci.c      4508]
    C  *** ERROR => CONNECT failed with sql error '1017'
    [dbsloci.c    11395]
    C  Try to connect with default password
    C  Connecting as SAPIDS/<pwd>@IDS on connection 0 (nls_hdl 0) ... (dbsl 640 070308)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05B17398   05B1C458   05B1BEC0
    C  Starting user session (con_hdl=0,svchp=05B1BE14,srvhp=05B1CA84,usrhp=05B256B8)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1017
    [dboci.c      4508]
    C  *** ERROR => CONNECT failed with sql error '1017'
    [dbsloci.c    11395]
    B  ***LOG BY2=> sql error 1017   performing CON [dbsh#3 @ 1204] [dbsh    1204 ]
    B  ***LOG BY0=> ORA-01017: invalid username/password; logon denied [dbsh#3 @ 1204] [dbsh    1204 ]
    B  ***LOG BY2=> sql error 1017   performing CON [dblink#3 @ 428] [dblink  0428 ]
    B  ***LOG BY0=> ORA-01017: invalid username/password; logon denied [dblink#3 @ 428] [dblink  0428 ]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 000256) [thxxhead.c   1283]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   9708]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server ord-sapproj_IDS_00 on host ord-sapproj (wp 0)
    M  *  ERROR       tskh_init: db_connect
    M  *
    M  *  TIME        Wed Aug 05 10:48:18 2009
    M  *  RELEASE     640
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        9893
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   730]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  255]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 844) [dpnttool.c   357]
    I have checked database connectivity with the command 'r3trans -d', it got finished with the return code 0012 and the trace.log file  is showing the following information.
    =======================================
    4 ETW000 r3trans version 6.13 (release 640 - 17.07.08 - 08:11:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 05.08.2009 - 10:52:31
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Wed Aug 05 10:52:34 2009                                  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                        0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                 0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...                    0.000000
    4 ETW000  [dev trc     ,00000]  load shared library (dboraslib.dll), hdl 0          8449  0.008449
    4 ETW000  [dev trc     ,00000]      using "f:\usr\sap\IDS\SYS\exe\run\dboraslib.dll"
    4 ETW000                                                                              37  0.008486
    4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                        18  0.008504
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll
    4 ETW000                                                                              27  0.008531
    4 ETW000  [dev trc     ,00000]  Version of 'dboraslib.dll' is "640.00", patchlevel (0.220)
    4 ETW000                                                                             219  0.008750
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dboraslib.dll
    4 ETW000                                                                              27  0.008777
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dboraslib.dll
    4 ETW000                                                                              36  0.008813
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              26  0.008839
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              34  0.008873
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         22  0.008895
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              25  0.008920
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              32  0.008952
    4 ETW000  [dev trc     ,00000]  Setting DIR_CLIENT_ORAHOME is not set as environment variable,
    4 ETW000                        assuming using instant client with unspecified location.
    4 ETW000                                                                             227  0.009179
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                        130  0.009309
    4 ETW000  [dev trc     ,00000]  got NLS_LANG='AMERICAN_AMERICA.UTF8' from environment
    4 ETW000                                                                              32  0.009341
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8         23827  0.033168
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPIDS's password           34  0.033202
    4 ETW000  [dev trc     ,00000]  Connecting as /@IDS on connection 0 (nls_hdl 0) ... (dbsl 640 070308)
    4 ETW000                                                                              35  0.033237
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              32  0.033269
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1   0253CDB0   02541E18   02541880
    4 ETW000                                                                             112  0.033381
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       29  0.033410
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      25  0.033435
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server IDS (con_hdl=0,svchp=025417D4,srvhp=025423DC)
    4 ETW000                                                                              51  0.033486
    4 ETW000  [dev trc     ,00000]  Assigning server context 025423DC to service context 025417D4
    4 ETW000                                                                           41860  0.075346
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                        47  0.075393
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=025417D4,srvhp=025423DC,usrhp=0254AFA8)
    4 ETW000                                                                              50  0.075443
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1017
    4 ETW000                                                                            4381  0.079824
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1017'
    4 ETW000                                                                              31  0.079855
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 1017         23  0.079878
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  80  0.079958
    4 ETW000  [dev trc     ,00000]  Connecting as SAPIDS/<pwd>@IDS on connection 0 (nls_hdl 0) ... (dbsl 640 070308)
    4 ETW000                                                                              28  0.079986
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              31  0.080017
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1   0253CDB0   02541E18   02541880
    4 ETW000                                                                              32  0.080049
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 0254AFA8           19  0.080068
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 0254AFA8           25  0.080093
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=025417D4,srvhp=025423DC,usrhp=0254AFA8)
    4 ETW000                                                                              32  0.080125
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1017
    4 ETW000                                                                            1691  0.081816
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1017'
    4 ETW000                                                                              28  0.081844
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 1017         18  0.081862
    4 ETW000  [dblink      ,00428]  ***LOG BY2=>sql error 1017   performing CON [dblink#3 @ 428]
    4 ETW000                                                                             119  0.081981
    4 ETW000  [dblink      ,00428]  ***LOG BY0=>ORA-01017: invalid username/password; logon denied [dblink#3 @ 428]
    4 ETW000                                                                              30  0.082011
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'IDS'"
    =================================================================================
    Kindly suggest me the solution to resolve the issue.
    Thanks & regards,
    Mogileeswar

    Please check the logs it is clrerly mentioned thet your sapsystem is not able to connect to database.
    ERROR => CONNECT failed with sql error '1017' [dbsloci.c 11395] B ***LOG BY2=> sql error 1017 performing CON [dbsh#3 @ 1204] [dbsh 1204 ] B ***LOG BY0=> ORA-01017: invalid username/password; logon denied [dbsh#3 @ 1204] [dbsh 1204 ] B ***LOG BY2=> sql error 1017 performing CON [dblink#3 @ 428] [dblink 0428 ] B ***LOG BY0=> ORA-01017: invalid username/password
    Check the Note------Note 713685 - Hom./Het.System Copy SAP Web AS 6.40
    run these commands:
    brconnect -u / -c -l E -f chpass -o SAPSR3 -password whatever_you_want
    sqlplus /nolog @sapdba_role.sql SID NT
    Also check the parameter DBS_ORA_SCHEMA is set to SAPSR3.
    Also read note 400241.
    Thanks
    Rishi Abrol

Maybe you are looking for