First test of Forms 10.1.2.3.0 and JRE 7

I know that this might be highly unsupported, but I was just curious if it would work (well, both Forms and Java are now from the same company, so they might have tested this, jk).
I am trying this on Windows 7 32bit, Forms doesn't have the latest patch yet though (works fine when you run it once with admin-privileges, no other problems encountered yet).
When I start the Forms Applet, I get an "FRM-92095: The version of JInitiator being used is too low to support the requested functionality (e.g. to run against the Listener Servlet). User should install the specified version (or greater)." which rather astonished me.
On my system JInitiator was never installed, and the AS is configured in a way that it should only work with the JRE. The Forms Applet runs with the new browser-plugin, but the java-console shows me that it picked up the JRE 1.6.0_26 just fine (I had the Forms Applet running with this JRE version just fine before installing JRE 7).
So, any ideas? :-)
PS.: this is just out of curiosity, no need to get this working.

I also tested JRE 1.7.0 with Forms 10.1.2.3.1 + Forms bundle patch 12433970 and found something similar:
- Forms is configured to use JRE 1.6.0 (1.6.0_26 installed here)
Running this with Java Plugin 1.7.0 / 10.0.0.147 and the next-gen Java plugin (plugin2) activated - which is the default - executes the Forms applet (with JRE 1.6.0_26) fine without any obvious errors. The only thing I found: On the Java console the Java system property deployment.jpi.mode.new is reported with value "true" but the applet's call to System.getProperty("deployment.jpi.mode.new") returns null.
(we test our system requirements which state the next-gen plugin as of 1.6.0_10 must be used. However, the test now reports an incorrect result)
Running the applet with Java Plugin 1.7.0 / 10.0.0.147 and the next-gen Java plugin disabled executes the Forms applet with JRE 1.6.0_26 but System.getProperty("deployment.jpi.mode.new") incorrectly reports "true". And the Java console doesn't react to a key press "s" (to print the system and deployment properties).
I filed Java bug 7072674 for this today (not published yet).
- When Forms is configured to use JRE 1.7.0 I get the same FRM-92095 as you.
Grant, thanks for the Forms bug id. Can you make it visible in Metalink so we can follow this? Regarding the next certification: are there any plans to support IE9 with Forms 10.1.2.3?
Best regards
Andreas

Similar Messages

  • First ever Web Form - URL error

    Hi. I'm attempting to call my first Web form, but I'm getting this error:
    URL:
    http://springfield01:7777/forms/frmservlet?config=ttmsmenu
    ERROR:
    500 Internal Server Error
    Forms Servlet Error.
    Missing or invalid value for baseHTML parameter.
    Please check the servlet configuration to make sure this value specifies a valid file.
    My FormsWeb.Cfg file is posted below. Any help would be greatly appreciated!
    FORMSWEB.CFG:
    # $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overridden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    # HTMLbodyAttrs=
    # immediately hide the applet parent window
    HTMLbodyAttrs=onLoad='javascript:self.moveTo(1601,1201)'
    # HTML to add before the form
    # HTMLbeforeForm=
    HTMLbeforeForm=<SCRIPT LANGUAGE="JavaScript">window.opener = top;</SCRIPT>
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms/lservlet
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    # imageBase=DocumentBase
    imageBase=/forms/java
    # Forms applet parameter
    #width=1000
    #width=100%
    width=500
    # Forms applet parameter
    #height=700
    #height=100%
    height=500
    # Forms applet parameter
    separateFrame=true
    # separateFrame=
    # Forms applet parameter
    splashScreen=no
    #splashScreen=ttmslogo_new.gif
    # Forms applet parameter
    background=no
    # background=
    # background=ttmslogo_new.gif
    # Forms applet parameter
    logo=ttms_banner.gif
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=/apps/oracle9i/product/oracleforms
    # Single Sign-On OID configuration parameter
    formsid_group_dn=%GROUP_DN%
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # EndUserMonitoring
    # EndUserMonitoringEnabled parameter
    # Indicates whether EUM/Chronos integration is enabled
    EndUserMonitoringEnabled=
    # EndUserMonitoringURL
    # indicates where to record EUM/Chronos data
    EndUserMonitoringURL=
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    # Example Named Configuration Section
    # Example 3: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms/lservlet/debug
    # Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
    # DS but not AS and is also available for download from OTN.
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    [ttmsmenu]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    width=500
    height=500
    background=no
    form=ttmsmenu.fmx

    # or by overriding them in a specific, named configuration (see below)
    [default]
    this line seems to start a named section that finishes nowhere.
    comment this line (put a # in front of it)
    FRancois

  • Not able to generate a test PDF form

    Hello gurus,
    I have created PDF forms before using WDJ.
    Now I fail to to generate a test PDF form using the help at
    [How to Create Online and Offline Forms in Web Dynpro (NW2004)|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/4fd2d690-0201-0010-de83-b4fa0c93e1a9]
    I have a supply function attached to the node and have also initialized the node and attributes in doinit method.
    The environment is NWDS 7.0.19 with Adobe Livecycle Designer 7.1 and deploying on EP 7.0 SP19. I get error reported as follows:
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
    I am trying to resolve to issue and still clueless. Any suggestions is welcome.
    regards,
    Sukanta
    Edited by: Jason Lax on Dec 28, 2011 2:55 PM (Fixed broken link)

    Hi ,
    Is the ADS configured in your landscape ?
    If so please check that the password of ADSUSER expired or not in visual admin.
    I guess there is an option to check password never expires .
    Please check the below links for some common issues.
    Common Problems with SAP Interactive Forms by Adobe - PART I -
    Common Problems with SAP Interactive Forms by Adobe - PART II -
    Thanks,
    Sandip
    Edited by: Sandip Kundu on May 11, 2011 1:07 PM

  • Error while testing WebDynpro Form

    Hi,
    While i am testing the form it gives me the following error,
    Error when processing your request
    What has happened?
    The URL http://sapcpg01.india.tcs.com:8000/sap/bc/webdynpro/sap/zadobe/ was not called due to an error.
    Note
         The following error text was processed in the system TD1 : WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server
         The error occurred on the application server sapcpg01_TD1_00 and in the work process 0 .
         The termination type was: RABAX_STATE
         The ABAP call stack was:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: CREATE_PDF_XSD of program CL_WD_ADOBE_SERVICES==========CP
    Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP
    Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Can anyone pls help on this.
    Regards,
    Shaurya.

    hi Shaurya,
    Make sure your ADS is up and running. (Your basis team might help you in that)
    You can also follow this link for the error analysis.
    http://help.sap.com/saphelp_nw70/helpdata/en/6f/8e0a414f3af223e10000000a155106/frameset.htm
    Regards
    Runal

  • How to get the first 4 chars form a var ?

    Hi guys,
    How to get the first 4 chars form a var ?
    i.e  temp type num20 value '00000000000012345678'.
    how to move the first 4 chars to another var?
    thx in advance.

    hi
    use OFFESTS..
    example:
    var1 = '12345678'.
    var2 = var1+0(4).
    now var2 conatins '1234'.
    thx
    pavan

  • Hello, I've just tested my form on all mac navigator (safari, google chrome, opera, firefox) everything works fin, but I've encountered a message error when i tested it on a pc (windows 8, explorer 11.0) : [ref: 4TjwhtHy2SB5C8LI-Eku2A, serverError]-

    Hello, I've just tested my form on all mac navigator (safari, google chrome, opera, firefox) everything works fin, but I've encountered a message error when i tested it on a pc (windows 8, explorer 11.0) : [ref: 4TjwhtHy2SB5C8LI-Eku2A, serverError]…

    Hello, I've just tested my form on all mac navigator (safari, google chrome, opera, firefox) everything works fin, but I've encountered a message error when i tested it on a pc (windows 8, explorer 11.0) : [ref: 4TjwhtHy2SB5C8LI-Eku2A, serverError]…

  • HT1933 Good all, is there anyone with problem on the whatsapp 2.11.6 version. It's was crashing on my iPhone. I thought these software was first tested before uploading.

    Good all, is there anyone with problem on the whatsapp 2.11.6 version. It's was crashing on my iPhone. I thought these software was first tested before uploading.

    Looking at the reviews for the current version of the app in the app store it looks like other people are also having problems with it - you could try contacting the developers of the app : http://www.whatsapp.com/contact/

  • Title first block of form?

    I am developing a Form with Oracle Designer 2.1 and I have a small problem with it. It will not display the title of the first block. In the Generator Preferences I already have set the preference the BLKTFB (title first block of form) to YES and also the preference PAGTFB (title first block on content canvas). Can anyone help me out with this problem?
    It's just a normal block with no item groups or something in it.
    Cheers,
    Ronny Soemarsono

    Harm,
    I have searched for the BLKTLP, but there still isn't a preference. We use Designer 2.1 version 2.0.24.2.0
    I have asked Oracle support for a solution; they told me that in our Designer version, the BLKTLP preference does not exists.
    I can also do a post generation in Forms Builder. That's a solution, but unfortunately no created form that is generated 100%
    Cheers,
    Ronny.

  • Configure Forms Service on 10G and test a form

    Hello,
    I have installed a standalone 10G APP SERVER.
    How can I configure a Form Service on this?
    How can I test a Form running on the 10G APP Server.?
    Any pointers as to how to configure a Forms Service thru
    the Application Service control menu (http://localhost:1810)
    and then trying a form ?

    Mona,
    You were suppose to check the document Oracle Application Server Forms Services - Deployment Guide as suggested in Deploying an Oracle Form on 10G AS.
    Please do! All your answers are in that document.
    Regards,
    Martin Malmstrom

  • Does Paypal pmt finish processing when "testing" a form? (or is Paypal transaction only a "test")

    I am "testing" a form before I embed it into my website.   I have payment processing engaged. 
    ON the "test" form, I have filled out the form, moved to Paypal, filled out the credit card ino, and submitted for payment.  Yet the RESPONSE shows test with a test ID correspoding to the Paypal transaction.
    Will the paypal transaction go all the way through to Paypal? Or was that part only a test as well?

    To be more clear, for the test mode, although we go through the real PayPal payment process, we skip the payment finalization step, in which we actually tell PayPal to charge the form filler and move the money to your account in non-test mode. That is, no money movement will happen if you "test" a form.

  • Testing Interactive Form Logon Displays Odd Color Scheme

    For over a year we have been using this one interactive form.  The color scheme, when logging into this form, has changed. The developer who created the form has made no changes, and I do not know of any changes on the Basis side that would cause this.
    When I test the form from SICF, the initial logon screen has a black background and the logon window where we enter the username and password is outlined in blue. Once I log into the form, it displays properly. Any ideas on what may be causing this form to display in this odd manner?
    I know it is just the colors and the form itself still works, but some endusers find it hard to read the logon screen when it displays like this.
    Thanks,

    Goto transaction SICF.
    Under default_host>sap>bc>webdynpro>sap>(name of interactive form) - double click on the form
    Select Error Pages Tab, within the Create/Change Service window that is now open. Switch to change mode, and Scroll down the page to select the configuration button. 
    This opens the System Logon Configuration Window and under Logon Layout and Procedures you will see two options. SAP Implementation and User-Specific. SAP Imlpementation has a Tmpl (Template) and SAP ICON selection. User-Specifc has a class your developer would have created. You select which option and settings for that option you want. Then select the adjust Links and Images. When I made these changes, it asked me for a transport.
    Once you have applied the changes, created the transport and saved everything. You will now be able to run a test of the form from SICF to see what the new logon layout looks like. You just transport the change through the rest of your systems.
    Edited by: David Harris on Jan 20, 2010 8:52 PM

  • Testing the form

    Is it possible for anyone other than the author of the form to test the form?  If I share the form can I then go back and edit it before finally sending it public?

    Other co-authors can test the form. You can edit the form at any time.
    This FAQ explains how to share:
    http://forums.adobe.com/docs/DOC-2462

  • Testing a Form

    Hi,
    please tell me how to test a form and printing a form ,
    Thanks & Regards
    Ramprasad

    hi,
    <u><b>DEBUG Smartform</b></u>:
           1) One way to debug smartform is to debug the Function Module of that smartforms.
              If you want to debug particular smartform node that the solution would be,
              insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint.
               So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards.
               2)       SFTRACE can be used for debugging SMARTFORMS.
                         Read More here.
    http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    Regards
    Anversha

  • Help with my first ever PDF form

    Hi there,
    In my PDF form there are a couple of time fields. I would like some help on couple of things as this is my first ever PDF form:
    Display current time in format HH:MM when the document is opened.
    I would like to display a default value for time such as 00:00. Is that ok? How generally default time is displayed?
    If someone enters anything else in time field, I get a default message such as ‘The value entered does not match the format of the field [fieldname]’ Is there a way where I can customize this error message. If so, how can I do it.
    Thanks for your help. Please explain your solution in steps as this is my first form that I'm creating in Acrobat 9.
    Joe Green

    1. Place this script in the doc-level (of course, edit the field name as required):
    this.getField("CurrentTime").value = util.printd("HH:MM", new Date());
    2. Just enter that value as the Default Value of your fields.
    3. Only if you use a custom format and validate scripts, which is quite a bit of work...

  • Test Web Form

    When we try to test Web Form, we get an error message that the page cannot be opened?  The link is also giving us the same response.
    Can you tell me how to correct?

    Could you provide these urls so we can take a look...

Maybe you are looking for

  • Windows 8.1 Bitlocker on Bootcamp "Can't find target drive"

    I've looked through several forums and followed the directions. My Mac partition is FireVaulted, my Window's partition has >200GB and the shrinkable amount is 110GB. I don't have any MBAMs enabled that I can see and I checked the "Allow without TPM"

  • Mail won't detect IMAP sub folders

    I have several subfolders in my INBOX (INBOX.read, INBOX.sent, INBOX.todo, ...). Mail.app doesn't detect those sub folderds on startup. Only way to access the sub folders is to create new sub folder for INBOX. When I close the Mail.app or lose networ

  • Universe Designer vs BEx query - Can't see the query in the OLAP Cubes list

    Hello Experts, We are facing a rather strange issue: While creating a connection to an existing BEx query - which wasn't being used by BO before - we aren't able to see that one query in a long list of available multiproviders/queries on the universe

  • How to set color of a specific pixel on an artLayer in JS

    I am brand new to PS scripting. I know I can select a 1x1 pixel rectangle and fill it with a specific color, but that seem inefficient. Is there a way to quickly and directly set the color of a specified pixel? Thanks.

  • Monitor archive messages

    HI Guys, Still not clear to me how/where should I monitor archived messages in PI 7.1. TO be honest is the first time I am facing such topic. It looks like the archive is based on archiving/date ad message id. Any way to monitor archive interface by