Plugin download in object tag installs JRE also

Hi all,
this may sound a stupid question but ......................
i am new to java .... my thinking was tht java plug in download and install from object tag link doesnt install jre ??? but here its doing tht ...
ANY WAYS TO AVOID DOWNLOADING AND INSTALLING JRE WITH JAVA PLUGIN ?????????
best regards,,
PhadkeA

If you want to take all advantages of latest Java (TM) releases (1.3, 1.4) you will have to use and download plugin. Unless plugin is installed already on client machines.
If you definetely want to go without plugins you can use JDK 1.1.8. Sounds ridiculous, but most commonly used browser has built-in JVM supported Java 1.1.6. So you cannot deploy any 1.2, 1.3 and 1.4 packages in your applet. But you can go without plugin.
With JDK 1.1.8 applet will launch right away. See the sample at http://www.4-xtrader.com

Similar Messages

  • Java 1.5 plugin download using Object  gives error

    In my website i show applet .My applet requires jvm 1.5 .When user not has support for 1.5 then it ask for installing .I use object tag .
    <OBJECT classid="clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA"
    width ="200" height="200"
    codebase ="http://java.sun.com/update/1.5.0/jinstall-1_5_0-windows-i586.cab#Version=1,5,0,0">
    param value
    <comment>
    </comment>
    </OBJECT>
    in between installation it says incorrect location .
    Can anyone please give what is the correct class id and path for it
    Thanks

    Reinstall Lion and then http://support.apple.com/kb/DL1572

  • Object tag not downloading jars with JRE 1.4.2 and above

    Hi All,
    I have a HTML page and following object tag in it:
    <OBJECT id = obj classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH="0" HEIGHT="0">
    <PARAM NAME ="code" VALUE="VIP6.class">
    <PARAM NAME ="archive" VALUE="vipjar.jar,vipserver.jar,powerj.zip">
    <PARAM NAME="type" VALUE="application/x-java-applet;jpi-version=1.4">
    <PARAM NAME="scriptable" VALUE = "true">
      <br>
      <P>
      <H2>The Java 2 plugin is required for this application.  Please call Application Support or the Inventory Hotline<br>
    </H2>
      </P>
    </OBJECT>Above OBJECT tage downloads files vipjar.jar,vipserver.jar and powerj.zip on user's machine when page is browsed using JRE version 1.3.1. But when JRE version 1.4.2 and above is used then the jar's doesn't get downloaded and the application does not find the neccessary class files for execution.
    Please advice what needs to be done so that the object tag runs correctly with JRE version's 1.4.2 and above.
    Thanks in advance for any help.
    Vineet

    Hello,
    Indeed those JAR files are compiled with JDK 1.3. However, the AS Java systems are running 1.4.x, hence, there is no problem to use those JARs with the JRE 1.4. That's why I do not believe your issue is related to the JRE version. In addition, those JAR files do not have 1.4 compiled version.
    Kind regards,
    Tsvetomir
    Edited by: Tsvetomir Tsvetanov on Jun 9, 2009 5:47 PM

  • Problem using different plugins via OBJECT tag

    Hi all,
    before installing JRE 1.5.0_06 everything was well. I had 3 different JREs (1.3.1_02, 1.3.1_08, 1.4.2_06) installed on one Windows system which could be invoked in Internet Explorer 6 for an applet as described in http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/version.html
    example:
    <HTML>
    <HEAD>
    <TITLE>Java Plugin 1.3.1_08</TITLE>
    </HEAD>
    <BODY>
    Java Plugin 1.3.1_08:�
    <OBJECT classid="clsid:CAFEEFAC-0013-0001-0008-ABCDEFFEDCBA" width="150" height="25">
    Plugin missing
    <PARAM name="code" value="HelloWorld.class">
    </OBJECT>
    </BODY>
    </HTML>
    (Note: The output of my HelloWorld class is the VM's version number.)
    After installing 1.5.0_06 it doesn't work anymore. The new 1.5.0_6 is always used. Does anybody have a clue?
    Thanks in advance
    Peter

    I've seen a similar problem that didn't seem to exist with JRE 1.5.0_05 but does with 1.5.0_06. On the JRE 1.5.0_06 workstation the Windows registry contains CAFEEFAC-... entries for what looks to be all 1.3/1.4/1.5 JREs and points them all to the 1.5.0_06 JRE plugin dll, even though there is still a 1.4 JRE on the workstation. So even when you specify an OBJECT tag with a classid such as classid="clsid:CAFEEFAC-0014-0001-0010-ABCDEFFEDCBA" that should load the 1.4 plugin by design, the 1.5 plugin is loaded. This seems to defeat the multi-version JRE support. The JRE 1.5.0_05 workstation on the other hand didn't overwrite CAFEEFAC-... Windows registry entries for previous JREs, and properly loads a specfic JRE's plugin when specified by a CAFEEFAC-... classid in the OBJECT tag.

  • If I download Adobe Acrobat XI Standard, can I get a installation cd also? [was:Hello]

    If I download Adobe Acrobat XI Standard from internet, can I get a installation cd also?

    Adobe only offers the software as a download thru their site.  If you want to see if it can be made available to you in disk form you should contact them directly. 
    Here are some links to help make contact:
    http://www.adobe.com/support/chat/ivrchat.html
    http://www.adobe.com/support/download-install/supportinfo/

  • Plugin downloaded every time even if already installed

    Hello!
    I experience a strange behaviour with the java plugin. I have the following html file:
    <HTML>
    <BODY>
    <OBJECT CODEBASE="http://192.168.111.5/jre-install/j2re-1_4_1_02-windows-i586-i.exe#Version=1,4,1,2" CLASSID="clsid:5852F5ED-8BF4-11D4-A245-0080C6F74284>" HEIGHT=0 WIDTH=0>
    <PARAM NAME="app" VALUE="http://192.168.111.5/jws.jnlp">
    <PARAM NAME="back" VALUE="false">
    </OBJECT>
    </BODY>
    </HTML>
    So I want the Java runtime downloaded and installed before I start my application via JavaWebStart. Everything works: The first time the client downloads the java runtime and the application also starts with no problem. So far so good.
    The problem is: when the client accesses this html file the second time, it downloads the java runtime again. Only when the installation begins it realizes that the runtime has been installed before and asks if the user wants to deinstall the current version (which is absolutely the same of course as the downloaded one). When the user says 'cancel' the installation process is canceled and the application again starts normally. This happens every time the user accesses the html file again.
    How can I avoid that the runtime is first downloaded every time the client accesses the html page?
    Thank you very much!
    Matthias

    This happens to me only if I try to tweak the version of the Java Plugin to be downloaded from the <OBJECT> tag. For example, I had an HTML page that used <APPLET> instead of <OBJECT>, so I used HTMLConverted with my Java 1.3.1_02 SDK, and it created the CLSID for 1.3.1_02. Then, I went and changed the <OBJECT> tag to have 1.3.1_04 downloaded instead, and that cause the applet to ask the JVM to get installed every single time. Once I changed the <OBJECT> tag back to 1.3.1_02, the applet downloaded the JVM once and that was it. It ran fine the following times.
    Hope this helps.
    -G

  • How can I create Object Tag which supports Sun and MS JVM both.

    Hi,
    I have created object tag as shown below
    <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    name = "TestApplet" height="0" width="0" >
    <param name="code" value="com.apps.TestApplet.class" />
    <param name="codebase" value="codes" />
    <param name="archive" value="TestApplet.jar" />
    </object>
    The above tag is working fine with the below JVM combinations in Windows XP.
    1) Only Sun JVM
    2) Only MS JVM
    3) Sun JVM & MS JVM
    But these conditions are not working with Windows 2000.
    How we can create object tag which will support for these two opertating systems?

    I am not able to understand the problem. From my understanding, you have an applet which you are trying to display in a browser using <object> tag. If that is the correct then all it matters is the browser and the JRE�
    For example the below code when put in a JSP or a HTML, will use JRE 1.6.0_01 that is available on the client machine. If that is not available on the client machine then it will try and download automatically in IE.
    This below code is for IE� if you are using Mozilla Firefox then you need to change the �classid� attribute to �java: com.foo.bar.ui.MyClass�
    <OBJECT ID="Gantt" classid = "clsid:CAFEEFAC-0016-0000-0001-ABCDEFFEDCBA"
                  codebase = "http://java.sun.com/update/1.6.0/jinstall-6u1-windows-i586.cab"
                  WIDTH = "980" HEIGHT = "495" ALIGN = "baseline">
                   <PARAM NAME="cache_option" VALUE="Plugin">
                  <PARAM NAME ="CODE" VALUE = "com.foo.bar.ui.MyClass" >
                  <PARAM NAME="MAYSCRIPT" VALUE="true">
                  <PARAM NAME ="cache_archive" VALUE = "Myjar.jar /" >
                  <PARAM NAME = "type" VALUE = "application/x-java-applet;jpi-version=1.6.0">
                  <PARAM NAME = "scriptable" VALUE = "false">
                  <strong>
                     This browser does not have a Java 1.6.0_01 Plug-in.
                     <br />
                     <a href="http://java.sun.com/update/1.6.0/jinstall-6u1-windows-i586.cab">
                       Get the latest Java Plug-in here.
                     </a>
              </strong>
            </OBJECT>

  • Object tag problem

    hi all......
    i unable to identify where sould i make changes to use java plug in from installed jre 1.6 in my system??
    i m using jdk1.6.0,IE7.0,xp sp2
    please mark the line and suggest me!!
    below is my jsp page
          <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
        width="200" height="200" align="baseline"
        codebase="http://java.sun.com/products/plugin/1.2.2/jinstall-1_2_2-win.cab#Version=1,2,2,0">
        <PARAM NAME="code" VALUE="myclass.class">
        <PARAM NAME="codebase" VALUE="registration/">
        <PARAM NAME="type" VALUE="application/x-java-applet;version=1.2.2">
        <PARAM NAME="model" VALUE="models/HyaluronicAcid.xyz">
        <PARAM NAME="scriptable" VALUE="true">
            No JDK 1.2 support for APPLET!!
    </OBJECT>i want to run japplet in jsp. please tell me also whether this tag is relevant or should i use other(please specify tag with its full code).
    any help would be much appreciated.

    I finally figured out how to get the object tag to work. The html fragment below is a typical solution:
         <object codetype="application/java" classid="java:MyApplet.class" width="250" height="400" style="vertical-align: baseline;">     <!-- Note: to force use of sun's Java Plugin, will need to change the classid; see http://java.sun.com/j2se/1.4.1/docs/guide/plugin/developer_guide/using_tags.html -->
                   <!-- Specify the Applet class to use: -->
              <param name="code" value="MyApplet.class">     <!-- for now, this is a duplicate of the info already in the above classid, but it will differ if use sun plugin -->
              <param name="codebase" value="./">
              <param name="archive" value="./appletResources.jar">
                   <!-- Specify archive caching (see http://java.sun.com/j2se/1.3/docs/guide/misc/appletcaching.html): -->
              <param name="cache_option" value="No">
              <param name="cache_archive" value="./animationResources.jar">
                   <!-- Specify below any optional param elements any further properties specific to MyApplet: -->
              <param name="someParameter" value="someValue">
                   <!-- Text to display if Java not supported: -->
              A Java applet should be here, but either your browser does not support Java, Java has been disabled, or an error occurred.
         </object>The html fragment above validates against the strict html 4.01 DTD.
    It has been sucessfully tested against Mozilla 1.1, IE 6 sp1, and Sun's appletviewer program.
    It will fail, however, in the horrid Netscrape 4.x series of browsers.

  • Run applet with object tag

    Hi people.
    I need your assistance in my problem.
    I try to run the simple applet (from Java Tutorial Documents):
    import java.applet.Applet;
    import java.awt.Graphics;
    public class HelloApplet extends Applet {
    public void paint(Graphics g) {
    g.drawString("Hello Applet!!", 10, 10);
    with a help of two different HTMLs.
    First with an <APPLET> tag:
    <HTML>
    <BODY>
    <APPLET CODE="dir1.class" WIDTH=150 HEIGHT=25>
    </APPLET>
    </BODY>
    </HTML>
    Second with an <OBJECT> tag:
    <HTML>
    <BODY>
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
         codebase="http://javaweb.eng/plugin/jre-1_2_2-win.exe#Version=1,2,0,0"
         align="left" border="0" width="100%" height="100%">
    <param name="code" value="dir2.class">
    <param name="codebase" value="./">
    <param name="type" value="application/x-java-applet;version=1.2">
    </OBJECT>
    </BODY>
    </HTML>
    The problem is that in case of <APPLET> tag everything is OK.
    In case of <OBJECT> tag the applet don�t run.
    And that is only on my machine.
    On the others everything is OK in both cases.
    HELP!!!
    My machine properties:
         Win95
         IE5.5
    PlugIN: jre1_2_2-win.exe

    Hmmm... I've already seen the Java Plugin going mad if you make too much experimentations with it.
    My advice : uninstall it properly and make it be reinstalled by the automatic plugin installation of IE (just by loading the HTML page with the <OBJECT> tag).
    I hope it will work...
    Matthieu

  • Siebel Sales 8.1.1.10 object tagging

    Hello,
    We would like start to use "Object Tagging" functionality however it doesn't work.
    I have added views to app. Changed "Enable Object Tagging" to true however when I try to open tools with server data source with SADMIN account the I receive "ERROR:: Development Tag is not associated to this user."
    The confusing is that the SADMIN by default have a lot of tags. I tried this also with different users, new custom tags, vanilla srf but always I receive the same error. Below is the log file.
    Maybe someone know where is the issue?
    Best regards,
    Peteris
    2021 2014-03-03 15:49:07 2014-03-03 15:49:34 +0200 000008ae 001 003f 0001 09 siebdev 5700 4116 C:\LOG\siebdev(013).log 8.1.1.10 [23021] ENU
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [CTEvent] is initialized in client mode.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [CTEvent] sets its MaxItemCount to [0].
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [CTEvent] trys to subscribe to invalidation message.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [CTEvent] in client mode adds itself to the global cache map.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [CTRule] is initialized in client mode.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [CTRule] sets its MaxItemCount to [0].
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [CTRule] trys to subscribe to invalidation message.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [CTRule] in client mode adds itself to the global cache map.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [Currency] is initialized in client mode.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [Currency] sets its MaxItemCount to [0].
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [Currency] trys to subscribe to invalidation message.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [Currency] in client mode adds itself to the global cache map.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [EAI Runtime Int Obj Cache] is initialized in client mode.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [EAI Runtime Int Obj Cache] might be vaild even if it can't subscribe to invalidation message.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [EAI Runtime Int Obj Cache] trys to subscribe to invalidation message.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [EAI Runtime Int Obj Cache] in client mode adds itself to the global cache map.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [LOV] is initialized in client mode.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [LOV] trys to subscribe to invalidation message.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [LOV] in client mode adds itself to the global cache map.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [LOV] sets its MaxItemCount to [2147483647].
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [LOV] might be vaild even if it can't subscribe to invalidation message.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [] sets its MaxItemCount to [256].
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [ED] is initialized in client mode.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [ED] trys to subscribe to invalidation message.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [ED] in client mode adds itself to the global cache map.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [ED] might be vaild even if it can't subscribe to invalidation message.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [Currency] might be vaild even if it can't subscribe to invalidation message.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [CTEvent] might be vaild even if it can't subscribe to invalidation message.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [CTRule] might be vaild even if it can't subscribe to invalidation message.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [] sets its MaxItemCount to [256].
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [Responsibility] is initialized in client mode.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [Responsibility] trys to subscribe to invalidation message.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [Responsibility] in client mode adds itself to the global cache map.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [Responsibility] might be vaild even if it can't subscribe to invalidation message.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [] sets its MaxItemCount to [1].
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [UserToResponsibilityKey] is initialized in client mode.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [UserToResponsibilityKey] trys to subscribe to invalidation message.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [UserToResponsibilityKey] in client mode adds itself to the global cache map.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [UserToResponsibilityKey] might be vaild even if it can't subscribe to invalidation message.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [] sets its MaxItemCount to [256].
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [BusinessSvcProcAccessControl] is initialized in client mode.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [BusinessSvcProcAccessControl] trys to subscribe to invalidation message.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [BusinessSvcProcAccessControl] in client mode adds itself to the global cache map.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [BusinessSvcProcAccessControl] might be vaild even if it can't subscribe to invalidation message.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [] sets its MaxItemCount to [256].
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [TaskAccessControl] is initialized in client mode.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [TaskAccessControl] trys to subscribe to invalidation message.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [TaskAccessControl] in client mode adds itself to the global cache map.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [TaskAccessControl] might be vaild even if it can't subscribe to invalidation message.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [] sets its MaxItemCount to [16].
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [DataSqlCursor] is initialized in client mode.
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMBufferSize = 500000
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMFileSize = 15000000
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMMaxFiles = 4
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMPeriod = 3
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMThreshold = 1
    SARMLog SARMInformation 3 0000000253141644:0 2014-03-03 15:49:07 SARM is OFF -change param SARMLevel to enable
    SARMLog SARMInformation 3 0000000253141644:0 2014-03-03 15:49:07 SARM Client is OFF -change param SARMClientLevel to enable
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMBufferSize = 500000
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMFileSize = 15000000
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMMaxFiles = 4
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMPeriod = 3
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMThreshold = 1
    SARMLog SARMInformation 3 0000000253141644:0 2014-03-03 15:49:07 SARM is OFF -change param SARMLevel to enable
    SARMLog SARMInformation 3 0000000253141644:0 2014-03-03 15:49:07 SARM Client is OFF -change param SARMClientLevel to enable
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMBufferSize = 500000
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMFileSize = 15000000
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMMaxFiles = 4
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMPeriod = 3
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARMThreshold = 1
    SARMLog SARMInformation 3 0000000253141644:0 2014-03-03 15:49:07 SARM is OFF -change param SARMLevel to enable
    SARMLog SARMInformation 3 0000000253141644:0 2014-03-03 15:49:07 SARM Client is OFF -change param SARMClientLevel to enable
    SARMLog SARMDetail 4 0000000253141644:0 2014-03-03 15:49:07 SARM Initialized implicitly
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [DataSqlCursor] trys to subscribe to invalidation message.
    CchMgrLog CchMgrConnInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [DataSqlCursor] in client mode adds itself to the global cache map.
    CchMgrLog CchMgrAttrInfo 4 0000000253141644:0 2014-03-03 15:49:07 Cache [DataSqlCursor] might be vaild even if it can't subscribe to invalidation message.
    ObjMgrLog Detail 4 0000000253141644:0 2014-03-03 15:49:07 Reading .cfg file from C:\Siebel\8.1.1.10\Tools_81110_3\bin\enu\tools.cfg.
    FDRLog FDRDetail 4 0000000253141644:0 2014-03-03 15:49:07 FDR Enabled = true
    FDRLog FDRDetail 4 0000000253141644:0 2014-03-03 15:49:07 FDR Append = false
    FDRLog FDRDetail 4 0000000253141644:0 2014-03-03 15:49:07 FDR Buffer size = 500000 bytes
    SecAdptLog API Trace 4 0000000253141644:0 2014-03-03 15:49:23 DB Initialize security adapter.
    SecAdptLog API Trace 4 0000000253141644:0 2014-03-03 15:49:23 DB SecurityLogin with username=SADMIN, parameters=cb5c650.
    SecAdptLog API Trace 4 0000000253141644:0 2014-03-03 15:49:23 Security DB user connect to DB SERVER_DEV_DB with username=SADMIN returns err 0 and connection 1f13a50.
    SecAdptLog API Trace 4 0000000253141644:0 2014-03-03 15:49:23 Security DB user delete DB connectoin 1f13a50
    SecAdptLog API Trace 4 0000000253141644:0 2014-03-03 15:49:23 DB SecurityGetUsername, user=SADMIN.
    ObjMgrSessionLog ObjMgrLogin 3 0000000253141644:0 2014-03-03 15:49:23 Siebel Id : SADMIN
    ObjMgrSessionLog ObjMgrAuth 3 0000000253141644:0 2014-03-03 15:49:23 Authentication name : SADMIN
    SecAdptLog API Trace 4 0000000253141644:0 2014-03-03 15:49:23 DB SecurityGetCredentials for user=SADMIN, pType=ServerDataSrc.
    ObjMgrSessionLog ObjMgrLogin 3 0000000253141644:0 2014-03-03 15:49:23 Shared Connection Id:
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'System Preferences' at d0465d0
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 SELECT statement with ID: D0470C0
    SELECT
          T1.CONFLICT_ID,
          T1.DB_LAST_UPD_SRC,
          CONVERT (VARCHAR (10),T1.DB_LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.DB_LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.CREATED, 101) + ' ' + CONVERT (VARCHAR (10),T1.CREATED, 8),
          T1.LAST_UPD_BY,
          T1.CREATED_BY,
          T1.MODIFICATION_NUM,
          T1.ROW_ID,
          T1.COMMENTS,
          T1.SYS_PREF_CD,
          T1.VAL,
          CAST(? AS VARCHAR(128))
       FROM
           dbo.S_SYS_PREF T1
       ORDER BY
          T1.SYS_PREF_CD
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 1: ,,,SADMIN,0000000253141644:0,,System Preferences,
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Prepare Time for SQL Cursor with ID D0470C0: 0.000 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'System Preferences' at d0465d0 with SqlTag=,,,SADMIN,0000000253141644:0,,System Preferences,
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Execute Time for SQL Cursor with ID D0470C0: 0.002 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 End: Execute SqlObj with SqlTag
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 End: execute SqlObject at d0465d0
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'Database Version' at d089118
    ObjMgrSRFLog Warning 2 0000000253141644:0 2014-03-03 15:49:23 (cdf.cpp (2628)) SBL-DAT-00144: Could not find 'Table' named 'Docking Node'. This object is inactive or nonexistent.
    ObjMgrSRFLog Warning 2 0000000253141644:0 2014-03-03 15:49:23 (cdf.cpp (2628)) SBL-DAT-00144: Could not find 'Table' named 'HQ Instance'. This object is inactive or nonexistent.
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 SELECT statement with ID: D08D050
    SELECT
          T1.CONFLICT_ID,
          T1.DB_LAST_UPD_SRC,
          CONVERT (VARCHAR (10),T1.DB_LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.DB_LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.CREATED, 101) + ' ' + CONVERT (VARCHAR (10),T1.CREATED, 8),
          T1.LAST_UPD_BY,
          T1.CREATED_BY,
          T1.MODIFICATION_NUM,
          T1.ROW_ID,
          T1.CUSTOM_SCHEMA_VER,
          T1.DB_MAINT_VER,
          T1.DB_SCHEMA_VER,
          T1.DB_MINOR_VER,
          T1.CUSTOM_DOCK_VER,
          T2.ROW_ID,
          T1.NODE_NAME,
          T2.ROUTE_ID,
          T1.CUSTOM_EIM_VER,
          T3.ROW_ID,
          T1.INST_MAJ_NUM,
          T1.INST_MIN_NUM,
          T3.NAME,
          T1.REPOS_BRANCH,
          T1.ZD_UPG_MODE,
          T2.ROW_ID,
          T2.NODE_TYPE_CD,
          T2.NAME,
          T2.MODIFICATION_NUM,
          CONVERT (VARCHAR (10),T2.DB_LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T2.DB_LAST_UPD, 8),
          T3.ROW_ID,
          T3.INST_MAJ_NUM,
          T3.INST_MIN_NUM,
          T3.MODIFICATION_NUM,
          CONVERT (VARCHAR (10),T3.DB_LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T3.DB_LAST_UPD, 8),
          CAST(? AS VARCHAR(128))
       FROM
           dbo.S_APP_VER T1
              LEFT OUTER JOIN dbo.S_NODE T2 ON T1.NODE_NAME = T2.NAME AND T2.NODE_TYPE_CD = N'REMOTE'
              LEFT OUTER JOIN dbo.S_INT_INSTANCE T3 ON T1.INST_MAJ_NUM = T3.INST_MAJ_NUM AND T1.INST_MIN_NUM = T3.INST_MIN_NUM
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 1: ,,,SADMIN,0000000253141644:0,,Database Version,
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Prepare Time for SQL Cursor with ID D08D050: 0.000 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'Database Version' at d089118 with SqlTag=,,,SADMIN,0000000253141644:0,,Database Version,
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Execute Time for SQL Cursor with ID D08D050: 0.002 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 End: Execute SqlObj with SqlTag
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 End: execute SqlObject at d089118
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Initial Fetch Time for SQL Cursor with ID D08D050: 0.000 seconds *****
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [ZERO_DTIME_MODE..ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [ZERO_DTIME_MODE..ENU] is not loaded to cache [LOV] or it's invalidated by others.
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'List Of Values (Internal)' at d096af8
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 SELECT statement with ID: D097608
    SELECT
          T1.CONFLICT_ID,
          CONVERT (VARCHAR (10),T1.LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.CREATED, 101) + ' ' + CONVERT (VARCHAR (10),T1.CREATED, 8),
          T1.LAST_UPD_BY,
          T1.CREATED_BY,
          T1.MODIFICATION_NUM,
          T1.ROW_ID,
          T2.BU_ID,
          T1.MULTI_LINGUAL_FLG,
          CAST(? AS VARCHAR(128))
       FROM
           dbo.S_LST_OF_VAL T1
              LEFT OUTER JOIN dbo.S_LST_OF_VAL_BU T2 ON T1.ROW_ID = T2.LST_OF_VAL_ID
       WHERE
          (T1.NAME = ? AND T1.TYPE = ?)
       ORDER BY
          T1.TYPE, T1.ORDER_BY, T1.VAL
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 1: ,,,SADMIN,0000000253141644:0,,List Of Values (Internal),
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 2: ZERO_DTIME_MODE
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 3: LOV_TYPE
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Prepare Time for SQL Cursor with ID D097608: 0.000 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'List Of Values (Internal)' at d096af8 with SqlTag=,,,SADMIN,0000000253141644:0,,List Of Values (Internal),
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Execute Time for SQL Cursor with ID D097608: 0.001 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 End: Execute SqlObj with SqlTag
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 End: execute SqlObject at d096af8
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Initial Fetch Time for SQL Cursor with ID D097608: 0.000 seconds *****
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [ZERO_DTIME_MODE..ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [ZERO_DTIME_MODE..ENU] is not loaded to cache [LOV] or it's invalidated by others.
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [ZERO_DTIME_MODE..ENU] is loaded into cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [ZERO_DTIME_MODE.DO.ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [ZERO_DTIME_MODE.DO.ENU] is not loaded to cache [LOV] or it's invalidated by others.
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'List Of Values (Internal)' at d096af8
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 SELECT statement with ID: D09D278
    SELECT
          T1.CONFLICT_ID,
          CONVERT (VARCHAR (10),T1.LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.CREATED, 101) + ' ' + CONVERT (VARCHAR (10),T1.CREATED, 8),
          T1.LAST_UPD_BY,
          T1.CREATED_BY,
          T1.MODIFICATION_NUM,
          T1.ROW_ID,
          T1.DFLT_LIC_FLG,
          T1.NAME,
          T1.VAL,
          CAST(? AS VARCHAR(128))
       FROM
           dbo.S_LST_OF_VAL T1
       WHERE
          (T1.ACTIVE_FLG = ? OR T1.ACTIVE_FLG IS NULL) AND
          (T1.TYPE = ? AND T1.BU_ID IS NULL)
       ORDER BY
          T1.TYPE, T1.ORDER_BY, T1.VAL
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 1: ,,,SADMIN,0000000253141644:0,,List Of Values (Internal),
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 2: Y
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 3: ZERO_DTIME_MODE
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Prepare Time for SQL Cursor with ID D09D278: 0.000 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'List Of Values (Internal)' at d096af8 with SqlTag=,,,SADMIN,0000000253141644:0,,List Of Values (Internal),
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Execute Time for SQL Cursor with ID D09D278: 0.001 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 End: Execute SqlObj with SqlTag
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 End: execute SqlObject at d096af8
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [ZERO_DTIME_MODE.DO.ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [ZERO_DTIME_MODE.DO.ENU] is not loaded to cache [LOV] or it's invalidated by others.
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Initial Fetch Time for SQL Cursor with ID D09D278: 0.000 seconds *****
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [ZERO_DTIME_MODE.DO.ENU] is loaded into cache [LOV].
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'Audit Trail Version' at d0b23d0
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 SELECT statement with ID: D0B7F78
    SELECT
          T1.CONFLICT_ID,
          T1.DB_LAST_UPD_SRC,
          CONVERT (VARCHAR (10),T1.DB_LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.DB_LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.CREATED, 101) + ' ' + CONVERT (VARCHAR (10),T1.CREATED, 8),
          T1.LAST_UPD_BY,
          T1.CREATED_BY,
          T1.MODIFICATION_NUM,
          T1.ROW_ID,
          T1.VERSION_NUM,
          CAST(? AS VARCHAR(128))
       FROM
           dbo.S_AUDIT_VERSION T1
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 1: ,,,SADMIN,0000000253141644:0,,Audit Trail Version,
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Prepare Time for SQL Cursor with ID D0B7F78: 0.000 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'Audit Trail Version' at d0b23d0 with SqlTag=,,,SADMIN,0000000253141644:0,,Audit Trail Version,
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Execute Time for SQL Cursor with ID D0B7F78: 0.001 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 End: Execute SqlObj with SqlTag
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 End: execute SqlObject at d0b23d0
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Initial Fetch Time for SQL Cursor with ID D0B7F78: 0.000 seconds *****
    GenericLog GenericInfo 3 0000000253141644:0 2014-03-03 15:49:23 [AUDIT_LOG]: Global audit cache version '' is different from database version 'L'. Global cache needs to be reloaded.
    GenericLog GenericInfo 3 0000000253141644:0 2014-03-03 15:49:23 [AUDIT_LOG]: Global audit cache will be loaded/reloaded.
    GenericLog GenericInfo 3 0000000253141644:0 2014-03-03 15:49:23 [AUDIT_LOG]: Global audit cache cleaned.
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'Audit Trail Buscomp' at d0c13b0
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 SELECT statement with ID: D0C1EC0
    SELECT
          T1.CONFLICT_ID,
          T1.DB_LAST_UPD_SRC,
          CONVERT (VARCHAR (10),T1.DB_LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.DB_LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.CREATED, 101) + ' ' + CONVERT (VARCHAR (10),T1.CREATED, 8),
          T1.LAST_UPD_BY,
          T1.CREATED_BY,
          T1.MODIFICATION_NUM,
          T1.ROW_ID,
          T1.ASSOC_FLG,
          T1.BUSCOMP_NAME,
          T1.COPY_FLG,
          T1.DELETE_FLG,
          CONVERT (VARCHAR (10),T1.END_DT, 101) + ' ' + CONVERT (VARCHAR (10),T1.END_DT, 8),
          T1.NEW_FLG,
          T1.RESTRICTION_CD,
          CONVERT (VARCHAR (10),T1.START_DT, 101) + ' ' + CONVERT (VARCHAR (10),T1.START_DT, 8),
          T1.UPDATE_FLG,
          T1.BASE_TBL_NAME,
          T1.DESC_TEXT,
          T1.EXPORT_FLG,
          T1.SYS_AUDIT_FLG,
          CAST(? AS VARCHAR(128))
       FROM
           dbo.S_AUDIT_BUSCOMP T1
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 1: ,,,SADMIN,0000000253141644:0,,Audit Trail Buscomp,
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Prepare Time for SQL Cursor with ID D0C1EC0: 0.000 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'Audit Trail Buscomp' at d0c13b0 with SqlTag=,,,SADMIN,0000000253141644:0,,Audit Trail Buscomp,
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Execute Time for SQL Cursor with ID D0C1EC0: 0.002 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 End: Execute SqlObj with SqlTag
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 End: execute SqlObject at d0c13b0
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Initial Fetch Time for SQL Cursor with ID D0C1EC0: 0.000 seconds *****
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'Time Zone' at d0d0820
    ObjMgrSRFLog Warning 2 0000000253141644:0 2014-03-03 15:49:23 (cdf.cpp (2628)) SBL-DAT-00144: Could not find 'Table' named 'S_TIMEZONES_TIMEZONE_LANG - Translation'. This object is inactive or nonexistent.
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 SELECT statement with ID: D0D32D8
    SELECT
          T1.CONFLICT_ID,
          T1.DB_LAST_UPD_SRC,
          CONVERT (VARCHAR (10),T1.DB_LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.DB_LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.CREATED, 101) + ' ' + CONVERT (VARCHAR (10),T1.CREATED, 8),
          T1.LAST_UPD_BY,
          T1.CREATED_BY,
          T1.MODIFICATION_NUM,
          T1.ROW_ID,
          T1.ACTIVE_FLG,
          T1.DST_ABBREV,
          T1.NAME,
          T1.STD_ABBREV,
          T2.DST_ABBREV,
          T2.NAME,
          T2.STD_ABBREV,
          T2.ROW_ID,
          T2.LANG_ID,
          T2.PAR_ROW_ID,
          T2.MODIFICATION_NUM,
          CONVERT (VARCHAR (10),T2.DB_LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T2.DB_LAST_UPD, 8),
          CAST(? AS VARCHAR(128))
       FROM
           dbo.S_TIMEZONE T1
              LEFT OUTER JOIN dbo.S_TIMEZONE_LANG T2 ON T1.ROW_ID = T2.PAR_ROW_ID AND T2.LANG_ID = ?
       WHERE
          (T1.ACTIVE_FLG = N'Y')
       ORDER BY
          T1.NAME
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 1: ,,,SADMIN,0000000253141644:0,,Time Zone,
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 2: ENU
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Prepare Time for SQL Cursor with ID D0D32D8: 0.000 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'Time Zone' at d0d0820 with SqlTag=,,,SADMIN,0000000253141644:0,,Time Zone,
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Execute Time for SQL Cursor with ID D0D32D8: 0.002 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 End: Execute SqlObj with SqlTag
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 End: execute SqlObject at d0d0820
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [TIME_ZONE_DST_ORDINAL..ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL..ENU] is not loaded to cache [LOV] or it's invalidated by others.
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'List Of Values (Internal)' at d096af8
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 SELECT statement with ID: D097608
    SELECT
          T1.CONFLICT_ID,
          CONVERT (VARCHAR (10),T1.LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.CREATED, 101) + ' ' + CONVERT (VARCHAR (10),T1.CREATED, 8),
          T1.LAST_UPD_BY,
          T1.CREATED_BY,
          T1.MODIFICATION_NUM,
          T1.ROW_ID,
          T2.BU_ID,
          T1.MULTI_LINGUAL_FLG,
          CAST(? AS VARCHAR(128))
       FROM
           dbo.S_LST_OF_VAL T1
              LEFT OUTER JOIN dbo.S_LST_OF_VAL_BU T2 ON T1.ROW_ID = T2.LST_OF_VAL_ID
       WHERE
          (T1.NAME = ? AND T1.TYPE = ?)
       ORDER BY
          T1.TYPE, T1.ORDER_BY, T1.VAL
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 1: ,,,SADMIN,0000000253141644:0,,List Of Values (Internal),
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 2: TIME_ZONE_DST_ORDINAL
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 3: LOV_TYPE
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'List Of Values (Internal)' at d096af8 with SqlTag=,,,SADMIN,0000000253141644:0,,List Of Values (Internal),
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Execute Time for SQL Cursor with ID D097608: 0.001 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 End: Execute SqlObj with SqlTag
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 End: execute SqlObject at d096af8
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Initial Fetch Time for SQL Cursor with ID D097608: 0.000 seconds *****
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [TIME_ZONE_DST_ORDINAL..ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL..ENU] is not loaded to cache [LOV] or it's invalidated by others.
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL..ENU] is loaded into cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [TIME_ZONE_DST_ORDINAL.DO.ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL.DO.ENU] is not loaded to cache [LOV] or it's invalidated by others.
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'List Of Values (Internal)' at d096af8
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 SELECT statement with ID: D09D278
    SELECT
          T1.CONFLICT_ID,
          CONVERT (VARCHAR (10),T1.LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.CREATED, 101) + ' ' + CONVERT (VARCHAR (10),T1.CREATED, 8),
          T1.LAST_UPD_BY,
          T1.CREATED_BY,
          T1.MODIFICATION_NUM,
          T1.ROW_ID,
          T1.DFLT_LIC_FLG,
          T1.NAME,
          T1.VAL,
          CAST(? AS VARCHAR(128))
       FROM
           dbo.S_LST_OF_VAL T1
       WHERE
          (T1.ACTIVE_FLG = ? OR T1.ACTIVE_FLG IS NULL) AND
          (T1.TYPE = ? AND T1.BU_ID IS NULL)
       ORDER BY
          T1.TYPE, T1.ORDER_BY, T1.VAL
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 1: ,,,SADMIN,0000000253141644:0,,List Of Values (Internal),
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 2: Y
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 3: TIME_ZONE_DST_ORDINAL
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'List Of Values (Internal)' at d096af8 with SqlTag=,,,SADMIN,0000000253141644:0,,List Of Values (Internal),
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Execute Time for SQL Cursor with ID D09D278: 0.001 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 End: Execute SqlObj with SqlTag
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 End: execute SqlObject at d096af8
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [TIME_ZONE_DST_ORDINAL.DO.ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL.DO.ENU] is not loaded to cache [LOV] or it's invalidated by others.
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Initial Fetch Time for SQL Cursor with ID D09D278: 0.000 seconds *****
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL.DO.ENU] is loaded into cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [TIME_ZONE_DST_ORDINAL..ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL..ENU] is in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [TIME_ZONE_DST_ORDINAL.DO.ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL.DO.ENU] is in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [TIME_ZONE_DST_ORDINAL..ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL..ENU] is in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [TIME_ZONE_DST_ORDINAL.DO.ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL.DO.ENU] is in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [TIME_ZONE_DST_ORDINAL..ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL..ENU] is in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [TIME_ZONE_DST_ORDINAL.DO.ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL.DO.ENU] is in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [TIME_ZONE_DST_ORDINAL..ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL..ENU] is in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [TIME_ZONE_DST_ORDINAL.DO.ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [TIME_ZONE_DST_ORDINAL.DO.ENU] is in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Accesses item [DAY_NAME..ENU] in cache [LOV].
    CchMgrLog CchMgrAcsInfo 4 0000000253141644:0 2014-03-03 15:49:23 Item [DAY_NAME..ENU] is not loaded to cache [LOV] or it's invalidated by others.
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'List Of Values (Internal)' at d096af8
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 SELECT statement with ID: D097608
    SELECT
          T1.CONFLICT_ID,
          CONVERT (VARCHAR (10),T1.LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.LAST_UPD, 8),
          CONVERT (VARCHAR (10),T1.CREATED, 101) + ' ' + CONVERT (VARCHAR (10),T1.CREATED, 8),
          T1.LAST_UPD_BY,
          T1.CREATED_BY,
          T1.MODIFICATION_NUM,
          T1.ROW_ID,
          T2.BU_ID,
          T1.MULTI_LINGUAL_FLG,
          CAST(? AS VARCHAR(128))
       FROM
           dbo.S_LST_OF_VAL T1
              LEFT OUTER JOIN dbo.S_LST_OF_VAL_BU T2 ON T1.ROW_ID = T2.LST_OF_VAL_ID
       WHERE
          (T1.NAME = ? AND T1.TYPE = ?)
       ORDER BY
          T1.TYPE, T1.ORDER_BY, T1.VAL
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 1: ,,,SADMIN,0000000253141644:0,,List Of Values (Internal),
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 2: DAY_NAME
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23 Bind variable 3: LOV_TYPE
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 Begin: Execute SqlObj 'List Of Values (Internal)' at d096af8 with SqlTag=,,,SADMIN,0000000253141644:0,,List Of Values (Internal),
    ObjMgrSqlLog Detail 4 0000000253141644:0 2014-03-03 15:49:23
    ***** SQL Statement Execute Time for SQL Cursor with ID D097608: 0.001 seconds *****
    ObjMgrSqlLog SqlTag 2 0000000253141644:0 2014-03-03 15:49:23 End: Execute SqlObj with SqlTag
    ObjMgrSqlObjLog Execute 4 0000000253141644:0 2014-03-03 15:49:23 End: execute SqlObject at d096af8

    Clear the files in C:\Windows\Downloaded Program Files directory
    Make sure IE browser settings are set to allow downloading activex controls (Prompt for signed and unsigned ActiveX).
    Restart Siebel Server and open the URL in IE
    After logging in, you will be prompted to download Siebel HI Client and Siebel Automation ActiveX files. Say Yes and it will download it to the above directory.
    Now verify if it is recorded.
    Also, make sure you have selected the correct plugin (Siebel Functional or Siebel Load) in OpenScript
    -Raj

  • Applet OBJECT tag to install 1.6.0.22 - harder than you think!

    Hi there,
    Using the OBJECT tag, I've placed an applet on a webpage. I need the user to download the JRE if it's not installed, so I added this attribute to my OBJECT tag and it seems to work.
    codebase="http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab"
    Unfortunately, right now this causes jre 1.6.0.18 to be installed, which consistently crashes once the install has completed, requiring the user to close the browser and return before viewing the applet (known issue I believe "http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=5288ea4b825d095f0bf29977ada?bug_id=6925315").
    I therefore want the more recent 1.6.0.22 version to be installed instead which won't crash, but I cannot figure out what to change the codebase attribute to accomplish this. It always seems to install 1.6.0.18! I've also tried the following without success:
    codebase="http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,0"
    codebase="http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,99"
    codebase="http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,22"
    Any tips would be immensly helpful!

    Cross posted
    http://www.java-forums.org/java-applets/35025-object-tag-automatically-install-1-6-0-22-since-1-6-018-crashes.html
    Any more?
    db

  • Xcelsuis SWF - Not able to open in browser using Object TAG

    We want to open Xcelsuis analytic form outside InfoView, by providing user an option to click on link to open analytic directly from application.  We used SSO and Object tag in our custom JSP page. We were able to successfully pass SSO but couldnu2019t load SWF file. Although there wasnu2019t any error in browser while loading JSP page, but Adobe Flash object returns message that movie can't be loaded.
    Open Xcelsuis SWF using documentDownload and passing FlashVars like CELogonToken and CEWebServiceURL.
    Following are the steps:
    u2022     Created JSP file, which first generates logonToken and store in some variable.
    u2022     Generated Flashvars variable using following code:
    String Flashvars = "CELogonToken=" + Encoder.encodeURL(CELogonToken);
    Flashvars+= "&CEWebServiceURL=" + Encoder.encodeURL("http://winiadv22.ams.com:9085/dswsbobje/services/session")
    u2022     Used Flashvars in Object tag.
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=                                                         "http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" WIDTH="100%" HEIGHT="100%" id="myMovieName">
                   <PARAM NAME="movie" VALUE= ="../../opendoc/documentDownload?iDocID=18094&sKind=Flashu201D> <PARAM NAME="quality" VALUE="high"> <PARAM NAME="bgcolor" VALUE="#FFFFFF">
                   <PARAM NAME="play" VALUE="true"> <PARAM NAME="loop" VALUE="true"> <PARAM NAME=bgcolor VALUE="#FFFFFF">
    <PARAM NAME=FlashVars VALUE="<%=Flashvars%>">
                   <EMBED src="../../opendoc/documentDownload?iDocID=18094&sKind=Flash" FlashVars="<%=Flashvars%>" quality=high bgcolor=#FFFFFF WIDTH="100%" HEIGHT="100%" NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash" play="true" loop="true" PLUGINSPAGE=
                           "http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
                   </EMBED>
              </OBJECT>

    Have you set up a wildcard DNS entry for the spapps.com domain?
    Also if you're trying to connect from the server you might be hitting loop back check issues.

  • APPLET   vs. EMBED or OBJECT tag in JDeveloper

    HI Gentlemen,
    Recently I learned from ADF Code Corner, Item 71, how to set up a client/server communication applet for an ADF application. The solution uses the JavaScript framework on the client. However, it is also stated that "Note that the APPLET tag is used instead of the EMBED or OBJECT tag that would be needed to explicitly invoke Java run by the Java PlugIn." This suggests that I can write a Java program independent of my ADF application which could control a local smartcard reader (this already works fine with German KVK and eGK). Now I would like to trigger this external Java program in my .jspx page to read the contents of a card and communicate it to the page. If this were possible, I could avoid JavaScript at all. It must be installed on the client to access a local smartcard reader. Please drop a few lines where can I find guidance or a working example if any.
    Thanks, kind regards
    Miklos HERBOLY

    Hi,
    if you want to talk to ADF Faces pages on the client side then this through JavaScript. The other alternative is to allow the Applet to perform a server side update (object or database) and then have the ADF Faces app checking for it (af:poll or Active Data Services).
    Frank

  • JDK 1.4.2_10; problem with applet/classpath/OBJECT tag

    I'm supporting an applet that needs to run in JDK 1.4.2_10 in order to work. (I don't own the code, so I can't fix the issue)
    I'd like to force that particular applet to run under JDK 1.4.2_10, but allow other applets to run on the current default JVM.
    I'm trying to do this by using the JDK's htmlconverter.exe utility to force the use of JDK 1.4.2_10. That part is working as expected, but I'm experiencing a side effect.
    The problem is that, when I use the OBJECT tag instead of the APPLET tag, the browser attempts to download the class with this URL
    http://hostname.here.com/app.testing/app.testbed/classes/appls%2fDOLARS%2fuser%2fApplet%2fclass.class
    instead of this URL
    http://hostname.here.com/app.testing/app.testbed/classes/appls/DOLARS/user/Applet.class
    The second URL works; the first does not. When I use the APPLET tag, it generates the second URL and downloads the class successfully.
    I'd like to a) use the OBJECT tag. b) get it to use the correct URL to download the Applet.class file. What do I need to do to make this happen?
    Thanks,
    Tom Valesky

    Here's the exception I'm getting (slightly sanitized):
    Java Plug-in 1.4.2_10
    Using JRE version 1.4.2_10 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\tvalesky
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to
    load: class appls/DOLARS/user/Applet.class not found.
    java.lang.ClassNotFoundException: appls.DOLARS.user.Applet.class
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://hostname.com/DOLARS.testing/dolars.testbed/classes/appls%2fDOLARS%2fuser%2fApplet%2fclass.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 7 more
    Exception: java.lang.ClassNotFoundException: appls.DOLARS.user.Applet.class

  • About clsid and more in object tag for deployment

    I've found it a bit hard to get up-to-date information about the best-practice for writing applet/object/embed tags in html when deploying java applets. Anyway, I found this.
    <!--[if !IE]> Firefox and others will use outer object -->
    <object classid="java:com.myCompany.MyApplet.class"
            type="application/x-java-applet"
            archive="../MyApplet.jar"
            width="400" height="600">
        <param name="mayscript" value="true" />
        <param name="someParameter" value="someValue" />
        <!-- Konqueror browser needs the following param -->
        <param name="archive" value="../MyApplet.jar" />
    <!--<![endif]-->
        <!-- MSIE (Microsoft Internet Explorer) will use inner object -->
        <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
                codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0-windows-i586.cab"
                width="400" height="600" >
        <param name="code" value="com.myCompany.MyApplet" />
        <param name="archive" value="../MyApplet.jar" />
        <param name="mayscript" value="true" />
        <param name="someParameter" value="someValue" />
        <strong>
            Some error message...<br />
            <a href="http://java.sun.com/products/plugin/downloads/index.html">Download!</a>
        </strong>
        </object>
    <!--[if !IE]> close outer object -->
    </object>
    <!--<![endif]-->This code works in Firefox 2/3 and IE7 (on Vista). Would you experts here say this is an acceptable way of doing it, or do you have a better way to recommend?
    But there is one thing that was really hard to find googling, and that is what should the clsid ("clsid:8AD9C840-044E-11D1-B3E9-00805F499D93") and codebase ("http://java.sun.com/update/1.5.0/jinstall-1_5_0-windows-i586.cab") be if I want the applet to run in the latest Java version? Or at least 1.6.0 instead of 1.5.0 since I compile the applet using jdk1.6.0_06.
    And wouldn't www.java.com be a more user-friendly download link instead of http://java.sun.com/products/plugin/downloads/index.html? On this site it says "The above default release, 1.4, is the latest release of Java Plug-in." and links to http://java.sun.com/j2se/1.4.2/download.html, which in term says "J2SE 1.4.2 is in its Java Technology End of Life (EOL) transition period." Why couldn't Sun keep their web sites a bit more up-to-date?

    >
    Isn't it anybody here that wants to share...>I look at questions with Dukes, but when I open a thread and it turns out it has less than 10 dukes, I take it is 'less than imperative' to the original poster to fix the problem - so often move on to the next thread/post.
    What do you think 3 Dukes indicates to someone like me? (Oh go on, guess - it'll be fun.)
    >
    ... how you usually write your applet/object/embed tags in the html file? I'm interested in "new" development for Java 6, i.e. no legacy support for older code needed.>You might check out the deployJava.js which is described in the latest [deployment advice|https://jdk6.dev.java.net/deployment_advice.html].
    If you find that answer works for you, and you appreciate the advice, the best way to show it is to raise those Dukes before assignation.

Maybe you are looking for

  • HP PhotoSmart C4599 problems with Wireless on Windows 7 x64

    Hello, I have a printer HP PhotoSmart C4599 running great on my Windows 7, but the problem is the Wireless of the printer. I've got a laptop (running on Windows Vista x86) that I use to print documents via Wireless and when i try to add the printer b

  • Get AD group membership for apple script

    Hello All, I am to create an app that mounts certain network folders with an apple script: tell application "Finder" to close every window tell application "Finder" to eject (every disk whose local volume is false) tell application "Finder"   tell Fi

  • I want interactive report

    i want interactive report (ALV"S)  to display customer header details in basic list and item list in secondary list by USING ALV"S Arjun marati

  • Serialize DOM

    Hi all, How can I accept and return XML documents as input and output of a Web Service. Is there any way I can serialize a DOM object and deserialize it at the other end? Please advise. Regards, Nirav

  • Lightroom 5 amazingly slow to import catalog

    updated yesterday from LR 5 beta on my Win 8 machine. LR 5 took over 8 hours to update the LR 4 catalog, and has taken another 8 hours (so far) to import the photos. It looks to be about 2/3 done as i write. i'm confused about why this process is tak