Forte WebEnterprise w/ ISAPI - 10055 error

Forte Users,
We have a Forte application that is web-enabled via Forte WebEnterprise and
intermittently we are receiving 10055 error when following a link. After
receiving the error you can either use the back arrow and retry the link or
just hit the refresh button and the page will download. The problem seems
to be intermittent and only seems to happen when the ISAPI Plug-in
(forteisapi.dll) is configured, we have not seen the problem when using the
CGI interface.
I contacted Forte support regarding the error but they are not able to
recreate the error either.
Any help is greatly appreciated!
Please see the following for details on my configuration and environment.
Thanks,
-----Original Message-----
From: MailAgent [mailto:[email protected]]
Sent: Wednesday, November 03, 1999 10:56 AM
To: [email protected]
Subject: Forte Virtual Call Center Case No. -- 56768
Thank you for submitting Case No. 56768. Please save this email as a record
of
your request. If you do not get a response from us within the time period
outlined in our support priority matrix, please email us at
[email protected]
and include the text of this email.
Contact Information
Case No.: 56768
Case Details
FORTE: 3.0.L.3
CONDUCTOR: Not Applicable
EXPRESS: Not Applicable
WEB: WE.1.0.D.1
Client Platform: Windows NT 4.0
Server Platform: SunOS 4.1.3
Database: Not Applicable
Netowork: sockets
Reproducible: Intermittent
Requested Priority: 2 - Medium
Subject:
socket send() to Forte HTTPAccess service object failed. errno=10055
Description:
Runtime Error:Socket Error: socket send() to Forte HTTPAccess service
object
failed. errno=10055
If I refresh or go back and try the link again it usually works.
I am using IIS and have the isapi interface enabled.
Errors:
socket send() to Forte HTTPAccess service object failed. errno=10055
End of message

Similar Messages

  • Mistake in Forte WebEnterprise Designer

    Hi :
    I have a "odd error" in my aplications, this error is ERRATIC.
    The error is the following :
    qqdb_ResourceException caught while executing EXECUTE tag named
    SUBMISSIONHandler.ProcessAction
    Original message: Execute failed for dynamic SQL statement 54, error from
    database is: ORA-00604: error occurred at recursive SQL level 1 ORA-01000:
    maximum open cursors exceeded
    Thanks in advance ...

    Hi MVG
    You may try this
    1. Add To your bean method like
    public java.awt.Container contentPanel()
      //innerPanel is some contained container (usally
      //JPanel) you need to add into your container bean.
      //It has to be empty with some kind of LayoutManager
      return innerPanel;
    }2. In the getBeanDescriptor method of the bean's
    BeanInfo class:
    public java.bean.BeanDescriptor getBeanDescriptor()
      java.bean.BeanDescriptor rv;
      rv = new java.bean.BeanDescriptor(yourBean.clsss);
      //Here is the punch line
      rv.setValue("containerDelegate","contentPanel"); 
      return rv;
    }Notes:
    a. The key "containerDelegate" is a must, on the other hand the name "contentPanel" is not pre-request as long
    as the names in the bean class and in the BeanInfo are
    the same.
    b. This works for NetBeans, since Forte is build around NetBeans I guess it should work in Forte too.
    HTH,
    Yair

  • Forte 6 update 2: Compile errors

    When I tried to recompile (using Forte C++ update 2) a project that was built fine under Workshop 4.2, Here are some of the errors that I received:
    Making CList.o...
    cc -g -Xc -I/usr/dt/include -I/usr/openwin/include -c CList.c
    "./XmI.h", line 113: (union) tag redeclared: __XmStringRec
    "CList.c", line 3605: warning: improper pointer/integer combination: op"="
    "CList.c", line 3861: warning: improper pointer/integer combination: op"="
    *** Error code 2
    make: Fatal error: Command failed for target 'CList.o'
    Making S_MoreTdimfElement.o...
    CC -g -I. -I/usr/dt/include -I/usr/openwin/include
    -I/home/lnguyen/tnp/include -compat -c S_Class.C
    "S_Class.C", line 2996: Error: Overloading ambiguity between
    "operator!=(const ClassA&, const ClassA&)" and
    "ClassA::operator const char*() const".
    "S_Class.C", line 3036: Error: Overloading ambiguity between
    "operator!=(const ClassA&, const ClassA&)" and
    "ClassA::operator const char*() const".
    2 Error(s) detected.
    ***Error code 2
    make: Fatal error: Command failed for target S_Class.o
    Anyone's seen this before?
    Thanks in advance...

    This was changed from an error to a warning about anacronism in the Forte Developer 7 C++ compiler. The warning can then be suppressed in a variety of ways including :
    CC -erroff=%all
    Since this structure is treated as an error in the Workshop 6 update 2 compiler, there's no way (of which I am aware) to get the compiler to compile files with the empty enum contained.

  • OUI-10055:Error in accessing the registry - webcenter content installation

    Hi All,
    I get this OUI error while installing Webcenter Content 11g. I checked the registry permission on HKEY_LOCAL_MACHINE -> Software -> Oracle and it has necessary permission for the user. Can someone help me identify what other registry location that I need to check to get rid of this error. The user executing the installation is part of the administrator group and I still get this error.
    Regards,
    - Anand

    Hi All,
    I get this OUI error while installing Webcenter Content 11g. I checked the registry permission on HKEY_LOCAL_MACHINE -> Software -> Oracle and it has necessary permission for the user. Can someone help me identify what other registry location that I need to check to get rid of this error. The user executing the installation is part of the administrator group and I still get this error.
    Regards,
    - Anand

  • Isapi plugin error

    I am storing my session id in a Post data and the plugin cannot route the request resulting in the loss of the data. How can I prevent this.
              

    Hi.
              Need more info - wls server version, jdk/os version, ISAPI version. Actually you might be better off posting this question to the plugin
              newsgroup - weblogic.developer.interest.plug-in.
              Regards,
              Michael
              Trucker wrote:
              > I am storing my session id in a Post data and the plugin cannot route the request resulting in the loss of the data. How can I prevent this.
              Michael Young
              Developer Relations Engineer
              BEA Support
              

  • Bus error in the Forte executable

    Hi,
    We have an environment with forte' (ver. 3.0.G.2) running
    on AIX 4.1 (The name of central server is cld_app1 and the nodemgr start
    with the name cld_TDR). In our environment we are using two differnet
    repository. In rep1 we have a very simple project (called 'aaa') that
    use one small class with two methods. One method print the date & time.
    The second method communicate with a serviceobject that use MQSeries to
    put/get some messages in the queues.
    The project work correctly in test run and in distribuite mode.
    If we export the same project (aaa) and we import in other repository
    (rep2 in the same environment) the project doesn't work. Infact,
    during test run forte' return the following:
    Begin Stack Backtrace
    =========================================================
    =
    Trace caused by a bus error in the Forte executable:
    ftexec Version 3.0.G.2
    IBM RS6000/Aix 4.1
    Forte Application Environment (tm), Forte Runtime Environment (tm),
    Forte Conductor (tm):
    Copyright (c) 1994-1998, Forte Software, Inc. and its licensors.
    US Patent No. 5,457,797
    Forte Express (tm), Forte WebEnterprise (tm):
    Copyright (c) 1995-1998, Forte Software, Inc.
    All Rights Reserved.
    Unpublished rights reserved under the copyright laws of the United
    States.
    Fri Mar 13 16:07:45 1998
    Fault at 25-Mar-1999 10:42:53, pid '2292', node 'cld_app1':
    0xd0b8886c = d0b8886c()
    0xd0b88ae4 = d0b88ae4()
    qqos_StkTrc: Cannot print stack trace.
    Recursive stack trace detected. Exiting.
    If we try to run in partitioning mode, the same error appears when
    forte' "loading partition into server" with the following adding
    message:
    Unable to start the partition aaa_cl0_Part1 on any of nodes to wich
    been assigned. See the remainder of the error stack for more
    information.
    In the "more" informations we have the following:
    SYSTEM ERROR: Unable to start the partition aaa_cl0_Part1 on any of the
    nodes to which it has been assigned. See the remainder of the error
    stack for more
    information.
    Class: qqsp_ResourceException
    Error #: [1602, 593]
    Detected at: qqcf_StandardConfig::LoadRemotePartition at 5
    Last TOOL statement: method overview.StartApplication
    Error Time: Thu Mar 25 09:22:21
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1.17]) in
    application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR.
    SYSTEM ERROR: Unable to start partition aaa_cl0_Part1 on node cld_TDR.
    Class: qqsp_ErrorDescriptor
    Error #: [1602, 592]
    Detected at: qqcf_StandardConfig::LoadRemotePartition at 3
    Error Time: Thu Mar 25 09:22:21
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1.17]) in
    application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR.
    SYSTEM ERROR: Lost contact with remote server while trying to load
    partition
    aaa_cl0_Part1. Check server log file for more information about the
    specific
    problem.
    Class: qqsp_ResourceException
    Error #: [1301, 102]
    Detected at: qqem_IPartitionAgent::Startup at 5
    Error Time: Thu Mar 25 09:22:21
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1.17]) in
    application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR.
    INFORMATION: The connection to the partner was terminated by the
    Communication
    Manager for the reasons below.
    Class: qqsp_DistAccessException
    Detected at: qqdo_PartitionMgr::StopLocation at 1
    Error Time: Thu Mar 25 09:22:20
    Distributed method called: qqrt_ForteExecAgentProxy.LoadPartition!6
    (object name Unnamed) from partition "Forte_Executor",
    (partitionId =
    546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158.19]) in application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1.17]) in
    application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR.
    INFORMATION: Network partner closed connection. This usually means the
    process at the other end of the wire failed. Please go look there and
    find
    out why.
    Class: qqsp_DistAccessException
    Detected at: qqcm_HoseFSM::ReceivedClose at 2
    Error Time: Thu Mar 25 09:22:20
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1.17]) in
    application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR.
    INFORMATION: Error parameters for Set:0 Msg:0:
    Class: qqsp_DistAccessException
    Detected at: qqcm_HoseFSM::ReceivedClose at 1
    Error Time: Thu Mar 25 09:22:20
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1.17]) in
    application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR.
    Thanks in advance
    Luz Marina e Massimiliano
    Get Your Private, Free Email at http://www.hotmail.com
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi,
    We have an environment with forte' (ver. 3.0.G.2) running
    on AIX 4.1 (The name of central server is cld_app1 and the nodemgr start
    with the name cld_TDR). In our environment we are using two differnet
    repository. In rep1 we have a very simple project (called 'aaa') that
    use one small class with two methods. One method print the date & time.
    The second method communicate with a serviceobject that use MQSeries to
    put/get some messages in the queues.
    The project work correctly in test run and in distribuite mode.
    If we export the same project (aaa) and we import in other repository
    (rep2 in the same environment) the project doesn't work. Infact,
    during test run forte' return the following:
    Begin Stack Backtrace
    =========================================================
    =
    Trace caused by a bus error in the Forte executable:
    ftexec Version 3.0.G.2
    IBM RS6000/Aix 4.1
    Forte Application Environment (tm), Forte Runtime Environment (tm),
    Forte Conductor (tm):
    Copyright (c) 1994-1998, Forte Software, Inc. and its licensors.
    US Patent No. 5,457,797
    Forte Express (tm), Forte WebEnterprise (tm):
    Copyright (c) 1995-1998, Forte Software, Inc.
    All Rights Reserved.
    Unpublished rights reserved under the copyright laws of the United
    States.
    Fri Mar 13 16:07:45 1998
    Fault at 25-Mar-1999 10:42:53, pid '2292', node 'cld_app1':
    0xd0b8886c = d0b8886c()
    0xd0b88ae4 = d0b88ae4()
    qqos_StkTrc: Cannot print stack trace.
    Recursive stack trace detected. Exiting.
    If we try to run in partitioning mode, the same error appears when
    forte' "loading partition into server" with the following adding
    message:
    Unable to start the partition aaa_cl0_Part1 on any of nodes to wich
    been assigned. See the remainder of the error stack for more
    information.
    In the "more" informations we have the following:
    SYSTEM ERROR: Unable to start the partition aaa_cl0_Part1 on any of the
    nodes to which it has been assigned. See the remainder of the error
    stack for more
    information.
    Class: qqsp_ResourceException
    Error #: [1602, 593]
    Detected at: qqcf_StandardConfig::LoadRemotePartition at 5
    Last TOOL statement: method overview.StartApplication
    Error Time: Thu Mar 25 09:22:21
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1.17]) in
    application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR.
    SYSTEM ERROR: Unable to start partition aaa_cl0_Part1 on node cld_TDR.
    Class: qqsp_ErrorDescriptor
    Error #: [1602, 592]
    Detected at: qqcf_StandardConfig::LoadRemotePartition at 3
    Error Time: Thu Mar 25 09:22:21
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1.17]) in
    application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR.
    SYSTEM ERROR: Lost contact with remote server while trying to load
    partition
    aaa_cl0_Part1. Check server log file for more information about the
    specific
    problem.
    Class: qqsp_ResourceException
    Error #: [1301, 102]
    Detected at: qqem_IPartitionAgent::Startup at 5
    Error Time: Thu Mar 25 09:22:21
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1.17]) in
    application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR.
    INFORMATION: The connection to the partner was terminated by the
    Communication
    Manager for the reasons below.
    Class: qqsp_DistAccessException
    Detected at: qqdo_PartitionMgr::StopLocation at 1
    Error Time: Thu Mar 25 09:22:20
    Distributed method called: qqrt_ForteExecAgentProxy.LoadPartition!6
    (object name Unnamed) from partition "Forte_Executor",
    (partitionId =
    546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158.19]) in application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1.17]) in
    application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR.
    INFORMATION: Network partner closed connection. This usually means the
    process at the other end of the wire failed. Please go look there and
    find
    out why.
    Class: qqsp_DistAccessException
    Detected at: qqcm_HoseFSM::ReceivedClose at 2
    Error Time: Thu Mar 25 09:22:20
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1.17]) in
    application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR.
    INFORMATION: Error parameters for Set:0 Msg:0:
    Class: qqsp_DistAccessException
    Detected at: qqcm_HoseFSM::ReceivedClose at 1
    Error Time: Thu Mar 25 09:22:20
    Exception occurred (locally) on partition "Forte_cl0_Client",
    (partitionId
    = 546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1, taskId =
    [546BCA70-E125-11D2-BFFF-B37364EDAA77:0x158:0x1.17]) in
    application
    "Forte_cl0", pid 20236 on node cld_app1 in environment
    Collaudo_TDR.
    Thanks in advance
    Luz Marina e Massimiliano
    Get Your Private, Free Email at http://www.hotmail.com
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Forte compile error java source files must have a .java suffix

    Hello Guru's,
    I am using Forte for Java release 2.0 build 1160, and Java SDK 1.3.1.
    When I try to compile a project in Forte I get the following error :
    "fastjavac: java source files must have a .java suffix C:\Program"
    I have looked at the source files and they do hav .java suffix!
    If this is not the correct form can someone point me in the right direction. If this is a correct forum then help is very much appreciated.
    Cheers...Harki

    Hi,
    Try to compile like this:
    javac yourfile.java
    Hope this helps you.
    Cheers.....Dinesh

  • 300 MB to 1.2 GB Forte log file automatically created

    General information
    ===================
    -One server: Windows NT 4.0 Server Enterprise Edition (service pack 6a), PC/x86, dual Pentium Pro 200 MHz.
    -Five workstations: Windows NT 4.0 Workstation (service pack 6a), PC/x86.
    -Forte 4GL 3.0.N.0.
    -SQL Server 7.0 (service pack 3), clustered.
    -Forte application partitioned into 1 server process (runs on server) and 1 client process (runs on all workstations).
    Has anyone seen this?...
    Problem description
    ===================
    About once per month, our Forte server partition log file grows to 300+ MB, and then the process crashes. This problem is not reproducible, and I don't yet know if there is any pattern in the sequence of events that leads to the error. All the log files appear to be similar because the traceback shows the same method.
    The error started happening after upgrading from Forte 3.0.G.2 to Forte 3.0.N.0.
    All of the client and server log files have the string "<unknown>" where the Forte environment name normally is. I believe that nodemgr.exe crashes, and usually it cannot be restarted. When the Forte Environment Manager is manually restarted, a Windows NT "Services" error window appears that says - "Could not start the Forte Environment Manager 3.0.N.0 service on \\SERVERA. Error 1067: The process terminated unexpectedly." Rebooting the server always recovers.
    Here is an example of the text extracted from one of the huge Forte log files...
    NOTE:
    -Some of the text lines may be wrapped (in the actual file, none of the lines are wrapped).
    -forte_ex_274.log was 263,119 KB.
    -The string "..." means that many lines are not included.
    -All hex values, except for addresses, have been changed to "0x00000000".
    -Note that "Page:45713 @ 0x02CA4400" is included, but appears to be empty.
    ********** BEGINNING OF FILE **********
    ftexec Forte Version 3.0.N.0
    Windows NT
    Forte Application Environment (tm), Forte Runtime Environment (tm),
    Forte Conductor (tm):
    Copyright (c) 1994-2000, Forte Software, Inc. and its licensors.
    US Patent No. 5,457,797
    Forte Express (tm), Forte WebEnterprise (tm):
    Copyright (c) 1994-2000, Forte Software, Inc.
    All Rights Reserved.
    Unpublished rights reserved under the copyright laws of the United States.
    Wed Oct 11 21:52:48 2000
    Process ID 274
    Attached to manager for node SERVERA.
    Loading partition IBIS_cl0_Part1 built on 23-Aug-2001 07:10:49.
    aud Sun Aug 26 05:45:17 : Loading partition IBIS_cl0_Part1 built on 23-Aug-2001
    07:10:49.
    Attached to manager for node SERVERA.
    ! Interpreter Traceback
    Traceback:
    IbisCommunicationHandler.ReadSocket at offset 268
    # Page 45713 contains Object 0x02CA4408 that has bad SIZE(0)
    # Scanning for value in range 0x2ca4400:0x2ca4410
    # Found 0x2ca4408 at qqin_ActivationRecord+0x28(0x2ca3bb8)
    ! Page:45713 @ 0x02CA4400 { Small Object Mobile  } Current
    # Page 45714 should be marked SPAN.
    # Page 45715 should be marked SPAN.
    # Page 45716 should be marked SPAN.
    # Page 45717 should be marked SPAN.
    # Page 45718 should be marked SPAN.
    # Page 45719 should be marked SPAN.
    # Page 45720 should be marked SPAN.
    # Page 45721 should be marked SPAN.
    # Page 45722 should be marked SPAN.
    # Page 45723 should be marked SPAN.
    # Page 45724 should be marked SPAN.
    # Page 45725 should be marked SPAN.
    # Page 45726 should be marked SPAN.
    # Page 45727 should be marked SPAN.
    # Page 45728 should be marked SPAN.
    # Page 45729 should be marked SPAN.
    # Page 45730 should be marked SPAN.
    # Page 45731 should be marked SPAN.
    # Page 45732 should be marked SPAN.
    # Page 45733 should be marked SPAN.
    # Page 45734 should be marked SPAN.
    # Page 45735 should be marked SPAN.
    # Page 45736 should be marked SPAN.
    # Page 81525 should be marked SPAN.
    # Page 81526 should be marked SPAN.
    # Page 81527 should be marked SPAN.
    # Page 81528 should be marked SPAN.
    # Page 81529 should be marked SPAN.
    # Page 81530 should be marked SPAN.
    # Page 81531 should be marked SPAN.
    # Page 81532 should be marked SPAN.
    # Page 81533 should be marked SPAN.
    # Page 81534 should be marked SPAN.
    # Page 81535 should be marked SPAN.
    ! Page:17536 @ 0x01120000 { Small Object Mobile  } Current
    ! 0x01120000: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120010: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120020: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120030: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120040: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120050: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120060: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120070: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120080: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120090: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011200A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011200B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011200C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011200D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011200E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011200F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120100: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120110: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120120: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120130: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120140: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120150: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120160: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120170: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120180: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120190: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011201A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011201B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011201C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011201D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011201E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011201F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120200: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120210: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120220: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120230: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120240: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120250: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120260: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120270: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120280: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120290: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011202A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011202B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011202C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011202D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011202E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011202F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120300: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120310: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120320: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120330: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120340: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120350: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120360: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120370: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120380: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120390: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011203A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011203B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011203C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011203D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011203E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011203F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! Page:17537 @ 0x01120400 { Small NonObject Mobile  } Current
    ! 0x01120400: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120410: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120420: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120430: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120440: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120450: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120460: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120470: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120480: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120490: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011204A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011204B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011204C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011204D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011204E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011204F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120500: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120510: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120520: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120530: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120540: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120550: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120560: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120570: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120580: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120590: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011205A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011205B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011205C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011205D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011205E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011205F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120600: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120610: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120620: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120630: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120640: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120650: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120660: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120670: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120680: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120690: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011206A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011206B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011206C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011206D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011206E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011206F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120700: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120710: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120720: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120730: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120740: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120750: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120760: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120770: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120780: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x01120790: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011207A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011207B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011207C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011207D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011207E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x011207F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! Page:17538 @ 0x01120800 { Large Object Mobile  } Current
    ! Page:45712 @ 0x02CA4000 { Small NonObject Mobile  } Current
    ! 0x02CA4000: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4010: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4020: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4030: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4040: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4050: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4060: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4070: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4080: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4090: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA40A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA40B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA40C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA40D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA40E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA40F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4100: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4110: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4120: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4130: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4140: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4150: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4160: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4170: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4180: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4190: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA41A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA41B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA41C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA41D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA41E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA41F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4200: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4210: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4220: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4230: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4240: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4250: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4260: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4270: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4280: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4290: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA42A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA42B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA42C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA42D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA42E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA42F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4300: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4310: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4320: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4330: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4340: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4350: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4360: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4370: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4380: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4390: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA43A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA43B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA43C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA43D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA43E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA43F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! Page:45713 @ 0x02CA4400 { Small Object Mobile  } Current
    ! Page:45714 @ 0x02CA4800 { Small Object Mobile  } Current
    ! 0x02CA4800: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4810: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4820: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4830: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4840: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4850: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4860: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4870: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4880: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4890: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA48A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA48B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA48C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA48D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA48E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA48F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4900: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4910: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4920: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4930: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4940: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4950: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4960: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4970: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4980: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA4990: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA49A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x02CA49B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F030: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F040: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F050: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F060: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F070: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F080: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F090: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F0A0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F0B0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F0C0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F0D0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F0E0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F0F0: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F100: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F110: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F120: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F130: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F140: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F150: 0x00000000 0x00000000 0x00000000 0x00000000
    ! 0x0495F160: 0x00000000 0x00000000 0x00000000 0x00000000
    ********** END OF FILE **********

    This appears to the general output generated when a partition gets a SEGV or AccessViolation type problem. The runtime code always performs a memory check to determine if a possible cause for the problem was a memory corruption. In this case it thinks it found a problem and is attempting to dump information related to the problem. There was a bug in this routine that caused to dump more stuff than was really needed (I believe that this was fixed in 5.0)
    The actual error was someone wrote a 0 on the header of an object that describes the size of the object. Given that this was the first object on the page it could be a problem with someone overrunning the end of an object on the previous page.
    This can either be a runtime problem or an application problem. Its a little hard to tell from this output. The best way to collect more information would be to install MSDEV/Visual Studio on the machine and enable
    JustInTimeDebugging (this is normally enabled for you) and then add the following environment variable
    FORTE_NOHANDLER=yes
    This bypasses the exception handling and causes the MSDEV debugger to start. This should allow you to get a stack trace which will give more clues as to the problem.

  • SAP GUI 602 logon error

    Dear Experts:
    we are having SAP GUI logon problem as follow:
    SAP GUI 620
    partner not reached (host prd.uaes.com, service sapdp03)
    time     Wed Nov 26 15:56:03 2008
    componet   NI (Network interface)
    Release     620
    version 36
    Module ninti.c
    Line  881
    Method    NiPConnect
    Return Code -10
    System Call connect
    Error No 10055
    Error Text WSAENOBUFS: No buffer space available
    Counter 1
    does anybody have idea about above error?
    thank you.
    regards, Mao

    Hello Sergo Beradze,
    yes. the SAP system in prd.uaes.com host is 32bit server. we install SAP R3 4.6c sr2 version with it.
    most of time the SAP PC user can connect to SAP smoothly. but sometimes some part of sap users will get the above error message which I have posted.
    regards, Mao

  • Business Graphics and WebEnterprise

    I have a two part question.
    First, what is the best way to create business graphics such as line, bar,
    and point graphs? OLE to Excel, OCX, some third party commercial graphics
    library such as Brahma Software's Beacon?
    Second, once I have a business graphic what is the best way to display these
    graphics on a web page? A number of Forte field widgets such as ellipse,
    polyline, and point do not have a corresponding HTML element and therefore
    the Forte WebEnterprise WindowConverter class cannot convert these windows.
    Is there a way to save Forte images as BMP/JPG images?
    Thanks,
    Douglas Wheeler (mailto:[email protected])
    BORN Information Services, Inc. (http://www.born.com)
    Tel: 612.404.4379 Fax: 621.404.4441
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    exactly!
    many ways to do this
    1.U can use WDCopyService(Source ,Target)  here Source : return node of model data
                                                                               Target : Your temporary value node which bound to BG.
    Note : Each time when ever model data get updated(CRUD) u have to call this node.
    2. Use Mapping type node and bind it to BG ui element  exe : when we create any node It has 4 options one of them is Mapping select this and provide the model node
      (mapping of node with model node is replica of the content there in model node, here u don't have to worry about updated content since its replica and get changed eveytime when model operations is performed)
    Best Regards
    Satish Kumar

  • RE: (forte-users) SerializationException

    Ravi,
    Are your partitions compiled?
    On comiled partitions, NIL object exceptions show
    up as these.
    Hope this helps.
    Nirmal
    Nirmal P Uppalapati Phone:
    (203) 622-5386
    VP-US Operations
    (203)
    359-3992
    PSI Data Systems Ltd. Mobile:
    (203) 829-7741
    Suite 406
    Fax: (203) 359-4662
    One Bank Street mail :
    nirmalpsidata.com
    Stamford, CT 06901 USA Web:
    http://www.psi.soft.net
    -----Original Message-----
    From: Ravindra Kallamadi
    [SMTP:rkallamadiyahoo.com]
    Sent: Wednesday, January 26, 2000 6:12 PM
    To: kamranaminyahoo.com
    Cc: William.K.Bhattapmusa.com
    Subject: (forte-users) SerializationException
    Has anyone experienced the following
    SerializationException?
    Thu Jan 20 22:33:31 : End of Stack Backtrace
    Thu Jan 20 22:33:31 : THROW:: Exception
    0x1850038, task 0x10325d8
    Thu Jan 20 22:33:31 : FATAL ERROR: System
    segmentation/access violation
    caught.
    Class: qqos_SystemException
    Error #: [101, 321]
    Detected at: qqos_MainExFilter at 1
    Error Time: Thu Jan 20 22:33:31
    Exception occurred (locally) on partition
    "xxxx_cl0_Part4",
    (partitionId =
    DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e:0x1,
    taskId =
    [DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x3 
    4e.26]) in application
    "xxxx_cl0", pid 1163 on node MCPORCA1 in
    environment mcfem01.
    Thu Jan 20 22:33:31 :
    Thu Jan 20 22:33:31 : THROW:: Exception
    0x1850188, task 0x10325d8
    Thu Jan 20 22:33:31 : SYSTEM ERROR: Error during
    Serialization.
    Class: qqsp_SerializationException
    Error #: [201, 34]
    Detected at: qqlo_Xlate at 1
    Error Time: Thu Jan 20 22:33:31
    Exception occurred (locally) on partition
    "xxxx_cl0_Part4",
    (partitionId =
    DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e:0x1,
    taskId =
    [DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x3 
    4e.26]) in application
    "xxxx_cl0", pid 1163 on node MCPORCA1 in
    environment mcfem01.
    Thu Jan 20 22:33:31 :
    Thu Jan 20 22:33:31 : THROW:: Exception
    0x1850188, task 0x10325d8
    Thu Jan 20 22:33:31 : SYSTEM ERROR: Error
    serializing attribute 1 of
    class mach_status
    (serialization type 6).
    Class: qqsp_SerializationException
    Error #: [1001, 267]
    Detected at: qqrt_4GLClassType::InstanceXlate
    at 1
    Error Time: Thu Jan 20 22:33:31
    Exception occurred (locally) on partition
    "xxxx_cl0_Part4",
    (partitionId =
    DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e:0x1,
    taskId =
    [DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x3 
    4e.26]) in application
    "xxxx_cl0", pid 1163 on node MCPORCA1 in
    environment mcfem01.
    Thu Jan 20 22:33:31 :
    Thu Jan 20 22:33:31 : THROW:: Exception
    0x1850038, task 0x10325d8
    Thu Jan 20 22:33:31 : FATAL ERROR: System
    segmentation/access violation
    caught.
    Class: qqos_SystemException
    Thanks.
    Ravi Kallamadi
    For the archives, go to:
    http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To
    unsubscribe, send in a new
    email the word: 'Unsubscribe' to:
    forte-users-requestlists.xpedior.com

    Serialization errors can also come from mismatched id's in plans. This
    happens when you have 2+ repositories containing the same code but having
    different id's inside the plans. Applications built from these multiple
    repositories will not be able to communicate with each other. Serialization
    errors will occur when they attempt to. To fix this. Make sure that you
    export all code with the "ids" flags. Check your fscript manual for more
    information on this, but basically it is something like
    exportworkspace <path>/<filename> ids
    Overwriting a plan in Forte even with the overwrite command will not
    overwrite the id's. So it might be necessary to junk a repository and start
    it from scratch, importing the id's into it. This will ensure that all of
    your "shared" code in the multiple repositories are in synch. And yes, this
    is a huge pain.
    Scott Francis
    -----Original Message-----
    From: Peter Sham [mailto:peter_shamyahoo.com]
    Sent: Friday, January 28, 2000 10:18 AM
    To: BOURDON Patrice; 'Ravindra Kallamadi'; kamranaminyahoo.com
    Cc: William.K.Bhattapmusa.com
    Subject: RE: (forte-users) SerializationException
    Hi,
    One more suggestion. You can run fscript and issue command "showapp" under
    partition workshop, then you will see all the projects being pulled in for a
    partition. This would show you whether your code for that attribute is
    missing from the list of projects.
    Regards,
    Peter Sham.
    BOURDON Patrice <patrice.bourdonalliance-sante.fr> wrote:
    hi,
    is the type of "attribute 1 of class mach_status" known of your partition ?
    you can get this kind of error if you pass an object whose some type of
    attribute are unknown in called partition
    (but only from calling partition).
    Patrice
    -----Message d'origine-----
    De: Ravindra Kallamadi [mailto:rkallamadiyahoo.com]
    Date: jeudi 27 janvier 2000 00:12
    &Agrave;: kamranaminyahoo.com
    Cc: William.K.Bhattapmusa.com
    Objet: (forte-users) SerializationException
    Has anyone experienced the following SerializationException?
    Thu Jan 20 22:33:31 : End of Stack Backtrace
    Thu Jan 20 22:33:31 : THROW:: Exception 0x1850038, task 0x10325d8
    Thu Jan 20 22:33:31 : FATAL ERROR: System segmentation/access violation
    caught.
    Class: qqos_SystemException
    Error #: [101, 321]
    Detected at: qqos_MainExFilter at 1
    Error Time: Thu Jan 20 22:33:31
    Exception occurred (locally) on partition "xxxx_cl0_Part4",
    (partitionId = DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e:0x1,
    taskId =
    [DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e.26]) in application
    "xxxx_cl0", pid 1163 on node MCPORCA1 in environment mcfem01.
    Thu Jan 20 22:33:31 :
    Thu Jan 20 22:33:31 : THROW:: Exception 0x1850188, task 0x10325d8
    Thu Jan 20 22:33:31 : SYSTEM ERROR: Error during Serialization.
    Class: qqsp_SerializationException
    Error #: [201, 34]
    Detected at: qqlo_Xlate at 1
    Error Time: Thu Jan 20 22:33:31
    Exception occurred (locally) on partition "xxxx_cl0_Part4",
    (partitionId = DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e:0x1,
    taskId =
    [DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e.26]) in application
    "xxxx_cl0", pid 1163 on node MCPORCA1 in environment mcfem01.
    Thu Jan 20 22:33:31 :
    Thu Jan 20 22:33:31 : THROW:: Exception 0x1850188, task 0x10325d8
    Thu Jan 20 22:33:31 : SYSTEM ERROR: Error serializing attribute 1 of
    class mach_status
    (serialization type 6).
    Class: qqsp_SerializationException
    Error #: [1001, 267]
    Detected at: qqrt_4GLClassType::InstanceXlate at 1
    Error Time: Thu Jan 20 22:33:31
    Exception occurred (locally) on partition "xxxx_cl0_Part4",
    (partitionId = DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e:0x1,
    taskId =
    [DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e.26]) in application
    "xxxx_cl0", pid 1163 on node MCPORCA1 in environment mcfem01.
    Thu Jan 20 22:33:31 :
    Thu Jan 20 22:33:31 : THROW:: Exception 0x1850038, task 0x10325d8
    Thu Jan 20 22:33:31 : FATAL ERROR: System segmentation/access violation
    caught.
    Class: qqos_SystemException
    Thanks.
    Ravi Kallamadi
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com
    --0-1804289383-949072683=:11145
    Content-Type: text/html; charset=us-ascii
    <P>Hi,</P>
    <P>One more suggestion.  You can run fscript and issue command
    "showapp" under partition workshop, then you will see all the projects being
    pulled in for a partition.  This would show you whether your code for
    that attribute is missing from the list of projects.</P>
    <P>Regards,</P>
    <P>Peter Sham.</P>
    <P><B><I>BOURDON Patrice &lt;patrice.bourdonalliance-sante.fr&gt;</B></I>
    wrote:<BR>
    <BLOCKQUOTE style="BORDER-LEFT: #1010ff 2px solid; MARGIN-LEFT: 5px;
    PADDING-LEFT: 5px">hi,<BR><BR>is the type of "attribute 1 of class
    mach_status" known of your partition ?<BR>you can get this kind of error if
    you pass an object whose some type of<BR>attribute are unknown in called
    partition<BR>(but only from calling
    partition).<BR><BR>Patrice<BR><BR>-----Message d'origine-----<BR>De:
    Ravindra Kallamadi [mailto:rkallamadiyahoo.com]<BR>Date: jeudi 27 janvier
    2000 00:12<BR>&Agrave;:: kamranaminyahoo.com<BR>Cc:
    William.K.Bhattapmusa.com<BR>Objet: (forte-users)
    SerializationException<BR><BR><BR>Has anyone experienced the following
    SerializationException?<BR><BR>---------------------------------------------
    -------------------------<BR>Thu Jan 20 22:33:31 : End of Stack
    Backtrace<BR><BR>Thu Jan 20 22:33:31 : THROW:: Exception 0x1850038, task
    0x10325d8<BR>Thu Jan 20 22:33:31 : FATAL ERROR: System segmentation/access
    violation<BR>caught.<BR>Class: qqos_SystemException<BR>Error #: [101,!
    321]<BR>Detected at: qqos_MainExFilter at 1<BR>Error Time: Thu Jan 20
    22:33:31 <BR>Exception occurred (locally) on partition
    "xxxx_cl0_Part4",<BR>(partitionId =
    DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e:0x1,<BR>taskId
    =<BR>[DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e.26]) in
    application<BR>"xxxx_cl0", pid 1163 on node MCPORCA1 in environment
    mcfem01.<BR>Thu Jan 20 22:33:31 : <BR>Thu Jan 20 22:33:31 : THROW::
    Exception 0x1850188, task 0x10325d8<BR>Thu Jan 20 22:33:31 : SYSTEM ERROR:
    Error during Serialization.<BR>Class: qqsp_SerializationException<BR>Error
    #: [201, 34]<BR>Detected at: qqlo_Xlate at 1<BR>Error Time: Thu Jan 20
    22:33:31 <BR>Exception occurred (locally) on partition
    "xxxx_cl0_Part4",<BR>(partitionId =
    DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e:0x1,<BR>taskId
    =<BR>[DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e.26]) in
    application<BR>"xxxx_cl0", pid 1163 on node MCPORCA1 in environment
    mcfem01.<BR>Thu Jan 20 22:33:31 : <BR>Thu Jan 20 22:33:31 : THROW::
    Exception 0x185!
    0188, task 0x10325d8<BR>Thu Jan 20 22:33:31 : SYSTEM ERROR: Error
    serializing attribute 1 of<BR>class mach_status<BR>(serialization type
    6).<BR>Class: qqsp_SerializationException<BR>Error #: [1001,
    267]<BR>Detected at: qqrt_4GLClassType::InstanceXlate at 1<BR>Error Time:
    Thu Jan 20 22:33:31 <BR>Exception occurred (locally) on partition
    "xxxx_cl0_Part4",<BR>(partitionId =
    DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e:0x1,<BR>taskId
    =<BR>[DD8782F0-CB74-11D3-91A1-8088AF65AA77:0x34e.26]) in
    application<BR>"xxxx_cl0", pid 1163 on node MCPORCA1 in environment
    mcfem01.<BR>Thu Jan 20 22:33:31 : <BR>Thu Jan 20 22:33:31 : THROW::
    Exception 0x1850038, task 0x10325d8<BR>Thu Jan 20 22:33:31 : FATAL ERROR:
    System segmentation/access violation<BR>caught.<BR>Class:
    qqos_SystemException<BR>----------------------------------------------------
    -------------------<BR><BR>Thanks.<BR><BR>Ravi Kallamadi<BR><BR>--<BR>For
    the archives, go to: http://lists.xpedior.com/forte-users and use<BR>the
    login: fort!
    e and the password: archive. To unsubscribe, send in a new <BR>email the
    word: 'Unsubscribe' to:
    forte-users-requestlists.xpedior.com<BR><BR>--<BR>For the archives, go to:
    http://lists.xpedior.com/forte-users and use<BR>the login: forte and the
    password: archive. To unsubscribe, send in a new <BR>email the word:
    'Unsubscribe' to: forte-users-requestlists.xpedior.com<BR><BR></BLOCKQUOTE>

  • Exciting opportunities for Forte/UDS & J2EE engineers

    ******** EXCITING OPPORTUNITIES *********
    Looking for project managers, Architects, Technical Leads, Programmers with experience in migration from Legacy applications to new platforms. (Migration experience from Forte to Java or Forte to .Net technologies )
    Skills Areas:
    * JAVA expertise
    * FORTE background
    * Familiar with USE CASE format requirements
    * Familiar with UML concepts
    * Service Oriented Architecture (nice to have)
    * Web Services (nice to have)
    * Good Organizational and Analytical skills
    * Good communication skills
    Will pay upto $2000 to $5000 for REFERRALS.
    Pl email me : [email protected]

    Worked for both Forte Software & Sun Micro
    on both Forte 4GL and Java J2EE for several years.
    Was a member of the Forte Training/Consulting group and Sun Java/J2EE training and Enterprise Services group for a few years.
    Certified in teaching/training many Java/J2EE/XML
    and Forte courses, i.e. Forte Dev, Forte Advanced Patterns, Forte WebEnterprise, Forte OOAD.
    Contact: [email protected]
    & [email protected]

  • Making Forte service objects available to VisiBrokerclients

    Hello!
    In the Forte manual, Interfacing with External Systems, there's a section on
    making Forte service objects available to ObjectBroker(DEC). We are using
    VisiBroker as our ORB. Does anyone know if the instructions for
    ObjectBroker can be used? Does anyone have experience making Forte service
    objects visible to VisiBroker clients specifically?
    Thanks in Advance!
    Mark Savory
    GTE Gov. Systems
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi,
    If you are going to make Forte service objects accessible to the VisiBroker
    CORBA/IIOP clients (C++, or Java clients), read Forte manual called "A Guide to
    WebEnterprise Release 1.0.B (any new release???) of Forte WebEnterprise". You
    may find that all materials beginning from Chapter 14 are useful and helpful.
    I've posted many comments and issues unsolved to Forte forum in this area.
    ObjectBroker is one of ORB products made by BEA, and is the first ORB product on
    the market. It runs on dozens of platforms. In 1997, BEA acquired ObjectBroker
    from Digital (DEC). All ORB products (most established products such as
    VisiBroker for C++ 3.x and VisiBroker for Java 3.x from
    Inprise(Borland/Visigenic), Orbix 3.x for C++ and OrbixWeb for Java 3.x from
    Iona, ObjectBroker and Tuxedo from BEA, JavaIDL from JavaSoft) are made based on
    OMG's CORBA/IIOP specifications. Theoretically, all ORBs products should be
    interoperable.
    Hope this help!
    Shilong Yin
    US West in Denver
    =========================
    Savory, Mark wrote:
    Hello!
    In the Forte manual, Interfacing with External Systems, there's a section on
    making Forte service objects available to ObjectBroker(DEC). We are using
    VisiBroker as our ORB. Does anyone know if the instructions for
    ObjectBroker can be used? Does anyone have experience making Forte service
    objects visible to VisiBroker clients specifically?
    Thanks in Advance!
    Mark Savory
    GTE Gov. Systems
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Installing CF10, in Configuration and Settings Migration Wizard - getting error: Invalid Password

    Installing CF10, in Configuration and Settings Migration Wizard, in browserhttp://127.0.0.1/CFIDE/administrator/enter.cfm,
    ColdFusion has been successfully installed. This wizard will guide you through the remaining server configuration steps and, if applicable, migrate settings from a previous version of ColdFusion.
    To guarantee the security of your server, please enter your ColdFusion Administrator password.
    - getting error: Invalid Password. It won't take the password I provided in previous "Set Admin password" screen. Help?

    Hi,
    I am having the issue with the URL on the Configuration ans Setting Migration Wizard pointing to the following URL:
    http://localhost/CFIDE/administrator/enter.cfm
    Receiving a message:
    HTTP Error 404.0 - Not Found
    The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
    The following is the information in the error page:
    Module
    IIS Web Core
    Notification
    MapRequestHandler
    Handler
    ISAPI-dll
    Error Code
    0x80070002
    Requested URL
    http://localhost:80/jakarta/isapi_redirect.dll
    Physical Path
    D:\ColdFusion10\cfusion\wwwroot\jakarta\isapi_redirect.dll
    Logon Method
    Anonymous
    Logon User
    Anonymous
    I could not find a directory called jakarta.
    Any ideas?
    Thanks,
    Mike

  • Sun to buy Forte for $540 million

    http://cbs.marketwatch.com/archive/19990823/news/current/frte.htx?source=blq
    /yhoo&dist=yhoo
    PALO ALTO, Calif. (CBS.MW) -- Sun Microsystems said Monday it
    will buy Forte Software for about $540 million in stock in
    a purchase that
    will augment Sun's range of network-computing products.
    Under the pact, each share of Forte (FRTE: news,
    msgs) will be converted into 0.3 shares of Sun
    Micro's common stock (SUNW: news, msgs).
    Based on Sun's Friday closing price, the deal
    represents a 31 percent premium of about $22.275
    per Forte share.
    Forte shares rose 2 1/4 to 19 1/4 while Sun Micro rose 1
    1/4 to 75 1/2 in
    trading before the market opened Monday, according to
    Island, the
    electronic communications network.
    The merger is expected to be completed during
    Sun's fiscal 2000 second quarter, which ends Dec.
    31. If the transaction is completed, Forte will
    operate under its own name as a subsidiary of Sun.
    "Companies across the globe are 'dot-com'-ing
    their businesses at an incredible pace -- by
    extending legacy applications to run across the
    Internet and by creating new applications to run
    across all platforms," Ed Zander, Sun's president
    and chief operating officer, said in a statement.
    Forte software is used for developing applications
    and deploying them throughout a computer
    network. Its Forte Application Environment
    software enables businesses to create, integrate,
    customize, manage and deploy applications across
    multiplatform networks for thousands of users
    simultaneously, according to Hoover's Inc.
    Forte WebEnterprise makes applications available
    via the Web, and Forte Conductor manages work
    flow.
    Kamran Amin
    [email protected]
    (203)-459-7362 or 8-204-7362 - Trumbull

    If you had installed Forte on your machine and try to Sun One in Windoze, you might be aware of some registry conflicts that may arise. Pls. go to the Java Tutorial (Yes the first one) and look on how to install the SDK and all that stuff. Those registry deletions you must do are described there.
    By the way, Linux is much more stable so you might try on your Mandrake and very possibly it will run.
    Finally you may try to download and install the NetBeans IDE which is the base for Forte and Sun One. It misses a couple of Sun One's features but it runs even without an installer. You can download the ZIP version and install it with the instructions in that web site.
    http://www.netbeans.org
    Good luck!

Maybe you are looking for

  • My N97 is no longer able to send outgoing e-mail t...

    After a hard reset, my N97 is no longer able to send outgoing e-mail through my Gmail account.  I had to set up my e-mail account again on the N97 after the hard reset. I created the e-mail settings with the mailbox guide.  I can retrieve my e-mail m

  • NVidia drivers cause system instability

    Hello, I recently purchased an MSI 865 Neo2 FIS2R mother board.  Here is how I have it configured: o Power Supply - FSP400-60PFN 400W (3.3V/28A, 5V/40A, 12V/15A, 5VSB/2A, -5V/0.3A, -12V, 0.8A) o Processor - 2.8GHz P4 o RAM - 2 512MB PC3200 Kingston H

  • ICR: customer postings are not imported in ledger if they come from SD

    Hello, For process '002' I have created a Special Ledger but postings that come from "SD" (Sales and Distribution) with those Ref. Procedure are not transferred to the ledger: VBAK       Billing document VBRK       Billing document When creating the

  • Editor typing 'help'

    I have the SAP Netweaver SP12 Trial Version successfully loaded.  This is my upgrade from the version that came with the 2002 'ABAP Objects' book. This version is slightly different.  A couple of questions.  First, when I am entering - manually typin

  • How to achieve rich black in exported PDF?

    InDesign CS5 on Snow Leopard. I have black set to display and output accurately (not rich black). Color settings are North America General Purpose 2. Proof Setup is set to Document CMYK U.S. Web Coated (SWOP) v2, so that I can see on the screen as ac