Error in getting cube from BC (BW 7.0)

hello.
when i try to copy cube from bw content it display error:
You attempted to use a 'NULL' object reference (points to 'nothing')
access a component (variable: " ").
An object reference must point to an object (an instance of a class)
before it can be used to access components.
Either the reference was never set or it was set to 'NULL' using the
CLEAR statement.
Analyze:
    Program                               CL_RSD_IOBJ_VERS==============CP
    Include                                 CL_RSD_IOBJ_VERS==============CM01M
    Line                                  25
    Type                              (METHOD)
    Name                              AFTER_ACTIVATION_DB
code fragment:
  IF n_s_iobj-atronlyfl <> i_r_vers_a->n_s_iobj-atronlyfl AND
     n_s_iobj-iobjtp    <> rsd_c_objtp-keyfigure.
whats wrong with that? is any solution to solve problem.
thank you.

Hi
Go to inof source tab :select ur info source.
Extend : Transfer_Structure/Transfer_Rules tab
activate
OR
Use program " RS_TRANSTRU_ACTIVATE_ALL " with parameter infosource name u want to activate . It will activate transfer rules without asking for request.
Thanks
Ajay

Similar Messages

  • Error while getting  image from database in SUP using ios?

    Hi All,
      Im developing native iOS application using sup 2.1.3 . Im getting error While retrieving  image from SUP database. Here i'm trying to get image from database and show in imageView.can any one help me how to fix this issue?
    In database image datatype is  'LONG Binary' .
    My table Schema:
    CREATE TABLE dba.ImagesTable (
    RowID INT NOT NULL,
    ImageName VARCHAR(20) NOT NULL,
    PhotoData LONG BINARY NOT NULL,
    IN SYSTEM
    ALTER TABLE dba.ImagesTable
      ADD CONSTRAINT ASA137 PRIMARY KEY CLUSTERED (RowID)
    ALTER TABLE dba.ImagesTable
      ADD CONSTRAINT ASA138 UNIQUE NONCLUSTERED (RowID)
    in Xcode:
                [SUP107SUP107DB synchronize];
                SUP107ImagesTable *imgTable =[[SUP107ImagesTable alloc]init];
                SUP107ImagesTableList *list =[SUP107ImagesTable findAll];
                SUP107ImagesTable * oneRecord =[list objectAtIndex:0];
                NSLog(@"rowId:%d---imageName:%@---photoData:%@---photoLenght:%d",oneRecord.rowID,oneRecord.imageName,oneRecord.photoData,oneRecord.photoDataLength);
                NSData *tempData =[[NSData alloc]init];
                SUPBigBinary *responseBinaryData = (SUPBigBinary *)oneRecord.photoData.value;
                @try {
                    [responseBinaryData openForWrite:[oneRecord.photoData length]];
                    [responseBinaryData write:tempData];
                @catch (NSException *exception) {
                    NSLog(@"exception: %@",[exception description]);
                UIImageView *imgView =[[UIImageView alloc] initWithFrame:CGRectMake(50,50,100,100)];
                [self.window addSubview:imgView];
                UIImage * tempImage =[UIImage imageWithData:tempData];
                imgView.image = tempImage;
                [responseBinaryData close];
    Error Log:
    2014-04-02 18:42:15.150 SUP102[2873:70b] rowId:1---imageName:Apple---photoData:SUPBigBinary: column=c pending=1 allow_pending_state=1 table=sup107_1_0_imagestable mbo=0x0 key=(null) ---photoLenght:90656
    Printing description of responseBinaryData:
    <OS_dispatch_data: data[0xc891b40] = { leaf, size = 90656, buf = 0x1213a000 }>
    2014-04-02 18:42:33.304 SUP102[2873:70b] -[OS_dispatch_data openForWrite:]: unrecognized selector sent to instance 0xc891b40
    2014-04-02 18:42:33.305 SUP102[2873:70b] exception: -[OS_dispatch_data openForWrite:]: unrecognized selector sent to instance 0xc891b40
    2014-04-02 18:42:33.305 SUP102[2873:70b] -[OS_dispatch_data close]: unrecognized selector sent to instance 0xc891b40
    2014-04-02 18:42:33.306 SUP102[2873:70b] [ERROR] [AppDelegate.m:497] NSInvalidArgumentException: -[OS_dispatch_data close]: unrecognized selector sent to instance 0xc891b40

    This thread talks about uploading image to SAP from a IOS device,Sending Image to SAP via iOS Native app (SUP 2.1.3)
    Midhun VP

  • Error in Getting Details from SAP by BAPI_MATERIAL_GET_DETAIL

    Hi All,
    I am trying to get the material info from SAP by webDynPro.
    My Input Parameter is Material(IMPORT PARAMETER) and out put is Matrial_general_data(EXPORT PARAMETER).
    In the implementation of method in
    wdDoInit().
    Bapi_Material_Get_Detail_Input input = new Bapi_Material_Get_Detail_Input();
        wdContext.nodeBapi_Material_Get_Detail_Input().bind(input);
    what is the object I have to initiate for material Parameter.
    //for input data Material     
        Matnr bapimat = new Matnr();
    I tried in different way I am getting error.
    Thanks & Regards,
    Ram

    Hi Srinivasa,
             What is the error you are getting?Did you try setting in all the values required for the Input paramater fields and structures?
    Regards,
    Uma.

  • How do i fix an error when getting apps from app store

    I sometimes get an error after trying to buy an app or a free app or even updating, and just before I enter my Apple ID password. Here's a screenshot of the error message. I wonder if anyone can help me fix this.

    Thank you J Hermans, my problem actually is, that error message comes up when I try to install any app from the
    appstore. I have that tangram! installed too.
    At first the message was just like "tangram! Could not be purchased....." when i tried to update a different app. Then every time that I try to get an app from the appstore, the message adds up like "tangram! and 1 other item.....". Then "tangram! And 2 other items..." and so on..

  • Error in getting details from Bapi BAPI_ALM_ORDER_GET_DETAIL

    Hi,
    I have created Maintenance order by using the bapi BAPI_ALM_ORDER_MAINTAIN.I have used BAPI_ALM_ORDER_GET_DETAIL to get the created maintenance order details.
    i have given the Maintenance order no(4000030) as input for this BAPi(BAPI_ALM_ORDER_GET_DETAIL ).I got the error as "Error reading the 4000030 order in the document table".
    Please any one give me the solution for this and how to get the details for the created maintenance order.
    Thanks,
    guru.

    Hi ,
    In my case the problem is the data is not saving into SAP.I have used customized bapi.
    I think it will be  the same problem for you.Afterusing  this Bapi BAPI_ALM_ORDER_GET_DETAIL you need to commit it inorder to save the data into SAP.So you have to use BAPI_TRANSACTION_COMMIT.
    If you are calling the BAPi BAPI_ALM_ORDER_GET_DETAIL from  xMII , the data will not save in SAP even though you use COMMIT bapi.In that case you need to use Customized Bapi.
    Thanks
    guru.

  • "Download error" when getting songs from iTunes on iPod touch 2G

    Hi all. Recently I've been getting a "Download Error. Tap to retry" message when I'm downloading songs from iTunes on my iPod Touch. It doesn't always happen, but seems to happen most if I leave the Download screen before the song is done downloading and processing. Even though it says "Tap to retry", when I do that, it just errors again. This continues, with frequent pop-up prompts asking for my iTunes password, until I connect my Touch back to iTunes.
    I was curious if other people had the same problem and if there is a fix for this or if I just need to stay on the download screen until the song is done.
    I have a 32gig iPod Touch 2nd Gen with the latest OS.
    Thanks for any info.

    Basics from the manual are:
    Restart, reset, restore
    http://manuals.info.apple.com/enUS/iPod_touch_3.1_UserGuide.pdf

  • J2ME error to get value from variable in another class

    hi,,
    i write code for a mobile application like a tour guide..
    i had create 5 class for this application, KutaBeachDictionary MIDlet class, ListMainMenu List class, ListMenuHotel List class, HotelDes01 Form class and the last Hotel class that store all information.
    the problem is, i have [choose] variable in ListMenuHotel that contain getSelectedIndex() value, i want to take [choose] value from ListMenuHotel class to [index] variable in HotelDes01, so it determine the name of hotel that will display in form.but the index always 0 although i had choosen different menu from ListMenuHotel..
    here is all code
    in MIDlet class
    import javax.microedition.lcdui.Alert;
    import javax.microedition.lcdui.Display;
    import javax.microedition.lcdui.Displayable;
    import javax.microedition.midlet.MIDlet;
    public class KutaBeachDictionary extends MIDlet {
        public KutaBeachDictionary() {
            lstMenuUtama = new ListMenuUtama(this);
            lstMenuHotel = new ListMenuHotel(this);
            htlDes1 = new HotelDes01(this);
            frmLoading = new FormLoading(this);
        public Display getDisplay() {
            return Display.getDisplay(this);
        public void exitMIDlet() {
            switchDisplayable(null, null);
            destroyApp(true);
            notifyDestroyed();
        public void startApp() {
            if (midletPaused) {
                resumeMIDlet();
            } else {
                initialize();
                startMIDlet();
            midletPaused = false;
            getDisplay().setCurrent(frmLoading);
            new Thread(frmLoading).start();
            frmLoading.done = false;
            frmLoading.gLoading.setValue(0);
        public void pauseApp() {
            midletPaused = true;
        public void destroyApp(boolean unconditional) {
        private boolean midletPaused = false;
        public ListMenuHotel lstMenuHotel;
        public ListMenuRestaurant lstMenuRestaurant;
        ListMenuUtama lstMenuUtama;
        FormAbout frmAbout;
        public HotelDes01 htlDes1;
        FormLoading frmLoading;
    }the code in ListMenuHotel
    import java.io.IOException;
    import javax.microedition.lcdui.Command;
    import javax.microedition.lcdui.CommandListener;
    import javax.microedition.lcdui.Display;
    import javax.microedition.lcdui.Displayable;
    import javax.microedition.lcdui.Image;
    import javax.microedition.lcdui.List;
    import javax.microedition.lcdui.Ticker;
    public class ListMenuHotel extends List implements CommandListener {
        Hotel objHotel = new Hotel();
        ListMenuHotel(KutaBeachDictionary run) {
            super("List Hotel", List.IMPLICIT);
            this.run = run;
            try {
                btnImage = Image.createImage("/btnImage.png");
            } catch (IOException e) {
            tickerMenu = new Ticker("Daftar Hotel di Pantai Kuta Bali");
            setTicker(tickerMenu);
            for (int i = 0; i < objHotel.namaHotels.length; i++) {
                append(objHotel.namaHotels, btnImage);
    addCommand(new Command("Select", Command.OK, 0));
    addCommand(new Command("Back", Command.BACK, 0));
    setCommandListener(this);
    public void commandAction(Command cmd, Displayable dsp) {
    if (cmd == SELECT_COMMAND) {
    choose = getSelectedIndex();
    Display.getDisplay(run).setCurrent(run.htlDes1);
    switch (cmd.getCommandType()) {
    case Command.BACK:
    Display.getDisplay(run).setCurrent(run.lstMenuUtama);
    break;
    public int getChoose() {return choose;}
    private KutaBeachDictionary run;
    private Image btnImage;
    private Ticker tickerMenu;
    private int choose;
    the code in HotelDes01 Form classimport java.io.IOException;
    import javax.microedition.lcdui.Command;
    import javax.microedition.lcdui.CommandListener;
    import javax.microedition.lcdui.Display;
    import javax.microedition.lcdui.Displayable;
    import javax.microedition.lcdui.Form;
    import javax.microedition.lcdui.Image;
    import javax.microedition.lcdui.ImageItem;
    public class HotelDes01 extends Form implements CommandListener {
    private KutaBeachDictionary run;
    private int index;
    private Hotel isiHotel = new Hotel();
    public HotelDes01(KutaBeachDictionary run) {
    super("Inna Kuta Hotel");
    index = run.lstMenuHotel.getChoose(); //here is the problem..the value remain 0 althought i choose another??!!
    this.run = run;
    Image imgHotel = null;
    String namaHotel = "\n" + isiHotel.namaHotels[index] + "\n";
    try {
    imgHotel = Image.createImage("/HotelImage/interface/htlDes1.png");
    } catch (IOException e) {
    append(new ImageItem(null, imgHotel, ImageItem.LAYOUT_CENTER, null));
    append(namaHotel);
    addCommand(new Command("Back", Command.BACK, 0));
    setCommandListener(this);
    public void commandAction(Command cmd, Displayable dsp) {
    switch (cmd.getCommandType()) {
    case Command.BACK:
    Display.getDisplay(run).setCurrent(run.lstMenuHotel);
    break;
    can someone fix the code,, i had tried so many ways,,but completely failure.. T_T
    Edited by: diaca on Mar 22, 2010 7:55 AM
    Edited by: diaca on Mar 22, 2010 8:01 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    hei bro,i had solved the problem :)
    the problem is , i had constructed the form of hotelDes01 each time the program starting with this code
    public class KutaBeachDictionary extends MIDlet {
        public KutaBeachDictionary() {
            //.. declaring several new object
            htlDes1 = new HotelDes01(this);
        //..another procedure like startApp, pauseApp, etc
    public HotelDes01 htlDes1;
    }i think if i declare this class in the beginning it never updated the index value
    so i delete the code above, and i declare the htlDes1 in the listMenuHotel like this:
    public class ListMenuHotel extends List implements CommandListener {
        //..several code just like before
    public void commandAction(Command cmd, Displayable dsp) {
            if (cmd == cmdSelect) {
               objHotel.setChoose(getSelectedIndex()); //i change the code like this
               showInformation();
            if (cmd == cmdBack) {
                Display.getDisplay(run).setCurrent(run.lstMenuUtama);
        public void showInformation() {
            HotelDescription htlDes1 = new HotelDescription(run); //reconstruct the object in the class ListMenuHotel
            Display.getDisplay(run).setCurrent(htlDes1); //display the object
        }so the form of hotelDes01 now always reconstruct whenever user change the election in ListMenuHotel class and now index value get updated.. :D
    thanks for trying to fix the code qnat..
    this is my coursework, so i get to finish it ASAP..

  • Error in Getting Response From Server

    Hi,
    I am getting the following error when i call a remote method of java class using lcd's:
    RPC Fault faultString="[MessagingError
    message='Destination 'loginService' either does not
    exist or the destination has no channels defined(and the
    application does not define any default channels.)']"
    faultCode="InvokeFailed" faultDetail="Couldn't establish
    a connection to 'loginServlet'"
    Can anybody resolve this problem.
    Regards,
    Naveen.

    Hi,
    I am getting the following error when i call a remote method of java class using lcd's:
    RPC Fault faultString="[MessagingError
    message='Destination 'loginService' either does not
    exist or the destination has no channels defined(and the
    application does not define any default channels.)']"
    faultCode="InvokeFailed" faultDetail="Couldn't establish
    a connection to 'loginServlet'"
    Can anybody resolve this problem.
    Regards,
    Naveen.

  • Error in getting Username from UserPrincipal in WSRP Producer

    Hi,
    In WSRP Producer,we are trying to get the the username from the UserPrincipal which was sent by the consumer.
    String userID = this.getRequest().getUserPrincipal().getName();
    I'm getting an Null pointer exception in one of the Producer but the same kind of code is working in other producer.
    The two producers are in different domains. And the Consumer is same for the both Producers.
    Could anybody help me to find out what went wrong. ?
    Thanks,
    Mohan

    Hello,
    It is likely that your two producers are configured differently for security (SAML). For the producer that isn't working, it is likely that you just need the proper entries in your key store to get it to work. Look at the key store for the producer that is working, and try to ensure the other producer is similarly configured.
    Kevin

  • Error when getting port from service

    I've got a problem....I've succesfully created a ws client .....
    here is the wsdl:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.4. -->
    <!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.4. -->
    <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://impl.complaint.ws.sepadb.nkbm.si/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://impl.complaint.ws.sepadb.nkbm.si/" name="ComplaintWsImplService">
         <import namespace="nkbm.si/2010/06/16/sepadb/Complaint/Operation" location="http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?wsdl=1"/>
         <binding xmlns:ns1="nkbm.si/2010/06/16/sepadb/Complaint/Operation" name="ComplaintWsImplPortBinding" type="ns1:PortType">
              <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
              <operation name="BrowseComplaints">
                   <soap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/BrowseComplaints"/>
                   <input>
                        <soap:body use="literal"/>
                   </input>
                   <output>
                        <soap:body use="literal"/>
                   </output>
              </operation>
              <operation name="UpdateComplaints">
                   <soap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/UpdateComplaints"/>
                   <input>
                        <soap:body use="literal"/>
                   </input>
                   <output>
                        <soap:body use="literal"/>
                   </output>
              </operation>
         </binding>
         <service name="ComplaintWsImplService">
              <port name="ComplaintWsImplPort" binding="tns:ComplaintWsImplPortBinding">
                   <soap:address location="http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor"/>
              </port>
         </service>
    </definitions>
    and the shchema http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?wsdl=1
    <?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.4. --><wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:schema="nkbm.si/2010/06/16/sepadb/Complaint/Operation" xmlns:tns="nkbm.si/2010/06/16/sepadb/Complaint/Operation" name="" targetNamespace="nkbm.si/2010/06/16/sepadb/Complaint/Operation">
         <wsdl:types>
              <xsd:schema targetNamespace="nkbm.si/2010/06/16/sepadb/Complaint/Operation">
                   <xsd:include schemaLocation="http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?xsd=8" />
              </xsd:schema>
         </wsdl:types>
         <wsdl:message name="BrowseComplaintsRequestMessage">
              <wsdl:part name="body" element="schema:BrowseComplaintsRequest" />
         </wsdl:message>
         <wsdl:message name="BrowseComplaintsResponseMessage">
              <wsdl:part name="body" element="schema:BrowseComplaintsResponse" />
         </wsdl:message>
         <wsdl:message name="UpdateComplaintsRequestMessage">
              <wsdl:part name="body" element="schema:UpdateComplaintsRequest" />
         </wsdl:message>
         <wsdl:message name="UpdateComplaintsResponseMessage">
              <wsdl:part name="body" element="schema:UpdateComplaintsResponse" />
         </wsdl:message>
         <wsdl:portType name="PortType">
              <wsdl:operation name="BrowseComplaints">
                   <wsdl:input name="BrowseComplaintsInput" message="tns:BrowseComplaintsRequestMessage" />
                   <wsdl:output name="BrowseComplaintsOutput" message="tns:BrowseComplaintsResponseMessage" />
              </wsdl:operation>
              <wsdl:operation name="UpdateComplaints">
                   <wsdl:input name="UpdateComplaintsInput" message="tns:UpdateComplaintsRequestMessage" />
                   <wsdl:output name="UpdateComplaintsOutput" message="tns:UpdateComplaintsResponseMessage" />
              </wsdl:operation>
         </wsdl:portType>
         <wsdl:binding name="Binding" type="tns:PortType">
              <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
              <wsdl:operation name="BrowseComplaints">
                   <wsdlsoap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/BrowseComplaints" />
                   <wsdl:input name="BrowseComplaintsInput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:input>
                   <wsdl:output name="BrowseComplaintsOutput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="UpdateComplaints">
                   <wsdlsoap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/UpdateComplaints" />
                   <wsdl:input name="UpdateComplaintsInput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:input>
                   <wsdl:output name="UpdateComplaintsOutput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:output>
              </wsdl:operation>
         </wsdl:binding>
         <wsdl:service name="Service">
              <wsdl:port name="Port" binding="tns:Binding">
                   <wsdlsoap:address location="" />
              </wsdl:port>
         </wsdl:service>
    </wsdl:definitions>
    here is the code to generate the webservice:
    ComplaintWsImplService service= new ComplaintWsImplService(new URL("http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?wsdl"),new QName("http://impl.complaint.ws.sepadb.nkbm.si/", "ComplaintWsImplService"));
    PortType port=service.getComplaintWsImplPort();
    but when I try to call the upper code I get the error
    15.7.2010 15:57:55 com.sun.xml.ws.server.sei.EndpointMethodHandler invoke
    SEVERE: weblogic.wsee.wsdl.WsdlException: Must attribute 'location' notfound in element 'address
    javax.xml.ws.WebServiceException: weblogic.wsee.wsdl.WsdlException: Must attribute 'location' notfound in element 'address
         at weblogic.wsee.jaxws.framework.jaxrpc.client.ClientEnvironmentFactory.getWsdlDef(ClientEnvironmentFactory.java:170)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getService(EnvironmentFactory.java:429)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.buildDeploymentContext(EnvironmentFactory.java:621)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getDeploymentContext(EnvironmentFactory.java:606)
         at weblogic.wsee.jaxws.framework.jaxrpc.TubelineDeploymentListener.createClient(TubelineDeploymentListener.java:48)
         at weblogic.wsee.jaxws.WLSTubelineAssemblerFactory$TubelineAssemblerImpl.createClient(WLSTubelineAssemblerFactory.java:57)
         at com.sun.xml.ws.client.WSServiceDelegate.createPipeline(WSServiceDelegate.java:453)
         at com.sun.xml.ws.client.WSServiceDelegate.getStubHandler(WSServiceDelegate.java:668)
         at com.sun.xml.ws.client.WSServiceDelegate.createEndpointIFBaseProxy(WSServiceDelegate.java:647)
         at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:348)
         at weblogic.wsee.jaxws.spi.WLSProvider$ServiceDelegate.getPort(WLSProvider.java:409)
         at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:330)
         at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:312)
         at javax.xml.ws.Service.getPort(Service.java:92)
         at si.nkbm.sepadb.ws.complaint.impl.ComplaintWsImplService.getComplaintWsImplPort(Unknown Source)
         at nkbm.ws.TestWS.hello(TestWS.java:60)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:101)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:83)
         at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:152)
         at com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(EndpointMethodHandler.java:264)
         at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:93)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:604)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:563)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:548)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:445)
         at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:249)
         at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:453)
         at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:250)
         at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:140)
         at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:298)
         at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:211)
         at weblogic.wsee.jaxws.JAXWSServlet.doPost(JAXWSServlet.java:297)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at weblogic.wsee.jaxws.JAXWSServlet.service(JAXWSServlet.java:87)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3590)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.wsee.wsdl.WsdlException: Must attribute 'location' notfound in element 'address
         at weblogic.wsee.wsdl.WsdlReader.getMustAttribute(WsdlReader.java:129)
         at weblogic.wsee.wsdl.soap11.SoapAddress.parse(SoapAddress.java:84)
         at weblogic.wsee.wsdl.soap11.SoapExtensionParser.parsePort(SoapExtensionParser.java:101)
         at weblogic.wsee.wsdl.WsdlExtensionRegistry.parsePort(WsdlExtensionRegistry.java:142)
         at weblogic.wsee.wsdl.WsdlPort.parseChild(WsdlPort.java:158)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlService.parseChild(WsdlService.java:134)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parseChild(WsdlDefinitions.java:579)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:483)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:416)
         at weblogic.wsee.wsdl.WsdlImport.parse(WsdlImport.java:121)
         at weblogic.wsee.wsdl.WsdlDefinitions.parseChild(WsdlDefinitions.java:552)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:483)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:448)
         at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:125)
         at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:121)
         at weblogic.wsee.jaxws.framework.jaxrpc.client.ClientEnvironmentFactory.getWsdlDef(ClientEnvironmentFactory.java:154)
         ... 50 more
    any idea? on glassfish the client works fine...the problem is on wls 10.3.1
    thank you!

    I've got a problem....I've succesfully created a ws client .....
    here is the wsdl:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.4. -->
    <!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.4. -->
    <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://impl.complaint.ws.sepadb.nkbm.si/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://impl.complaint.ws.sepadb.nkbm.si/" name="ComplaintWsImplService">
         <import namespace="nkbm.si/2010/06/16/sepadb/Complaint/Operation" location="http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?wsdl=1"/>
         <binding xmlns:ns1="nkbm.si/2010/06/16/sepadb/Complaint/Operation" name="ComplaintWsImplPortBinding" type="ns1:PortType">
              <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
              <operation name="BrowseComplaints">
                   <soap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/BrowseComplaints"/>
                   <input>
                        <soap:body use="literal"/>
                   </input>
                   <output>
                        <soap:body use="literal"/>
                   </output>
              </operation>
              <operation name="UpdateComplaints">
                   <soap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/UpdateComplaints"/>
                   <input>
                        <soap:body use="literal"/>
                   </input>
                   <output>
                        <soap:body use="literal"/>
                   </output>
              </operation>
         </binding>
         <service name="ComplaintWsImplService">
              <port name="ComplaintWsImplPort" binding="tns:ComplaintWsImplPortBinding">
                   <soap:address location="http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor"/>
              </port>
         </service>
    </definitions>
    and the shchema http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?wsdl=1
    <?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.4. --><wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:schema="nkbm.si/2010/06/16/sepadb/Complaint/Operation" xmlns:tns="nkbm.si/2010/06/16/sepadb/Complaint/Operation" name="" targetNamespace="nkbm.si/2010/06/16/sepadb/Complaint/Operation">
         <wsdl:types>
              <xsd:schema targetNamespace="nkbm.si/2010/06/16/sepadb/Complaint/Operation">
                   <xsd:include schemaLocation="http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?xsd=8" />
              </xsd:schema>
         </wsdl:types>
         <wsdl:message name="BrowseComplaintsRequestMessage">
              <wsdl:part name="body" element="schema:BrowseComplaintsRequest" />
         </wsdl:message>
         <wsdl:message name="BrowseComplaintsResponseMessage">
              <wsdl:part name="body" element="schema:BrowseComplaintsResponse" />
         </wsdl:message>
         <wsdl:message name="UpdateComplaintsRequestMessage">
              <wsdl:part name="body" element="schema:UpdateComplaintsRequest" />
         </wsdl:message>
         <wsdl:message name="UpdateComplaintsResponseMessage">
              <wsdl:part name="body" element="schema:UpdateComplaintsResponse" />
         </wsdl:message>
         <wsdl:portType name="PortType">
              <wsdl:operation name="BrowseComplaints">
                   <wsdl:input name="BrowseComplaintsInput" message="tns:BrowseComplaintsRequestMessage" />
                   <wsdl:output name="BrowseComplaintsOutput" message="tns:BrowseComplaintsResponseMessage" />
              </wsdl:operation>
              <wsdl:operation name="UpdateComplaints">
                   <wsdl:input name="UpdateComplaintsInput" message="tns:UpdateComplaintsRequestMessage" />
                   <wsdl:output name="UpdateComplaintsOutput" message="tns:UpdateComplaintsResponseMessage" />
              </wsdl:operation>
         </wsdl:portType>
         <wsdl:binding name="Binding" type="tns:PortType">
              <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
              <wsdl:operation name="BrowseComplaints">
                   <wsdlsoap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/BrowseComplaints" />
                   <wsdl:input name="BrowseComplaintsInput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:input>
                   <wsdl:output name="BrowseComplaintsOutput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="UpdateComplaints">
                   <wsdlsoap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/UpdateComplaints" />
                   <wsdl:input name="UpdateComplaintsInput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:input>
                   <wsdl:output name="UpdateComplaintsOutput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:output>
              </wsdl:operation>
         </wsdl:binding>
         <wsdl:service name="Service">
              <wsdl:port name="Port" binding="tns:Binding">
                   <wsdlsoap:address location="" />
              </wsdl:port>
         </wsdl:service>
    </wsdl:definitions>
    here is the code to generate the webservice:
    ComplaintWsImplService service= new ComplaintWsImplService(new URL("http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?wsdl"),new QName("http://impl.complaint.ws.sepadb.nkbm.si/", "ComplaintWsImplService"));
    PortType port=service.getComplaintWsImplPort();
    but when I try to call the upper code I get the error
    15.7.2010 15:57:55 com.sun.xml.ws.server.sei.EndpointMethodHandler invoke
    SEVERE: weblogic.wsee.wsdl.WsdlException: Must attribute 'location' notfound in element 'address
    javax.xml.ws.WebServiceException: weblogic.wsee.wsdl.WsdlException: Must attribute 'location' notfound in element 'address
         at weblogic.wsee.jaxws.framework.jaxrpc.client.ClientEnvironmentFactory.getWsdlDef(ClientEnvironmentFactory.java:170)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getService(EnvironmentFactory.java:429)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.buildDeploymentContext(EnvironmentFactory.java:621)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getDeploymentContext(EnvironmentFactory.java:606)
         at weblogic.wsee.jaxws.framework.jaxrpc.TubelineDeploymentListener.createClient(TubelineDeploymentListener.java:48)
         at weblogic.wsee.jaxws.WLSTubelineAssemblerFactory$TubelineAssemblerImpl.createClient(WLSTubelineAssemblerFactory.java:57)
         at com.sun.xml.ws.client.WSServiceDelegate.createPipeline(WSServiceDelegate.java:453)
         at com.sun.xml.ws.client.WSServiceDelegate.getStubHandler(WSServiceDelegate.java:668)
         at com.sun.xml.ws.client.WSServiceDelegate.createEndpointIFBaseProxy(WSServiceDelegate.java:647)
         at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:348)
         at weblogic.wsee.jaxws.spi.WLSProvider$ServiceDelegate.getPort(WLSProvider.java:409)
         at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:330)
         at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:312)
         at javax.xml.ws.Service.getPort(Service.java:92)
         at si.nkbm.sepadb.ws.complaint.impl.ComplaintWsImplService.getComplaintWsImplPort(Unknown Source)
         at nkbm.ws.TestWS.hello(TestWS.java:60)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:101)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:83)
         at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:152)
         at com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(EndpointMethodHandler.java:264)
         at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:93)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:604)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:563)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:548)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:445)
         at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:249)
         at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:453)
         at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:250)
         at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:140)
         at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:298)
         at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:211)
         at weblogic.wsee.jaxws.JAXWSServlet.doPost(JAXWSServlet.java:297)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at weblogic.wsee.jaxws.JAXWSServlet.service(JAXWSServlet.java:87)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3590)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.wsee.wsdl.WsdlException: Must attribute 'location' notfound in element 'address
         at weblogic.wsee.wsdl.WsdlReader.getMustAttribute(WsdlReader.java:129)
         at weblogic.wsee.wsdl.soap11.SoapAddress.parse(SoapAddress.java:84)
         at weblogic.wsee.wsdl.soap11.SoapExtensionParser.parsePort(SoapExtensionParser.java:101)
         at weblogic.wsee.wsdl.WsdlExtensionRegistry.parsePort(WsdlExtensionRegistry.java:142)
         at weblogic.wsee.wsdl.WsdlPort.parseChild(WsdlPort.java:158)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlService.parseChild(WsdlService.java:134)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parseChild(WsdlDefinitions.java:579)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:483)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:416)
         at weblogic.wsee.wsdl.WsdlImport.parse(WsdlImport.java:121)
         at weblogic.wsee.wsdl.WsdlDefinitions.parseChild(WsdlDefinitions.java:552)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:483)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:448)
         at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:125)
         at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:121)
         at weblogic.wsee.jaxws.framework.jaxrpc.client.ClientEnvironmentFactory.getWsdlDef(ClientEnvironmentFactory.java:154)
         ... 50 more
    any idea? on glassfish the client works fine...the problem is on wls 10.3.1
    thank you!

  • Error when viewing documents from content server

    hi all,
    I have a question.
    we have installed an SAP Content Server on Windows 2003 server, and have connected it to our SAP ECC 5.00 ERP.  The purpose is so that documents that are attached to a transaction (through Generic Objects Services - Create Attachment), get stored onto the content server rather than the SAP database.  We have done all the necessary configuration in oac0, oact, and SKPR08.  We are able to attach a document to the transaction, and it gets stored onto the content server.  Our issue is when viewing the attachment. 
    This is the error we are getting as soon as we try to view the attachment:
    "Windows cannot find c:\documents and settings\<username>\SAPWorkDir\<filename>.  Make sure you typed the name correctly, and then try again.  To search for a file, click the Start button, and then click Search."
    After pressing OK to the message, the system then gives this error:
    "File could not be exported
    Message no. SO315
    Diagnosis
    You have selected either the Export function or a PC document to be exported from the system. The file could not be exported to the
    PC. Possible reasons:
    1. The file is already open and is being used by an application.
    2. The directory to which the file is to be exported is write-protected.
    Procedure
    In the first case, close the application.
    In the second case, remove the write-protection attribute from the directory or enter another directory."
    Why is the system trying to open the file from the user's C:\ drive?
    Does anyone have a solution to this error?
    Cheers,

    Hi Aleem,
    Refer to below KB & note, this should help you.
    1849203 - Error message Database error for <GET DATA FROM KPRO> (SO013) and/or File could not be exported (SO315) when opening a document in Attachment list
    764972 - Errors when creating workflow attachment
    Regards,
    Ravi

  • No Video/Cannot get video from the camera

    I'm in Phoenix on a business trip and I've connected to the hotels "high speed" internet access. I've launched ichat and have attemted to engage an video conference with some friends.
    I can connnect via text and audio but to no avail with video.
    The error "cannot get video from camera" I believe is the error message, keeps coming up. Why ? Is the Hotels network at fault since it is quite extensive. Firewalls in the hotels network ?
    Thanks

    Hello again,
    I have an ADSL connexion (free in France) with a Freebox (acting as a normal modem) then a netgear router/switch. Since the netgear is not uPnp, I configured the port forwarding to my mac (since forwarded everything above 4000 (TCP and UDP) to go to my mac (slight exageration, but worked).
    It worked before, so this setup is not the problem. Probably a software upgrade. I downgraded to Quicktime 7.01 but wasn't able to test it yet. Will do this week end.
    If that's the problem, frankly, Apple is very bad at communicating around iChatAV. It should be in the troubleshooting papers somewhere like "Quicktime 7.03 can be an issue for iChatAV". I also have all the developer tools installed and the latest Java 5. I can't see how that would be an issue though.
    Alex

  • Getting error while scheduling load from one cube to another

    Hi,
    I have create one cube ,which has got loaded from two data sources and load into the cube went successful.I have created copy cube and schedule the load into copy cube from the base cube,where i am getting error message syaing that"New work Area started,terminated the system" and "Core_dump","Rolled-Out session terminated" all the above messages are getting and so many short dumps.I am getting all the above messages.
    Even i have change data packet size from 20000 to 5000 and increares dialup process from 2 to 5.But still i am getting same kind of messages.
    Please some one can help me out from this issue.

    Hi,
    In which version you are.
    If you in 7.0 then have you checked in DTP.
    Just logooff from your server, and again relog, and try to load once again.
    Let us know status ....
    Reg
    Pra

  • Error reading the data from the remote cube

    Hi all,
    When we try to get the data for remote cube from LISTCUBE, we are getting the following msg.
    1) Messages for DataSource 9AUPA_DP_HK_01 from source system AD1CLNT100
    2) 224(/SAPAPO/TSM): No planning version selected
    3) Errors have occurred while extracting data from DataSource 9AUPA_DP_HK_01
    4) Error reading the data of InfoProvider UICHKRMTC.
    Any Inputs?

    Hi,
    Check whether the sourcesystem is responding.
    And also in the error mesg: 224(/SAPAPO/TSM): No planning version selected
    It seems you have not selected any planning version. Give any planning version in the listcube selection screen and execute.
    Regards,
    Ravi Kanth

  • XMLAnalysis Error while trying to execute a MDX query on MS SSAS - Accessing the cube from Java through Olap4j driver

     Am trying to access MS SSAS data cube from Java through olap4j driver(through msmdpump.dll). I am able to connect , but when I try to execute a query, i am getting the below error: Please help
    me out . (I tested the http://XXXX/OLAP/msmdpump.dll in MS Excel , and it is working fine)
    org.olap4j.OlapException: XMLA provider gave exception: <soap:Fault xmlns="http://schemas.xmlsoap.org/soap/envelope/">
    <faultcode>
    XMLAnalysisError.0xc10a0004
    </faultcode>
    <faultstring>
    The CRASHDWHSRG cube either does not exist or has not been processed.
    </faultstring>
    <detail>
    <Error Description="The CRASHDWHSRG cube either does not exist or has not been processed." ErrorCode="3238658052" HelpFile="" Source="Microsoft SQL Server 2012 Analysis Services">
    </Error>
    </detail>
    </soap:Fault>

    See my other answer where you asked this same question on another thread
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/22dfc400-668d-4bd4-b76d-7c6b9ddda47a/msmdpumpdll-not-getting-registered?forum=sqlanalysisservices
    http://darren.gosbell.com - please mark correct answers

Maybe you are looking for

  • Moving my iTunes to an external drive

    I would like to free up space in my macbook pro. I have followed the procedure as outlined for moving the iTunes music library to an external drive i.e.. changing the preferences to point to the external drive, copying the iTunes folder to the extern

  • (custom-made) Calendar not showing on phone after syncing

    this week i created an new calendar in iCal (by the Name of 'Wijster') which i use to publish on my dotmac account. That works fine. But when i try to sync iCal with my phone(Nokia through iSync) both standard calendars (Work & Home) do sync perfectl

  • Video Component Mute Button to Off by Default

    Hello, I want to set the FLV component Mute button off by default. I have seen this question asked across many forums but not answered. All the literature I read it only tells you how to associate the mute button with the video clip but not how to co

  • Gmail making Mail app run slowly!

    I have been teaching my fiancé how to use his iBook G4 (for more than just writing school papers.) He has a Gmail account that I have set up to work with the Mail app on OSX Panther. He now has a bad opinion of Mail because the app is really really s

  • When I click 'install bundle software' on my Mac Applications disk to install ilife, it says it cannot install

    I am trying to install iLife onto my mac using the original application disk, but when I click install bundle package it says it is unable to install?