Page Calling Error

Hi,
I'm using 11.1.2.1.0
I have created a fragment and dragged it inside a bounded taskflow(bdf) and dragged this taskflow as a region on a page. this page is working fine.
now I wanted to call another page from this fragment.
so, created another page and gragged it in another bdf.
in the first page, frament , I used hierarchy viewer.
This is fragment:
<?xml version='1.0' encoding='UTF-8'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
xmlns:f="http://java.sun.com/jsf/core" xmlns:dvt="http://xmlns.oracle.com/dss/adf/faces">
<af:decorativeBox id="db2" dimensionsFrom="auto">
<f:facet name="center">
<af:panelGroupLayout layout="vertical" id="pgl2" styleClass="AFStretchWidth">
<af:panelGroupLayout layout="scroll" id="pgl11">
<af:popup childCreation="deferred" autoCancel="disabled" id="popup1" contentDelivery="lazyUncached">
<af:menu text="menu 10" id="m2">
<af:menu text="Project Setup" id="m12">
<af:commandMenuItem text="Project Definition" id="cmi37" action="project_setup">
<af:setPropertyListener from="#{'0'}" to="#{ProjectSetupBean.selectedMenu}" type="action"/>
</af:commandMenuItem>
<af:commandMenuItem text="WBS Definition" id="cmi38" action="project_setup">
<af:setPropertyListener from="#{'1'}" to="#{ProjectSetupBean.selectedMenu}" type="action"/>
</af:commandMenuItem>
<af:commandMenuItem text="WBS Code Structure" id="cmi39" action="project_setup">
<af:setPropertyListener from="#{'2'}" to="#{ProjectSetupBean.selectedMenu}" type="action"/>
</af:commandMenuItem>
<af:commandMenuItem text="RBS Definition" id="cmi40" action="project_setup">
<af:setPropertyListener from="#{'3'}" to="#{ProjectSetupBean.selectedMenu}" type="action"/>
</af:commandMenuItem>
<af:commandMenuItem text="Resource Planning List" id="cmi41" action="project_setup">
<af:setPropertyListener from="#{'4'}" to="#{ProjectSetupBean.selectedMenu}" type="action"/>
</af:commandMenuItem>
<af:commandMenuItem text="Project Configuration" id="cmi42" action="project_setup">
<af:setPropertyListener from="#{'5'}" to="#{ProjectSetupBean.selectedMenu}" type="action"/>
</af:commandMenuItem>
</af:menu>
<af:menu text="Deliverables" id="m14">
<af:commandMenuItem text="Maintain Deliverables" id="cmi48"/>
<af:commandMenuItem text="Upload Deliverables" id="cmi49"/>
</af:menu>
<af:menu text="Change Management" id="m15">
<af:commandMenuItem text="Change Orders" id="cmi53" action="set_cm">
<af:setPropertyListener from="#{bindings.Segment1.inputValue}"
to="#{ProjectSetWorkBenchBean.projectNo}" type="action"/>
</af:commandMenuItem>
</af:menu>
</af:menu>
</af:popup>
<dvt:hierarchyViewer inlineStyle="width:100%;height:600px;" id="hv2" var="node"
value="#{bindings.ProjectManagerVO1.treeModel}"
selectionListener="#{bindings.ProjectManagerVO1.treeModel.makeCurrent}"
layout="hier_vert_top" levelFetchSize="2" controlPanelBehavior="initCollapsed"
contentDelivery="whenAvailable" displayLevelsChildren="3" nodeSelection="single"
summary="HierarchyViewer">
<dvt:link linkType="orthogonalRounded" id="l2"/>
<dvt:node type="model.server.ProjectManagerVO" width="233" height="150" id="n4"
styleClass="AFStretchWidth" showExpandChildren="false" clickBehavior="expandCollapse">
<f:facet name="zoom100"/>
<f:facet name="zoom75">
<af:panelGroupLayout inlineStyle="padding:5px;" layout="vertical" id="pgl18" halign="center"
styleClass="AFStretchWiddth">
<af:panelGroupLayout layout="horizontal" id="pgl19">
<af:panelGroupLayout layout="vertical" id="pgl21" halign="center">
<af:outputText value="#{node.PersonName}"
inlineStyle="font-weight:bolder; color:Blue; font-size:12px; font-family:'Times New Roman', 'Arial Black', times, Serif;"
id="ot14"/>
<af:outputText value="#{node.Meaning}" inlineStyle="font-size:10px;" id="ot15"/>
</af:panelGroupLayout>
</af:panelGroupLayout>
<af:spacer height="5" id="s11"/>
<dvt:panelCard effect="slide_horz" id="pc4">
<af:showDetailItem id="sdi7" shortDesc="Show Details">
<af:panelGroupLayout id="pgl35" halign="center" layout="vertical" styleClass="AFStretchWidth">
<af:outputText value="Contact" id="ot16"
inlineStyle="color:Blue; font-size:12px; font-weight:bolder; font-family:'Times New Roman', 'Arial Black', times, Serif;"/>
<af:outputText value="#{node.Contact}" inlineStyle="font-size:10px;" id="ot17"/>
</af:panelGroupLayout>
</af:showDetailItem>
</dvt:panelCard>
</af:panelGroupLayout>
</f:facet>
</dvt:node>
<dvt:node type="model.server.ProjectSetsVO" width="175" height="75" id="n5"
styleClass="AFStretchWidth" clickBehavior="expandCollapse">
<f:facet name="zoom100"/>
<f:facet name="zoom75">
<af:panelGroupLayout inlineStyle="padding:5px;" layout="vertical" id="pgl22" styleClass="AFStretchWidth"
halign="center">
<af:panelGroupLayout layout="horizontal" id="pgl25" halign="center">
<af:panelGroupLayout layout="vertical" id="pgl27" halign="center">
<af:outputText value="#{node.Name}"
inlineStyle="font-weight:bolder; color:Blue; font-family:'Times New Roman', 'Arial Black', times, Serif; font-size:12px;"
id="ot18"/>
<af:outputText value="#{node.Description}" inlineStyle="font-size:10px;" id="ot19"/>
</af:panelGroupLayout>
</af:panelGroupLayout>
</af:panelGroupLayout>
</f:facet>
</dvt:node>
<dvt:node type="model.server.PIProjectVO" width="175" height="75" id="n6"
styleClass="AFStretchWidth" clickBehavior="expandCollapse">
<f:facet name="zoom100">
<af:panelGroupLayout inlineStyle="padding:5px;" layout="vertical" id="pgl31" halign="center"
styleClass="AFStretchWidth">
<af:panelGroupLayout layout="horizontal" id="pgl32" halign="center" styleClass="AFStretchWidth">
<af:panelGroupLayout layout="vertical" id="pgl33" halign="center" styleClass="AFStretchWidth">
<af:outputText value="#{node.Name}"
inlineStyle="font-weight:bold; color:#383A47; font-size:12px; text-align:center;"
id="ot20"/>
<af:outputText value="#{node.Segment1}" inlineStyle="font-size:10px;" id="ot21"/>
<af:commandButton text="Action" id="cb7" inlineStyle="font-weight:bolder; font-size:12%;">
<af:showPopupBehavior popupId="::popup1" alignId="cb7" triggerType="action" align="overlap"/>
</af:commandButton>
</af:panelGroupLayout>
</af:panelGroupLayout>
</af:panelGroupLayout>
</f:facet>
<f:facet name="zoom75"/>
</dvt:node>
</dvt:hierarchyViewer>
</af:panelGroupLayout>
</af:panelGroupLayout>
</f:facet>
</af:decorativeBox>
</jsp:root>
when I click on the selected menu item, its throwing this error:
<UIXRegion> <_logIllegalContextChangeMessage> ADF_FACES-10026:During the processing of the region component, either a context change was not found or it did not match the instance set up by the current component. Expected oracle.adf.view.rich.component.fragment.UIXRegion$RegionContextChange but found UIXCollection.CollectionComponentChange[Component class: oracle.adf.view.faces.bi.component.hierarchyViewer.UIHierarchyViewer, component ID: hv2].
<UIXRegion> <getRegionModel>
java.lang.IllegalStateException: The expression "#{bindings.ProjectSetWorkBenchTF1.regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "r1") evaluated to null.
This is typically due to an error in the configuration of the objects referenced by this expression.
If it helps, the expression "#{bindings.ProjectSetWorkBenchTF1}" evaluates to "null".
If it helps, the expression "#{bindings}" evaluates to "controller_fragments_ChartFGPageDef_controller_taskflows_ChartTF_xml_ChartTF". Now using an empty RegionModel instead.
     at oracle.adf.view.rich.component.fragment.UIXRegion.getRegionModel(UIXRegion.java:477)
     at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:751)
     at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:525)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:892)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:927)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:927)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:927)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:927)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:927)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:927)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:927)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:927)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:927)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:927)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:927)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:927)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:927)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:727)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:341)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:122)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
<UIXRegion$RegionSiteImpl> <validate> Attempt to validate an already invalid RegionSite:
<LifecycleImpl> <_handleException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1
java.lang.IllegalStateException: Attempt to validate an already invalid RegionSite:
Any body have any idea about this error?
Thanks

Hi Frank,
thanks for your reply.....
sorry for the late reply.....
now I can able to call another pages.
to display the data in hierarchyviewer, I created 3 vo's and created viewlinks for those.
link between vo1& vo2 is resourceID,
link between vo2 & vo3 is setID, and in VO3 projectID is there. these 3 VO's are querybased vo's.
if only , key attribute property for projectID is unchecked in 3rd VO, then only another page is called when clicking on the menuitem.(button is placed in the 3rd level of the hierarchy viewer)
if keyattribute of the projectID is checked, then I'm getting the same error.
if key attribute is not checked, then in the hierarchy viewer, in the respective level the next nodes are not coming when i click on arrow mark. (not Navigating to the left or right to view the next set of nodes)
any idea y key attribute property is opposing in page calling ?

Similar Messages

  • Smartform Printing : Error in spool C call: Error from TemSe

    Hi! everybody,
    I am stating my problem as follows : I have to print a bar-code sticker of size 10 X 7 cms. I have worked on bar-codes before this also. This time the output from a smartform is to be given to a ZEBRA TLP 2844 printer. I initially encountered problems in printing. The data does not fit on to the page.
    After a lot of searching I found that ZEBRA was a partner of SAP and that a special device type needs to be created for output from a ZEBRA printer. I did this two times. Each time my steps were as described under.
    To create the device type I did the following :
    1. I finally found the driver from the ZEBRA website from http://www.zebra.com/id/products/global/en/utilities/sap_device_types.UtilityFile.File.tmp/Zebra_SAP_Device_Types.zip From this I uploaded the driver for 203 DPI zebra printer with IBM code 850 font file name "YZB200.PRI" into the transaction SA38.
    2. Then I created a new device ZEB10 in SPAD after assigning my format to the device.
    Thereafter, I tried to print my sticker. During this procedure, on selection of the new device type, the fonts automatically changed to ARIAL in the print preview. When I give the print command (Spool request : Print immed = X, Delete after output = X & New spool request = X) it gives an error message Error in spool C call: Error from TemSe.
    Since the output had not been issued, I opened the spool request to view its TemSe characteristics. Here I found
    Spool Attributes
    Output Device    ZEB10
    Format           ZTT               Format
    Doc. Category    SMART
    Recipient
    Department
    Deleted On       19.01.2011
    Authorization
    Output Attributes
    No. of Copies   1
    Priority              5
    SAP Cover Page Do not print SAP cover page
    OS Cover Sheet  Print as set at printer
    Requested           0
    Processed           0   With Problem                             0
                            With Error (Not Printed)                 0
    Storage Mode Print
    TemSe Attributes
    Object name           SPOOL0000013836
    Data type             ????????????
    Character set         0 -
    > Character set of dev type = 1162
    Number of parts       0
    Record format
    Size in bytes         0
    Storage location
    On seeing SP01
          Spool no.              Type                 Date        Time   Status   Pages               Title
           13836      Smartforms(OTF) 11.01.2011  07:32       +          0      SMART LP01 USERID
    I hope this data helps you help me. Please ask for more data if you wish. Also, I have searched vastly for this error on the net  have already come across the link http://help.sap.com/saphelp_45b/helpdata/en/d9/4a8f9c51ea11d189570000e829fbbd/frameset.htm but to no use. On the SDN, I have not found a similar thread and that is why I decided to post this problem here, hoping to find a solution. Kindly help.
    Regards,
    Manas

    Hi Manas,
    I am facing the same issue for one of my clients.
    Can you please share the solution with me if you have come out with it.
    Regards,
    Nirmal.K

  • HP B8850 Page Size Error Printing from Aperture 2 (or iPhoto)

    I am trying to print on 13x19 (B+) size paper to an HP Photosmart Pro B8850 printer. I get this error when printing from Aperture --> "Page Size Error: Paper size selected in the print driver does not match the paper loaded in the printer IN tray."
    Aperture 2.1.2
    Mac OS X 10.5.6
    HP Photosmart Pro B8800 Series Print Driver 2.3.1
    I can set the paper size to 13x19 (B+) in the Aperture print dialog, but under the Print Settings button there is no option for paper size, only paper type. So apparently the size that the printer is expecting in the driver does not match the 13x19 that is loaded in the printer. I was able to verify this by leaving all print settings for 13x19 and loading an 8.5 x 11 sheet in the printer. It pulled the paper through and started printing, but the print was scaled to fit onto the 8.5 x 11!
    So in other words, the way I'm seeing it, even though I am setting the paper size for 13x19 in Aperture's print dialog, the printer thinks it's suppose to print on 8.5 x 11.
    To make matters worse, there is no Page Setup menu item in Aperture to set the paper size in the print driver directly. I would have assumed that the Aperture print dialog was "smart enough" to pass the page size parameter to the HP printer driver, but that is apparently not happening.
    I spoke with HP tech support and they were surprisingly helpful. With their help I was able to print on 13x19 paper with HP's bundled software package, but I had to export my file from Aperture and import it into HP's software. Now that's a good first step which assured me there is nothing wrong with the printer itself, but obviously I purchased Aperture to use it's more elegant and supposedly streamlined interface to make my prints.
    Has anyone had a similar problem? Any solutions? Suggestions? I have searched this forum, HP's support forum, DP Review, Google and not finding much. I can't believe I'm the only guy trying to print on 13 x 19 from Aperture using this printer. I suspect it's not printer specific though. Could be my system I guess. I plan on calling Apple Care depending on what type of response I get here.

    I don't know if this may help, but recently we had a discussion about problems with Aperture's custom paper size not working correctly:
    The solution was to define a paper size outside Aperture:
    In any application, for example Preview, try to print something and the print dialog comes up. At this point click on Paper size and choose Manage Custom Sizes. You can define a new paper size here. This new custom size will then appear when you go to Aperture print dialog under paper size. It solved my problems with custom paper sizes here, for some reason (a bug?) defining a custom paper size within Aperture itself did not work correctly for me.

  • Java Server Page Translation Error

    Hello !
    I'm new in JSP pages and i try to launch Hello.jsp on Java Web Server(2.0)
    I get the following error :
    java Server Page Transalation Error
    Error during compilation
    Can't load class : pagecompile.jsp._Hello
    With Hello.jsp :
    <html>
    <head>
    <title>My first JSP page
    </title>
    </head>
    <body>
    <%@ page language="java %>
    <% System.out.println("Hello World"); %>
    </body>
    </html>
    This is put in the directory public_html
    And and call it with http//myhostname:8080/Hello.jsp
    I really don't understand what the matter with that !
    Thanks very much to help me !

    Sorry i found this error.
    But i've another :
    The html page is generated but Hello World is not printed !
    Have you got an idea ?
    Thanks

  • Business Server Page (BSP) Error from EP

    Hi,
      We are implementing the standard business packages for CRM 4.0 .The test connection to the CRM Server works fine, but when we click on a CRM transaction,  it gives an error
    Business Server Page (BSP) Error
    What happened?
    Call of BSP page terminated due to error.
    Note
    Following error text processed in system:
    URL does not specify a complete domain (172.22.2.36 instead of 172.22.2.36.<domain>.<ext>)
    Exception Class CX_FQDN
    Error name 
    Program CX_FQDN=======================CP
    Include CX_FQDN=======================CM002
    ABAP Class CX_FQDN
    Method CHECK
    Row 10 
    Long Text -
    Error Type: Exception
    Your SAP Business Server Pages Team
    There is no dump in ST22 in the CRM Server
    Please help
    Regards
    Jayesh

    Hi Jayesh,
    The error shows you are not using Fully qualified domain name.
    Instead of the IP address give the server name with the fully qualified domain name.
    Regards
    Arun

  • JDev 1013, Webservice as Data Control in JSF page returns error

    Hello,
    For a client we are starting a project with Java Server Faces in combination with web services. In order to do some testing we created a web service in PLSQL (with a empno input field and a record output) and deployed this web service on an OC4J container. We then created a (new) JSF project, used the PLSQL web service as a Data Source, and used this Data Source in a JSF page.
    When this JSF page is started an error occurs validation -
    DCA-40007: The value for parameter "empNo" cannot be null..
    The webservice can however be called in the page, the output is shown but the error stays in the page.
    Communication with support gave me a temporary solution
    I've put in the page definition for both the methodIterator (getEmpIter) and the accessIterator (ReturnIterator) the Refresh="Deferred". Now the error doesn't show in the page at startup of the page. Data is presented correctly after pushing the button, though still in the Jdeveloper Embedded OC4J Server Log shows a list of
    ERROR Value for parameter : 'empNo' cannot be null.
    In a multi row Webservice (created by JDeveloper) however i still get this error.
    (1) What caused this error?
    (2) When is the next version of JDeveloper due?
    (3) I am looking for documentation on the following subjects
    (3.1) How a JSF page is rendered by the Oracle JSF implementation
    (3.2) How to read and adjust the JSF page definition, for example the <executables> part
    (3.3) Problem with the extra abstraction layer is that is very hard to find where an error occurs. Is a mechanism/documentation available to find in which JSF fase an error occurs and how to bypass it?
    Regards Leon Smiers

    (1) I think what is happening is that your page calls out to the Web service when you first run it without any parameter. This is why you get the error and also the reason that deffer works to solve this.
    I think a solution would be to have your Web service handle the case of receiving an empty parameter.
    (2) When it is ready :-)
    (3.2) right click the jsf page and choose "go to page defenition" you can then edit it using the structure pane and the property inspector.
    (3.3) you can run in debug mode, the code for ADF will be available when we go production, and with it a lot of more documentation.

  • Business Server Page (BSP) error - CX_FQDN

    Hi All,
    I configured FDQN and Maintain SICF services in Solution Manager and still I am getting the following error:- Any help will be appreciated.
    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:
    Die URL enthu00E4lt keine vollstu00E4ndige Domainangabe (prdr01d3801 statt prdr01d3801.<domain>.<ext>).
    Exception Class CX_FQDN
    Error Name 
    Program CX_FQDN=======================CP
    Include CX_FQDN=======================CM002
    ABAP Class CX_FQDN
    Method CHECK
    Line 10 
    Long text -
    Error type: Exception
    Your SAP Business Server Pages Team
    Please  see my ICM parameters in the server.
    ICM Parameter                                                                               
    Services                                                                      
    icm/server_port_0     = PROT=HTTP,PORT=8001                                   
    icm/server_port_1     = PROT=SMTP,PORT=0                                                                               
    Hard limits                                                                   
    icm/max_services               = 30                                           
    icm/listen_queue_len           = 512                                          
    icm/req_queue_len              = 500                                          
    icm/max_conn                   = 500                                          
    icm/max_sockets                = 2048                                                                               
    Thread handling                                                               
    icm/min_threads                = 10                                           
    icm/max_threads                = 50                                           
    icm/min_spare_threads          = 3                                                                               
    Tracing and statistic                                                         
    rdisp/TRACE                    = 1                                            
    icm/tracefile                  = dev_icm                                      
    icm/log_level                  = 0                                            
    icm/stat_level                 = 1                                            
    icm/security_log               = LOGFILE=dev_icm_sec,MAXSIZEKB=500            
    icm/accept_remote_trace_level  = 0                                                                               
    Monitoring                                                                    
    icm/ccms_monitoring            = 1                                            
    icm/ccms_refresh_rate (sec.)   = 30                                                                               
    Timeout handling                                                              
    icm/keep_alive_timeout (sec.)  = 60                                           
    icm/conn_timeout (msec.)       = 5000                                                                               
    HTTP settings                                                                 
    icm/HTTP/max_request_size_KB   = 102400                                       
    icm/HTTP/j2ee_0                = PREFIX=/,HOST=localhost,CONN=0-500,PORT=50100
    icm/HTTP/server_cache_0        = PREFIX=/, CACHEDIR=F:\usr\sap\S4P\DVEBMGS01\d
       ata\cache                                                                  
    icm/HTTP/admin_0               = PREFIX=/sap/admin,DOCROOT=F:\usr\sap\S4P\DVEB
       MGS01\data\icmanroot/admin,AUTHFILE=F:\usr\sap\S4P                         
    icm/HTTP/auth_0                = PREFIX=/,FILTER=SAP                                                                               
    HTTP(S) error handling                                                        
    is/HTTP/show_detailed_errors   = 1                                                                               
    HTTPS (SSL) settings                                                          
    icm/HTTPS/verify_client        = 1                                            
    ssf/name                       =                                              
    ssf/ssfapi_lib                 =                                              
    sec/libsapsecu                 =                                              
    ssl/ssl_lib                    =                                                                               
    Context Quotas                                                                
    icm/HTTP/context_quota         = 90%                                          
    icm/HTTPS/context_quota        = 90%                                          
    icm/SMTP/context_quota         = 90%                                                                               
    Memory Pipe settings                                                          
    mpi/total_size_MB              = 80                                           
    mpi/buffer_size                = 65536                                                                               
    J2EE settings                                                                 
    rdisp/j2ee_start               = 1                                            
    is/HTTP/default_root_hdl       = J2EE                                                                               
    Content Filter settings                                                       
    csi/enable                     = TRUE                                         
    csi/SAP/csa_lib                = F:\usr\sap\S4P\DVEBMGS01\exe\sapcsa.dll                                                                               
    Misc                                                                          
    icm/host_name_full             = prdr01d3801.abcd.ae                        
    icm/cancel_strategy            = cancel requests without session (stateless)  
    rdisp/plugin_auto_logout       = 1800                                         
    is/HTTP/virt_host_0            = :;                                         
    is/SMTP/virt_host_0            = :;

    Hi Eddy,
    Yes I did,  in the first instance I am getting the following error from  Internet Explorer while try to access the link http://prdr01d3801.abcd.ae:8001/sap/bc/bsp/sap/ai_proj_setup/start.htm?sap-client=100&sap-language=E
    Network Error (dns_unresolved_hostname)
    Your requested host "prdr01d3801.abcd.ae" could not be resolved by DNS. 
    For assistance, contact Customer Support.
    Regards

  • Error page and error text handling

    Hi,
    In Apex error text is always coming in an error page and displays error on error page only. Can we display error message on the same page where error occurred ?
    Thanks in advance.
    Ranjan

    Hi, Ranjan,
    that's not quite as easy, I fear. There SHOULDN'T be any unhandled exceptions. Try to make your procedures and functions as robust as possible. This might need some heavy redesign on your part (maybe surrounding procedure calls with processes?). As far as I know, Apex doesn't offer any exception handling mechanism. But I'll look into it.
    Cheers,
    Niko

  • TS1424 How do you fix a R6025 pure virtual function call error?  When I try to search for music, iTunes freezes & returns this message.

    How do you fix a R6025 pure virtual function call error?  When I try to search for music, iTunes freezes & returns this message.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Formatting Page 1 Error

    Dear All,
    Your help is highly appreciated.
    When I created report layout by using report wizard, it hang at "formatting page 1"
    I go through the following steps when creating a report
    1. create table called bonus1
    create table bonus1 (ename varchar2(50), job varchar2(20), sal number, comm number);
    2. Create a database package as follows:
    create or replace package bonus_pkg1 as
    type b_cursor is ref cursor return bonus1%rowtype;
    procedure bonus_refcur (bonus_data in out b_cursor);
    end bonus_pkg1;
    create or replace package body bonus_pkg1 as
    procedure bonus_refcur(bonus_data in out b_cursor) as
    begin
    open bonus_data for select ename, job, sal, comm from bonus1;
    end;
    end bonus_pkg1;
    3. Create a new report.
    In the data model, create a 'Ref Cursor Query' by clicking on the PL/SQL icon.
    Use the following code in PL/SQL block:
    function QR_1RefCurDS return bonus_pkg1.b_cursor is
    refcur bonus_pkg1.b_cursor;
    begin
    bonus_pkg1 .bonus_refcur(refcur);
    return refcur;
    end;
    4. Create the report layout by using the report Wizard and encountered the "formatting page 1" error.

    Hi,
    Please provide the environment details along with the web browser version information.
    Before that my suggestion is to upgrade to CR 2008 as XI is out of support and also you can download lestest version of CR Java SDK's from below link
    http://www.businessobjects.com/campaigns/forms/downloads/crystal/eclipse/datasave.asp
    on this page select the link below Runtime Libraries.
    Thanks,
    Nilesh Benke

  • RE: [Adobe Reader] when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? i

    HelloThank's for your helpsI hope this document is helpfulBest Regards,
    Date: Sun, 22 Jun 2014 17:10:17 -0700
    From: [email protected]
    To: [email protected]
    Subject:  when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th
        when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help m
        created by Anoop9178 in Adobe Reader - View the full discussion
    Hi,
    Would it be possible for you to share the document?
    Regards,
    Anoop
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6485431#6485431
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
         To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • Getting Page Load Error while opening a Opportunity in new window

    Hi All,
    outbound SSO is enabled.
    when i try to punch-in to my application from CRM through opportunity web link with Web Link Target as "open in custom tab" its working properly, but when i have Web Link Target as "open in new window" i am getting page load error. previously with out Outbounf SSO it is working properly.
    Do i need enable any settings in CRM
    thanks

    when the web link target is "open in new window" or "open in current window" the request send to third party application from CRM ONDemand is HTTPS request as SSL is not enabled it is giving "page load error"(In the web link we are specifying http only) (User athentication type is "username & password/ SSO")
    Is there any setting in CRM Ondemand to send Http request only instead of HTTPS?

  • When i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th

    when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ?
    if you can help me thank's
    [email address removed by host]

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • How do I fix the following error, it comes up every time I open a Firefox page; "type error: Components.classes[cid] is undefined" (JavaScript Application)

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    how do I fix the following error, it comes up every time I open a Firefox page; "type error: Components.classes[cid] is undefined" (JavaScript Application)
    == This happened
    ==
    Every time Firefox opened
    == a few months ago
    ==
    == Troubleshooting information
    ==
    Application Basics
    Name Firefox
    Version 3.6.3
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Adblock Plus 1.2 true
    Adobe DLM (powered by getPlus(R)) 1,6,2,49 true
    AVG Safe Search 9.0.0.825 true {3f963a5b-e555-4543-90e2-c3908898db71}
    AVG Security Toolbar 4.504.019.002 true avg@igeared
    Fasterfox 2.0.0 false
    Forecastfox 0.9.10.2 true {0538E3E3-7E9B-4d49-8831-A227C80A7AD3}
    Java Console 6.0.05 true
    Java Console 6.0.03 true
    Java Console 6.0.07 true
    Java Console 6.0.11 true
    Java Console 6.0.13 true
    Java Console 6.0.15 true
    Java Console 6.0.17 true
    Java Quick Starter 1.0 true [email protected]
    Microsoft .NET Framework Assistant 1.2.1 true {20a82645-c095-46ed-80e3-08825760534b}
    NoScript 1.9.9.77 true {73a6fe31-595d-460b-a920-fcc0f8843232}
    Java Console 6.0.19 true
    Java Console 6.0.20 true
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar 0
    browser.history_expire_days 0
    browser.history_expire_days.mirror 180
    browser.places.importBookmarksHTML false
    browser.places.importDefaults false
    browser.places.leftPaneFolderId -1
    browser.places.migratePostDataAnnotations false
    browser.places.smartBookmarksVersion 2
    browser.places.updateRecentTagsUri false
    browser.startup.homepage_override.mstone rv:1.9.2.3
    extensions.lastAppVersion 3.6.3
    general.useragent.extra.microsoftdotnet ( .NET CLR 3.5.30729)
    keyword.URL http://au.yhs.search.yahoo.com/avg/search?fr=yhs-avg&type=yahoo_avg_hs2-tb-web_au&p=
    network.cookie.prefsMigrated true
    places.last_vacuum 1272511429
    print.print_bgcolor false
    print.print_bgimages false
    print.print_command
    print.print_downloadfonts true
    print.print_evenpages true
    print.print_in_color true
    print.print_margin_bottom 0.5
    print.print_margin_left 0.5
    print.print_margin_right 0.5
    print.print_margin_top 0.5
    print.print_oddpages true
    print.print_orientation 0
    print.print_pagedelay 500
    print.print_paper_data 0
    print.print_paper_height 11.00
    print.print_paper_size -134744073
    print.print_paper_size_type 1
    print.print_paper_size_unit 0
    print.print_paper_width 8.50
    print.print_printer Lexmark 4200 Series
    print.print_reversed false
    print.print_scaling 1.00
    print.print_shrink_to_fit true
    print.print_to_file false
    print.printer_Lexmark_4200_Series.print_bgcolor false
    print.printer_Lexmark_4200_Series.print_bgimages false
    print.printer_Lexmark_4200_Series.print_command
    print.printer_Lexmark_4200_Series.print_downloadfonts true
    print.printer_Lexmark_4200_Series.print_edge_bottom 0
    print.printer_Lexmark_4200_Series.print_edge_left 0
    print.printer_Lexmark_4200_Series.print_edge_right 0
    print.printer_Lexmark_4200_Series.print_edge_top 0
    print.printer_Lexmark_4200_Series.print_evenpages true
    print.printer_Lexmark_4200_Series.print_footercenter
    print.printer_Lexmark_4200_Series.print_footerleft &PT
    print.printer_Lexmark_4200_Series.print_footerright &D
    print.printer_Lexmark_4200_Series.print_headercenter
    print.printer_Lexmark_4200_Series.print_headerleft &T
    print.printer_Lexmark_4200_Series.print_headerright &U
    print.printer_Lexmark_4200_Series.print_in_color true
    print.printer_Lexmark_4200_Series.print_margin_bottom 0.5
    print.printer_Lexmark_4200_Series.print_margin_left 0.5
    print.printer_Lexmark_4200_Series.print_margin_right 0.5
    print.printer_Lexmark_4200_Series.print_margin_top 0.5
    print.printer_Lexmark_4200_Series.print_oddpages true
    print.printer_Lexmark_4200_Series.print_orientation 0
    print.printer_Lexmark_4200_Series.print_pagedelay 500
    print.printer_Lexmark_4200_Series.print_paper_data 1
    print.printer_Lexmark_4200_Series.print_paper_height 11.00
    print.printer_Lexmark_4200_Series.print_paper_size -134744073
    print.printer_Lexmark_4200_Series.print_paper_size_type 0
    print.printer_Lexmark_4200_Series.print_paper_size_unit 1
    print.printer_Lexmark_4200_Series.print_paper_width 8.50
    print.printer_Lexmark_4200_Series.print_reversed false
    print.printer_Lexmark_4200_Series.print_scaling 1.00
    print.printer_Lexmark_4200_Series.print_shrink_to_fit true
    print.printer_Lexmark_4200_Series.print_to_file false
    print.printer_Lexmark_4200_Series.print_unwriteable_margin_bottom 0
    print.printer_Lexmark_4200_Series.print_unwriteable_margin_left 0
    print.printer_Lexmark_4200_Series.print_unwriteable_margin_right 0
    print.printer_Lexmark_4200_Series.print_unwriteable_margin_top 0
    privacy.clearOnShutdown.cookies false
    privacy.clearOnShutdown.offlineApps true
    privacy.cpd.cookies false
    privacy.item.offlineApps true
    privacy.sanitize.migrateFx3Prefs true
    privacy.sanitize.timeSpan 3
    security.warn_viewing_mixed false
    security.warn_viewing_mixed.show_once false
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-getplusplusadobe16249
    *Office Plugin for Netscape Navigator
    *Adobe PDF Plug-In For Firefox and Netscape
    *Default Plug-in
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Shockwave Flash 10.0 r45
    *iTunes Detector Plug-in
    *Garmin Communicator Plug-In 2.8.1.0
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Java(TM) Platform SE binary
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object

    How do I fix this problem ...javascript (cid) applications.

  • Cannot turn on iphone cellular calls error

    When trying to activate iPhone Cellular Calls, I get the error "cannot turn on iphone cellular calls error, FaceTime and iCloud must be signed in to the same Apple ID to use iPhone cellular calls" I am signed onto the same accounts in both places and cannot figure out what is wrong. Any help would be appreciated! Thank you

    If you're trying to make calls from a mac, then you should make sure to enable FaceTime calls from your AppleID (email address) on both the mac and the iPhone.  Don't uncheck your phone number, either.  FaceTIme should be enabled on both devices with both your phone number and your AppleID.
    For some reason, this is what had to be done for me to be able to make phone calls from my mac without receiving this message on my iPhone.  I know it isn't ideal because we shouldn't have to enable FaceTime calls via AppleID, especially if we won't be using it with our AppleID, but this is what worked for me.  Once you enable FaceTime calling from your AppleID on both the iPhone and your mac (while also keeping the calling enabled via your phone number), then try to turn on iPhone cellular calling on your iPhone.  It should work, and then you can try to make a cellular call on your mac.
    Some people may think that this isn't a fix because they might think I am talking about FaceTime audio calls.  But I'm not.  Try this and report back if you can.

Maybe you are looking for

  • G780: dual boot Win 7 and Linux

    I have a G780 with win7 pre-installed. When I tried to get GNU/Linux Mint Dual-booting, the wifi-driver didn't work and most importantly, I wasn't able to make a new partition because there were already four: the boot-partition, the windows-partition

  • Do we have too many photos in iphoto 6?

    After last roll was downloaded from digital camera (91photos) We have total of 3300 +. Which if you print six to a page its 539 pages. When we select multiple photos get a text message with iphoto camera on left saying document page not loaded. So wi

  • Perspective Grid improvements

    The new Perspective Grid feature is pretty nice... at first. But it quickly becomes almost useless as modifying the Grid after Objects are constrained to it does not re-orient the objects. What's the point? So if we get the Perspective Grid set up, a

  • Crashes on run and save form

    In the same form: When I run the form from Forms Runtime, it works. If I run the form from Developer without compiling it before (just after open), the form crashes silently. If I compile it before run, the form is working well, but if I try to save

  • RV110W drops PPTP connections from a Windows client (MS CHAP v2 and MPPE)

    This might be a tough problem to diagnose. I am trying to setup an RV100W for an office gateway with VPN access using PPTP. The office is located in another state, so I'm trying to do a "dry run" from home by setting up the RV110W on the local networ