We got error "System is unable to interpret the SSO ticket received"

We got error "System is unable to interpret the SSO ticket received" on Backend system(R/3 4.7).
We use SAP Enterprise Portal 6.0 SP15.
Please let us know what is problems ?
We done following steps in SAP EP.
1. Created LOGON-METHOD (Logon Method : SAPLOGONTICKET).
2. Export Public-key (verify.der) from SAP EP.
   (System Admin -> System config -> Keystore Administration -> Download)
We done following steps in SAP R/3.
3. Start STRUSTSSO2 Transaction.
   In the PSE status frame on the left, choose the system PSE.
   In the certificate section, choose Import Certificate.
     The Import Certificate screen appears.
   Choose the File tab.
   In the File path field, enter the path of the portal's verify.der file.
   Set the file format to DER coded and confirm.
   In the Trust Manager, choose Add to PSE.
   Choose Add to ACL, to add the Portal Server to the ACL list.
   In the dialog box that appears, enter follows:
     system ID    :J2E
     client       :000
     Subject name :CN=J2E
     Issuer name  :CN=J2E
     Serial number:00
   Save your entry.
4. Set profile parameters
   login/accept_sso2_ticket = 1
   login/create_sso2_ticket = 0
5. Restart SAP R/3 system.

Hi,
I faced the same problem when i am configuring the SSO,
check the portal client number in System Administration>System Configaration->UM Configuration--->Direct Editing
and give the same client number
In the dialog box that appears,
system ID :J2E
client :000
else check weather u r importing the certificate correctly.
First export the verify.der and and import that using the STRUSTSSO2
Thanks
Ajay

Similar Messages

  • The system is unable to interpret the SSO ticket received

    Hi,
    We are facing the following error. Could anyone please help us understand/resolve the same
    com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: The system is unable to interpret the SSO ticket received
         at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java(Compiled Code))
         at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java(Compiled Code))
         at com.sap.mw.jco.JCO$Client.connect(JCO.java(Compiled Code))
         at com.sap.mw.jco.JCO$Pool.initPool(JCO.java(Compiled Code))
         at com.sap.mw.jco.JCO$PoolManager.getClient(JCO.java(Compiled Code))
         at com.sap.mw.jco.JCO$PoolManager.getClient(JCO.java(Inlined Compiled Code))
         at com.sap.mw.jco.JCO.getClient(JCO.java(Inlined Compiled Code))
         at com.sap.mw.jco.webas.WebDynproExtension.addClientPool(WebDynproExtension.java(Compiled Code))
         at com.sap.mw.jco.webas.WebDynproExtension.addClientPool(WebDynproExtension.java(Compiled Code))
         at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.createPool(AbstractJCOClientConnection.java(Compiled Code))
         at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.checkPoolEntry(AbstractJCOClientConnection.java(Inlined Compiled Code))
         at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.getClient(AbstractJCOClientConnection.java(Compiled Code))
         at com.sap.pcuigp.xssfpm.wd.BackendConnections.connectModelInternal(BackendConnections.java:261)
         at com.sap.pcuigp.xssfpm.wd.BackendConnections.initBackend(BackendConnections.java:226)
         at com.sap.pcuigp.xssfpm.wd.BackendConnections.connectModel(BackendConnections.java:159)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalBackendConnections.connectModel(InternalBackendConnections.java:183)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.connectModel(FPMComponent.java:699)
         at com.sap.pcuigp.xssfpm.wd.BackendConnections.init(BackendConnections.java:138)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalBackendConnections.init(InternalBackendConnections.java:179)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:170)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java(Compiled Code))
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java(Inlined Compiled Code))
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java(Inlined Compiled Code))
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java(Compiled Code))
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:382)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:618)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    - Harshal

    Hello Erin,
    1. Can you please confirm whether what type of SSO concept has been configured....whether Logon Tickets or user mapping?
    If logon tickets, just check once if the same user-id exists on both systems.....
    2. Can you also try pinging & testing the JCo in hte SLD....just confirmation.
    Awaiting Reply.
    Warm Regards,
    Ritu

  • System is unable to interpret the SSO ticket received

    Hi,
    We are trying to establish SSO between portal and backend system.
    We exported the Portal ticket to backend system and add to ACL list
    still we are facing problem in establishing SSO between portal and backend system
    Please help me in resolving this issue
    point will be awarded for sure
    Bala

    Hi,
    Please check this blog:
    User Mapping-based Single Sign On
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6b1472a7-0301-0010-64bd-dc96509db6f7
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/sso%2bchecklist
    Quick Guide for setting up SSO between EP and R/3
    Connecting SAP systems to Enterprise portal with SSO.
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/single%2bsign-on%2band%2bcookies
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2fhelp%2fsdn_help_nw04s%2fsaphelp_nw04s%2fhelpdata%2fen%2fd3%2f41c8ecb31d11d5993800508b6b8b11%2fcontent.htm
    Hope this helps...
    Regards,
    Mona
    Edited by: Mona Kapur on Jan 11, 2008 1:54 AM
    Edited by: Mona Kapur on Jan 11, 2008 2:00 AM

  • RFC_ERROR_LOGON_FAILURE: The system is unable to interpret the SSO ticket

    Hi folks,
    i've here an issue that i could not solve, i've implemented SSO between SAP EP and SAP ERP 2005 several times but this time i've the error message
    " The system is unable to interpret the SSO ticket received"
    I've already imported portal certificate, put parameters in instance profile and restart ERP but it still gave the error, i found the same issue from others sdn users but none of then have the solution for me.
    Could anyone help me here?
    This is a urgent matter.
    thanks in advance,
    Pedro Rodrigues

    Hi Pedro,
    what result do you get in a connection test in the portal ?
    To do that :
    open the System definition (under System Administrator/System Configuration);
    Open the ERP 2005 system entry> "Connection Test"
    Select "Connection test for Connector".
    Also make sure that the domain of both systems (portal and ERP) are the same e.g. portal.company.com and erp.company.com . IP addresses are not working in SSO....
    Also helpful is the OSS 701205 which has a attached PAR file for testing the SSO.
    Regards,
    Kai

  • Write Back Error The system is unable to read the Write Back Template 'test

    Write Back Error The system is unable to read the Write Back Template 'test'. Please contact your system administrator. OK
    But, the update button is on.
    It did work and now it doesn't... nothing of course that we know of has changed. We got this message when we started and the name of the file was what we put as template name in obiee instead of webmessage name but the update button was off.... now we have update button on and same error.
    File is on unix and we have made 777 so it's open to the world.
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="D_EXEC_METRIC">
    <WebMessage name="test">
    <XML>
    <writeBack connectionPool="writeback">
    <update>UPDATE D_EXEC_METRIC SET EXEC_METRIC_ICON_WID = @{c3}, EXEC_METRIC_COMMENT='@{c7}' WHERE SECTOR_WID=@{c0} AND EXEC_METRIC_WID=@{c2}</update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    thanks in advance for your help!

    You're better off searching for an answer to this question in the [OBIEE Forum|http://forums.oracle.com/forums/forum.jspa?forumID=378].
    The topic is discussed at least twice a month so there's tons of posts with all the answers you need. Make a forum search for writeback and you'll have your answer.
    Cheers,
    C.

  • OBIEE Writeback error - The system is unable to read the Write Back Templat

    Hi all,
    I'm trying to set up the write back feature for one of the reports. All the set up up including XML file in the custommessage folder is done.Ensured the webmessage name tag value (pmet_update) is same as the one used in the report write back template value etc.
    Also the server is restarted after the latest XML file(as shown below) is copied after all type of debugging with similar threads on this matter.
    But when i click on the update button in the report (button is highlighted), i'm getting the error
    "The system is unable to read the Write Back Template 'pmet_update'. Please contact your system administrator."
    here is the xml.
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="pmet_update">
    <XML>
    <writeBack connectionPool="PMTCOG">
    <insert></insert>
    <update> UPDATE XREF_PMET_URL SET URL= '@{c1}' WHERE API='@{c0}'</update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Could you please help?

    Hi,
    I think that you have to spacify also an SQL statement for the update tag, for example:
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="pmet_update">
    <XML>
    <writeBack connectionPool="PMTCOG">
    <insert> select null from dual</insert>
    <update> UPDATE XREF_PMET_URL SET URL= '@{c1}' WHERE API='@{c0}'</update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    The witeback wants for both the tags (<insert></insert> and <update></update>) an SQL Statement.
    For me it works.
    Let me know!
    Gianluca Ancarani

  • INSTALLED ITUNES AND THE ERROR-MAPI WAS UNABLE TO LOAD THE INFORMATION SERVICE APLZOD-OCCURS. WHAT DO I DO.

    INSTALLED ITUNES AND THE ERROR-MAPI WAS UNABLE TO LOAD THE INFORMATION SERVICE APLZOD-OCCURS. WHAT DO I DO.

    Is this on a Windows XP, Vista or 7 system?

  • Unable to interpret the prtdiag o/p for CPU Slots & Memory DIIMS - V890

    Unable to interpret the prtdiag o/p for CPU slots & Memory DIIMS on V890 server. Went through the sun docs for V890, but lead to lot of confusion.
    your help on this would be appreciative.
    Thanks

    Hi,
    below is the sample prtdiag output I've taken from a lab machine
    System Configuration: Sun Microsystems sun4u Sun Fire V890
    System clock frequency: 150 MHz
    Memory size: 65536 Megabytes
    ========================= CPUs ===============================================
    Run E$ CPU CPU
    Brd CPU MHz MB Impl. Mask
    A 0, 16 1500 32.0 US-IV+ 2.2
    B 1, 17 1500 32.0 US-IV+ 2.2
    A 2, 18 1500 32.0 US-IV+ 2.2
    B 3, 19 1500 32.0 US-IV+ 2.2
    C 4, 20 1500 32.0 US-IV+ 2.2
    D 5, 21 1500 32.0 US-IV+ 2.2
    C 6, 22 1500 32.0 US-IV+ 2.2
    D 7, 23 1500 32.0 US-IV+ 2.2
    ========================= Memory Configuration ===============================
    Logical Logical Logical
    MC Bank Bank Bank DIMM Interleave Interleaved
    Brd ID num size Status Size Factor with
    A 0 0 2048MB no_status 1024MB 8-way 0
    A 0 1 2048MB no_status 1024MB 8-way 0
    A 0 2 2048MB no_status 1024MB 8-way 0
    A 0 3 2048MB no_status 1024MB 8-way 0
    B 1 0 2048MB no_status 1024MB 8-way 1
    B 1 1 2048MB no_status 1024MB 8-way 1
    B 1 2 2048MB no_status 1024MB 8-way 1
    B 1 3 2048MB no_status 1024MB 8-way 1
    A 2 0 2048MB no_status 1024MB 8-way 0
    A 2 1 2048MB no_status 1024MB 8-way 0
    A 2 2 2048MB no_status 1024MB 8-way 0
    A 2 3 2048MB no_status 1024MB 8-way 0
    B 3 0 2048MB no_status 1024MB 8-way 1
    B 3 1 2048MB no_status 1024MB 8-way 1
    B 3 2 2048MB no_status 1024MB 8-way 1
    B 3 3 2048MB no_status 1024MB 8-way 1
    C 4 0 2048MB no_status 1024MB 8-way 2
    C 4 1 2048MB no_status 1024MB 8-way 2
    C 4 2 2048MB no_status 1024MB 8-way 2
    C 4 3 2048MB no_status 1024MB 8-way 2
    D 5 0 2048MB no_status 1024MB 8-way 3
    D 5 1 2048MB no_status 1024MB 8-way 3
    D 5 2 2048MB no_status 1024MB 8-way 3
    D 5 3 2048MB no_status 1024MB 8-way 3
    C 6 0 2048MB no_status 1024MB 8-way 2
    C 6 1 2048MB no_status 1024MB 8-way 2
    C 6 2 2048MB no_status 1024MB 8-way 2
    C 6 3 2048MB no_status 1024MB 8-way 2
    D 7 0 2048MB no_status 1024MB 8-way 3
    D 7 1 2048MB no_status 1024MB 8-way 3
    D 7 2 2048MB no_status 1024MB 8-way 3
    D 7 3 2048MB no_status 1024MB 8-way 3
    <snip>
    Board A, B, C & D represents 4 slots of the V890. Each slot has two CPU and associated memory slots ( 8 nos. for each CPU ) for each CPU.
    Since its Sparc IV+ cpu, it has two cores and thus will have two CPU id associated with each physical CPU.
    Slot A ==> CPU 0 & 2
    Slot B ==> CPU 1 & 3
    Slot C ==> CPU 4 & 6
    Slot D ==> CPU 5 & 7
    For memory interleaving and bank configuration, please go through below document.
    http://docs.sun.com/source/817-3956-12/hw_config.html
    HTH..
    Mehul

  • Unable to open Power BI Sites - Error: We were unable to load the Site. Refresh the page to try again

    Power BI Sites Error
    We were unable to load the Site. Refresh the page to try again
    When opening Power BI Sites with internet explorer, in certain security configurations you may run into the above error. While we are looking into resolving this, please see the following workaround:
    From the Tools menu, select internet options.
    On the security tab uncheck the "Enable Protected Mode" checkbox form the relevant Zone (Intranet/Internet)
    Remove all entries to *.powerbi.com from trusted sites or/and local intranet sites
    On the advanced tab, uncheck the "Enable enhanced protected mode" (if you made a change here it will require a restart of the machine)
    Restart and try again (if not changes done in the last step, just restart the browser)

    Hi
    Any further debugging tips? I upgraded from IE9 to IE11 on my Win7 machine to try get Q&A working, it broke the entire PowerBI site for me

  • 10g - write back - The system is unable to read the Write Back Template

    hi,experts,
    I enabled write back on a report.
    the button (write back) is enabled (not grey)
    but when I click the button, there is a message
    The system is unable to read the Write Back Template 'UPDATETESTWRITEBACK'. Please contact your system administrator.
    I put UPDATETESTWRITEBACK.XML in C:\OracleBI\web\msgdb\customMessages
    the syntax in the xml is correct.
    what is the result? any log to check?

    Its not mandatory to have the same template name as your xml file name.
    But the <WebMessage name= "UPDATETESTWRITEBACK"> should be same what the templetae you are using in the webcat.
    Please find sampel xml which can have any xyz name in the folder "OracleBIData\web\msgdb\customMessages'
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web.messageSystem">
    <WebMessageTable lang="en-us" system="WriteBackTemplates" table="Templates">
    <WebMessage name= "ResourceAllocation">
    <XML>
    <writeBack connectionPool="--your connection pool name">
    <insert> Insert statement </insert>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    Cheers,
    Rajeev A

  • I want to copy myt data to my iPhone via itools the error occured is unable to ascertain the compatibility of itunes   my itools and itunes  both are updated. please help

    i want to copy my data to my iPhone via itools
    the error occured is
    unable to ascertain the compatibility of itunes
    my itools and itunes  both are updated.
    please help

    The following fix apparently worked for some: https://www.youtube.com/watch?v=yEgm8m__Ipg

  • Unable to find the Message Interface Receiver Determination

    Hi Everyone,
    I am unable to find the Message Interface Receiver Determination in the SAP BASIS 7.0 --> http://sap.com/xi/XI/System. in IR.
    I am using P.I 7.0 SP 15
    Could anyone let me know what could be the problem.
    Regards,
    Varun

    Hi Sridhar,
    I cant find the Message Interface Receiver Determination in IR under the standard SWCV SAP BASIS 7.0 and under the namespace http://sap.com/xi/XI/System. in IR.This Message Interface will be useful while configuring in enhanced Receiver Determination.
    http://help.sap.com/saphelp_nw2004s/helpdata/EN/84/e8763c997fda50e10000000a11405a/frameset.htm
    Regards,
    Varun

  • Excel 2013 PowerPivot Error - "PowerPivot is unable to load the Data Model"

    I'm attempting to use the PowerPivot add-on in Excel.  When clicking 'Manage Data Model' or attempting to 'Load to data model,' I receive the error 'We couldn't load the Data Model.  This may be because the Data Model in this workbook is damaged.',
    followed by 'PowerPivot is unable to load the Data Model.'  This happens irrespective of data source type.  I have Excel 2013 32-bit, PowerPivot 32-bit, running on Windows 7 OS 64-bit.  I am not running an SSAS instance on my machine. 
    Any suggestions?

    Hi
    Have you ever tried to repair your office?
    Also we may refer to the following blog :
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2013/11/12/powerpivot-for-excel-2013-errors-after-october-update-kb-2825655.aspx
    This issue seems to be caused by the October 2013 update (KB 2825655) for Excel 2013. Try to remove it or restore the system to an earlier point and check the result.
    Regards
    Tylor Wang
    TechNet Community Support

  • Error in Publication-Unable to find the infostore service

    Hi,
    I am getting this error when Publication webi report?
    2011-09-06 11:04:49,156 ERROR [PublishingService:HandlerPool-97] BusinessObjects_PublicationAdminErrorLog_Instance_40982 - [Publication ID # 40982] - Unable to find the infostore service. Is your CMS running and configured properly? (FBE60002) 2011-09-06 11:04:49,156 ERROR [PublishingService:HandlerPool-97] BusinessObjects_PublicationAdminErrorLog_Instance_40982 - [Publication ID # 40982] - An exception was caught while scheduling the publication. (FBE60203) [2 recipients processed.]
    requirement is multiple webi reports should be send multiple receipients with restricted data?
    Is it possible to publish multiple reports in Publication??
    Webi report
    XIR3
    backend oracle
    Regards,
    Ravi

    Hi,
    Follow below steps. or check SAP note 1291121.
    Disable all the services in CCM (Central Configuration Manager)
    - Re-enable all the services.
    - RE-boot the system
    Thanks,
    Amit

  • I got error message in Firefox when passing the dropdown value to the next page

    Hello:
    I am using Ajax to populate a dropdown box. When I pass the
    value to the next page, I got an error message saying
    'form.thevalue' is undefined in Firefox. It works fine in IE.
    Please find part of the code below:
    form.cfm:
    <select name="appointment_date" id="appointment_date"
    onchange="showTime(document.apptform.select_employee.value,
    this.value, ' ' )">
    <option value=''>[Select]</option>
    <cfloop list="#datelist#" index="thedate">
    <cfif thedate eq '#chg_appointment_date#'>
    <cfset select='SELECTED'>
    <cfelse>
    <cfset select=''>
    </cfif>
    <cfoutput><option value="#thedate#"
    #select#>#thedate#</option></cfoutput>
    </cfloop>
    </select>
    <span id="TimeList"></span>
    GetTime.js:
    var oXmlHttp
    function showTime(staff, date, available)
    var url="/cf/misc/GetTime.cfm?nicknm=" + staff + "&dt=" +
    date + "&ti=" + available
    oXmlHttp=GetHttpObject(stateChanged)
    oXmlHttp.open("GET", url , true)
    oXmlHttp.send(null)
    function stateChanged()
    if (oXmlHttp.readyState==4 ||
    oXmlHttp.readyState=="complete")
    document.getElementById("TimeList").innerHTML=oXmlHttp.responseText
    function GetHttpObject(handler)
    try
    var oRequester = new XMLHttpRequest();
    oRequester.onload=handler
    oRequester.onerror=handler
    return oRequester
    catch (error)
    try
    var oRequester = new ActiveXObject("Microsoft.XMLHTTP");
    oRequester.onreadystatechange=handler
    return oRequester
    catch (error)
    return false;
    GetTime.cfm:
    <CFINCLUDE TEMPLATE="include.cfm">
    <cfset timelist = arrayToList(structSort(atime,
    "numeric"))>
    <span>
    <select name="available_time">
    <cfif #trim(URL.nicknm)# eq 'All'>
    <option value=''>[Select]</option>
    <cfloop list='#timelist#' index='time'>
    <cfif time EQ '#trim(url.ti)#'>
    <cfset select = 'SELECTED'>
    <cfelse>
    <cfset select = ''>
    </cfif>
    <cfoutput><option value="#atime[time]#"
    #select#>#time#</option></cfoutput>
    </cfloop>
    <cfelse>
    </cfif>
    </select>
    </span>
    When I pass #form.available_time# to the next page, in
    Firefox I got error saying 'form.available_time' is undefined. Any
    idea, please?
    Thanks in advance.

    This extension will restore Remote XUL to Firefox 4+ via a whitelist for each domain. <br />
    https://addons.mozilla.org/en-US/firefox/addon/remote-xul-manager/

Maybe you are looking for

  • PreparedStatement

    hi, In a preparedstatement i need to pass values like '9','7','66' for a single varchar field.. e.g..................: I need to display the values whose id in 9,7,66 select ab from test where id in (?) I tried setString(1,"'9','7','66'"); it takes a

  • Why poor AVCHD playback on iMac but fine on Macbook Pro?

    Does anyone know why the 1080i 50 AVCHD footage I have taken from a Panasonic Camcorder plays back absolutely fine on my Macbook Pro but horribly on our work iMacs (which are younger than my MBP), where I get these lines of distortion that slowly sca

  • Help with focus on Canon 5d mark iii

    the answer to my question is probably pitifully obvious so i acknowledge my limits I'm having a terrible time focusing with my canon 5d mark iii.  i primarily use a 35mm 1.4L and an 85mm 1.2L, and use back button focus with ai servo mode.  i also usu

  • Full heap dump - weblogic 8.1

    Hi to everyone, Is there any possibility to full heap dump (core dump) in weblogic 8.1 manually? Best regards, Peter

  • Please I am from Ghana and I want to buy some printers from BestBuy. What are your shipping arrangem

    Please I am from Ghana and I want to buy some printers from BestBuy. I want to know your shipping arrangements please.