In PI aftr imprting WSDL can we see the tags in header fr mapping.

Hi,
We have imported a WSDL in PI 7.1.
There, we are getting the following WSDL structure in "messages" tab of external definition.
Request
          action
          to
          messageId
          replyTo
          referenceParameter
          body
                content ....
My question is in generally when we import the WSDL can we see any body, action,to, messageId etc. tags.
can any body tell me why this tags are coming after importing the wsdl in PI. I am sending the WSDL definition please add starting tags of each xml element. Please help me how to use this kind of WSDL.
?xml version="1.0" encoding="UTF-8"?>
wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:qsvc="urn:schemas-qad-com:xml-services" xmlns:qcom="urn:schemas-qad-com:xml-services:common" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing" targetNamespace="urn:schemas-qad-com:xml-services">
     wsdl:types>
          xsd:schema targetNamespace="urn:schemas-qad-com:xml-services:common" attributeFormDefault="qualified" elementFormDefault="qualified">
               xsd:element name="suppressResponseDetail" type="xsd:boolean"/>
               xsd:element name="dsSessionContext" type="qcom:DsSessionContext"/>
               xsd:element name="dsExceptions" type="qcom:DsExceptions"/>
               xsd:complexType name="Temp_err_msg">
                    xsd:sequence>
                         xsd:element name="tt_level" type="xsd:int" nillable="true"/>
                         xsd:element name="tt_msg_context" type="xsd:string" nillable="true"/>
                         xsd:element name="tt_msg_data" type="xsd:string" nillable="true"/>
                         xsd:element name="tt_msg_datetime" type="xsd:string" nillable="true"/>
                         xsd:element name="tt_msg_desc" type="xsd:string" nillable="true"/>
                         xsd:element name="tt_msg_field" type="xsd:string" nillable="true"/>
                         xsd:element name="tt_msg_index" type="xsd:int" nillable="true"/>
                         xsd:element name="tt_msg_keys" type="xsd:string" nillable="true" maxOccurs="6"/>
                         xsd:element name="tt_msg_nbr" type="xsd:string" nillable="true"/>
                         xsd:element name="tt_msg_processed" type="xsd:boolean" nillable="true"/>
                         xsd:element name="tt_msg_sev" type="xsd:string" nillable="true"/>
                    /xsd:sequence>
               /xsd:complexType>
               xsd:complexType name="TtContext">
                    xsd:sequence>
                         xsd:element name="propertyQualifier" type="xsd:string" nillable="true"/>
                         xsd:element name="propertyName" type="xsd:string" nillable="true"/>
                         xsd:element name="propertyValue" type="xsd:string" nillable="true"/>
                    /xsd:sequence>
               /xsd:complexType>
               xsd:complexType name="DsExceptions">
                    xsd:sequence>
                         xsd:element name="temp_err_msg" minOccurs="0" maxOccurs="unbounded" type="qcom:Temp_err_msg"/>
                    /xsd:sequence>
               /xsd:complexType>
               xsd:complexType name="DsSessionContext">
                    xsd:sequence>
                         xsd:element name="ttContext" minOccurs="0" maxOccurs="unbounded" type="qcom:TtContext"/>
                    /xsd:sequence>
               /xsd:complexType>
          /xsd:schema>
          xsd:schema targetNamespace="http://www.w3.org/2005/08/addressing" attributeFormDefault="qualified" elementFormDefault="qualified">
               xsd:import namespace="urn:schemas-qad-com:xml-services:common"/>
               xsd:element name="Action" type="wsa:ActionType"/>
               xsd:element name="To" type="wsa:ToType"/>
               xsd:element name="RelatesTo" type="wsa:RelatesToType"/>
               xsd:element name="MessageID" type="wsa:MessageIDType"/>
               xsd:element name="ReferenceParameters" type="wsa:ReferenceParametersType"/>
               xsd:element name="ReplyTo" type="wsa:ReplyToType"/>
               xsd:simpleType name="ActionType">
                    xsd:restriction base="xsd:string"/>
               /xsd:simpleType>
               xsd:simpleType name="ToType">
                    xsd:restriction base="xsd:string"/>
               /xsd:simpleType>
               xsd:simpleType name="RelatesToType">
                    xsd:restriction base="xsd:string"/>
               /xsd:simpleType>
               xsd:simpleType name="MessageIDType">
                    xsd:restriction base="xsd:string"/>
               /xsd:simpleType>
               xsd:complexType name="ReferenceParametersType">
                    xsd:sequence>
                         xsd:element ref="qcom:suppressResponseDetail"/>
                    /xsd:sequence>
               /xsd:complexType>
               xsd:complexType name="ReplyToType">
                    xsd:sequence>
                         xsd:element name="Address" type="xsd:string"/>
                    /xsd:sequence>
               /xsd:complexType>
          /xsd:schema>
          xsd:schema targetNamespace="urn:schemas-qad-com:xml-services" attributeFormDefault="qualified" elementFormDefault="qualified">
               xsd:import namespace="urn:schemas-qad-com:xml-services:common"/>
               !xsd:include schemaLocation="maintainItemSitePlanning-eB2_2.xsd"/>>
               !xsd:include schemaLocation="maintainItemSitePlanningResponse-eB2_2.xsd"/>>
               xsd:element name="maintainItemSitePlanning" type="qsvc:MaintainItemSitePlanningType"/>
               xsd:element name="maintainItemSitePlanningResponse" type="qsvc:MaintainItemSitePlanningResponseType"/>
               xsd:complexType name="MaintainItemSitePlanningType">
                    xsd:sequence>
                         xsd:element ref="qcom:dsSessionContext" minOccurs="0" maxOccurs="1"/>
                         xsd:element ref="qsvc:dsItemSitePlanning" minOccurs="0" maxOccurs="1"/>
                    /xsd:sequence>
               /xsd:complexType>
               xsd:complexType name="MaintainItemSitePlanningResponseType">
                    xsd:sequence>
                         xsd:element name="result" type="xsd:string"/>
                         xsd:element ref="qcom:dsSessionContext" minOccurs="0" maxOccurs="1"/>
                         xsd:element ref="qcom:dsExceptions" minOccurs="0" maxOccurs="1"/>
                         xsd:element ref="qsvc:dsItemSitePlanningResponse" minOccurs="0" maxOccurs="1"/>
                    /xsd:sequence>
               /xsd:complexType>
               xsd:element name="dsItemSitePlanning">
          xsd:complexType>
               xsd:sequence>
                    xsd:element name="itemSitePlanning" type="qsvc:ItemSitePlanningType" maxOccurs="unbounded"/>
               /xsd:sequence>
          /xsd:complexType>
          xsd:unique name="PK_itemSitePlanning">
               xsd:selector xpath=".//itemSitePlanning"/>
               xsd:field xpath="ptPart"/>
               xsd:field xpath="site"/>
          /xsd:unique>
     /xsd:element>
     xsd:complexType name="ItemSitePlanningType">
          xsd:sequence>
               xsd:element name="operation" type="xsd:string" minOccurs="0"/>
               xsd:element name="ptPart" type="xsd:string" minOccurs="0"/>
               xsd:element name="site" type="xsd:string" minOccurs="0"/>
               xsd:element name="ptpMs" type="xsd:boolean" minOccurs="0"/>
               xsd:element name="ptpPlanOrd" type="xsd:boolean" minOccurs="0"/>
               xsd:element name="ptpTimefnce" type="xsd:int" minOccurs="0"/>
               xsd:element name="ptpOrdPol" type="xsd:string" minOccurs="0"/>
               xsd:element name="ptpOrdQty" type="xsd:decimal" minOccurs="0"/>
               xsd:element name="ptpOrdPer" type="xsd:int" minOccurs="0"/>
               xsd:element name="ptpSftyStk" type="xsd:decimal" minOccurs="0"/>
               xsd:element name="ptpSftyTme" type="xsd:decimal" minOccurs="0"/>
               xsd:element name="ptpRop" type="xsd:decimal" minOccurs="0"/>
               xsd:element name="ptpRev" type="xsd:string" minOccurs="0"/>
               xsd:element name="ptpIssPol" type="xsd:boolean" minOccurs="0"/>
               xsd:element name="ptpBuyer" type="xsd:string" minOccurs="0"/>
               xsd:element name="ptpVend" type="xsd:string" minOccurs="0"/>
               xsd:element name="ptpPoSite" type="xsd:string" minOccurs="0"/>
               xsd:element name="ptpPmCode" type="xsd:string" minOccurs="0"/>
               xsd:element name="cfg" type="xsd:string" minOccurs="0"/>
               xsd:element name="ptpInsRqd" type="xsd:boolean" minOccurs="0"/>
               xsd:element name="ptpInsLead" type="xsd:int" minOccurs="0"/>
               xsd:element name="ptpCumLead" type="xsd:int" minOccurs="0"/>
               xsd:element name="ptpMfgLead" type="xsd:decimal" minOccurs="0"/>
               xsd:element name="ptpPurLead" type="xsd:int" minOccurs="0"/>
               xsd:element name="atpEnforcement" type="xsd:string" minOccurs="0"/>
               xsd:element name="ptpAtpFamily" type="xsd:boolean" minOccurs="0"/>
               xsd:element name="ptpRunSeq1" type="xsd:string" minOccurs="0"/>
               xsd:element name="ptpRunSeq2" type="xsd:string" minOccurs="0"/>
               xsd:element name="ptpPhantom" type="xsd:boolean" minOccurs="0"/>
               xsd:element name="ptpOrdMin" type="xsd:decimal" minOccurs="0"/>
               xsd:element name="ptpOrdMax" type="xsd:decimal" minOccurs="0"/>
               xsd:element name="ptpOrdMult" type="xsd:decimal" minOccurs="0"/>
               xsd:element name="ptpOpYield" type="xsd:boolean" minOccurs="0"/>
               xsd:element name="ptpYldPct" type="xsd:decimal" minOccurs="0"/>
               xsd:element name="ptpRun" type="xsd:decimal" minOccurs="0"/>
               xsd:element name="ptpSetup" type="xsd:decimal" minOccurs="0"/>
               xsd:element name="btbType" type="xsd:string" minOccurs="0"/>
               xsd:element name="emtAuto" type="xsd:boolean" minOccurs="0"/>
               xsd:element name="ptpNetwork" type="xsd:string" minOccurs="0"/>
               xsd:element name="ptpRouting" type="xsd:string" minOccurs="0"/>
               xsd:element name="ptpBomCode" type="xsd:string" minOccurs="0"/>
          /xsd:sequence>
     /xsd:complexType>
     xsd:element name="dsItemSitePlanningResponse">
          xsd:complexType>
               xsd:sequence>
                    xsd:element name="itemSitePlanning" type="qsvc:ItemSitePlanningResponseType" maxOccurs="unbounded"/>
               /xsd:sequence>
          /xsd:complexType>
          xsd:unique name="PKResponse_itemSitePlanning">
               xsd:selector xpath=".//itemSitePlanning"/>
               xsd:field xpath="ptPart"/>
               xsd:field xpath="site"/>
          /xsd:unique>
     /xsd:element>
     xsd:complexType name="ItemSitePlanningResponseType">
          xsd:sequence>
               xsd:element name="ptPart" type="xsd:string" minOccurs="0"/>
               xsd:element name="site" type="xsd:string" minOccurs="0"/>
          /xsd:sequence>
     /xsd:complexType>
          /xsd:schema>
     /wsdl:types>
     wsdl:message name="processQdocMessageRequest">
          wsdl:part name="action" element="wsa:Action"/>
          wsdl:part name="to" element="wsa:To"/>
          wsdl:part name="messageID" element="wsa:MessageID"/>
          wsdl:part name="referenceParameters" element="wsa:ReferenceParameters"/>
          wsdl:part name="replyTo" element="wsa:ReplyTo"/>
          wsdl:part name="body" element="qsvc:maintainItemSitePlanning"/>
     /wsdl:message>
     wsdl:message name="processQdocMessageResponse">
          wsdl:part name="to" element="wsa:To"/>
          wsdl:part name="action" element="wsa:Action"/>
          wsdl:part name="messageID" element="wsa:MessageID"/>
          wsdl:part name="relatesTo" element="wsa:RelatesTo"/>
          wsdl:part name="body" element="qsvc:maintainItemSitePlanningResponse"/>
     /wsdl:message>
     wsdl:portType name="QdocWebService">
          wsdl:operation name="processQdocMessage">
               wsdl:input name="processQdocMessageRequest" message="qsvc:processQdocMessageRequest"/>
               wsdl:output name="processQdocMessageResponse" message="qsvc:processQdocMessageResponse"/>
          /wsdl:operation>
     /wsdl:portType>
     wsdl:binding name="SoapBinding" type="qsvc:QdocWebService">
          wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
          wsdl:operation name="processQdocMessage">
               wsdlsoap:operation soapAction=""/>
               wsdl:input name="processQdocMessageRequest">
                    wsdlsoap:body parts="body" use="literal"/>
                    wsdlsoap:header message="qsvc:processQdocMessageRequest" part="action" use="literal"/>
                    wsdlsoap:header message="qsvc:processQdocMessageRequest" part="to" use="literal"/>
                    wsdlsoap:header message="qsvc:processQdocMessageRequest" part="messageID" use="literal"/>
                    wsdlsoap:header message="qsvc:processQdocMessageRequest" part="referenceParameters" use="literal"/>
                    wsdlsoap:header message="qsvc:processQdocMessageRequest" part="replyTo" use="literal"/>
               /wsdl:input>
               wsdl:output name="processQdocMessageResponse">
                    wsdlsoap:body parts="body" use="literal"/>
                    wsdlsoap:header message="qsvc:processQdocMessageResponse" part="to" use="literal"/>
                    wsdlsoap:header message="qsvc:processQdocMessageResponse" part="action" use="literal"/>
                    wsdlsoap:header message="qsvc:processQdocMessageResponse" part="messageID" use="literal"/>
                    wsdlsoap:header message="qsvc:processQdocMessageResponse" part="relatesTo" use="literal"/>
               /wsdl:output>
          /wsdl:operation>
     /wsdl:binding>
     wsdl:service name="QdocWebService">
          wsdl:port name="QdocWebService" binding="qsvc:SoapBinding">
               wsdlsoap:address location="http://localhost:8080/qxtendserver/services/"/>
          /wsdl:port>
     /wsdl:service>
/wsdl:definitions>
Thanks and Regards
Riju

Hi All,
Thanks for your input.. Is it the same wiht Oracle Database also?? Cant we insert/update records in View Tables using SAP PI?
I am trying to insert records in a view table in SQL server but getting error message... where as when I try to insert in TABLE ..Its working..
Any inputs on this..
Thanks
Rajeev
Edited by: rajeev raj on Apr 26, 2010 11:03 AM

Similar Messages

  • If i tag a song in itunes how can i see the tags in finder on a macbook pro

    if i tag a song in itunes how can i see the tag in finder on a mcbook pro

    Those tags are not shown in the Finder.
    Metadata is generally displayed in the program designed to organize and display the content type, such as iTunes, iPhoto, etc.

  • My app can't see the tag library

    Hi everybody,
    I am developing an application in JSP which accesses an Oracle database and display the results to the user.
    I am using the tag "exceltag.jar" taken from "http://www.servletsuite.com/servlets/exceltag.htm" to convert an html table to an excel sheet. This works fine on my computer but it fails after we installed the application to our web server, running Tomcat 4.1.12.
    The "exceltag.jar" file has been placed under 'WEB-INF\lib' and the classpath has been set to point to that location. However when I attempt to convert the html table to an excel sheet by clicking a button, I get the following error:
    java.lang.NoClassDefFoundError:
    javax/servlet/jsp/tagext/BodyTagSupport at java.lang.ClassLoader.defineClass0(Native Method) at
    java.lang.ClassLoader.defineClass(ClassLoader.java:509)
    It seems like the application can't see the "exceltag.jar" file.
    What do I need to do to overcome this problem?
    Thank you very much.

    The servlet.jar is in TOMCAT_HOME/common/lib. Since all the JARs in that directory are automatically added to the CLASSPATH and are visible to all applications running under Tomcat, you don't have to do anything for the class loader to find it.
    Your app's WEB-INF/lib directory JARs are also automatically added to to the CLASSPATH. That's the correct place to put that exceltag.jar, by the way, not the TOMCAT_HOME/common/lib.
    As a matter of fact, if you have a system CLASSPATH, be sure that Tomcat ignores it completely. You shouldn't even have one, IMO. (I don't.)
    When I open up the servlet.jar in my TOMCAT_H0ME/common/lib, I can see a class named BodyTagSupport with path javax.servlet.jsp.tagext. You should, too.
    In your exceltag.jar, you should find a TLD for the library. Open that with a text editor and make sure that the text under the <uri> tag matches that in your JSP. For example, I use the JSTL tag library. The c.tld has this <uri> tag:
      <uri>http://java.sun.com/jstl/core</uri>My JSPs that want to use the core tag library have this near the top of the page:
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>Notice how the URIs match. That's what yours should do, too.
    If you don't find a TLD inside the exceltag.jar, that means they didn't package it properly. - MOD

  • Can not see the data in the grid

    Hi,
    nice to see the new features, but I can not see the the table inserts
    in the data grid - the <data> rider is not clickable.
    Regards

    Hi annerose,
    This problem has appeared in a few other threads. It's caused by installing Release 2 Raptor over Release 1 Raptor without first deinstalling Release 1 Raptor . So what you need to do is:
    1) Back up any important Raptor files, e.g. connections etc.
    2) Remove the existing Raptor Rel 1 installation folder
    3) Install Raptor Rel 2
    Hope this helps
    ady

  • On my ipad 2 I can't "see" the hundreds of spoken audio tracks that are in my itunes and on my ipod touch. Is there something I didn't do during sync up?

    On my ipad 2 I can't "see" the hundreds of spoken audio tracks that are in my itunes and on my ipod touch. Is there something I didn't do during sync up? The tracks are from voice recordings that were downloaded from an extrernal drive and weren't necessarily tagged as spoken audio. Do I need to go back into itunes and relabel these tracks so they will show up on my ipad2?
    Thanks in advance for your help!

    With the iPad connected to the computer, while iTunes is running, click on the iPad name on the left side under devices. Click on the Movies tab and look for Movie Rentals. You want to "Move" the films to the iPad.

  • I bought an I pad 2 from us but I can not activate the Facetime in UAE(Dubai)as I can not see the country in the I pad's  drop list, anyone has an idea as how to resolve this issue

    I bought an I pad 2 from us but I can not activate the Facetime in UAE(Dubai)as I can not see the country in the I pad's  drop list, anyone has an idea as to how to resolve this issue

    I'm not that familiar with how FaceTime works. I know how to set It up but I don't use it. I just know that you can't activate in the UAE. I believe that you can activate in any country that permits it's use. Whether you will need a new ID or not, I can't confirm.
    You can Google this and get all sorts of articles on workarounds. Apparently if you set up a VPN you can use it in the UAE. Here is one article that I found.
    http://talkfree7.blogspot.com/2010/09/how-to-facetime-voip-call-from-uae.html
    I Googled "workaround for FaceTime in UAE" to find this.

  • I have a problem with the sync between iTunes and ipad2. I can not see the files in iPad. Help me please.

    I have a problem with the sync between iTunes and ipad2. I can not see the files in iPad. Help me please.

    Cannot see what files ? Music (synced music should appear in the iPod app), films/TV shows (Videos app), documents ... ?

  • I bought rango and i can not see the movie in  my account anymore

    i had 3 movies on my account I redeem them but now I only see 2 of them how can I see the other one, I just change my laptop

    If your country allows you to re download past Movies (Not all do) then go to iTunes Store, Click on the Purchased link from under the Quick Links section on the right. Navigate tto the Movie Section, find your fil and click on the cloud icon to download at no extra cost.
    If you do not see the Movie Option then Re-Downloading is not allowed in your country by the Content owners so Apple can not show it

  • HT3625 i can not see the line in/built in input on the menu?do you know why?

    i can not see the line in/built in input on the menu?does anyone know why?
    i am trying to broadcast a live dj mixing but with the set up, i cant find the lin in input not even on the menue.
    any clues will be appreciated.

    see shots from '11 to '12 going forward.

  • Can not see the report in report manager/admin tab

    Hi,
    in 8.49 on Win 2003 some users can not see the reports in report manager/admin tab. PS user can see them.
    Should we add some grants in user profile ? Which ? Any query to compare that user profile with PS ?
    Thank you.

    On the administration page, you will be able to see "View Reports For" header on the top.
    Under that header you will see the following fields:
    User ID/Type/Last/Status/Folder /Instance
    Above values will be used by PeopleSoft to filter and display the list of reports
    If the user has selected Status as Processing and saved the page, PeopleSoft will only show reports which are in Processing status.
    If user runs a report and it has been posted, it will not show up in report manager coz the filter value is set to Processing.
    Hope this helps. I dont think Permissions has anything to do with this since user is able to view the page.

  • Final user's can not see the data due to limited authorization.

    We have created a InfoSet with three info Objects, 0Account, 0Costcenter and 0COMP_CODE. 0Costcenter have an attribute retail location  0RT_LOCATIO.
    0RT_LOCATIO is an authorization relevant object. We as consultants can execute the infoset properly, but final user's with limited authorizations can not see the data because of authorization failier
    We hae several options to solve the issue, deleselect the auth. flag in the infoobject; delete the infoobject from the attributes of the cost center or create an authorization object and assign it to the final user's profile. But we don't want to go that way.
    My question is, is there any way to avoid including this attribute in the infoset definition? We are not using it in the query and we don't need it, so if we could delete it from the infoset (in the same way you add or delete infoobjects from an Infocube) without changing the cost center aster data, we will have our problem solved.
    Does anyone how to do this (if possible)?
    Thanks in advance!

    Just do two things to find the authorization check failed for that user.
    1. Execute SU53 output and find out the authoirzation check failed. If yes, please send that to BASIS Team.
    2. Next one, switch on the authorization trace in ST01 and ask that user to see that data. if the user is failed with authorization issue. switch off the trace in ST01 and find out the issue.
    Do this way, if it is not successful you can go for any other alternate way.
    Hope this would help you.

  • Can not see the menu of New Business Components Package in jdeveloper

    I am just follow the developer guide.
    and when I create the Business Components Package, the guide said that
    ========================================
    In the JDeveloper Navigator, select the OA Project where you want to create your package.
    From the main menu, choose File > New to open the New Object Gallery.
    In the Categories tree, expand the Business Tier node, and select Business Components (BC4J).
    In the Items list, select Business Components Package to open the Business Components Package Wizard. You can also right-click on the OA Project and select New Business Components Package to navigate directly to the Business Components Package Wizard.
    =====================================
    In fact I can not see the menu about Business Components (BC4J) in the File/new/buisness tier/Business Components (BC4J).
    I can only see the File/new/buisness tier/ADF Business Components.
    And can not find the "Business Components Package" under ADF Business Components either.
    I am using the JDev Extension for OA (p5856648_R12_GENERIC.zip) and EBS 12.0.0.
    And I create an OA Workspace and OA Project.
    can anyone help?

    James,
    Use search facility on forum. Chk thread Re: OAF Toolbox Tutorial Help - Search
    --Shiv                                                                                                                                                                                                                                                                       

  • Can not see the details of the task approved in UWL of ESS

    Leave approver can not see the detail of the task approved such as the start and end date of the leave, number of days used, leave quota details of the applicant when he approved it.
    Please give your advises!
    Regards,

    Hi!
    Maybe these attributes are not being shown due to the fact that they might have been specified in the "List of Display Attribute to exclude from Preview/Detail area" attribute of the UWL iview currently being used.
    As you can see in the Help page:
    http://help.sap.com/saphelp_nw70/helpdata/de/0a/ad68c125ae496f8c04a25090bd2e3c/content.htm
    It states the following about this attribute:
    "Enter the names of the attributes which you want to hide from the display in the preview area. These names should be comma separated."
    Maybe for the UWL iview currently being used it has been specified some values for this attribute, and so some information for the items such as the start and end date of the leave (along with the others you have mentioned) are not getting displayed in the preview area.
    Hope this helps!
    Best regards,
    Armando Zaro

  • Can not see the device net Master Interface in my project.

    Can not see the device net Master Interface in my existing project. Need to Modify exististing code. Can not recomiple and create exe file after making changes. Error says the vi's are broken. Tried re-installing industrial communications for device net but get an error saying a newer version is already installed. Do I need to plug my computer into the device net scanner to fix this?

    Assume the installation disk is an OS X disk? If it's the original one that came with the system (grey-colored disk versus black retail disk) have you tried to hold the alt key down when you boot? This would allow you to choose the Apple hardware test. If you can do this, choose the Apple hardware test, click the arrow to the right, and when prompted choose the extended test. Does that give you any errors or messages about a hardware problem?
    Are you able to hold the C key down when you reboot, to boot off the installation disk?

  • Can not see the new appending fields in RSA6

    Hi,
    I add one appending structure to existing datasource, after that I can not see the new field in RSA6, RSO2. However I can see it from RSA2 and SE11 (for extract structure).
    Any idea?
    Thanks
    Victor

    Victor,
    can you tell me how u have done this. you have a DS in RSA6 created from RSO2. then you created a append structure right? then click on your DS on the RSA6 screen. click on change icon on the application tool bar or function key CTRL + SHIFT +F1, maintain the datasource.
    can you able to see the fields here or not (i'm asking for change mode)?
    Nagesh.

Maybe you are looking for

  • I can't not sign in in the messenger from my blackberry

    I can't not sign in in the windows  messenger from my blackberry and also from any blackberry. This message apears." Server encontered unrecoverable error. Please contact your system administrator." Also I sing in with other contact and got thru with

  • HTTP-Receiver: Code page conversion error from UTF-8 to ISO-8859-1

    Hello experts, In one of our interfaces we are using the payload manipulation of the HTTP receiver channel to change the payload code page from UTF-8 to ISO-8859-1. And from time to time we are facing the following error: u201CCode page conversion er

  • Wireless printing HPCN245 useing with multiple PC

    Hi, i have bought a HP printer (CN245b) and currently setup with one laptop, if want to print from my other laptops do i have to install software in to all of them? need help. Thanks

  • After exporting - music and pictures out of sync

    After using the workaround to attach my six songs as one (using Garage Band - thanks!) to my 434 slides, I tweaked the presentation so that the music and pictures were synced perfectly. However, once I exported them they slowly got out of sync, final

  • Install on Red Hat Linux

    I've tried for some while now, to install Sun One Studio 4 on my Red Hat Linux, but it always hangs when it comes to the screen saying "Installing....This might take a few minutes". And it hangs for hours, so it's not that I don't wait long enough. I