Return Code = 12 for LSMW data read

Hi all,
I am executing an LSMW that will change 27 classifications for each materials. I have tested running a file with only 100 materials and all is good. Now I am testing a file with 40k materials (90MB file size) but when trying to "read data" from the imported file I get 'Error when uploading file 'J:\Unilever\Test Load LSMW files for 10-01-08\40k'  'Message no. /SAPDMC/LSMW_OBJ_070010'.
I am guessing there's a file size maximum which I have exceeded and that's why the LSMW is not capable of reading it but there in the past has been successfull executions of 25k - 50k materials...
Any help is appreciated, thanks!

There is also a limit on the length of the file name (with the directory structure). Please try reading the same file from the J drive (not under any subdirectory).
Hope this helps.
Lakshman

Similar Messages

  • Return code 06 in lsmw

    Hi ,
      In lsmw   during the read data step I am geeting error message could not not read data with return code 06 . I have used the same data types for the fields in the text files and defined in lsmw structure .
    can anybody help me out .

    Hi,
         In the step 3,(<b>Maintain Source Fields</b> ),Please give all the fields in character datatype.
    Ex
        SOURCE                    Source
            DESCRIPTION                    C(060)    Description
            TRAVELREASON                   C(050)    Travel reason
            TRAVELDATE                     C(008)    Travel date
            AMOUNT                         C(013)    Amount
            RECEIPNO                       C(008)    Receipt no
            RECEIPTDATE                    C(008)    Receipt date
            TIMEFROM                       C(006)    TIMEFROM
            TIMETO                         C(006)    TIMETO
    Regds,
    Vinsa.R

  • Transport fails with return code 12 for 0CHANOTASSIGNED Characteristics

    Dear Experts,
    I am transporting the 0CHANOTASSIGNED characteristics from BI Dev to BI QA.
    In BI Dev, I use the option Necessary Object.
    While importing request into BI QA, it fails with a return code 12. Some of the errors are:
    Start of the after-import method RS_IOBJ_AFTER_IMPORT for object type(s) IOBJ (Activation Mode)
    System error in lock management
    Error AD 025 during after import handling of objects with type(s) IOBJ
    Start of the after-import method RS_IOBC_AFTER_IMPORT for object type(s) IOBC (Activation Mode)
    Error when checking the InfoObjectCatalog 0CHANOTASSIGNED
    InfoObject 0ABCINDIC is not available in active version
    InfoObject 0ABCPRC_TYP is not available in active version
    InfoObject 0ABCPROCESS is not available in active version
    InfoObject 0ACCT_TYPE is not available in active version
    InfoObject 0ACTIONREAS is not available in active version
    This goes on for lot of infoobjects. If I were to goto RSA1 of BI QA and check any of the above objects, they are 'INACTIVE'.
    But they are 'ACTIVE' in BI Dev.
    Please help me in resolving this issue.
    Thanks and BR,
    Raj Jain

    Hi I.R.K,
    I recreated a trasnport for just one Infoobject (0ABCINDIC) which was one of the objects not active as shown in the logs of BI QA while transport.
    I did not make any changes or delete any data etc. I then just transported these request from BI Dev to BI QA.
    The transport was successful with return code 0. I then checked this object in RSD1 of BI QA and it was activated.
    Any ideas what may be the cause???
    Thanks,
    Raj Jain

  • Error when uploading file : Return code = 6 in LSMW

    Hello All,
    Getting the bleow mentioned error in LSMW.
    Error when uploading file Return code = 6 )
    Is it related to access. please suggest.

    did you define the file in step 7 without any error and allocate in step 8 without any error before? 
    I mean in the same system where you execute the read step.
    Make sure you have the file not open when you execute the read step.

  • Transport error failure with return code 12 for BIA indexed Cube

    Hello,
    I was trying to transport few cubes from the Dev to the QA system. However, the transport failed repeatedly with return code 12. I noticed that the version of Cubes in the target system had BIA indexes loaded on it.   So, I deleted those indexes and re-transported the cubes.To my surprise, the transport went fine without the BIA indexes. This now opens up a new avenue for discussion of dropping and recreating BIA indexes for those cubes that needs to be transported.
    Any thoughts on this new aspect before. Has anyone faced similar problems. I want to know your experiences before we can take this issue to SAP.
    Thanks,
    Rishi

    Rishi/Vitaly/Marc,
    How do you transport cubes with BIA indexes.
    Do you drop/recreate the BIA index before the transport.
    In my case, the transport kicked off adjustment job exactly as described in [Note 1012008|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1012008]
    Indexes looks fine once this jobs completes successfully. The transport does not fail.
    Is this approach fine.
    I see that most of the customers drop/recreate indexes before transporting cubes.
    Can I run into data consistency issues with this approach?
    Input required.
    Thanks,
    Saurabh

  • Return code 127 for gzip command

    Dear All,
                 While i am trying to ZIP a flat file using below piece of code,
      CONCATENATE 'gzip'
                  lf_unix_fnam
                          INTO lf_folder_z
                                SEPARATED BY space.
      CALL 'SYSTEM' ID 'COMMAND' FIELD lf_folder_z
                    ID 'TAB'     FIELD lt_result.
    This code was working previously.  But now it is returning an 127 as return code and my file is not getting zipped due to this. Any details about return code 127 would be a greate help.
    Thanks in advance
    Jijeesh

    Hi Sai,
    CONCATENATE 'gzip'
    lf_unix_fnam
    INTO lf_folder_z
    SEPARATED BY space.
    CALL 'SYSTEM' ID 'COMMAND' FIELD lf_folder_z
    ID 'TAB' FIELD lt_result.
    in my lf_unix_fnam i have /transfer/data/DEV/file1 which is the path and file name.  so for lf_folder_z I will be having gzip /transfer/data/DEV/file1
    so after above command I am expecting file1.gz in path /transfer/data/DEV/
    but i am gettting a return code 127.  Could you please help.
    Thanks in advance.
    Jijeesh

  • Return Code - Query for Multiple Rows as XML

    Hi,
    I'm executing an MSSQL stored procedure through the "Query for Multiple Rows as XML" activity in LiveCycle ES. I do this through a call statement such as this:
    { call MyStoredProc(?) }
    This works great, the stored procedure always returns a record set (with or without records). I use this activity rather than "Call Stored Procedure" because I can transform the record set into XML right away within this activity. Unfortunately any exception arising from invoking this stored procedure cannot be handled within the workflow as this activity does not have an exception handler (lightning bolt). In an attempt to handle at least some exceptions we have decided to use try/catches within the stored procedures and return different error codes. Now the problem I am faced with is that there is no way to retrieve the returned code within any of the SQL activities. We don't want to have to write an execute script for each of these SQL calls. Is there any way to do this? Seems like I'm 95% there.
    Thanks
    Nic

    Thanks for the offer, unfortunately we would need something certified by Adobe.
    Nic

  • I want to upload om data through lsmw. how can i create transport request for lsmw data.

    can anyone help me?

    Hi Anand,
    There are 2 ways for transporting LSMW data from a system to another.
    1) Export/import this method gives you the opportunity to select the subprojects or objects you want to transfer. Hence you don't transfer the object a colleague might have created and that should stay in development system. LSMW -> Extras -> Export project  
    2)Transport request with this method, you can transport a LSMW project in full (you cannot select the objects you want). With this method, the project will be transported as any other SAP object in a transport order. 
    LSMW -> Extras -> Create change request 
    For more information, refer below link Steps to copy LSMW from one client to another
    Thanks
    KH

  • Return code 99 for BPM

    Hi All,
    In sxi_cache for Integration Process the return code is 99.It should be 0.I have created BPM again but still that problem presists.when i post message it is not entering BPE engine.
    Could you please help me on this?
    Best Regards,
    Harleen Kaur Chadha

    hi,
    Refer My article:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80a22ce8-8e72-2b10-3fba-e9511c6f0b8b
    Regards
    Mamta

  • Returning a sys_refcursor for XML data in a function

    As I typically write my queries in packages, and return sys_refcursor's to return data into a .NET DataSet via the OracleDataAdapter, I would like to know if it is possible to return the data using the OracleCommand.ExecuteXmlReader method to return XML results. None of the examples I have found delve into this area.
    Versions:
    ODP.NET : 10.2.X
    .NET : 2.0
    Firstly here is the function being called.
    <code>
    CREATE OR REPLACE FUNCTION XML_TEST_FUNC RETURN sys_refcursor
    AS
        l_serviceTable XML_SERVICE_TABLE_TYPE := XML_SERVICE_TABLE_TYPE();
        l_badgeTable XML_BADGE_TABLE_TYPE := XML_BADGE_TABLE_TYPE();
        l_cursor sys_refcursor;
    BEGIN
        FOR badgeRow IN (SELECT * FROM BADGE)
        LOOP
            FOR serviceRow IN (SELECT * FROM SERVICE WHERE BADGEID = badgeRow.BADGEID)
            LOOP
                l_serviceTable.extend;
                l_serviceTable(l_serviceTable.last) := XML_SERVICE_ROW_TYPE(serviceRow.SERVICEID, serviceRow.SERVICENAME);
            END LOOP;
            l_badgeTable.extend;
            l_badgeTable(l_badgeTable.last) := XML_BADGE_ROW_TYPE(badgeRow.BADGEID, badgeRow.BADGENAME, l_serviceTable);
        END LOOP;
        OPEN l_cursor FOR
        SELECT * FROM TABLE(l_badgeTable);
        RETURN l_cursor;
    END;
    </code>
    XML_BADGE_ROW_TYPE and XML_SERVICE_ROW_TYPE are object types and XML_BADGE_TABLE_TYPE and XML_SERVICE_TABLE_TYPE are table objects.
    I have done this as I want to return nested data of the Services that relate to a Badge.
    Here is the C# code I am using to try and return the function results.
    <code>
    _command = new OracleCommand("XML_TEST_FUNC", _connection);
    _command.CommandType = System.Data.CommandType.StoredProcedure;
    _command.BindByName = true;
    command.Parameters.Add(new OracleParameter("RETURNVALUE", OracleDbType.RefCursor));
    _command.Parameters["RETURN_VALUE"].Direction = System.Data.ParameterDirection.ReturnValue;
    _command.XmlCommandType = OracleXmlCommandType.Query;
    _command.XmlQueryProperties.RootTag = "RESULT_SET";
    _command.XmlQueryProperties.RowTag = "BADGE";
    _command.XmlQueryProperties.MaxRows = -1;
    _reader = _command.ExecuteXmlReader();
    _document = new XmlDocument();
    _document.PreserveWhitespace = true;
    _document.Load(_reader);
    </code>
    All i get is the following error:
    <error>
    Oracle.DataAccess.Client.OracleException ORA-01036: illegal variable name/number
    at Oracle.DataAccess.Client.OracleCommand.XmlHandleException(OracleException e)
    at Oracle.DataAccess.Client.OracleCommand.ExecuteXmlQuery(Boolean wantResult)
    at Oracle.DataAccess.Client.OracleCommand.ExecuteXmlReader()
    at OracleXmlTestApp.Program.Main(String[] args) in D:\Projects\OracleXmlTestApp\OracleXmlTestApp\Program.cs:line 35
    </error>
    Any suggestion would be greatly appreciated.

    That does work, but I you want to aim for tidy XML it provides more than you would want. eg:
    <ROWSET>
    <ROW>
      <XML_TEST_FUNC>
       <XML_TEST_FUNC_ROW>
       </XML_TEST_FUNC_ROW>
      </XML_TEST_FUNC>
      <XML_TEST_FUNC>
       <XML_TEST_FUNC_ROW>
       </XML_TEST_FUNC_ROW>
      </XML_TEST_FUNC>
    </ROW>
    </ROWSET>In-between the <XML_TEST_FUNC_ROW> you do end up with the data you want, but the extra tags do not look crash hot.
    I did attempt the use of the DBMS_XMLGEN package and was more successful where the output was more to my liking. eg:
    <MyBadges>
      <Badge>
        <BadgeID>500000001</BadgeID>
        <BadgeName>My Badge</BadgeName>
        <Services>
          <XML_SERVICE_ROW_TYPE>
            <ServiceID>600000005</ServiceID>
            <ServiceName>My Service</ServiceName>
          </XML_SERVICE_ROW_TYPE>
        </Services>
      </Badge>
    </MyBadges>The function called is as follows:
    CREATE OR REPLACE FUNCTION XML_TEST_FUNC_2 RETURN XMLTYPE
    AS
        l_serviceTable XML_SERVICE_TABLE_TYPE := XML_SERVICE_TABLE_TYPE();
        l_badgeTable XML_BADGE_TABLE_TYPE := XML_BADGE_TABLE_TYPE();
        l_cursor sys_refcursor;
        l_handle DBMS_XMLGEN.CTXHANDLE;
        l_result XMLTYPE;
    BEGIN
        FOR badgeRow IN (SELECT * FROM BADGE)
        LOOP
            l_serviceTable := XML_SERVICE_TABLE_TYPE();
            FOR serviceRow IN (SELECT * FROM SERVICE WHERE BADGEID = badgeRow.BADGEID)
            LOOP
                l_serviceTable.extend;
                l_serviceTable(l_serviceTable.last) := XML_SERVICE_ROW_TYPE(serviceRow.SERVICEID, serviceRow.SERVICENAME);
            END LOOP;
            l_badgeTable.extend;
            l_badgeTable(l_badgeTable.last) := XML_BADGE_ROW_TYPE(badgeRow.BADGEID, badgeRow.BADGENAME, l_serviceTable);
        END LOOP;
        OPEN l_cursor FOR
        SELECT * FROM TABLE(l_badgeTable);
        -- Get a handle to the XML document
        l_handle := DBMS_XMLGEN.NEWCONTEXT(l_cursor);
        -- Replace the default ROWSET tag with my own 
        DBMS_XMLGEN.SETROWSETTAG(l_handle, 'MyBadges');
        -- Remove the default ROW level tag with my own
        -- If I passed in text instead of NULL I would just change the element name
        -- I can leave it off altogther and get the default, canonical format 
        DBMS_XMLGEN.SETROWTAG(l_handle, 'Badge');
        -- Display null tags for empty columns
        DBMS_XMLGEN.SETNULLHANDLING(l_handle, dbms_xmlgen.EMPTY_TAG);
        -- Create an XML document out of the ref cursor
        l_result := DBMS_XMLGEN.GETXMLTYPE(l_handle);
        RETURN l_result;
    END;with the C# code as such:
    _command = new OracleCommand("XML_TEST_FUNC_2", _connection);
    _command.CommandType = CommandType.StoredProcedure;
    _command.Parameters.Add(new OracleParameter("RETURN_VALUE", OracleDbType.XmlType, ParameterDirection.ReturnValue));
    _command.ExecuteNonQuery();
    OracleXmlType _result = (OracleXmlType)_command.Parameters["RETURN_VALUE"].Value;
    _result.GetXmlDocument().Save("C:\\output.xml");Maybe a bit more work, but better result.
    Thanks for your help though, as it has provided other possiblities.

  • LSMW data Reading Error

    HI,
    In the LSMW process i am getting the below error while doing 9th step Reading data.
    Unable to write to file 'E:\Z1XK01_ZXK01_ZXK01.lsmw.read'
    Message no. /SAPDMC/LSMW804
    Rgds
    Mani

    'E:\Z1XK01_ZXK01_ZXK01.lsmw.read'
    what is E:   ?
    only a directory on your application server  is allowed here (it must not be a directory from presentation server, which is your local PC(
    go back into step 7 and correct the directory and file name for the read data

  • Return billing type for POS data upload

    Hi,
    From the configuration, it only available for one billing type for POS upload. If i want to separate another billing type for return, how can i configure it. Thanks

    Hi ,
          You can create your custom billing type by navigating below menu
    Goto SPRO->Sales and Distribution -> Billing -> Billing documents -> Define billing types. Here select any one of the standard SAP billing type (which ever is relevant to your business like FP for Interface
    Billing - POS system), then click on copy as button to create a new one enter then give name for your new billing type for example ZFP, ZRE and then save it.
    BR
    Ajaya Kr. Mishra

  • Server returned response code 500 for the url

    I have an applet which connects to a servlet.I have just upgraded from Java 1.5_06 to Java 1.6_027.
    I have a login.html which opens up when i hit the url http://localhost:80/test/testlogin.html.
    The IIS 7 opens this page and then when I provide login credentials it should connect to the testServlet but I get
    an IOException at the line
    ObjectOutputStream out = new ObjectOutputStream(conn.getOutputStream());
    saying 'Server returned code 500 for the url http://localhost:80/test/testServlet.class
    I am using the following lines of code
    conn = servletURL.openConnection();
    conn.setDoOutput(true);
    conn.setUseCaches(false);
    conn.setRequestProperty("Content-Type", "application/octet-stream");
    ObjectOutputStream out = new ObjectOutputStream(conn.getOutputStream());
    This code use to work fine with Java 1.5 but it doesnt work after the upgrade.
    I am not sure if it is a Java problem or IIS or Weblogic.
    Please help
    Thanks,

    885522 wrote:
    I have an applet which connects to a servlet.I have just upgraded from Java 1.5_06 to Java 1.6_027.
    I have a login.html which opens up when i hit the url http://localhost:80/test/testlogin.html.
    The IIS 7 opens this page and then when I provide login credentials it should connect to the testServlet but I get
    an IOException at the line
    ObjectOutputStream out = new ObjectOutputStream(conn.getOutputStream());
    saying 'Server returned code 500 for the url http://localhost:80/test/testServlet.class
    I am using the following lines of code
    conn = servletURL.openConnection();
    conn.setDoOutput(true);
    conn.setUseCaches(false);
    conn.setRequestProperty("Content-Type", "application/octet-stream");
    ObjectOutputStream out = new ObjectOutputStream(conn.getOutputStream());
    This code use to work fine with Java 1.5 but it doesnt work after the upgrade.
    I am not sure if it is a Java problem or IIS or Weblogic.
    Please help
    Thanks,Well, HTTP 500 is Server Exception, look at the server logs and find out why it threw a 500.

  • Please help me on error -200284 for usb6008 data A/D

    Hi,
    I am working on the A/D using usb6008, I program in visual c++.  I create a dialog to test the function of sample program: contAcquireNChan.c               in  NI-DAQmx Base.  I just changed the mode to DAQmx_Val_FiniteSamps and each time I just want to get several data. I used a button to start the a/d. The following is the code. The problem is very strange that while I click the start button for the sixth time, this error -200284 will occur when calling this function:
     DAQmxErrChk (DAQmxBaseReadAnalogF64taskHandle,pointsToRead,timeout,DAQmx_Val_GroupByScanNumber,data,2,&pointsRead,NULL));
    The discription of this error is:
    "Some or all of the samples requested have not yet been acquired.
    To wait for the samples to become available use a longer read timeout or read later in your program. To make the samples available sooner, increase the sample rate."
    I do not know what happened. And how to solve this problem. Please help me.
    The following is the code:
    void CBTTest001Dlg:nStart()
       // Task parameters
        int32       error = 0;
        TaskHandle  taskHandle = 0;
        char        errBuff[2048]={'\0'};
        time_t      startTime;
        bool32      done=0;
        // Channel parameters
        char        chan[] = "Dev1/ai0";
        float64     min = -10.0;
        float64     max = 10.0;
        // Timing parameters
        char        clockSource[] = "OnboardClock";
        uInt64      samplesPerChan = 2;
        float64     sampleRate = 2000.0;
        // Data read parameters
        #define     bufferSize (uInt32)1000
        float64     data[bufferSize * 5];
        int32       pointsToRead = bufferSize;
        int32       pointsRead;
        float64     timeout = 10.0;
        int32       totalRead = 0;
     index++;
     if(index==6)
        int a =0;
     m_bWorkFlag = true; 
      double a1= data[0];
      double a2= data[1];
      double a3= data[2];
      double a4= data[3];
      DAQmxErrChk (DAQmxBaseCreateTask("",&taskHandle));
      DAQmxErrChk (DAQmxBaseCreateAIVoltageChan(taskHandle,chan,"",DAQmx_Val_RSE,min,max,DAQmx_Val_Volts,NULL));
      DAQmxErrChk (DAQmxBaseCfgSampClkTiming(taskHandle,clockSource,sampleRate,DAQmx_Val_Rising,DAQmx_Val_FiniteSamps,samplesPerChan));
      DAQmxErrChk (DAQmxBaseCfgInputBuffer(taskHandle,2000)); //use a 100,000 sample DMA buffer
      DAQmxErrChk (DAQmxBaseStartTask(taskHandle));
      DAQmxErrChk (DAQmxBaseReadAnalogF64(taskHandle,pointsToRead,timeout,DAQmx_Val_GroupByScanNumber,data,2,&pointsRead,NULL));
     //    printf("\nAcquired %d total samples.\n",totalRead);
      m_fAnalog1 = data[0];
      m_fAnalog2 = data[1];
      m_fAnalog3 = data[2];
      m_fAnalog4 = data[3];
      m_fAnalog5 = data[4];
      UpdateData(false);
      if(taskHandle != 0) {
    //   DAQmxBaseStopTask (taskHandle);
       DAQmxBaseClearTask (taskHandle);
     return;
    Error:
        if( DAQmxFailed(error) )
            DAQmxBaseGetExtendedErrorInfo(errBuff,2048);
        if( DAQmxFailed(error) )
            printf("DAQmxBase Error: %s\n",errBuff);

    Dear Neal,
    Thank you so much !!
    "DAQmx Base was designed for use on operating systems other than Windows". Maybe that's the reason why I always met problems.  I am using windows now !! The only reason for me to use DAQmx Base is that it comes with the USB6008 device so that I think NI recommend to use it ! I also downloaded DAQmx from NI but I did not tried it (in fact it took me several hours to switch the firmware back to DAQmx Base ). I will try It now and tell you the result.
    "You say that you thought you solved the issue but did you not?"
    Yes.
    " Did you add the stop task function before and that is what you thought solved the issue? "
    Yes.
    I started from the example and do some modifications. First I met -200284 error and I found it is the caused by wrong number of data to be read. I changed to finite namber data read.
    Then I met sixth reading problem, at that time I use a button clicking to read the data.when I read for the sixth time, It will occur (I forgot the phenomena). I added a  stop task function and I thoought I solved the problem. I knew for a finite number data reading, stop function is not needed, but I do not have any other method so I tried it. "sixth reading problem" solved, but When I move the data reading function to ontimer function recently. The program will halt -- take 99% of CPU time after 30 second of reading (sometime several minutes, sometimes several seconds). If I move the start task back to OnInitialUpdate() function and cancel stop function, halt error will not occur but the data I read in not correct. That is the whole thing. The following is the code relative to the data read.
    Initialization;
    void Ctest2Dlg:nInitialUpdate()
       DAQmxErrChk (DAQmxBaseCreateTask("",&taskHandle));
      DAQmxErrChk (DAQmxBaseCreateAIVoltageChan(taskHandle,chan,"",DAQmx_Val_RSE,min,max,DAQmx_Val_Volts,NULL));
      DAQmxErrChk (DAQmxBaseCfgSampClkTiming(taskHandle,clockSource,sampleRate,DAQmx_Val_Rising,DAQmx_Val_ContSamps ,samplesPerChan));
    Data read
    void Ctest2Dlg:nTimer(UINT nIDEvent)
      if(taskHandle != 0)
         DAQmxErrChk (DAQmxBaseStartTask(taskHandle));
       DAQmxErrChk (DAQmxBaseReadAnalogF64(taskHandle,pointsToRead,timeout,DAQmx_Val_GroupByScanNumber,data,100,&pointsRead,NULL));
       DAQmxBaseStopTask (taskHandle);

  • Error in transport, ended with return code:  12,  job RDDEXECL cancelled

    Hi Friends,
    When I am trying to import a request in a BW preproduction system, it is giving below error: However, the transport is imoprted successfully in Quality.
    ===================================
    Program terminated (job: RDDEXECL, no.: 09222300)
       See job log
    Execution of programs after import (XPRA)
    End date and time : 20080509092238
    Ended with return code:  ===> 12 <===
    Job log:
    Date        Time      Message
    09.05.2008  09:22:23  Job started
    09.05.2008  09:22:23  Step 001 started (program RDDEXECL, variant , user ID DDIC)
    09.05.2008  09:22:23  All DB buffers of application server unix0001 were synchronized
    09.05.2008  09:22:25  ABAP/4 processor: UNCAUGHT_EXCEPTION
    09.05.2008  09:22:25  Job cancelled
    =======================================
    Kindly advice.
    Thanks & regards,
    Kunal Patel.

    Hello,
    I ran a search for this error and found the following notes:
    SAP Note 966234 - 70SP10: DTP transport and content error
    SAP Note - 1074388 SAPBINews NetWeaver 7.0 BI Support Package 16
    Check if they are relevant for your system.
    Regards,
    Siddhesh

Maybe you are looking for

  • Is there a way to see setup a "notes" panel?

    I was wondering if there is a way to setup a "notepad" panel within the Premiere Pro interface? I refer to written notes when editing a video quite often and on a laptop the window switching can get a little clumsy. If not, is there a way to setup a

  • Equium A100-147 - Where to find LAN ethernet driver

    Hello All, I am having problems to find the dirver for my ethernet controler... I went to toshiba website and on the LAN driver is not completed, it only comes with any application to unistall, doesnt have to install, problably missing.... I could fi

  • XML as DataSource for JSF app

    I am using xml files as the data for a JSF app. I know how to use dataproviders attached to databases in order to display and update data to and from the jsf page. Is there a simple way to do this with XML as the data source?

  • OWSM: How to encrypt payload and SOAP header?

    Hi, Anybody know how I can encrypt the payload and the SOAP header via OWSM? I can only find references on how to do it using SSL. The reason for using OWSM/WS-Security was to move away from using transport based encryption (SSL). Regards Pete

  • How To Cut & Paste From Second Video?

    I have two videos.  They're almost identical except for one scene. I've been trying to copy that scene from the first video and paste it into the second.  It would replace the scene in there now exactly.  Both are the same length. I haven't had any s