Error in Information Steward when viewing data on Views (Data Insight)

Hello
In SAP Information Steward -> Data Insight ->
Project -> Views -> for example
selecting "Customer Master Company Code KNB1" -> view data
brings this error message:
Data Services execution failed for CUSTOMER MASTER COMPANY CODE KNB1.
Error :
(14.2) 05-14-14 13:37:08 (R) (1536:4256) R3C-150605: |Data flow
vviewdf_434_f39d42a2_e2ba_4ee3_add3_b4fa4ae25dad|Embedded Dataflow
EDF_VIEW434|Reader EID_2_EABAPDF_VIEW434_0|Transform
EID_2_EABAPDF_VIEW434_0__Driver The SAP job was canceled for host < >,
job name <ZISCUSTOMERMASTERCOMPANYC 05/14/14 13:36:40>, job count
<13364100>, job log from SAP < 14.05.2014 13:36:42 Job started
14.05.2014 13:36:42 Step 001 started (program ZW09148001, variant
&0000000000000, user ID REBERLE) 14.05.2014 13:36:44 Internal session
terminated with a runtime error RAISE_EXCEPTION (see ST22) 14.05.2014
13:36:44 Job cancelled >.(14.2) 05-14-14 13:37:08 (E) (1536:4256) R3C-
150605: |Data flow
vviewdf_434_f39d42a2_e2ba_4ee3_add3_b4fa4ae25dad|Embedded Dataflow
EDF_VIEW434|Reader EID_2_EABAPDF_VIEW434_0|Transform
EID_2_EABAPDF_VIEW434_0__Driver The SAP job was canceled for host
<*****>, job name <ZISCUSTOMERMASTERCOMPANYC 05/14/14 13:36:40>, job
count <13364100>, job log from SAP <*****>. This message contains some
internal system details which have been hidden for security. If you
need
to see the full contents of the original message, ask your
administrator
to assign additional privileges to your account. (COR-10690)
OR
Data Services execution failed for GENERAL MATERIAL DATA MARA. Error :
(14.2) 05-14-14 17:48:18 (E) (1256:6164) RES-020106: |SESSION JOB_VView_427_cc24f0fc_5063_4c78_8069_9284f1b90848|DATAFLOW EABAPDF_VIEW427_0|STATEMENT <GUID::'c653fd4c-0efa-473f-b280-f4430440939e::40f26e19-6a6d-4def-838c-c27f60f8fd49::3f2886f5-6c62-42af-8a97-cf3be217727a' READ TABLE ICCDS_92."".MARA OUTPUT(IS_VIEW_RDR_222_0)> Table <MARA> for owner <> was not found in the repository for datastore <ICCDS_92>. Import this table from the external source. If the name is case-sensitive in the database (and not all uppercase), enter the name as it appears in the database and use double-quotation marks around the name to preserve the case. (COR-10690)
Im not sure if the rfc connection to the SAP ERP is functional because this error appears:
Error Details ERROR: program SAPDS not registered
Error Details LOCATION: SAP-Gateway on host xxxxxxx /
sapgw00
Error Details DETAIL: TP SAPDS not registered
Error Details COMPONENT: SAP-Gateway
Viewing data from tables is working but viewing data from views gives errors above.
Any ideas ?
Best regards,
Robert Eberle

Hi
well that makes sense, I did't see the transport files you mentioned in the Transport Queue in the
ERP system.
But, in KB 1971036 it is explained that the newer transport files should be imported from
OSS Note 1916294 after deleting the functions /BODS/BODS. (see attachment)
Do you think I should import first the transport files from the Admin
directory, then reimport those from note 1916294 or not ?
Regards,
Robert

Similar Messages

  • Error in Abap code when combining data from two tables

    Hi,
    I got error in my code when  i try to select data based on two tables
    error message Unknown column name "(" field list. field list. field list. field list.
    select ( WLK1~ARTNR )
              into ZOXE1D0041-ZZPROMO
              from WLK1 INNER JOIN T001W
              ON WLK1FILIA = T001WKUNNR.
              where WLK1-PFLKN NE 'P' AND
              WLK1-QUELL NE '2'.
    Table 1 WLK1
    ARTNR   FILIA       PFLKN                  QUELL
    001         C001        P                           2
    002         C001        A                          1
    Table 2  T001W
    KUNNR                WERKS
    C001                    P001
    My requirement is to extract from article number from table WLK1 where the customer number (FILIA) matches with Customer number from (T001W) and plant (WERKS).
    In conclusion I like to have this only this row
    ARTNR   FILIA       PFLKN                  QUELL
    002         C001        A                          1

    Hi
    You need to append every article number after each select is performed
    is this an intermal table ZOXE1D0041 with header line ? if yes
    then do this way
    select WLK1~ARTNR
    into ZZARTICLE
    from WLK1 INNER JOIN T001W
    ON WLK1FILIA = T001WKUNNR
    where WLK1~PFLKN NE 'P' AND
    WLK1~PFLKN NE 'S' AND
    WLK1~QUELL NE '2'.
    ZOXE1D0041-ZZLISTARTICLE = ZZARTICLE.
    Append ZOXE1D0041.  " <edited>
    endselect.
    then ZOXE1D0041 will have all article numbers.
    Edited by: Sonal Patel on Sep 5, 2009 10:27 AM

  • Error in WAD Template when no data.

    Hi All!!
    I'm working with BW 7 SP 15
    I have a query that has the characteristic 0FISPER in the Columns side, above the  key figures, so the query displays the data per month.
    The problem is when I include this query into a WAD Template and I set the property "new lines" to 1, when this template is executed and the result is empty the following error appears (only when there're no data to display and only when 0FISPER is above key figures, when I put 0FISPER on rows side, It does it correctly):
    <i><b>Invalid state: Section I is valid, but neither II nor III.
    java.lang.RuntimeException: Invalid state: Section I is valid, but neither II nor III.
    at com.sap.ip.bi.webapplications.ui.items.analysis.virtualmatrix.impl.VirtualMatrixBlockMerge.init(VirtualMatrixBlockMerge.java:137)
    at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableExport.validateRendering(AcPivotTableExport.java:510)
    at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableInteractive.buildUrTree(AcPivotTableInteractive.java:325)
    at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:33)
    at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)
    Query String (Current Browser Request) BI_COMMAND=&BI_COMMAND-BI_ADVANCED=DLG_VARIABLE_DropdownVariants&BI_COMMAND-BI_COMMAND_TYPE=PASSIVE_VALUE_TRANSFER&BI_COMMAND-PASSIVE_ID=DLG_VARIABLE_DropdownVariants_combobox&BI_COMMAND-PASSIVE_VALUE=&BI_COMMAND-TARGET_DIALOG_REF=DLG_VARIABLE&BI_COMMAND_1=&BI_COMMAND_1-BI_ADVANCED=DLG_VARIABLE_VAR_1_INPUT&BI_COMMAND_1-BI_COMMAND_TYPE=PASSIVE_VALUE_TRANSFER&BI_COMMAND_1-PASSIVE_ID=DLG_VARIABLE_VAR_1_INPUT_inp&BI_COMMAND_1-PASSIVE_VALUE=1&BI_COMMAND_1-TARGET_DIALOG_REF=DLG_VARIABLE&BI_COMMAND_2=&BI_COMMAND_2-BI_ADVANCED=DLG_VARIABLE_VAR_2_INPUT&BI_COMMAND_2-BI_COMMAND_TYPE=PASSIVE_VALUE_TRANSFER&BI_COMMAND_2-PASSIVE_ID=DLG_VARIABLE_VAR_2_INPUT_inp&BI_COMMAND_2-PASSIVE_VALUE=10&BI_COMMAND_2-TARGET_DIALOG_REF=DLG_VARIABLE&BI_COMMAND_3=&BI_COMMAND_3-BI_ADVANCED=DLG_VARIABLE_VAR_3_INPUT&BI_COMMAND_3-BI_COMMAND_TYPE=PASSIVE_VALUE_TRANSFER&BI_COMMAND_3-PASSIVE_ID=DLG_VARIABLE_VAR_3_INPUT_inp&BI_COMMAND_3-PASSIVE_VALUE=009.2009-009.2009&BI_COMMAND_3-TARGET_DIALOG_REF=DLG_VARIABLE&BI_COMMAND_4=&BI_COMMAND_4-BI_ADVANCED=DLG_VARIABLE_VAR_4_INPUT&BI_COMMAND_4-BI_COMMAND_TYPE=PASSIVE_VALUE_TRANSFER&BI_COMMAND_4-PASSIVE_ID=DLG_VARIABLE_VAR_4_INPUT_inp&BI_COMMAND_4-PASSIVE_VALUE=v1&BI_COMMAND_4-TARGET_DIALOG_REF=DLG_VARIABLE&BI_COMMAND_5=&BI_COMMAND_5-BI_COMMAND_TYPE=OK&BI_COMMAND_5-TARGET_DIALOG_REF=DLG_VARIABLE&REQUEST_ID=1
    Query String (Current Server Request) BI_COMMAND-BI_COMMAND_TYPE=UPDATE
    Query String (Initial Browser Request) DUMMY=0&TEMPLATE=ZIP_WCO003_NOSIRVE
    RTL false
    Request URL http://achmexdvw1.mx.achfood.com:50200
    SAP_BW_IVIEW_ID pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.bex
    SAP_EXTERNAL_SID FMZuPSJbo1ORoV1*1wciywSsHHVBVUbgIy5fjefoHQTA
    THEME_NAME captest
    TRACE false
    TRAY_TYPE PLAIN
    Template (Main Object) BTMP ZIP_WCO003_NOSIRVE
    Template (Main) ZIP_WCO003_NOSIRVE
    Template Parameters <parameterList>
      <param name="BODY_ONLY" value="X"/>
      <param name="CHECK_POPUP_BLOCKER" value="X"/>
      <param name="DATA_MODE" value="NEW"/>
      <param name="DOCUMENT_SAVE_LEVEL" value="0"/>
      <param name="ERRORS_VISIBLE" value="X"/>
      <param name="INFORMATION_VISIBLE" value="X"/>
      <param name="ITEMS_STATELESS" value="false"/>
      <param name="MELT_VARIABLES" value="X"/>
      <param name="REPORT_REPORT_DISPLAY_TARGET" value="X"/>
      <param name="RRI_OPEN_MODE" value="OPEN_IN_SEPARATE_WINDOW">
        <param name="OPEN_IN_SEPARATE_WINDOW" value=""/>
      </param>
      <param name="START_STATELESS_INTERVAL" value="0"/>
      <param name="STATELESS" value="false"/>
      <param name="SYSTEM_MESSAGES_VISIBLE" value="X">
        <param name="SYSTEM_MESSAGES_DISPLAY_MODE" value="ALWAYS"/>
      </param>
      <param name="TEMPLATE_VERSION" value="1"/>
      <param name="USE_CONTEXT_MENU_SNIPPETS" value="X"/>
      <param name="USE_LAYERED_WINDOWS" value="X"/>
      <param name="USE_SPECIFIC_VARIANT_CATALOG" value="X"/>
      <param name="WARNINGS_VISIBLE" value="X"/>
      <param name="WINDOW_MODE" value="modal"/>
    </parameterList>
    com.sap.ip.bi.base.exception.BIBaseRuntimeException: Error while generating HTML     at com.sap.ip.bi.webapplications.ui.items.UiItem.render(UiItem.java:365)     at com.sap.ip.bi.webapplications.runtime.rendering.impl.ContainerNode.render(ContainerNode.java:63)     at com.sap.ip.bi.webapplications.runtime.rendering.impl.PageAssemblerRenderingRoot.processRendering(PageAssemblerRenderingRoot.java:52)     at com.sap.ip.bi.webapplications.runtime.impl.Page.buildRenderingTree(Page.java:4080)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRenderingRootNode(Page.java:4135)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRendering(Page.java:3796)     at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:3756)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2661)     at com.sap.ip.bi.webapplications.runtime.impl.Page.doServerRedirect(Page.java:3438)     at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:3662)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2661)     at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:978)     at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:864)     at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:488)     at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:22)     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)     at java.security.AccessController.doPrivileged(Native Method)     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)     at java.security.AccessController.doPrivileged(Native Method)     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)Caused by: java.lang.RuntimeException: Invalid state: Section I is valid, but neither II nor III.     at com.sap.ip.bi.webapplications.ui.items.analysis.virtualmatrix.impl.VirtualMatrixBlockMerge.init(VirtualMatrixBlockMerge.java:137)     at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableExport.validateRendering(AcPivotTableExport.java:510)     at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableInteractive.buildUrTree(AcPivotTableInteractive.java:325)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:33)     at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)     at com.sap.ip.bi.webapplications.ui.advancedcontrols.bridge.AcItemBridge.iterateOverChildren(AcItemBridge.java:61)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)     at com.sap.ip.bi.webapplications.ui.unifiedrendering.controls.FlowLayoutItem.iterateOverChildren(FlowLayoutItem.java:63)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)     at com.sap.ip.bi.webapplications.ui.unifiedrendering.controls.FlowLayout.iterateOverChildren(FlowLayout.java:69)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)     at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.start(CompositeBuildUrTreeTrigger.java:59)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.ExtendedRenderManager.triggerComposites(ExtendedRenderManager.java:69)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.BICompositeManager.renderRoot(BICompositeManager.java:79)     at com.sap.ip.bi.webapplications.ui.items.UiItem.render(UiItem.java:363)     ... 46 more</b></i>
    Thnks for your help!!!
    Yolanda.

    Hi Yolanda,
    it´s as you already figured out - 0FISCPER is the problem.
    When you want to create new lines, there can not be a dynamic characteristic in the columns. Each column has to be defined with single values.
    Try to create restricted key figures for the periods you need to show.
    regards
    Cornelia

  • Error ora-24338 happened  when change data source on crystal report

    Hi Guys:
    I made a report on my test envariment (this report involve stored procedure and it return a ref cursor from oracle database to the report). after i test it, i decided to move this report to the production database. However when i updated the database location, it shows me the following error:
    database connector error: 'ORA-24338': statement handle not executed [database wender code: 24338]
    then it shows:
    some tables could not be replaced, as no match was found in the new data source. please spacify the table required for any unmodified tables.
    then it shows:
    database connection error
    all the tables and code in test database and production database are same.
    anyone can help me?
    thanks
    Howard

    after you went to database
    set datasource location
    updated it.
    did a mapping box come up
    did you then verify the database to pull in the new records or tables?
    i would run the query on the server to see if it returns values.
    you may also need to set your overqualified table name
    database
    set datasource
    locate the table or sp in the top box
    the + next to the sp or table
    click
    open properities +
    overqualified table name F2
    enter the table or sp in there
    then verify your database and try to run against the prod server

  • Odd error with toolbar resizing when view pushed onto navigation stack

    I have a drill down application with a detail view containing a scroll view which has a number of text fields, etc, and a table view. I have added a toolbar which which appears above the keyboard (including animating in and out with the keyboard in the keyboards show/hide methods).
    The problem is that, while the keyboard toolbar appears fine normally, when I push a new view controller onto the navigation controller stack (by selecting one of the cells in the table view), the keyboard toolbar visibly warps to fill the whole screen as the new view is sliding in.
    Furthermore, when I go back to the previous view, the keyboard no longer has the toolbar above it, even though the size/position of the keyboard is the same as before in the keyboardWillShow method.
    I am getting the frame rect for the keyboard toolbar as follows:
    UIWindow* mainWindow = [UIApplication sharedApplication].keyWindow;
    UIView* mainView = self.view.superview;
    NSTimeInterval animationDuration = [[info objectForKey:UIKeyboardAnimationDurationUserInfoKey] doubleValue];
    keyboardFrameRect = [[info objectForKey:UIKeyboardFrameEndUserInfoKey] CGRectValue];
    keyboardFrameRect = [mainWindow convertRect:keyboardFrameRect toView:mainView];
    Where self.view is the scroll view (I am using the scroll view's parent view to make sure the tab bar is calculated independently of the scroll view's scroll).
    I'm not sure if this is a common problem, or if I'm trying to do something that you're not supposed to, so if anybody has any advice I'd be grateful.

    this question has been resolved by an apple tech support guy and as such I am closing this question and marking it as answered.

  • Error message in IE when viewing output. whskin_tbars.htm

    ROBOHELP HTML 8.
    Hello,
    I generate my webhelp files. Add them to the application file. Build, Deploy, etc,
    Then when accessing the help file directly or through the application(web application) using Internet Explorer 8, I get an error...
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0; .NET4.0C; .NET4.0E)
    Timestamp: Wed, 3 Nov 2010 19:07:56 UTC
    Message: Expected ';'
    Line: 21
    Char: 12
    Code: 0
    URI: https://vmgenqa03/MeiTpm/help/ENG/whskin_tbars.htm
    It still loads the help and goes away when you start navigating, But what is causing it and how can I get rid of it?
    Does not happen in Firefox, but we only support IE.
    Thanks,
    Stephen

    Hi William,
    Thanks for you help. Here is the whole file...
    <html>
    <head>
    <title> WebHelp Navigation Toolbar </title>
    <meta name="generator" content="Adobe RoboHelp 8" />
    <meta name="description" content="WebHelp 5.50" />
    <style>
    <!--
    body {margin:0;}
    -->
    </style>
    <script language="javascript" src="whver.js"></script>
    <script language="javascript1.2" src="whutils.js"></script>
    <script language="javascript1.2" src="whmsg.js"></script>
    <script language="javascript1.2" src="whproxy.js"></script>
    <script language="javascript1.2" src="whmozemu.js"></script>
    <script language="javascript1.2" src="whtbar.js"></script>
    <script type="text/javascript" language="JavaScript1.2">
    //<![CDATA[
    var history.go = function(-1)
    var topicPane = top.frames[1].frames[1];
    topicPane.focus(-1);
    topicPane.history.go(-1);
    //]]>
    </script>
    </head>
    <body marginheight="0"  marginwidth="0"  bgcolor="White"     scroll="no">
    <script language="javascript1.2">
    <!--
    if (window.gbWhTBar)
        setButtonFont("toc","Verdana","8pt","#333333","Normal","Bold","none");
    setButtonFont("toc","Verdana","8pt","#333333","Normal","Bold","none", true);
    setButtonFont("idx","Verdana","8pt","#333333","Normal","Bold","none");
    setButtonFont("idx","Verdana","8pt","#333333","Normal","Bold","none", true);
    setButtonFont("fts","Verdana","8pt","#333333","Normal","Bold","none");
    setButtonFont("fts","Verdana","8pt","#333333","Normal","Bold","none", true);
    setButtonFont("glo","Verdana","8pt","#333333","Normal","Bold","none");
    setButtonFont("glo","Verdana","8pt","#333333","Normal","Bold","none", true);
    setButtonFont("searchform","Verdana","8pt","#333333","Normal","Bold","none");
    setButtonFont("searchform","","","","","","", true);
    setButtonFont("banner","","","","","","");
    setButtonFont("banner","","","","","","", true);
    setButtonFont("custom9412","Verdana","8pt","#333333","Normal","Bold","none");
    setButtonFont("custom9412","Verdana","8pt","#333333","Normal","Bold","none", true);
    setButtonFont("custom24912","Verdana","8pt","#333333","Normal","Bold","none");
    setButtonFont("custom24912","Verdana","8pt","#333333","Normal","Bold","none", true);
        gsIToc = "wht_toc_n.gif";
        gsITocS = "wht_toc_h.gif";
        gsIIndex = "wht_idx_n.gif";
        gsIIndexS = "wht_idx_h.gif";
        gsISearch = "wht_fts_n.gif";
        gsISearchS = "wht_fts_h.gif";
        gsIGlossary = "wht_glo_n.gif";
        gsIGlossaryS = "wht_glo_h.gif";
        gsIWebSearch = "wht_ws.gif";
        gsIWebSearchD = "wht_ws_g.gif";
        gsIBanner = "wht_logo1.gif";
        gsIGo = "wht_go.gif";
        setBackgroundcolor("White");
        setAlignment("left");
        setGoImage("search.png");
        if (!gsBgImage)
        setButtonBgColor("toc", gsBgColor);
        setButtonBgColor("idx", gsBgColor);
        setButtonBgColor("fts", gsBgColor);
        setButtonBgColor("glo", gsBgColor);
        setButtonBgColor("toc", gsTBSelectedBgColor, true);
        setButtonBgColor("idx", gsTBSelectedBgColor, true);
        setButtonBgColor("fts", gsTBSelectedBgColor, true);
        setButtonBgColor("glo", gsTBSelectedBgColor, true);
        setButtonBgColor("toc","White");
    setButtonBgColor("idx","White");
    setButtonBgColor("fts","White");
    I did add a backbutton through the skin editor with the following commands...
    var history.go = function(-1)
    var topicPane = top.frames[1].frames[1];
    topicPane.focus(-1);
    topicPane.history.go(-1);
    Stephen

  • General Error - Out of memory when viewing clips

    Hi All. I have a problem.
    Right, I have 720p clips, about 5-10 minutes long each, 100-150mb in size. I roughly have about 180 of these clips. Now some of the clips can be viewed, others (most) cannot. Everytime I click to view them, it brings up the error out of memory message. All clips and the project are being done on an external HD (1TB)
    I've attempted to start a new project on the Mac HD, same issue (with the clips still on the external HD) and I've also tried only putting one clip in with the same error message.
    How can I resolve this issue?
    Cheers
    Tony

    Don't convert to DivX, that's not an editing codec either.
    Read my MPEG Streamclip tutorial: http://www.secondchairvideo.com/?p=694

  • Rule sharing between Data services and Information steward

    Hi, I would like to know if there is any way we can share/import Data services validation rules or functions into Information Steward. I know that we can import informaton steward rules/functions in Data services but not sure of vice versa.
    Thanks,

    Pandeyji,
    You can only import rules into Information Steward that were exported from another instance of Information Steward.  You cannot export a validation rule from Data Services to a zip format as is required by Information Steward.  The format that the rules are exported from Data Services are not compatible with import to Information Steward.
    Please refer to the Information Steward User's Guide in the section titled Importing and Exporting rules.  This states "You can also import rules which were exported from other instances of SAP BusinessObjects Information Steward."
    You can of course export rules from Information Steward directly to Data Services where they will be available for use in the Validation transform and in dataflows.
    Thanks,
    Denise

  • Conversion failed when converting date and/or time from character string

    Hi experts,
    I'm trying running a query in Microsoft Query but it gives the following error message:
    "conversion failed when converting date and/or time from character string"
    when asks me the data I'm inserting 31-01-2014
    i've copy the query form the forum:
    SELECT T1.CardCode, T1.CardName, T1.CreditLine, T0.RefDate, T0.Ref1 'Document Number',
         CASE  WHEN T0.TransType=13 THEN 'Invoice'
              WHEN T0.TransType=14 THEN 'Credit Note'
              WHEN T0.TransType=30 THEN 'Journal'
              WHEN T0.TransType=24 THEN 'Receipt'
              END AS 'Document Type',
         T0.DueDate, (T0.Debit- T0.Credit) 'Balance'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')<=-1),0) 'Future'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>=0 and DateDiff(day, T0.DueDate,'[%1]')<=30),0) 'Current'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>30 and DateDiff(day, T0.DueDate,'[%1]')<=60),0) '31-60 Days'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>60 and DateDiff(day, T0.DueDate,'[%1]')<=90),0) '61-90 Days'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>90 and DateDiff(day, T0.DueDate,'[%1]')<=120),0) '91-120 Days'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,'[%1]')>=121),0) '121+ Days'
    FROM JDT1 T0 INNER JOIN OCRD T1 ON T0.ShortName = T1.CardCode
    WHERE (T0.MthDate IS NULL OR T0.MthDate > ?) AND T0.RefDate <= ? AND T1.CardType = 'C'
    ORDER BY T1.CardCode, T0.DueDate, T0.Ref1

    Hi,
    The above error appears due to date format is differnt from SAP query generator and SQL server.
    So you need convert all date in above query to SQL server required format.
    Try to convert..let me know if not possible.
    Thanks & Regards,
    Nagarajan

  • Internal error - access to IT_ADR2_L when adding E1BPADTEL/SMTP segments (i

    When Syndicating Customer Master Data from MDM to ECC (using an iDOC), I receive the following error....
    Internal error - access to IT_ADR2_L
    when adding data in  E1BPADTEL and E1BPADSMTP segments (in E1ADRMAS).
    Has anyone received this error?
    Thanks!!
    MMF

    Dear Harry
    I think there are any permission issue better to talk basis team, because  i has work in my side.

  • Cant open table connection in Data insight

    Hi Experts
    I am new to Information steward. when i am trying to add a table or table by name or file it is show a disabled page, i created a connection to IS Repo and also a project in CMC. what i have to do. please help me
    Thanks in advance
    Prasanna kumar

    Welcome to the communtiy of Information Steward users!
    Please make yourself familiar with the concepts and the product tutorials we have created for SAP Information Steward and made available here on the SCN:
    SAP Information Steward 4.x Product Tutorials
    Ther eis e.g. a Getting Started section with a tutorial on Create Connections, Import table metadata, Import file metadata, ...
    Your start was perfect, you have create a user, a project and during installation you have created a IS repository (which stores all the IS project information, rules, calcualted scores etc.).
    But for accessing any data (database tabels or files) to do a profiling or a data quality assesment task, you have to go first to the CMC and in teh Information Steward section you have to define the database connection TO YOUR SOURCE DATABASE (that includes e.g. dbuser, password etc.) and then in the "Add table" screen within the Information Steward you wil see on the left hand side the selection of the already defined database connections that are visible (granted by the administrator) for you as an IS user. There you will be able to select then the tables form the database that you want to add to your project.
    Hint: After you have checked which tables you want to add to your project from that database connection please do not forget to press the "Add to Project" button on th eupper left corner. when you check the tables and just "Close" the window they will not be added.
    Niels

  • Is it possible to view the Rules data in Information Steward.

    Hi Experts,
    I'm working on Information Steward.Could you please guide me how to work on it.If i'm asking anything wrong correct me.
    In our project (Data Cleansing) source system is MS-SQL Server.
    when i create rules by using parameter,function and value  in Data Insight .
    1)In information steward we can view the table data.Coming part of the rules i'm not able to view the data.
    2)when i click on score card setup icon here i can add Key Data Domains.It will display with yellow exclamantion mark.
    Regards,
    visu.

    Hi Visu,
    you need to calculate the score for your rules by creating a Rule Task (Calculate Score). The scores for your Tables, Columns or Rules can then be viewd in the Workspace Tab under the Rule Result panel.
    These Rule Results are organized for technical focus: I am responsible for a tabel in my databasea nd want to know how good the data within the table is, or within a column...
    The DQ Scorecard is a different concept where you can create a nice drill down scorecard based on a Key Data Domain that you can define. This is for example if you are a Data Steward within your company responsible for the Product Data and you want to get a quick entry point / visualization how good the product data within your company is. (This person might not be aware in how many differnt tables of a database relevant product related data is stored and needs to be assessed, he just wnats to see results for his Key Data domian / Data Entity / Business Object PRODUCT). So the DQ Scorecard is a separate cetup, where you define which Key Data Domain, which Data Quality Dimensions (that you have already assigned to your rules), which Rules (that you already have bound to your tables) and which Rule Bindings you want to pick form your basic score calcualition to be conolidated and propagated to the higher level score of your Key Data Domain. That's what you do, when you go to Scorecard Setup. If there is a Exclamation Mark on any level of the Scorecard Setup, it means that you have not added next level of detial in that chain.
    Easy explanaition for why havign separate setup: You might want to defien a central ruel in your company to define valid salutations for persons (Mr. , Ms., unknown), bind them to the physical tables EMPLOYEE, SUPPLIER_CONTACT, CUSTOMER_CONTACT for getting the DQ SCore when setting up the Rule Tasks on the EMPLOYEE, CUSOTMER and SUPPLIER table.
    --> gives you three individual scores, based on one single rule definition.
    But you also want to get a DQ Scorecard for drill down based on the different data objects. So your Scorecard setup has three Key Data Domains: Employee, Supplier, Customer. You add Data Quailty Dimenson to the scorecard set up for each Key Data Domain (chooes the ones you have attched to your single validation rule for the salutation check) then for every Key Data Domain and its Quality Dimension you add at least the Salution Rule (or I expect you have much more rules like validating other fields) and for each and every Key Data Domain / Data Quality Dimension / Rule defined you add the according Rule Binding: To the EMPLOYEE table for the Key Data Domain Employee, etc...
    All concepts are described in the Product tutorials and in the documentation.
    Niels

  • HT201318 I keep getting an error message when trying to purchase asdditional icloud storage. All information is up to date.

    I get an error message when trying to purchase addtional icloud storage.  All of my credit card and account information is up to date.

    This behavior was described here many times.
    Apple delivered a technote about that.
    Go to my public BOX (address below)
    Download :
    public_YK›
    for_iWork'09›
    other_iWork'09 items ›
    uninstall iWork '09.zip
    Expand the archive then run the script.
    After that, reinstall the application (or the entire package)
    If you bought Pages thru the Mac App Store, there is no need to pay one more time.
    Yvan KOENIG (VALLAURIS, France) jeudi 26 avril 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.3
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • When viewing a photo in full screen, how do I get the file information and data along the footer.  How do i get that to go off?  Preferences.....???

    Love full screen view, but my file information and data are showing along the footer.  How do I change me settings so this doesn't show?
    Thanks!!!!

    Anne, didn't the answers Frank and I gave in the other tread work? See:
    Re: How do I turn of the focus points in Aperture when viewing a photo in a non-thumbnail view?  Thanks!
    Or did you want to know something differently?

  • Errors when loading data to ODS

    Hi,
    I am getting the following dump when loading data to ODS
    whta might be the problem
    Runtime Error          MESSAGE_TYPE_X
    Date and Time          29.09.2006 14:26:52
    ShrtText
    The current application triggered a termination with a short dump.
    What happened?
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    is especially useful if you want to keep a particular message.
    Error analysis
    Short text of error message:
    Test message: SDOK_GET_PHIO_ACCESS 001
    Technical information about the message:
    Message classe...... "1R"
    Number.............. 000
    Variable 1.......... "SDOK_GET_PHIO_ACCESS"
    Variable 2.......... 001
    Variable 3.......... " "
    Variable 4.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "MESSAGE_TYPE_X" C
    "SAPLSDCL" or "LSDCLF00"
    "INTERNAL_ERROR"
    If you cannot solve the problem yourself and you wish to send
    an error message to SAP, include the following documents:
    1. A printout of the problem description (short dump)
    To obtain this, select in the current display "System->List->
    Save->Local File (unconverted)".
    2. A suitable printout of the system log
    To obtain this, call the system log through transaction SM21.
    Limit the time interval to 10 minutes before and 5 minutes
    after the short dump. In the display, then select the function
    "System->List->Save->Local File (unconverted)".
    3. If the programs are your own programs or modified SAP programs,
    supply the source code.
    To do this, select the Editor function "Further Utilities->
    Upload/Download->Download".
    4. Details regarding the conditions under which the error occurred
    or which actions and input led to the error.
    System environment
    SAP Release.............. "640"
    Application server....... "bomw093a"
    Network address.......... "132.186.125.66"
    Operating system......... "Windows NT"
    Release.................. "5.2"
    Hardware type............ "4x Intel 801586"
    Character length......... 8 Bits
    Pointer length........... 32 Bits
    Work process number...... 16
    Short dump setting....... "full"
    Database server.......... "BOMW093A"
    Database type............ "ORACLE"
    Database name............ "BIW"
    Database owner........... "SAPDAT"
    Character set............ "English_United State"
    SAP kernel............... "640"
    Created on............... "Nov 4 2004 23:26:03"
    Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
    Database version......... "OCI_920_SHARE "
    Patch level.............. "43"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 8.1.7.., ORACLE 9.2.0.."
    SAP database version..... "640"
    Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
    Memory usage.............
    Roll..................... 8112
    EM....................... 6271776
    Heap..................... 0
    Page..................... 24576
    MM Used.................. 3921120
    MM Free.................. 258392
    SAP Release.............. "640"
    User and Transaction
    Client.............. 800
    User................ "IC881147"
    Language key........ "E"
    Transaction......... " "
    Program............. "SAPLSDCL"
    Screen.............. "SAPMSSY0 1000"
    Screen line......... 6
    Information on where terminated
    The termination occurred in the ABAP program "SAPLSDCL" in "INTERNAL_ERROR".
    The main program was "RSRD_BROADCAST_PROCESSOR ".
    The termination occurred in line 25 of the source code of the (Include)
    program "LSDCLF00"
    of the source code of program "LSDCLF00" (when calling the editor 250).
    The program "SAPLSDCL" was started as a background job.
    Job name........ "SECOQUERY"
    Job initiator... "IC881147"
    Job number...... 14265102
    Source Code Extract
    Line
    SourceCde
    1
    2
      INCLUDE LSDCLF00                                                   *
    3
    4
    5
    6
          FORM INTERNAL_ERROR                                           *
    7
    8
          Handles unexpected error conditions (internal errors)
    9
    10
    -->  VALUE(U_ROUTINE)    Routine/function module where error occured
    11
    -->  VALUE(U_ERROR_CODE) Identifier in routine (e.g. number)
    12
    -->  VALUE(U_VAR1)       Variable containing further information
    13
    -->  VALUE(U_VAR2)       Variable containing further information
    14
    -->  VALUE(U_VAR3)       Variable containing further information
    15
    -->  VALUE(U_VAR4)       Variable containing further information
    16
    17
    form internal_error
    18
    using value(u_routine)
    19
    value(u_error_code)
    20
    value(u_var1)
    21
    value(u_var2)
    22
    value(u_var3)
    23
    value(u_var4).
    24
    >>>>>
    message x000 with u_routine u_error_code u_var1 u_var2.
    26
    27
    endform.
    28
    29
    30
    *&      Form  BAD_OBJECT_TO_SYMSG
    31
    32
          maps error information in u_bad_object into system message
    33
          variables
    34
    35
    -->  VALUE(U_BAD_OBJECT)  structure containing error information
    36
    37
    form bad_object_to_symsg
    38
    using value(u_bad_object) type sdokerrmsg.
    39
    40
    sy-msgid = u_bad_object-id.
    41
    sy-msgty = u_bad_object-type.
    42
    sy-msgno = u_bad_object-no.
    43
    sy-msgv1 = u_bad_object-v1.
    44
    sy-msgv2 = u_bad_object-v2.
    Contents of system fields
    Name
    Val.
    SY-SUBRC
    0
    SY-INDEX
    0
    SY-TABIX
    1
    SY-DBCNT
    4
    SY-FDPOS
    0
    SY-LSIND
    0
    SY-PAGNO
    0
    SY-LINNO
    1
    SY-COLNO
    1
    SY-PFKEY
    SY-UCOMM
    SY-TITLE
    Report Dissemaintion Framework: Executing the Transferred Settings
    SY-MSGTY
    X
    SY-MSGID
    1R
    SY-MSGNO
    000
    SY-MSGV1
    SDOK_GET_PHIO_ACCESS
    SY-MSGV2
    001
    SY-MSGV3
    SY-MSGV4
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
    Name
    15 FORM         SAPLSDCL                            LSDCLF00                               25
    INTERNAL_ERROR
    14 FORM         SAPLSDCI                            LSDCIU13                              303
    PHIO_GET_CONTENT_ACCESS
    13 FUNCTION     SAPLSDCI                            LSDCIU13                              113
    SDOK_PHIO_GET_CONTENT_ACCESS
    12 FUNCTION     SAPLSKWF_CONTENT                    LSKWF_CONTENTU02                       63
    SKWF_PHIO_CONTENT_ACCESS_GET
    11 METHOD       CL_RSRA_KWF_UTILITIES=========CP    CL_RSRA_KWF_UTILITIES=========CM00B    50
    CL_RSRA_KWF_UTILITIES=>COPY_MIME_TO_FOLDER
    10 METHOD       CL_RSRA_KWF_TMPL==============CP    CL_RSRA_KWF_TMPL==============CM002    28
    CL_RSRA_KWF_TMPL=>GET_STYLESHEET
    9 METHOD       CL_RSRA_KWF_TMPL==============CP    CL_RSRA_KWF_TMPL==============CM001   227
    CL_RSRA_KWF_TMPL=>CONSTRUCTOR
    8 METHOD       CL_RSRA_ENGINE_BC=============CP    CL_RSRA_ENGINE_BC=============CM010     9
    CL_RSRA_ENGINE_BC=>SET_TEMPLATE_FOLDER
    7 METHOD       CL_RSRA_ENGINE_BC=============CP    CL_RSRA_ENGINE_BC=============CM001    75
    CL_RSRA_ENGINE_BC=>CONSTRUCTOR
    6 METHOD       CL_RSRA_JOB===================CP    CL_RSRA_JOB===================CM003    47
    CL_RSRA_JOB=>EXECUTE_SINGLE
    5 METHOD       CL_RSRA_JOB===================CP    CL_RSRA_JOB===================CM00E    14
    CL_RSRA_JOB=>EXECUTE_SINGLE_RC
    4 METHOD       CL_RSRD_PRODUCER_RA===========CP    CL_RSRD_PRODUCER_RA===========CM001   147
    CL_RSRD_PRODUCER_RA=>IF_RSRD_F_PRODUCER_RT~PRODUCE
    3 METHOD       CL_RSRD_SETTING===============CP    CL_RSRD_SETTING===============CM005    28
    CL_RSRD_SETTING=>EXECUTE_NODES
    2 METHOD       CL_RSRD_SETTING===============CP    CL_RSRD_SETTING===============CM002    73
    CL_RSRD_SETTING=>EXECUTE
    1 EVENT        RSRD_BROADCAST_PROCESSOR            RSRD_BROADCAST_PROCESSOR              197
    START-OF-SELECTION
    Chosen variables
    Name
    Val.
    No.      15 Ty.          FORM
    Name  INTERNAL_ERROR
    U_ROUTINE
    SDOK_GET_PHIO_ACCESS
    54445445554445444455
    34FBF754F089FF133533
    SY-MSGV1
    SDOK_GET_PHIO_ACCESS
    54445445554445444455222222222222222222222222222222
    34FBF754F089FF133533000000000000000000000000000000
    U_ERROR_CODE
    001
    333
    001
    SY-MSGV2
    001
    33322222222222222222222222222222222222222222222222
    00100000000000000000000000000000000000000000000000
    U_VAR1
    2
    0
    SY-MSGV3
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    SDOKI_MODE_DELETE
    5
    0000
    5000
    U_VAR2
    2
    0
    SY-MSGV4
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    No.      14 Ty.          FORM
    Name  PHIO_GET_CONTENT_ACCESS
    SYST
    ####################################################A#######P###############è#################
    0000000000000000000000000000000000000000000000000000400000005000000000000000E00000000000000000
    0000000010002000000000000000000000000000400000001000100010000000000000000000840000000000000000
    PHIO_OBJECT_ID-CLASS
    2222222222
    0000000000
    DUMMY_VERSTYPE
    0
    3
    0
    DUMMY_FCT_EXPORT
    222222222222222222222222222222
    000000000000000000000000000000
    DUMMY_FCT_IMPORT
    222222222222222222222222222222
    000000000000000000000000000000
    DUMMY_FCT_DELETE
    222222222222222222222222222222
    000000000000000000000000000000
    FCT_VIEW
    222222222222222222222222222222
    000000000000000000000000000000
    BUFF_XPIRE
    000000000000
    333333333333
    000000000000
    NO_BUFFER
    2
    0
    SUBRC_AUX
    3
    0000
    3000
    SDOKA_EVENT_PH_FROM_REL_PRE
    0022
    3333
    0022
    SCREEN
    %_17SNS0001592815_%_%_%_%_%_%_
    2533545333333333352525252525252222222222222222222222222222222222222222222222222222222222222222
    5F173E30001592815F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000
    <%_TABLE_SDOKSTRE>
    SY-XFORM
    CONVERSION_EXIT
    444545544454545222222222222222
    3FE65239FEF5894000000000000000
    CONTEXT[]
    Table IT_5544[0x89]
    FUNCTION=SKWF_PHIO_CONTENT_ACCESS_GETDATA=CONTEXT[]
    Table reference: 324
    TABH+  0(20) = 00000000801CE03C0000000044010000A8150000
    TABH+ 20(20) = 0000000059000000FFFFFFFF047B0200D00E0000
    TABH+ 40( 8) = 10000000C1248000
    store        = 0x00000000
    ext1         = 0x801CE03C
    shmId        = 0     (0x00000000)
    id           = 324   (0x44010000)
    label        = 5544  (0xA8150000)
    fill         = 0     (0x00000000)
    leng         = 89    (0x59000000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000058
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = Not allocated
    pghook       = Not allocated
    idxPtr       = Not allocated
    refCount     = Not allocated
    tstRefCount  = Not allocated
    lineAdmin    = Not allocated
    lineAlloc    = Not allocated
    store_id     = Not allocated
    shmIsReadOnly = Not allocated
    >>>>> 1st level extension part <<<<<
    regHook      = 0x00000000
    hsdir        = 0x00000000
    ext2         = 0x381CE03C
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0x98DC033D
    delta_head   = 000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x00000000
    pb_handle    = 0x00000000
    CONTEXT
    22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    PROPERTIES[]
    Table[initial]
    PROPERTIES
    22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    No.      13 Ty.          FUNCTION
    Name  SDOK_PHIO_GET_CONTENT_ACCESS
    ALLOW_MODEL
    2
    0
    CACHE_SERVER
    0000000000
    2222222222222222222222222222222222222222222222222222222222222222333333333322222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    CLIENT
    800
    333
    800
    CONTENT_ONLY
    X
    5
    8
    CONTENT_OR_URL_ONLY
    2
    0
    OBJECT_ID
    222222222222222222222222222222222222222222
    000000000000000000000000000000000000000000
    RAW_MODE
    2
    0
    TEXT_AS_STREAM
    X
    5
    8
    USE_URL_AT
    2
    0
    ACCESS_MODE
    00
    33
    00
    DOCUMENT_HTTPS_URL
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    DOCUMENT_URL
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    MODEL_RETURNED
    2
    0
    COMPONENTS[]
    Table[initial]
    COMPONENT_ACCESS[]
    Table IT_5533[0x8616]
    CLASS=CL_RSRA_KWF_UTILITIESMETHOD=COPY_MIME_TO_FOLDERDATA=L_T_COMPONENT_ACCESS
    Table reference: 337
    TABH+  0(20) = 00000000481BE03C00000000510100009D150000
    TABH+ 20(20) = 00000000A8210000FFFFFFFF04C5010088190000
    TABH+ 40( 8) = 01000000C1248000
    store        = 0x00000000
    ext1         = 0x481BE03C
    shmId        = 0     (0x00000000)
    id           = 337   (0x51010000)
    label        = 5533  (0x9D150000)
    fill         = 0     (0x00000000)
    leng         = 8616  (0xA8210000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000107
    occu         = 1     (0x01000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = Not allocated
    pghook       = Not allocated
    idxPtr       = Not allocated
    refCount     = Not allocated
    tstRefCount  = Not allocated
    lineAdmin    = Not allocated
    lineAlloc    = Not allocated
    store_id     = Not allocated
    shmIsReadOnly = Not allocated
    >>>>> 1st level extension part <<<<<
    regHook      = 0x00000000
    hsdir        = 0x00000000
    ext2         = 0x001BE03C
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0x985D043D
    delta_head   = 000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x00000000
    pb_handle    = 0x00000000
    CONTEXT[]
    Table IT_5544[0x89]
    FILE_CONTENT_ASCII[]
    Table IT_5534[0x1022]
    CLASS=CL_RSRA_KWF_UTILITIESMETHOD=COPY_MIME_TO_FOLDERDATA=L_T_FILE_CONTENT_ASCII
    Table reference: 312
    TABH+  0(20) = 00000000B01BE03C00000000380100009E150000
    TABH+ 20(20) = 00000000FE030000FFFFFFFF04C50100D81A0000
    TABH+ 40( 8) = 10000000C1248000
    store        = 0x00000000
    ext1         = 0xB01BE03C
    shmId        = 0     (0x00000000)
    id           = 312   (0x38010000)
    label        = 5534  (0x9E150000)
    fill         = 0     (0x00000000)
    leng         = 1022  (0xFE030000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000113
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = Not allocated
    pghook       = Not allocated
    idxPtr       = Not allocated
    refCount     = Not allocated
    tstRefCount  = Not allocated
    lineAdmin    = Not allocated
    lineAlloc    = Not allocated
    store_id     = Not allocated
    shmIsReadOnly = Not allocated
    >>>>> 1st level extension part <<<<<
    regHook      = 0x00000000
    hsdir        = 0x00000000
    ext2         = 0x681BE03C
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0xB813043D
    delta_head   = 000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x00000000
    pb_handle    = 0x00000000
    FILE_CONTENT_BINARY[]
    Table IT_5535[0x1022]
    CLASS=CL_RSRA_KWF_UTILITIESMETHOD=COPY_MIME_TO_FOLDERDATA=L_T_FILE_CONTENT_BINARY
    Table reference: 325
    TABH+  0(20) = 00000000181CE03C00000000450100009F150000
    TABH+ 20(20) = 00000000FE030000FFFFFFFF04C50100101B0000
    TABH+ 40( 8) = 10000000C1248000
    store        = 0x00000000
    ext1         = 0x181CE03C
    shmId        = 0     (0x00000000)
    id           = 325   (0x45010000)
    label        = 5535  (0x9F150000)
    fill         = 0     (0x00000000)
    leng         = 1022  (0xFE030000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000114
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = Not allocated
    pghook       = Not allocated
    idxPtr       = Not allocated
    refCount     = Not allocated
    tstRefCount  = Not allocated
    lineAdmin    = Not allocated
    lineAlloc    = Not allocated
    store_id     = Not allocated
    shmIsReadOnly = Not allocated
    >>>>> 1st level extension part <<<<<
    regHook      = 0x00000000
    hsdir        = 0x00000000
    ext2         = 0xD01BE03C
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0xC08FD33C
    delta_head   = 000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x00000000
    pb_handle    = 0x00000000
    PROPERTIES[]
    Table[initial]
    COMPONENT_ACCESS
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    FILE_CONTENT_ASCII
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    FILE_CONTENT_BINARY
    0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    OBJECT_ID_AUX
    222222222222222222222222222222222222222222
    000000000000000000000000000000000000000000
    X_DOCUMENT_URL
    X
    5
    8
    X_DOCUMENT_HTTPS_URL
    X
    5
    8
    X_COMPONENT_ACCESS
    X
    5
    8
    SUBRC_AUX
    0
    0000
    0000
    %_DUMMY$$
    2222
    0000
    %_SPACE
    2
    0
    SY-REPID
    SAPLSDCI
    5454544422222222222222222222222222222222
    310C343900000000000000000000000000000000
    No.      12 Ty.          FUNCTION
    Name  SKWF_PHIO_CONTENT_ACCESS_GET
    CACHE_SERVER
    0000000000
    2222222222222222222222222222222222222222222222222222222222222222333333333322222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    PHIO
    2222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000
    USE_URL_AT
    2
    0
    X_ALLOW_MODEL
    2
    0
    X_CONTENT_ONLY
    X
    5
    8
    X_CONTENT_OR_URL_ONLY
    2
    0
    X_RAW_MODE
    2
    0
    X_TEXT_AS_STREAM
    X
    5
    8
    ACCESS_MODE
    00
    33
    00
    DOCUMENT_HTTPS_URL
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    DOCUMENT_URL
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    ERROR
    000
    2222222222222222222223332222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    X_MODEL_RETURNED
    2
    0
    COMPONENT_ACCESS[]
    Table IT_5533[0x8616]
    CONTEXT[]
    Table IT_5544[0x89]
    FILE_CONTENT_ASCII[]
    Table IT_5534[0x1022]
    FILE_CONTENT_BINARY[]
    Table IT_5535[0x1022]
    PROPERTIES[]
    Table[initial]
    SKWFA_C_ACT_READ
    03
    33
    03
    SYST-REPID
    SAPLSKWF_CONTENT
    5454545454445445222222222222222222222222
    310C3B76F3FE45E4000000000000000000000000
    %_ARCHIVE
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    PHIO+1(42)
    222222222222222222222222222222222222222222
    000000000000000000000000000000000000000000
    CL_ABAP_TABLEDESCR=>TABLEKIND_STD
    S
    5
    3
    SKWFC_YES
    X
    5
    8
    No.      11 Ty.          METHOD
    Name  CL_RSRA_KWF_UTILITIES=>COPY_MIME_TO_FOLDER
    I_S_MIME_IO
    FM_FOLDER  3AA00E1E0D0E3DCBE10000000A1144B5
    4454444452234433434343434444333333334333343
    6DF6FC4520031100515040534325100000001114425
    I_S_FOLDER_IO
    FBW_FLD    08BSWBLVV6N1IJCIG3VHEX2H8
    4455444222233455445534344444354453432222222
    627F6C40000082372C666E19A397368582880000000
    L_T_PROPERTY_REQUEST
    Table IT_5512[1x25]
    CLASS=CL_RSRA_KWF_UTILITIESMETHOD=COPY_MIME_TO_FOLDERDATA=L_T_PROPERTY_REQUEST
    Table reference: 316
    TABH+  0(20) = 28D5D23C68D5D23C000000003C01000088150000
    TABH+ 20(20) = 0100000019000000FFFFFFFF04C5010038110000
    TABH+ 40( 8) = 10000000C1248400
    store        = 0x28D5D23C
    ext1         = 0x68D5D23C
    shmId        = 0     (0x00000000)
    id           = 316   (0x3C010000)
    label        = 5512  (0x88150000)
    fill         = 1     (0x01000000)
    leng         = 25    (0x19000000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000069
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 1
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0xC00BE03C
    pghook       = 0x00000000
    idxPtr       = 0x00000000
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 16    (0x10000000)
    lineAlloc    = 16    (0x10000000)
    store_id     = 3644  (0x3C0E0000)
    shmIsReadOnly = 0     (0x00000000)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x00000000
    hsdir        = 0x00000000
    ext2         = 0x600DE03C
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0x98D5033D
    delta_head   = 000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x00000000
    pb_handle    = 0x00000000
    L_S_PROPERTY_REQUEST
    KW_RELATIVE_URL
    4555444545455542222222222
    B7F25C14965F52C0000000000
    L_T_PHIO
    Table IT_5494[1x43]
    CLASS=CL_RSRA_KWF_UTILITIESMETHOD=COPY_MIME_TO_FOLDERDATA=L_T_PHIO
    Table reference: 309
    TABH+  0(20) = E8D4D23CE0D3D23C000000003501000076150000
    TABH+ 20(20) = 010000002B000000FFFFFFFF04C5010018120000
    TABH+ 40( 8) = 10000000C1248000
    store        = 0xE8D4D23C
    ext1         = 0xE0D3D23C
    shmId        = 0     (0x00000000)
    id           = 309   (0x35010000)
    label        = 5494  (0x76150000)
    fill         = 1     (0x01000000)
    leng         = 43    (0x2B000000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000073
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x2010E03C
    pghook       = 0x00000000
    idxPtr       = 0x00000000
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 16    (0x10000000)
    lineAlloc    = 16    (0x10000000)
    store_id     = 3643  (0x3B0E0000)
    shmIsReadOnly = 0     (0x00000000)

    Hi priya,
    Not sure: check syntax in your Update Roules, also at level of start routine.
    Ciao.
    Riccardo.

Maybe you are looking for

  • Trying to use webutil  - Works in development, will not work on app server.

    I am having a similar problem. I have followed all the instructions from above. I run my code in the developer and it runs fine. If I run my code from the application server I get locked up. Here is the output from my java console. Oracle JInitiator:

  • How do I add a new Apple ID for wife's iPhone 5s?

    Presently my wife and I share an Apple ID for all of our apple products.  How ever we run into the problem of her contacts and my contacts merging when we do back ups and syncing.  I am afraid that if I create a new ID for my wife's iPhone I will los

  • Ei.cfg not being seen by windows installer on Windows 7 Home Premium 64 bit retail disk.

    My problem is that the retail disk of Windows 7 Home Premium 64bit has no ei.cfg restrictions. Instead of choosing the correct operating system ID, on install, the .cfg is coming from some where else installing a custom version of windows that is a d

  • Current Date on PDF Document

    I have a current pdf document created in Adobe Acrobat 9.0 Professional. At the bottom of each page, I would like for the current date to be displayed whenever someone prints a copy of the document. Can anyone give me an easy way to do this? I added

  • OID installation

    Hi I am wondering if anyone has a good guide how to install oracle internet directory for 10g on Linux or windows?