Error on BSP

I'm new with BSP and I have a problem with a bsp, but it doesn't work, I have this error and I don't know how to fix it, I would like some of help, thanks!
Error in Browser: Error Business Server Page (BSP)
¿Qué ha sucedido? Se ha producido un error al llamar la página BSP a causa de un error
Nota:Se ha procesado en el sistema el texto de error siguiente:<htmlb:tableView>: (table) Der Attributwert ist keine Tabelle
Clase de error:
Su equipo SAP Business Server Pages

This is the layout, I used the iterator, and still doesn't work :S thanks
<htmlb:content design="design2002">
  <htmlb:page title = "Customer Information Page ">
    <htmlb:form>
      <htmlb:tableView    id                = "tv_kna1"
                          table             = "<%=it_kna1 %>"
                          visibleRowCount   = "10"
                          iterator        = "<%=iterator%>"
                          selectionMode     = "SINGLESELECT"
                          onRowSelection    = "rowSelection"
                          keyColumn         = "KUNNR"          />
      <htmlb:button       text                = "Press Me"
                          onClientClick       = "getData()" />
    </htmlb:form>
  </htmlb:page>
</htmlb:content>

Similar Messages

  • MINIWAS Error: Database BSP NOT started

    Please i need help . when initializing the data base this is the error:
    C:\MiniWAS>dbmcli -U c db_warm
    ERR
    -24988,ERR_SQL: sql error
    -902,Message not available
    Error: Database BSP NOT started !
    Thanks
    when star SAP MBS this message:
    C:\MiniWAS>REM =====================================================
    C:\MiniWAS>REM   Set the Environment for the DB Connect
    C:\MiniWAS>REM =====================================================
    C:\MiniWAS>set DBMS_TYPE=ada
    C:\MiniWAS>set PATH=C:\sapdb\programs\bin;C:\sapdb\programs\pgm;C:\WINDOWS\syste
    m32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\ASRAPI2\BIN;C:\sapdb\programs\bin;C:\
    sapdb\programs\sap;C:\sapdb\programs\pgm
    C:\MiniWAS>REM =====================================================
    C:\MiniWAS>REM   Start the Database (SAP-DB)
    C:\MiniWAS>REM =====================================================
    C:\MiniWAS>cmd /c strdbsBSP.cmd
    Iniciando base de datos
    C:\MiniWAS>set DBNAME=BSP
    C:\MiniWAS>x_server
    18641 ERROR: XSERVER is already running!
    C:\MiniWAS>dbmcli -U c db_warm
    ERR
    -24988,ERR_SQL: sql error
    -902,Message not available
    Error: Database BSP NOT started !
    C:\MiniWAS>REM =====================================================
    C:\MiniWAS>REM   Start SAP System
    C:\MiniWAS>REM =====================================================
    C:\MiniWAS>rem del pxastat
    C:\MiniWAS>start /B msg_server.exe pf=BSP_D00.pfl
    C:\MiniWAS>disp+work.exe break pf=BSP_D00.pfl
    dp Ctrl-C enabled
    rslgwr1(21): Searching for overlap point in pre-existing SysLog file...
    maximum pfclock time: 4294sec (1)
    gw Ctrl-C enabled
    dp Ctrl-C enabled
    dp Ctrl-C enabled
    dp Ctrl-C enabled
    maximum pfclock time: 4294sec (1)
    maximum pfclock time: 4294sec (1)
    maximum pfclock time: 4294sec (1)
    maximum pfclock time: 4294sec (1)
    adjust_clock: delta 518
    adjust_clock: delta 504
    adjust_clock: delta 1500
    work process W1 died => tskh_init: db_connect
    work process W2 died => tskh_init: db_connect
    work process W0 died => tskh_init: db_connect
    WARNING => pfclock may be badly adjusted (518)
    IcmHandleArgs: Illegal option break
    ICM up and operational (pid: 1508) ***
    DISPATCHER EMERGENCY SHUTDOWN => DpEnvCheck: no more work processes
    Shutdown ICM server ....
    ICM shutdown completed (pid: 1508) ***

    Hi,
    there must be some more information in the file named 'knldiag' or 'knldiag.err' file. Can you please copy and paste some information from either of those files into this thread?
    Additionally, please mention your exact MaxDB/SAP DB Version (incl. Build).
    I also noticed you've set the date of your system to the year 2020???
    Regards,
    Roland

  • Error in BSP of LSOCP300 Business Package

    Hi community,
    I've deployed a business package LSOCP300 in my J2EE 6.40.
    I've activated a BSP service in Backend system (ECC 5.0) with BP LSOFE300 (Sap E-Learning Solution).
    On testing the BSP service,I've a "Raise Exceptions" on link "Training Activity" and in others link "Error: RC 2".
    This is the exception:
    Exception condition "INITIAL_LEARNER" raised.
    Tipe of interruption: RABAX_STATE
    ABAP Hierarchy:
    Function: LSOF_LEARNER_GET_ACTIVITIES of program SAPLLSO_FRONTEND
    Form: ONINITIALIZATION of program CLO20CNCSGRBNODEG27H9EG511SY0CP
    Form: %_ONINITIALIZATION of program CL_O20CNCSGRBNODEG27H9EG511SY0CP
    Form: DO_REQUEST of program CL_BSP_PAGE===================CP
    Form: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Form: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Form: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    Thanks everybody,
    Antonello

    Hi,
    I am facing the same Issue.
    The User logging into the Portal has the suggested 2 roles for Course Player and Learner.
    Can you suggest if there is any other solution that you can think off?
    I had tried to access the Portal directly via the BSP HCM_LEARNING directly. I am getting the same error.
    Thanks and Regards,
    Nagendra

  • Pdf error in bsp application

    Hi,
    I produced PDF File by using BSP Application but I have a problem when I open PDF. I have an Error.
    Adobe Reader could not open 'example.pdf' because it is either not a supported file type or because the file has been damaged.
    my code is :
    CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
                EXPORTING
                  text           = output
                 mimetype       = 'APPLICATION/PDF;charset=UTF-8'
               IMPORTING
                 buffer         = l_xstring
            CONCATENATE cl_abap_char_utilities=>byte_order_mark_little
            l_xstring
            INTO l_xstring IN BYTE MODE.
            app_type = 'APPLICATION/PDF;charset=UTF-8'.
            DATA: response TYPE REF TO if_http_response.
           response = runtime->server->response.
           response->delete_header_field(
           name = if_http_header_fields=>cache_control ).
           response->delete_header_field( name = if_http_header_fields=>expires ).
           response->delete_header_field( name = if_http_header_fields=>pragma ).
           response->set_header_field( name = if_http_header_fields=>content_type
                                  value = 'APPLICATION/PDF' ).
            DATA:filename TYPE string.
            CONCATENATE 'attachment; filename=' 'leavestatus_' sy-datum
                        '.pdf'
                  INTO
                  filename.
            response->set_header_field( name = 'content-disposition'
                            value = filename ).
            DATA: l_len TYPE i.
            l_len = STRLEN( output ).
            response->set_cdata( data = output  length = l_len ).
            navigation->response_complete( ).
            CALL METHOD cl_bsp_utility=>download
              EXPORTING
                object_s            = l_xstring
                content_type        = app_type
                content_disposition = 'attachment;filename=example.pdf'
                response            = response
                navigation          = navigation.
    Thanks for your help.

    Hi,
    Check out this blog
    /people/sap.user72/blog/2004/11/10/bsphowto-generate-pdf-output-from-a-bsp
    plz search the forum before posting a thread....this issue is discussed before
    Regards,
    Anubhav

  • Error in BSP help me

    <%@page language="abap" %>
    <html>
    <page>
    <FORM NAME="formlist">
    <input type = 'dropdown' name = "d1">
      <htmlb:dropdownListBox id = "d1" >
    table =  "<%= catsdb11 %>"
    nameOfKeyColumn = "pernr"
    nameOfValueColumn = "Value"
    </htmlb:dropdownListBox>
    </FORM>
    </page>
    </html>
    Error is
    <b>
         "%_O2X" and "ME->CATSDB11" are not mutually convertible in a Unicode          </b>

    Jagrut,
    Need more inputs. Please post this in the BSP forum.
    You want to have a drop down list of values from CATSDB. However, the table has other fileds as well.
    So, please create an internal table of type listbox.
    Please refer ti the shopping cart example in help.sap.com
    That will be a good one to start. pls reward all useful answers.
    Thanks
    Ganesh.S

  • Error In BSP Page

    Dear All,
    can any one tell me how to display error message in the status bar of the BSP page.
    Regards,
    shiva

    Dear Shiva,
    We can dispaly the message in the status bar as Anubhav said. For that do the following things,
    1. declare message variable in page attributes.
    2. assign ur message to this variable 'message' in oninputprocessing
    3. In layout set a condition within the script.
    <% if message is not initial. %>
    window.status="<%= message %>" ;
    <% endif. %>
    Appreciate if its Helpful.
    Regards,
    Anita Vizhi Arasi B

  • Error in BSP

    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    An exception with the type CX_HRRCF_QUERY occurred, but was neither handled locally, nor declared in a RAISING clause
    Exception Class CX_HRRCF_QUERY
    Error Name 
    Program CL_HRRCF_ACTIVITY_FACTORY=====CP
    Include CL_HRRCF_ACTIVITY_FACTORY=====CM004
    ABAP Class CL_HRRCF_ACTIVITY_FACTORY
    Method CREATE_ACTIVITY_BY_TYPE
    Line 106 
    Long text -
    Error type: Exception
    Your SAP Business Server Pages Team
    Above is the error.
    But previously it does not give error but now it is giving error . Please help me what type of error it is

    you mean you only get this
    'Your SAP Businss Server Pages team'
    and it works fine when run independently in browser?
    is this the first BSP application you are showing in portal?
    can you right click on the error bsp page in portal and go to properties, and tell us what url you are seeing there?
    Regards
    Raja

  • Error in bsp (web client)opening.

    hai ,
    i am narayana,
    i am getting an error while working with ides 5.0 crm, after enter with t-code: crm_ic. i am getting an error like "calling the BSP page was terminated due to an error" and sap note : the following error test was processed in the system: die URL enthalt keine vollstandige bomainagebe(crmsys, <domain>,<ext>)
    exception class :cx_fqdn
    program : cx_fqdn=============cp
    include : cx_fqdn=============cm002
    abapclass: cx_fqdn
    method :check
    line L10
    error type: exception
    your sap business server pages team,
    this and all coming in BSP pupop box.

    Hi Adinarayan,
    The problem you have mentioned refers to the FQDN error in the system. Once you launched the ICWC in the IE, pls check the url. It should read as http://systemname.domainname.com/sap(xxxxx...)/bc/bsp/sap/ic_base/default.htm
    If the domain name is missing then you can manually add in the url and refresh the browser.Then you will see the ICWC.Then ask your basis admin to register the full domain name of the system in the sytem parameter(trnasaction rz10).
    Please reward points if helpful
    Shridhar

  • Error in BSP applicaton

    hi guru's
    we copied standard BSP application(HRRCF_PERS_DATA) into Zapplication.it's a E-recruting page for condidate persnoal data.we added three fields to zapplication.this three fields data which we enterd in webpage to update in 5102 infotype.i done evrything.that three fields are 1)campusname( char 40 )  2) passport number (char 12) 3) passprot expery date (dats 10 ).here the problm is date which i entired in web is not taking and the data which i enterd in passport number the starting 4values updating in 5102 infotype in that field and remaining value is jumping into date field.
    example: if i enteried E12345698303 in passport number field.
    it is taking E123 in passport number and remaing value is jumping into next field that is exp date and showing 4569.83.03 (yyyy.mm.dd).
    i don't know where i have done mistake.im new to this BSP concept.pls help me
    Message was edited by:
            venkata rama srinivas n

    hi rahul.
    please tel me details of error..
    this is not SICF Error.
    Regards,
    sujeet

  • Error in BSP runtime repository: "Not possible to lock runtime repository"

    Hi,
    When I tried to change runtime repository of a component BT120H_CPL, in BSP component workbench, I am getting the following error: (The component is already enhanced one only).
    Not possible to lock runtime repository
    Message no. BSP_WD_TOOLS216
    Diagnosis
    You can only lock and edit runtime repositories that are saved statically in a BSP page. This means that the page may not contain dynamic elements, such as ABAP source code or page includes. Dynamic BSP pages must be loaded via HTTP and cannot be locked or edited.
    It is also not possible to lock or edit runtime repositories that are only referenced as a URL or that are in the MIME repository.
    System Response
    Lock not possible. You remain in display mode.
    Could you please help me out for the same.
    Thanks,
    Sandeep

    Hi Sandeep,
                    There is another way of commenting the code as below:
    <!--  commented code -->
    This wouldn't cause any scripting comment. Generally we use <% %> type of comments if we want to comment more than 1 line at a time. But for repository we have to use code as I mentioned above for each line seperately.
    I hope that resolves your query
    Thanks,
    Rohit

  • Error in BSP HAP_DOCUMENT

    Hello All,
    I have to disply the data of appraisal as appraisee on ess .For this i useed page documents_recieved of bsp HAP_DOCUMENT and attached it to Iview on the ESS portal .but once i am clicking on the ivew i am getting following error :
    The following error text was processed in the system:
    BSP Exception: the Application Name BSP-Application in URL /sap/bc/bsp/sap/BSP-Application/BSP-Page?sap-syscmd=nocookie&sap-client=600&sap-language=EN&style_sheet=http%3A%2F%2Fsap-portal%3A50000%2Firj%2Fportalapps%2Fcom.sap.portal.design.portaldesigndata%2Fthemes%2Fportal%2Fth_ThomasCook%2Fcontrols%2Fcontrols_ie6 is invalid.
    Kindly help me to resolve this ,
    Regards,

    I dont think that is possible.
    ESS is based on netweaver platform, and we can show a BSP page in that.
    But the structure of HAP document is completely different where in there are many documents and also there is a controller which also plays a crutial role.
    Regards.

  • Internet explorer script error in BSP application

    Hi,
    I am receiving Internet Explorer script error when I try to navigate between different pages in a BSP application/navigate between diff page fragemnts within the sqame page.
    Error - "An error occurred in the script on this page."
    Line - 480, char - 33
    error - Object expected
    code - 0
    URL - <Page URL>
    Whether I click Yes or No to continue running the scripts, I still face the same issue.
    The strange part is that this application runs fine in Prod system , but is giving error in Test and Dev systems. There is no difference in the code. There are no Java scripts used in this page. In the whole application as such, there are a few scripts being used.
    The only difference is the Web dispatchers connected to these systems.
    Please let me know in case of any pointers to this error.
    TIA,
    Regards
    Deepthi

    Sachin,
    Thanks for the reply.
    The following is the URL in the error -
    https://<server>/sap(bD1lbiZjPTEwMA==)/bc/bsp/sap/<BSP appn name>/<page>.htm?edit_mode=I
    The page in this URL does not have any JS being used.
    Also, the target pages for this page also do not have any JS.
    How come the application is working fine in Prod system and giving errors in Test system when no changes have been done to the application since atleast a month?
    What are the factors which can create this diff behaviour?
    Also, how can I check if a Java script has any error? Does Web Dispatcher have any role to play in this whole scenario?
    Thanks once again,
    Deepthi

  • Permission denied error in BSP application

    i am using activax object "Microsoft.XMLHTTP" in my BSP application
    and calling following url
    req.open("POST","https://test.authorize.net/gateway/transact.dll",false);
    but it give me the error permission denied
    Thanks
    Ganesh

    i can open this URL from browser, but when i call any URL from my javascript codes in BSP application it gives error "Permission denied" or url is forbidden. this happens with other url also. I have seen some thread on it and tried to put this url in my browser trusted site even after it shows same error.
    Edited by: Ganesh Modhave on Sep 10, 2008 3:44 PM

  • Internal error in BSP application

    Hi All,
      I am new to BSP and we are working on ROS implemetation. We need to enchace the standard BSP applicaiton (ROS_PRESCREEN) by adding three more tabs in the tabStrip. After adding tabs we are getting following  dump ,
    Internal error occured during runtime generation
    of Class CL_O2AVT7XLSMGG5XVHPK1UPQMV4ZG (Dump ID:
    GEN_BRANCHOFFSET_LIMIT_REACHED)
    Please guid me in solving this issue.
    Thanks and regards
    Uma

    Hi Uma,
                  You are getting a GEN_BRANCHOFFSET_LIMIT_REACHED error. You can find many links on this error.
    Here's a WIKI on how to troubleshoot this error :
    https://wiki.sdn.sap.com/wiki/display/BSP/GEN_BRANCHOFFSET_LIMIT_REACHED
    You can also find many threads in SCN discussing this error.
    abap error GEN_BRANCHOFFSET_LIMIT_REACHED
    GEN_BRANCHOFFSET_LIMIT_REACHED

  • Getting error in bsp iview

    Hi All,
    Can anybody help me on this log file.When i click the BSP application  i view i am getting the following error.
    Below are the log file details.
    EXCEPTION]
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &#39;&lt;System.Access.WAS.protocol&gt;://&lt;System.Access.WAS.hostname&gt;/&lt;CustomerNamespace&gt;&lt;ESID&gt;/bc/bsp/&lt;Namespace&gt;/&lt;Application&gt;/&lt;PageId&gt;?&lt;UseNoCookie[IF_true]&gt;sap-client=&lt;System.client&gt;&amp;sap-language=&lt;Request.Language&gt;&amp;&lt;StylesheetIntegration[IF_true PROCESS_RECURSIVE]&gt;sap-accessibility=&lt;User.Accessibility[SAP_BOOL]&gt;&amp;sap-ep-version=&lt;Portal.Version[url_ENCODE]&gt;&amp;sap_ep_version=&lt;Portal.Version[url_ENCODE]&gt;&amp;sap_ep_baseurl=&lt;Portal.BaseURL[url_ENCODE]&gt;&amp;&lt;Authentication&gt;&amp;&lt;DynamicParameter[PROCESS_RECURSIVE]&gt;&amp;&lt;ForwardParameters[QUERYSTRING]&gt;&amp;&lt;ApplicationParameter[PROCESS_RECURSIVE]&gt;&#39;; the problem occured at position 161. Cannot process expression &lt;System.client&gt; because Invalid System Attribute:
    System:    &amp;#39;SAP_LocalSystem&amp;#39;,
    Attribute: &amp;#39;client&amp;#39;.
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.doPreview(AbstractPortalComponent.java:240)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:168)
         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)
    Thanks,
    Vinod

    The log says:
    Cannot process expression <System.client> because Invalid System Attribute: --> tells us that client parameter for SAP system running the BSP system is missing
    System: &#39;SAP_LocalSystem&#39;,  --> tells us that the BSP iView is using SAP_LocalSystem, that is the current portal
    Try using a different system alias in the iView properties rather than SAP_LocalSystem. Specifically, you should use a system alias for a system object pointing to your ABAP system running the BSP, where the SAP client property should have a meaningful value.
    Hope this helps.

  • Adobe form error in BSP controller

    Dear Friends
            How are you?
            I am attaching one adobe interactive from in my bsp application. I have created the form and interface both are activated. while attaching adobe form to bsp application I am having error in controller class's method do_request. the erro says that "Function call aborted: Function l_name could not be found".  can you please tell me where I am making mistakes. I will greatly appreciate your reply. Any help will be appreciated.
    Thanking you
    Regards
    Naeem
    Pleas see the following code.
    runtime->server->response->delete_header_field( name = 'Cache-Control' ).
      runtime->server->response->delete_header_field( name = 'Expires' ).
      runtime->server->response->delete_header_field( name = 'Pragma' ).
      data: l_name type rs38l_fnam.
      data: f_name type fpwbformname.
            f_name = 'ZTRAVEL_REQ '.
      try.
          call function 'FP_FUNCTION_MODULE_NAME'
            exporting
              i_name     = f_name
            importing
              e_funcname = l_name   <--- I m failed to receive l_name here,,  so it gives
            exceptions
              others     = 0.
        catch cx_fp_api_repository.                         "#EC NO_HANDLER
        catch cx_fp_api_usage.                              "#EC NO_HANDLER
        catch cx_fp_api_internal.                           "#EC NO_HANDLER
      endtry.
    when i debug more and run method directly I received the error  like
    Access via 'NULL' object reference not possible.
    and error location is
    runtime->server->response->delete_header_field( name = 'Cache-Control' ).
    I have run function module by passing form name i come to know that it gives me the l_name on return,
    Thanks.
    Regards
    Naeem
    Edited by: Naim Khan S Babi on Sep 29, 2009 6:55 PM

    Re: ADOBE Error in PCR
    see this.. u might get some idea..
    GS

Maybe you are looking for

  • Error while releasing Billing: Assign HD00 (Frieght) Condition type in COPA

    Hi, I am getting the below error while releasing billing document. Assign condition HD00 type in COPA HD00 condition type is frieght condition type Is it good thing if we assign this condition type to COPA value field in KE4I? or we should not assign

  • Report Builder 6i not recognizing analytic functions

    Hi all, in an attempt to speed up a very slow query, I applied analytic function to it. I can save the query in report builder with no problems, however, I cannot create data links between this query and others. After I comment out the analytic funct

  • Parameter Files Error

    Hi everybody, I am working with Oracle BI Apps, and I use Informatica as ETL tool and DAC(Datawarehouse Administration Console) as a manager of Informatica. In DAC I have execution plans that execute informatica workflows. My problem is next: I have

  • Error during dimension load in planning using ODI adapter

    I have created a Planning app in Classic and used ODI Planning adapter to load the dimension from a csv file. I tried this with Account and Entity dimension. Both fail at the same step. This is the error I get. Error: -22 : S0002 : java.sql.SQLExcept

  • How to add the ability to put EL expressions in Navigation Rules

    I had a need to dynamically determine what page to return to in a JSF application. There has to be an easier way, but here's how I wanted to do it. I wanted to put an EL expression in my <to-view-id> nav rules in the JSF config file (e.g. faces-confi