Runtime error in production server

Hi experts,
I have designed one report.In that report 3 includes are there.
I excuted this report in quality server it is working fine.
When this report is executing in production server it is giving error
"INCLUDE YP_AAAA NOT FOUND".
Why it is coming like this ?please help me.
regards
kavi

Hi kavi,
May be the INCLUDE YP_AAAA is not available in production server, means the INCLUDE YP_AAAA was not included in the TR (transport request). so this object is not moved to the production server. Now you save this include in one TR and move the TR  to production server again.
Regards
DKS

Similar Messages

  • Runtime Error in Production

    Hi ,
    We are getting the runtime error " RAISE_EXCEPTION" in production server.
    Error analysis
    A RAISE statement in the program "SAPLSOI1" raised the exception
    condition "USER_NOT_EXIST".
    Since the exception was not intercepted by a superior
    program, processing was terminated.
    Short description of exception condition:
    Specified ID or user name does not exist
    For detailed documentation of the exception condition, use
    Transaction SE37 (Function Library). You can take the called
    function module from the display of active calls.
    How to correct the error
    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:

    Hi krishna,
    Sorry for the late reply.
    Short text 
      Exception condition "USER_NOT_EXIST" raised.
    *What happened?*
        The current ABAP/4 program encountered an unexpected
        situation.
    What can you do?   
    Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Thanks & Regards
    Eldho

  • Very urgent: Travel Request Error in production server

    Hi All,
    While creating Travel request in production server, we are getting an error..
    Error while writing to the database PTRV_HEAD/PTRV_PERIO/Cluster TE
    Someone please help me on this. This is very urgent..
    Thanks in advance!

    Solved..by setting up trip number ranges..
    Thanks!

  • ESS Leave request screen giving a critical Error in production server

    Friends,
    We are in a critical face of ESS implemetation.
    We are doing an ESS MSS implementation for country grouping 99.
    When we moved our changes to production server after succesful testing in quality, getting the following Critical error for Leave Request Screen.
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at java.util.ArrayList.RangeCheck(ArrayList.java:512)
         at java.util.ArrayList.get(ArrayList.java:329)
         at com.sap.aii.proxy.framework.core.JcoBaseList.get(JcoBaseList.java:272)
         at com.sap.aii.proxy.framework.core.AbstractList.get(AbstractList.java:230)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCList.get(DynamicRFCList.java:281)
         at com.sap.tc.webdynpro.progmodel.context.Node$ModelElementList.getElement(Node.java:2543)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementAtInternal(Node.java:621)
    Other areas like personal Info & who is who are working fine.
    Leave request was working fine in Development and Quality servers and it never worked in Production server.
    It worked fine with same config, with same master data and same employee & org structure in quality server.
    We tried the following things:
    1. Checked and confirmed the sequence of transports for configs and Developments to Quality and Production.
    Even compared the table level entries and ABAP codings B/n dev and Production. All are same.
    2. Moved the workflow changes to production and activated the same. No change found after that.
    3. Gave SAP all authorization in R/3 and full authorization from portal side as well.
    4. Assigned the userid to different employees and checked the masterdata of employees.
    5. Checked the note 1388426.Every thing mentioned in the note is there in the system.
    6. Verified Rule groups and WEBMO feature are correct and same as in quality.
    As our go live date is very near, request your help .Thanks in advance for your help.
    Regards,

    Customisation of Leave request is mising in your system, please check the rule group using PTARQ.

  • Time out error in production server  for alv grid report

    hi. i have developed alv grid report using nested select statments. when i testing in development  server it is giving the output but in production server if i give 4 months then it is showing time out error.please help me out..its urgent.
    Thanks in advance.

    Hi Manu,
    Don't use Nested selected statements.
    Use the Following  Performance Tuning Options that i have given below so that your problem can be solved.
    1)  Always check the driver internal tables is not empty, while using FOR ALL ENTRIES
    2) Avoid for all entries in JOINS
    3) Try to avoid joins and use FOR ALL ENTRIES.
    4)   Try to restrict the joins to 1 level only ie only for tables
    5)   Avoid using Select *.
    6)   Avoid having multiple Selects from the same table in the same object.
    7)  Try to minimize the number of variables to save memory.  
    8)   The sequence of fields in 'where clause' must be as per primary/secondary index ( if any)
    9)   Avoid creation of  index as far as possible
    10) Avoid operators like  <>, > , < & like % in where clause conditions
    11) Avoid select/select single statements in loops.
    12) Try to use 'binary search' in READ internal table. Ensure table is sorted before using   BINARY SEARCH.
    13) Avoid using aggregate functions  (SUM, MAX etc) in selects ( GROUP BY , HAVING,)  
    14) Avoid using  ORDER  BY in selects
    15) Avoid Nested Selects
    16) Avoid Nested Loops of Internal Tables
    17) Try  to  use FIELD SYMBOLS.
    18) Try to avoid into Corresponding Fields of
    19) Avoid using Select  Distinct, Use DELETE ADJACENT
    <b>
    Reward Points for sure if you find it useful. </b>
    Regards
    Babu

  • Error on Production Server when php service is called.

    The web application runs fine on my development machine but on the production server it gives me the following error and no responce when a phpservice is called.
    error:
    Send failed
    Channel.Connect.Failed error NetConnection.Call.BadVersion: : url:
    'http://ipaddress/Project/public/gateway.php'
    Network Monitor:
    Development Machine:
    Windows 7
    MySQL 5.5.16
    Zend Framework 1.10
    Production Machine:
    Ubuntu 11.10
    MySQL 5.1.58
    Zend Framework 1.11
    I followed the following steps to deploy the application on production server;
    1. created identical database with same credentials on the production server
    2. confirmed that my php service works on the server by manually navigating to the php file and printing the data retrieved on the page
    3. modified the paths in amf_config.ini to reflect production server
    [zend]
    webroot = "/var/www"
    zend_path ="/usr/local/zend/share/ZendFramework/library"
    library ="/var/www/Project/library"
    services ="/var/www/Project/services"
    [zendamf]
    amf.production = true
    amf.directories[]=Project/services
    4. initialized the class by adding
    // Initialization customization goes here
    _serviceControl.endpoint = "http://ipaddress/Project/public/gateway.php";
    in the .as file for the php service
    I have also found from my zend server logs that when my php service is called its throws the following error:
    PHP Notice:  Undefined index: HTTPS in /usr/local/zend/share/ZendFramework/library/Zend/Amf/Response/Http.php on line 59
    I doubt that there is anything wrong in the deployment process but please do let me know if you could think of something i might have missed.
    The other thing im wondering is the php notice if it were to be caused due to different Zend Framework versions!
    Kindly advice

    EGJ Steens has post a fix at http://forums.adobe.com/message/4097998#4097998#4097998/Using Flash Builder
    Zend framework 1.11 added an extra function in the Http.php file (which was mentioned in the post) and was fixed as follows
    protected function isIeOverSsl()
            $_SERVER['HTTPS'] = 'off';  //Adding this line fixed the issue
            $ssl = $_SERVER['HTTPS'];
            if (!$ssl || ($ssl == 'off')) {
                // IIS reports "off", whereas other browsers simply don't populate
                return false;
            $ua  = $_SERVER['HTTP_USER_AGENT'];
            if (!preg_match('/; MSIE \d+\.\d+;/', $ua)) {
                // Not MicroSoft Internet Explorer
                return false;
            return true;
    My concern is if i wish to secure my application with ssl using HTTPS will this prevent me from doing so.
    Any Pointers Anybody?

  • Installing agent - "VBScript runtime error" on Windows server

    Hi all,
    I am installing the agent (10.2.0.2.0) on another one of my Windows Oracle servers - this is about the 10th one I've done, and I am doing it no differently than all the others.
    I download the wget.exe utility, put it in the path somewhere (usually put it under e:\oracle\ora92\bin), then download the agentDownload.vbs script from the Grid server. Then, when I issue the command to start the installation:
    cscript agentDownload.vbs b e:\oracle m ourserver.ourdomain.com r 4889
    and I am getting this error (2 different lines):
    e:\oracle
    agentDownload.vbs(476, 2) Microsoft VBScript runtime error: Object doesn't support this property or method: 'currentdirectory'
    Has anyone ever seen anything like this?
    Thanks,
    Brad

    Whats your defualt directory?
    can you try by putting wget in the beggining of windows path variable.

  • Getting Javascript error on Production Server

    Hi,
    I am facing unusual problem as my one jsp file containing javascript is working fine on testing server.I put same code on production server ,here I am getting javascript alert for not saving my data.Putting some part of my JSP file for ur reference--
    Javascript--
    function sysValidate(item){
                        var itemValue=item;
    // alert(itemValue);
    /* if((itemValue == '')||(itemValue == null))
    return false;
                        var today = new Date();
                        var sysDay = today.getDate();
                        var sysMonth = today.getMonth()+1;
                        var sysYear = today.getFullYear();
                        var fieldArray = itemValue.split("/");
                        var itemDay = parseInt(fieldArray[0]);
                        var itemMonth = parseInt(fieldArray[1]);
                        var itemYear = parseInt(fieldArray[2]);
    if(itemYear > sysYear)
    return false;
                        else{
                             if(itemYear < sysYear)
                                  return true;
                             else{
                                  if(itemMonth > sysMonth)
                                       return false;
                                  else{
                                       if(itemMonth < sysMonth)
                                            return true;
                                       else{
    if(itemDay >=sysDay)
    return false;
                                            else
    return true;
    if(sysValidate(exdate))
    alert("Save denied as delivery date prior to sysdate");
    bool=false;
    return bool;
    As when I am trying to save record in which my PO delivery date is greater than my Sysdate.I am getting javascript alert- "Save denied as delivery date prior to sysdate".
    Plz,help.
    Vaish...

    956066 wrote:
    1)I installed webcenter Management and Production instance and both working fineI hope you meant WebCenter Sites.
    2)On community Management Instance successfully showing the UI but after clicked on any of functions getting javascript error.Ensure that Community Patch1 is applied. Can be checked as status page (should show smth like "Oracle WebCenter Sites 11gR1 | Community 223 revision 3560" )
    3)On Community Production instance not able to validate the CAS.How "not able"? And what CAS: Sites Management CAS, Sites Production CAS or Visitor CAS?? Provide please details.
    Did you mean status page on Production Community instance shows errors related to CAS? What does status page on Management Community instance shows in this case? The same?
    Are there any errors in logs?
    Did you register Community instances in the SystemSatellite table?
    Edited by: 964768 on May 16, 2013 8:30 AM

  • MS Sql error in production server: DBIF_REPO_SQL_ERROR

    Hi experts,
    I am getting this error in my production server.
    Environment : OS - Windows 2008, Database: MSsql 2005 sp2, ECC6.0
    when the job SAP_COLLECTOR_FOR_PERFMONITOR executes the dump occurs with the following error.
    DBIF_REPO_SQL_ERROR, SQL error 0 occurred when accessing program "CX_SY_OPEN_SQL_DB=============CP "
    and also i am not able to open db13 with ends up with abap dump.
    In the sql server log i found this error too.
    Database ID 5, Page (1:4804273) is marked RestorePending, which may indicate disk corruption. To recover from this state, perform a restore.
    Please help me on this.
    Regards
    Shankar PV

    I raised the Message with SAP and they asked to do the H/W audit. My H/W vendor executed the diagnostic reports and given the report as "NO H/W ISSUE".
    That we already get into know when i did the system refresh, (I Mean i moved the database to another machine there also i am getting those same error).
    As per the DBCC checkdb log we found 1 consistency errors in database 'PRD', and we found that the table too 'DB6PMPROT'.
    Since its the table for the the records of DB13, i can lose this table data. So I tried to delete the data from the table, tried to truncate the table
    and also tried deleting using the commands
    1. DELETE FROM [PRD].[prd].[DB6PMPROT]
    2. TRUNCATE TABLE [PRD].[prd].[DB6PMPROT]
    3. USE [PRD]
    GO
    IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID
    (N'[prd].[DB6PMPROT]') AND type in (N'U'))
    DROP TABLE [prd].[DB6PMPROT]
    4. DROP TABLE [PRD].[prd].[DB6PMPROT]
    For all the above mentioned commands the result is below
    Msg 829, Level 21, State 1, Line 3
    Database ID 5, Page (1:4804273) is marked RestorePending, which may
    indicate disk corruption. To recover from this state, perform a restore.
    Since the data in this table is not necessary, we need to drop and
    recreate the table.

  • Restart Workflow after error in Production Server.

    Hi Experts,
                     We had a Problem in PO Release in production Server no we have set the release strategy again.
    1)Can i Restart the Workflows from that date so that the PO which where in error will work with the new release strategy ?
    2) T code to Restart WF after Error is SWPR Right ? or should i Use SWPC
    3) Please tell me where to find WorkItem ID
    Regards,
    Hari

    Hi,
    if you know for what Key id you had wflow errored out, you can find it. FOr example, any invoice, Notification, etc., go to that document or notification, and click on the "Services for Obj" icon and go to workflow--->wflow over view. THis is how you get to the wflow log. And in that, youcan choose the Technical Details view which gives you the witem id.
    Instead, you can use SWI6 and give the BO and exact key and you will get to wflow log..Or you can use Txn SWI2_DIAG..
    Hope this helps
    venu

  • Cache refresh error in Production Server in XI

    Hi All,
    whenever any object in ID gets changed cache refresh stops in XI in the production server.It throws error that it is unable to refresh the cache.All post installation activities are done properly.What should be done to solve the issue.

    What is the exact error? You may try looking into these two guides:
    [How Tou2026 Handle Caches in SAP XI 3.0:|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47a79301290?quicklink=index&overridelayout=true]
    [How Tou2026 Handle XPI Caches in SAP NetWeaver 7.0:|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0332b2a-eb97-2910-b6ba-dbe52a01be34?quicklink=index&overridelayout=true]
    For an overview of cache refresh errors in the Integration Repository or Integration Directory you can check SAP Note 780747.

  • WEB service deployment error on Production server

     

    Yves,
    Please post this question in the Workshop 8.1 beta newsgroup.
    weblogic.developer.interest.81beta.workshop
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=xover&group=weblogic.developer.interest.81beta.workshop&utag=
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Yves Leaute" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi,
    I'm quite new in WEB service development. Sorry if the question has asimple answer.
    I wrote a WEB server on a development PC and the WEB service runs well.
    Configuration Workshop8.1 beta.
    Problems occur when I try to deploy the EAR file on a different productionserver
    which run the 8.1 WebLogic server (latest non-beta version)
    Is there a simple solution ?
    I built the EAR file directly from the Workshop environment GUI, as thewlwbuild
    command I used worked properly but never generated any "ear" file in thedirectory.
    >
    I have 2 questions:
    a) is it necessary to use ONLY the WLWBUILD.cmd to generate an EAR filethat cen
    be deployed on teh target "production" server ?
    b) do I need to edit manually some embedded files in the EAR generated?
    Thanks for any help...
    Best regards
    Yves
    -attachment : WebServiceNAP.ear file
    errors generated on teh production server
    weblogic.management.ManagementRuntimeException:javax.management.InstanceNotFoundException:
    CardService:Name=WebServiceNAP,Type=Application
    atweblogic.management.configuration.ApplicationMBean_Stub.getParent(Applicatio
    nMBean_Stub.java:972)
    atweblogic.management.console.tags.TitleTag.printMBeanContext(TitleTag.java:44
    8)
    at weblogic.management.console.tags.TitleTag.doStartTag(TitleTag.java:206)
    atweblogic.management.console.webapp._domain.__application._jspService(__appli
    cation.java:485)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
    tStubImpl.java:1053)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :387)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :305)
    atweblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDis
    patcherImpl.java:342)
    atweblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubjec
    t.java:317)
    atweblogic.security.service.SecurityManager.runAs(SecurityManager.java:97)
    atweblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:246)
    at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:149)
    atweblogic.management.console.actions.ForwardAction.perform(ForwardAction.java
    :35)
    atweblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
    rvlet.java:173)
    atweblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
    let.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Servle
    tStubImpl.java:1053)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :387)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :305)
    atweblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(W
    ebAppServletContext.java:6291)
    atweblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubjec
    t.java:317)
    atweblogic.security.service.SecurityManager.runAs(SecurityManager.java:97)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:3575)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2573)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
    Caused by: javax.management.InstanceNotFoundException:CardService:Name=WebServiceNAP,Type=Application
    atcom.sun.management.jmx.MBeanServerImpl.getMBean(MBeanServerImpl.java:1680)
    atcom.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:115
    2)
    atweblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanS
    erverImpl.java:284)
    atweblogic.management.internal.MBeanProxy.getAttribute(MBeanProxy.java:610)
    atweblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java
    :442)
    atweblogic.management.configuration.ApplicationMBean_Stub.getParent(Applicatio
    nMBean_Stub.java:965)
    ... 27 more
    Current Date
    Fri Jul 04 23:09:25 CEST 2003
    Console Release Build
    null
    Console Build
    null
    Server Release Build
    8.1.0.0
    Server Build
    WebLogic Server 8.1 Thu Mar 20 23:06:05 PST 2003 246620
    All Server Product Versions
    WebLogic Server 8.1 Thu Mar 20 23:06:05 PST 2003 246620
    WebLogic XMLX Module 8.1 Thu Mar 20 23:06:05 PST 2003 246620
    Request Info
    Protocol: HTTP/1.1
    ServerName: www.ffm.leaute.com
    ServerPort: 7001
    Secure: false
    ContextPath: /console
    ServletPath: /domain/Application.jsp
    QueryString:parentMBean=CardService%3AName%3DCardService%2CType%3DDomain&attributes=webl
    ogic.management.configuration.ApplicationMBean.Name%3DWebServiceNAP&attribut
    es=weblogic.management.configuration.ApplicationMBean.Targets%3DCardService%
    3AName%3Dmyserver%2CType%3DServer&attributes=weblogic.management.configurati
    on.ApplicationMBean.Path%3DC%3A%5Cbea%5Cuser_projects%5CCardService%5Cmyserv
    er%5Cupload%5CWebServiceNAP.ear&attributes=Path.currentPath%3DC%3A%5Cbea%5Cu
    ser_projects%5CCardService%5Cmyserver%5Cupload&reloadNav=false&message=&wiza
    rdName=ApplicationAssistant&step=Configure&MBeanClass=weblogic.management.co
    nfiguration.ApplicationMBean
    PathInfo: null
    PathTranslated: null
    RequestURI: /console/domain/Application.jsp
    AuthType: null
    ContentType: application/x-www-form-urlencoded
    CharacterEncoding: null
    Locale: en_US
    Method: POST
    Session:weblogic.servlet.internal.session.MemorySessionData@a5beb
    RequestedSessionId:1Fsf75KXKHMU21lrZ5WOFzkWmzHxEzhqObkau11jWbelgvU5oo9i!-1072167969!10573529275
    39
    RequestedSessionIdFromCookie: true
    RequestedSessionIdFromURL: false
    UserPrincipal: admin
    RemoteUser: admin
    RemoteAddr: 192.168.0.8
    RemoteHost: ffm.leaute.com
    Parameters
    MBeanClass = weblogic.management.configuration.ApplicationMBean attributes= Path.currentPath=C:\bea\user_projects\CardService\myserver\upload
    attributes =weblogic.management.configuration.ApplicationMBean.Name=WebServiceNAP
    attributes =weblogic.management.configuration.ApplicationMBean.Path=C:\bea\user_projects
    \CardService\myserver\upload\WebServiceNAP.ear
    attributes =weblogic.management.configuration.ApplicationMBean.Targets=CardService:Name=
    myserver,Type=Server
    message = nextAction =/actions/mbean/ApplicationDeployAction?parentMBean=CardService%3AName%3DCard
    Service%2CType%3DDomain&attributes=weblogic.management.configuration.Applica
    tionMBean.Name%3DWebServiceNAP&attributes=weblogic.management.configuration.
    ApplicationMBean.Targets%3DCardService%3AName%3Dmyserver%2CType%3DServer&att
    ributes=weblogic.management.configuration.ApplicationMBean.Path%3DC%3A%5Cbea
    %5Cuser_projects%5CCardService%5Cmyserver%5Cupload%5CWebServiceNAP.ear&attri
    butes=Path.currentPath%3DC%3A%5Cbea%5Cuser_projects%5CCardService%5Cmyserver
    %5Cupload&reloadNav=false&message=&wizardName=ApplicationAssistant&step=Conf
    igure&MBeanClass=weblogic.management.configuration.ApplicationMBean
    parentMBean = CardService:Name=CardService,Type=Domain reloadNav = falsestep
    = Configure wizardName = ApplicationAssistantwl_control_weblogic_management_configuration_ApplicationMBean_Name
    = WebServiceNAP
    Attributes
    wlinternalaction =weblogic.management.console.actions.internal.InternalActionContext@13cb1cb
    javax.servlet.error.request_uri = /console/domain/Application.jspjavax.servlet.include.context_path
    = /console javax.servlet.include.request_uri = /console/common/error.jspjavax.servlet.include.servlet_path
    = /common/error.jsp javax.servlet.jsp.jspException =weblogic.management.ManagementRuntimeException:
    javax.management.InstanceNotFoundException:CardService:Name=WebServiceNAP,Type=Application
    weblogic.management.console.catalog.Catalog =weblogic.management.console.catalog.XmlCatalog@1bc8d37
    weblogic.management.console.helpers.BrowserHelper = User-Agent:Mozilla/4.0 (compatible;
    MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322) IE: trueNetscape:
    false Supported: true JavscriptHrefs: false TableCellClick: trueDocumentReloadedOnResize:
    false DropdownStretchable: true CellSpacingBlank: false EmptyCellBlank:false
    ImgOnclickSupported: true TableBorderFancy: true PartialToWideTables:false DisabledControlSupported:
    true weblogic.management.console.helpers.DebugHelper =weblogic.management.console.helpers.DebugHelper@18b1bc
    weblogic.management.console.helpers.UrlHelper =weblogic.management.console.helpers.UrlHelper@1db1be6
    weblogic.servlet.network_channel.port = 7001
    Headers
    Accept = image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,application/vnd.ms-powerpoint,
    application/vnd.ms-excel, application/msword,application/x-shockwave-flash, */*
    Accept-Encoding = gzip, deflate Accept-Language = en-us Cache-Control =no-cache
    Connection = Keep-Alive Content-Length = 863 Content-Type =application/x-www-form-urlencoded
    Cookie =ADMINCONSOLESESSION=1Fsf75KXKHMU21lrZ5WOFzkWmzHxEzhqObkau11jWbelgvU5oo9i!-10
    72167969
    Host = www.ffm.leaute.com:7001 Referer =http://www.ffm.leaute.com:7001/console/actions/mbean/DoMBeanWizardAction?parentMBean=CardService%3AName%3DCardService%2CType%3DDomain&reloadNav=false&wizardName=ApplicationAssistant&step=Start&MBeanClass=weblogic.management.configuration.ApplicationMBean
    User-Agent = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR1.0.3705;
    NET CLR 1.1.4322)
    BrowserInfo
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT5.0; .NET
    CLR 1.0.3705; .NET CLR 1.1.4322)
    IE: true
    Netscape: false
    Supported: true
    JavscriptHrefs: false
    TableCellClick: true
    DocumentReloadedOnResize: false
    DropdownStretchable: true
    CellSpacingBlank: false
    EmptyCellBlank: false
    ImgOnclickSupported: true
    TableBorderFancy: true
    PartialToWideTables: false
    DisabledControlSupported: true

  • IE causing error script error on production server with cfform (flash)

    Not sure if this is better posted here or the Cold Fusion
    Flash Integration category. I have a site on a shared hosting
    environment that has a cfform using flash that has several cfinput
    date fields. The datefields display and function properly on my
    development environment in both firefox and IE but only work in
    firefox on my production server. In IE I get the following script
    error:
    Line: 5477
    Char: 1
    Error: Object Expected
    Code: 0
    Does this have to do with missing files in the CFIDE\Scripts
    directory? If so can I place the needed files in a local scripts
    directory and point to them in the source of the page getting the
    errors? Any help with this problem would be greatly
    appreciated.

    Sounds like the /cfide/ folder is not mapped on your site.
    Ask them to make a virtual folder called "CFIDE" pointing to the
    real CFIDE folder.
    If they wont do it, make a folder yourself and copy the
    /cfide/scripts folder to it. If you dont have the files, install CF
    locally and move them up to your site.

  • BPEL deployment error in production server

    Hi,
    I am deploying my BPEL project on Web-logic server through my JDeveloper 11g. its working fine. but when I selected my different environment for deployment(new one) then I got the following error. Error is due to one of my BPEL prcess "TaskProcess1".
    but the same setup when I deploy to my own server its deploying and running very fine.
    code=500
    [04:53:57 PM] Error deploying archive sca_RegistrationUpload_rev24.0.jar to partition "default" on server DAMS_Batch_Server1 [urasvr140.uradevt.gov.sg:8001, Cluster:DAMS_Batch_Cluster]
    [04:53:57 PM] HTTP error code returned [500]
    [04:53:57 PM] Error message from server:
    #;There was an error deploying the composite on DAMS_Batch_Server1: Operation failed - Member(Id=1, Timestamp=2011-06-02 15:25:57.428, Address=172.16.10.45:8088, MachineId=46637, Location=site:uradevt.gov.sg,machine:urasvr140,process:3968, Role=WeblogicServer):Error occurred during deployment of component: TaskProcess1 to service engine: implementation.bpel, for composite: RegistrationUpload: ORABPEL-01005
    #;Failed to compile bpel generated classes.
    #;failure to compile the generated BPEL classes for BPEL process "TaskProcess1" of composite "default/RegistrationUpload!24.0*soa_f19c6537-e518-4c05-940c-688c1ddb2593"
    #;The class path setting is incorrect.
    #;Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.
    #;; . Please see the server diagnostic logs on DAMS_Batch_Server1 for details.

    Hi,
    I also faced the same problem.
    #;Failed to compile bpel generated classes.
    #;failure to compile the generated BPEL classes for BPEL process "TaskProcess1" of composite "default/RegistrationUpload!24.0*soa_f19c6537-e518-4c05-940c-688c1ddb2593"
    The class path setting is incorrect.
    The problem was that I was using Base64Encoder and Base64Decoder classes in my java embedding . But I missed to import the class.
    <bpelx:exec import="oracle.soa.common.util.Base64Decoder"/>
    <bpelx:exec import="oracle.soa.common.util.Base64Encoder"/>
    Adding these lines before the java embedding solved my problem.
    Sabari
    Edited by: 906932 on Jan 22, 2012 1:14 AM

  • Crystal 2008 Runtime error on Windows Server 2008

    I have a simple ASP.Net web applications that is using reports developed in Crystal 2008.  My server OS is Windows Server 2008 and has the Crystal 2008 SP1 runtime controls installed.  When I run the application it works fine until I actually try to run the report.  As the paremeter screen is attempting to load I am getting several script errors on the page. 
    _de is undefined, object not specified, bobj is undefinded are the major messages.  I have researched for several hours and have had no success.  I have come to the conclusion that the web page does not know where to find the .js and .css crystal files or does not have the correct permissions to access the files. 
    One thing that I found online and tried was to add a line of code in the HTML that specified the script as java and the location of the JS file for the viewer.  This helped but still had errors.
    BTW....This application runs fine on a Windows Server 2003 SP2 OS. 
    Anyone had the same issue?  Any help is greatly appreciated!
    Forgot to mention my development environment is VS 2008.
    Edited by: Bobby on Mar 13, 2009 11:02 AM

    See [this|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note.
    Also, [this|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note will be of help - possibly mode that the above note.
    Also, make sure you are using the latest merge modules / MSI to do your deployment. See [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0] wiki.
    Finally, the below Articles are worth having:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0437ea8-97d2-2b10-2795-c202a76a5e80
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50aa68c0-82dd-2b10-42bf-e5502b45cd3a
    Ludek

Maybe you are looking for