MM_XSLTransform.classVB.asp

Testing a ASPpage with MM_XSLTransform V 0.6.2 on local
server (XP PRO SP2) IIS 5.1 result in:
HTTP 500.100 - Internal Server Error - ASP-error
Serverobject, ASP 0177 (0x800401F3)
Ongeldige klassereeks
../incl/MM_XSLTransform/MM_XSLTransform.classVB.asp, line 21
The page works well on ISS 6.
Any idea?
Thanx

I have fianlly found the error I was encountering The omit-xml-declaration="yes" was missing
<xsl:output method="xml" encoding="UTF-8" omit-xml-declaration="yes"/>

Similar Messages

  • XSL , XML, Chilisoft ASP

    I have created a asp page that shows xml data using a xsl
    transform. It works great on my IIS ( testing server) but not great
    when the site go's live as my service provider uses Chilisoft ASP (
    or whatever the new name is from sun).
    Here is the error message!
    MM_XSLTransform error:
    Required object ("MSXML2.FreeThreadedDOMDocument") from
    Microsoft XML Core Services (MSXML) is not installed.
    Download and install the latest version from
    http://msdn.microsoft.com/xml
    before continuing.
    Dreaweaver assumes I will be using an IIS server.
    Has anyone got experience with chilisoft ASP and what I can
    do to get the page showing correctly. Or a link to a page that
    could help me get the correct wording and include files.
    Thanks in advance

    Chilisoft is aptly named - much like a bad bowl of Chili,
    it'll give you
    heartburn and sleepless nights! Save yourself and avoid it!
    Like Nancy
    said, go with a Windows server for ASP.
    Lawrence Cramer
    *Adobe Community Expert* -
    http://tinyurl.com/jhnyq
    email: lawrence at cartweaver dot com
    Cartweaver CF, ASP & PHP Shopping Cart for Dreamweaver
    www.cartweaver.com
    news://support.cartweaver.com
    =====================================================
    "Nancy *Adobe Community Expert*" <[email protected]>
    wrote in message
    news:[email protected]...
    > It's not Dreamweaver's fault .. sounds like your host
    hasn't got MSXML
    > installed. I don't know if that isn't available with
    Chilisoft or if your
    > host's implementation is too old.
    >
    > If you really want to use ASP, I would advise changing
    to a Windows host.
    > ASP with Chilisoft is not really adequate. As you have
    seen, it doesn't
    > always work.
    >
    >
    > --
    > Nancy Gill
    > Adobe Community Expert
    > BLOG:
    http://www.dmxwishes.com/blog.asp
    > Author: Dreamweaver 8 e-book for the DMX Zone
    > Co-Author: Dreamweaver MX: Instant Troubleshooter
    (August, 2003)
    > Technical Editor: DMX 2004: The Complete Reference, DMX
    2004: A
    > Beginner's
    > Guide, Mastering Macromedia Contribute
    > Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced
    PHP Web
    > Development
    >
    >
    > "donovan_john_maidens"
    <[email protected]> wrote in message
    > news:[email protected]...
    >>I have created a asp page that shows xml data using a
    xsl transform. It
    >>works
    >> great on my IIS ( testing server) but not great when
    the site go's live
    >> as my
    >> service provider uses Chilisoft ASP ( or whatever
    the new name is from
    >> sun).
    >>
    >> Here is the error message!
    >> MM_XSLTransform error:
    >> Required object ("MSXML2.FreeThreadedDOMDocument")
    from Microsoft XML
    >> Core
    >> Services (MSXML) is not installed.
    >> Download and install the latest version from <a
    target=_blank
    >> class=ftalternatingbarlinklarge
    >> href="
    http://msdn.microsoft.com/xml">http://msdn.microsoft.com/xml</a>
    >> before
    >> continuing.
    >>
    >> Dreaweaver assumes I will be using an IIS server.
    >>
    >> Has anyone got experience with chilisoft ASP and
    what I can do to get the
    >> page
    >> showing correctly. Or a link to a page that could
    help me get the correct
    >> wording and include files.
    >>
    >> Thanks in advance
    >>
    >>
    >>
    >
    >

  • How do I pass on dynamic urls to an xsl page from ASP?

    I'm new to this.
    On my asp page I have the xsl transformation as below:
    <%
    Dim mm_xsl: Set mm_xsl = new MM_XSLTransform
    mm_xsl.setXML "http://www.dummysite?q=var1&r=var2&s=var3"
    mm_xsl.setXSL "test.xsl"
    Response.write mm_xsl.Transform()
    %>
    How can I pass new var1, var2 and var3 from a form to change the url?
    Regards

    I'm new to this.
    On my asp page I have the xsl transformation as below:
    <%
    Dim mm_xsl: Set mm_xsl = new MM_XSLTransform
    mm_xsl.setXML "http://www.dummysite?q=var1&r=var2&s=var3"
    mm_xsl.setXSL "test.xsl"
    Response.write mm_xsl.Transform()
    %>
    How can I pass new var1, var2 and var3 from a form to change the url?
    Regards

  • BW reports from ASP

    Hello,
    Is it possible to call BW reports from ASP and display on an html page?
    Regards,
    Suraj

    hi Suraj,
    yes, it's possible, we have done this, you will need MDX knowledge and you can use ADOMD, there is sample code in VB
    Connecting to SAP BW Using Visual Basic and ADO MD
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee19e9c7-0301-0010-8f84-97e3f6d7b5a6
    also take a look
    OLE DB for OLAP
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fe3bd290-0201-0010-2287-943e25d21a5c
    Access SAP BW OLAP BAPI Using C-Sharp and SAP .NET Connector 2.0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a2899090-0201-0010-a6b9-fbab56e37c11
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7ffba2ec-0c01-0010-2e81-988e48e3ca43
    hope this helps.

  • SSO to non SAP Application (ASP)

    We have followed the sample steps for SSO to non SAP Applications in ASP, but we're receiving the following results:
    Start SSO2TICKET main
    Version: SAPSSOEXT 2
    Ticket verifying failed. Return codes error=1 and ssf error=0
    Does anyone know what the problem is and how to solve it?
    Thanks!

    hi ive,
    u cn refer to this links.......these r  some of    the blogs that u cn go throu.its useful.
    <b>User Mapping-based Single Sign On,
    SAP Logon Ticket-based Single Sign-On>
    regards
    bhargava

  • SAP EP calling ASP screen - asking multiple logon prompt from internet

    Hi,
    We have EP page which calls multiple ASP page from the IIS server. When the users are in internet the system prompt for multiple prompt from the IIS server.
    1. May i know to make it as a single logon
    2. is it possible to do SSO between IIS and EP 7.3
    Thanks

    Hi,
    you can use the SSO22KerbMap ISAPI Filter to accomplish you requirement. Please refer to
    Using SAP Logon Tickets for Single Sign on to Microsoft based web applications
    and
    Single Sign-On of Windows-based Web Service Clients using SAP Logon Tickets
    for more details.
    Alterantively you can try with SAML (see Single Sign-On with SAML 2.0 - Security and Identity Management - SCN Wiki for more details), but then you should implement SAML Service provider on the IIS/ASP side, since unless I'm mistaken the IIS not provide it by default. Maby this link can be helpful for your: An Open Source ASP.NET SAML2 Service Provider | Passion for Coding
    Best regards,
    Artem

  • What is the path to use SSO for ASP Applications

    We have a big Active Server Pages based web site.
    And we want to integrate the whole site to Oracle Portal
    Authentication and Security.
    The ASP web site doesn't want to mantain user information.
    What to do?
    I found that external applications are not the solution for me.
    And URL components doesn't managed the security when I follow a
    link or submit a form, because I got a new page directly from
    the url of the ASP web site
    Please help me to understand what options for full integration
    are available? And where do I need to add code for this?
    Any idea will be appreciate

    Refer following ink
    http://blog.anthonybaker.me/2013/06/how-to-upload-file-from-windows-phone.html
    http://stackoverflow.com/questions/20876559/window-phone-8-how-to-read-files-from-savedpictures-folder-into-a-byte-buffer
    Gaurav Khanna | Microsoft .NET MVP | Microsoft Community Contributor

  • Problem with sso for asp applications

    Hi,
    i am using the web app integrator to integrate asp application with SSO, i am getting permission denied some times, the permission denied is a small html file on asp server side when userid is null.
    I am sure that the user id is not null because i have written small script to respond back with the passed user id like response.write(""), it is giving back the passed user id every time but at the same time i am getting Permission denied.
    The permission denied is a small html file on the .net server side when the ui=null in the pssing URL.
    How this is happening at the same time, one is giving back the user id and one is taking the user id as null.
    some times i am getting right page and some times giving permisssion denied.
    the basic URl is
    http://abc.xyz.com/sm_log.asp?userid=damodhar
    There is no great security behind this only passing user id, they are not passing the password even in the http header authentication. the simple logic is they are hiding the URL from the view source.
    if i pass the hard coded url from the browser i am getting the proper page at the same time if i pass the url  from portal it is working some times and some times not, i don't know when?
    I am using the web application integrator method.
    we are operating portal server from internet and .net server is on intranet.
    Thanks,
    Damodhar.

    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • How do you invoke an asp page from a java servlet ?

    How do you do the above. I am very new in java and needs to do something like this. Please provide code snippets on how to do this. Any help will be highly appreciated.

    RequestDispatcher d = getServletContext().getRequestDispatcher("the asp-url")
    d.forward(request, response);request and response are the arguments of the servlets doPost or doGet method

  • Connection between CRM back end and ASP front end website for Ecommerce

    Hi All,
    I want to establish the connection between a ASP website and CRM back end server(we are replacing th existing ERP back end system with SAP CRM ).
    I want to know whether I have to go with XI or any other connectors provided by SAP to establsih the communication between the existing ASP website and CRM back end server..
    Can anyone please help me out.
    Thank you,

    Okay here is the general concept for your scenario:
    -You will call standard/custom RFC's(could be BAPI's) in the CRM system from the existing application. 
    -You will need to write a new model layer in your ASP application that calls the RFC layer in CRM
    -You decide what data you want to use from CRM in your application
    Let's assume at minimum you will want to use the product master, business partner master, and business transactions.  You will need RFC's/BAPI's for every interaction point where you will consume/publish data to CRM.
    So when an user creates an order from your e-commerce site, you will need to support saving an order in CRM.  This is example of how you need to map out each function in your existing site to a part of the CRM system.  Since we don't know what your site currently does, this is something you would have to do.
    Once you have mapped out the business level data to the CRM system, then you can evaluate where you will need a BAPI and/or RFC call.  Once that is done, then you can look at the CRM system and see what standard pieces can be called.  Then everything else is custom development.  Your ASP application will call CRM via RFC. 
    It is possible to do what you want to do, but it is going to require a lot mapping work and a fair amount of development effort to integrate the two pieces.  I don't know if you might be better off looking at the SAP Internet Sales Solution instead so you could focus only customizing that application, instead of worrying about an integration problem.  It just depends on how much special functionality your existing e-commerce site has today.
    My general recommendation would be for you to hire a consultant that has done an SAP e-commerce project using SAP CRM in the past and let them guide you on the implementation issues.  An on-site resource could better answer your "high-level" questions.
    However if you have more questions please ask and I will try to answer to the best of my knowledge.
    Good luck,
    Stephen

  • How do I get the returned cursor from a stored procedure to an asp.

    Sorry if this topic has been answered before but I am new to Oracle and ASP. I have been asked to create some stored procedures and access the results from the ASP. I will be passing one variable in and could be getting upto 200 rows returned.
    I have no trouble with the stored procedure but have no clue how to retrieve the data returned by it.

    Assuming that the stored procedure has a single argument, an OUT cursor, you should be able to do
    SQLExecDirect
    {call <stored_proc>() }
    SQLFetch
    SQLGetData
    We'll handle all the 'magic' underneath.
    Justin Cave
    ODBC Development

  • Classic ASP on IIS - Timeout Session not expiring

    I have an classic ASP website on IIS(both IIS 6,and 8) and both perform the same. We've had this issue for years on IIS 5,6,7,8 and never could figure it out. I have a session timeout setting on the IIS application pool of 120 minutes. I do not have
    a session.timeout setting in any of the ASP code itself. I do have a Session.Abandon in the global.asa file, which works well.
    Most of the time if a user is idle for > 120 minutes, it gives them a message that their session has timed out, expires the session and redirects them back to the login page. This is how it should work and 95% of the time is does.
    The issue I have is that about 5% of the time, some users seem to be able to keep the session alive beyond the 120 minutes. Some for days.
    I'm wondering if anyone has any ideas what could cause this? Some ideas that I thought of are below...but I really don't know.
    I assume they keep their browsers open for days, but could a user that has a browser window open but sitting idle AND on another TAB of that same browser be active on other websites? Does that activity make the TAB with my application still active/not idle?
    I've tested this on several environments but not able to replicate.
    Some type of software like a URL filter, proxy server or Antivirus could be causing their browser to not be idle?
    Of course a user can keep the session idle if they use the app beyond the 2 hours, but it is rather unlikely they do this, especially for days.
    Its hard to troubleshoot since the users are all customers with different browsers and environments. So I have no clue if its a certain browser, browser version, or their PC/network environment.
    Any ideas?
    pablo

    Hello,
    forums.iis.net also has a Classic ASP forum.
    As Microsoft's IIS forums are on a different platform, we cannot move the question for you.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Trying to simply connect to Oracle with VBscript/ASP - and I cannot.

    This is rather embarrassing. I am pretty fluent with ASP and VBscript, and I have written many a web application connecting to Microsoft SQL Server. Now I have a need to connect to an Oracle database, and I'm beating my head against the wall.
    1) Web server is Windows Server 2003 SP1
    2) Using ASP (not ASP.NET) & VBscript
    3) I have installed the Oracle drivers on the server - it is version 10g
    4) The administrator of the Oracle database to which I want to connect has created a username and password for me to use from within my code
    5) Here is the code I am trying to run:
    Set objConn = Server.CreateObject("ADODB.Connection")
    objConn.Open "Provider=MSDAORA;Data Source=XXXXXXX;User Id=YYYYYYY;Password=ZZZZZZZ;"
    That's it. 2 lines of code just trying to establish a connection. Using the user name and password provided to me by the administrator, and for Data Source I am using the IP address of the Oracle server (like I have done in the past when connecting to SQL Server). I receive the following error message when viewing this in a browser:
    Microsoft OLE DB Provider for Oracle error '80004005'
    ORA-12154: TNS:could not resolve the connect identifier specified
    Evidently, the Data Source I am using is not correct, but I was provided no other information from the admin. This is the first time any of us have tried to connect to Oracle using ASP/VBScript, so the administrator isn't sure what I need to do ... any help would be so appreciated.

    Hello,
    I got mine to work by setting up an ODBC System DSN and connecting to it. I think this bypasses the Microsoft driver, which might be what's causing the problem.
    Set Db = Server.CreateObject("ADODB.Connection")
    Db.Open "DSN=TEST;User ID=userid;Password=password;"
    Good luck, I've found it requires a lot of persistence...
    Al
    Springfield, MO

  • Closing an ASP connection

    I have used DW to generate the ASP code as I do not know much
    about it other than the code that I have seen DW generate. My
    hosting server intermittently gives me a "Out of resources" error
    every once in a while and they have assured me that it is because
    of a coding issue that I am not closing my connections to the
    server.
    So I have looked in the code and am not able to find one. The
    problem is, I am not sure where to put it either. Could someone
    help me out on this one please?
    Thanks
    Houston
    here is the code:
    quote:
    <%
    Dim rsComingTotal
    Dim rsComingTotal_numRows
    Set rsComingTotal = Server.CreateObject("ADODB.Recordset")
    rsComingTotal.ActiveConnection = MM_conWhosComing_STRING
    rsComingTotal.Source = "SELECT * FROM tblWhoLake"
    rsComingTotal.CursorType = 0
    rsComingTotal.CursorLocation = 2
    rsComingTotal.LockType = 1
    rsComingTotal.Open()
    rsComingTotal_numRows = 0
    %>
    <%
    ' *** Recordset Stats, Move To Record, and Go To Record:
    declare stats variables
    Dim rsComingTotal_total
    Dim rsComingTotal_first
    Dim rsComingTotal_last
    ' set the record count
    rsComingTotal_total = rsComingTotal.RecordCount
    ' set the number of rows displayed on this page
    If (rsComingTotal_numRows < 0) Then
    rsComingTotal_numRows = rsComingTotal_total
    Elseif (rsComingTotal_numRows = 0) Then
    rsComingTotal_numRows = 1
    End If
    ' set the first and last displayed record
    rsComingTotal_first = 1
    rsComingTotal_last = rsComingTotal_first +
    rsComingTotal_numRows - 1
    ' if we have the correct record count, check the other stats
    If (rsComingTotal_total <> -1) Then
    If (rsComingTotal_first > rsComingTotal_total) Then
    rsComingTotal_first = rsComingTotal_total
    End If
    If (rsComingTotal_last > rsComingTotal_total) Then
    rsComingTotal_last = rsComingTotal_total
    End If
    If (rsComingTotal_numRows > rsComingTotal_total) Then
    rsComingTotal_numRows = rsComingTotal_total
    End If
    End If
    %>

    Every time you open a recordset, you must close it. DW does
    this on its
    own.
    It does hold the connection open until the page is completely
    rendered.
    Perhaps there are too many users at one time, or too many
    recordsets on a
    single page (each will have its own connection).
    Also, if you use any redirects, but don't close your
    recordsets before the
    redirect, those connections are left open.
    "htown" <[email protected]> wrote in message
    news:[email protected]...
    >I have used DW to generate the ASP code as I do not know
    much about it
    >other
    > than the code that I have seen DW generate. My hosting
    server
    > intermittently
    > gives me a "Out of resources" error every once in a
    while and they have
    > assured
    > me that it is because of a coding issue that I am not
    closing my
    > connections to
    > the server.
    >
    > So I have looked in the code and am not able to find
    one. The problem is,
    > I am
    > not sure where to put it either. Could someone help me
    out on this one
    > please?
    >
    > Thanks
    > Houston
    >
    >
    > here is the code:
    > <blockquote>quote:<br><hr><%
    > Dim rsComingTotal
    > Dim rsComingTotal_numRows
    >
    > Set rsComingTotal =
    Server.CreateObject("ADODB.Recordset")
    > rsComingTotal.ActiveConnection = MM_conWhosComing_STRING
    > rsComingTotal.Source = "SELECT * FROM tblWhoLake"
    > rsComingTotal.CursorType = 0
    > rsComingTotal.CursorLocation = 2
    > rsComingTotal.LockType = 1
    > rsComingTotal.Open()
    >
    > rsComingTotal_numRows = 0
    > %>
    > <%
    > ' *** Recordset Stats, Move To Record, and Go To Record:
    declare stats
    > variables
    >
    > Dim rsComingTotal_total
    > Dim rsComingTotal_first
    > Dim rsComingTotal_last
    >
    > ' set the record count
    > rsComingTotal_total = rsComingTotal.RecordCount
    >
    > ' set the number of rows displayed on this page
    > If (rsComingTotal_numRows < 0) Then
    > rsComingTotal_numRows = rsComingTotal_total
    > Elseif (rsComingTotal_numRows = 0) Then
    > rsComingTotal_numRows = 1
    > End If
    >
    > ' set the first and last displayed record
    > rsComingTotal_first = 1
    > rsComingTotal_last = rsComingTotal_first +
    rsComingTotal_numRows - 1
    >
    > ' if we have the correct record count, check the other
    stats
    > If (rsComingTotal_total <> -1) Then
    > If (rsComingTotal_first > rsComingTotal_total) Then
    > rsComingTotal_first = rsComingTotal_total
    > End If
    > If (rsComingTotal_last > rsComingTotal_total) Then
    > rsComingTotal_last = rsComingTotal_total
    > End If
    > If (rsComingTotal_numRows > rsComingTotal_total) Then
    > rsComingTotal_numRows = rsComingTotal_total
    > End If
    > End If
    > %><hr></blockquote>
    >

  • Performance degradation using Jolt ASP Connectivity for TUXEDO

    We have a customer that uses Jolt ASP Connectivity for TUXEDO and is suffering
    from a severe performance degradation over time.
    Initial response times are fine (1 s.), but they tend to increase to 3 minutes
    after some time (well, eh, a day or so).
    Data:
    - TUXEDO 7.1
    - Jolt 1.2.1
    - Relatively recent rolling patch installed (so no there are probably no JSH performance
    issues and memory leaks as fixed in earlier patches)
    The ULOG shows that during the night the JSH instances notice a timeout on behalf
    of the client connection and do a forced shutdown of the client:
    040911.csu013.cs.kadaster.nl!JSH.234333.1.-2: JOLT_CAT:1185: "INFO: Userid:
    [ZZ_Webpol], Clientid: [AP_WEBSRV3] timed out due to inactivity"
    040911.csu013.cs.kadaster.nl!JSH.234333.1.-2: JOLT_CAT:1198: "WARN: Forced
    shutdown of client; user name 'ZZ_Webpol'; client name 'AP_WEBSRV3'"
    This happens every 10 minutes as per configuration of the JSL (-T flag).
    The customer "solved" the problem for the time being by increasing the connection
    pool size on the IIS web server.
    However, they didn't find a "smoking gun" - no definite cause for the problem.
    So, it is debatable whether their "solution" suffices.
    It is my suspicion the problem might be located in the Jolt ASP classes running
    on the IIS.
    Maybe the connection pool somehow loses connections over time, causing subsequent
    users having to queue before they get served (although an exception should be
    raised if no connections are available).
    However, there's no documentation on the functioning of the connection pool for
    Jolt ASP.
    My questions:
    1) What's the algorithm used for managing connections with Jolt ASP for TUXEDO?
    2) If connections are terminated by a JSH, will a new connection be established
    from the web server automatically? (this is especially interesting, because the
    connection policy can be configured in the JSL CLOPT, but there's no info on how
    this should be handled/configured by Jolt ASP connectivity for TUXEDO)
    Regards,
    Winfried Scheulderman

    Hi,
    For ASP connectivity I would suggest looking at the .Net client facility provided in Tuxedo 9.1 and later.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

Maybe you are looking for

  • How do i set up my apple tv with my macbook?

    i need help connecting my apple tv to my tv AND macbook pro

  • Loop in combination with Analog output

    Hi I have modified the script thats translate a value in to a static analog output voltage. The value comes from another online running application. The analog output value must remain static until a new value arise. I'm using VB6 and DAQmx 8.5 on a

  • Heap Allocation Parameters

    In previous Java versions, -mx was used to set the maximum heap size. As we know, the new -Xmx parameter replaced it. What would occur if -mx was passed to the newer versions of Java? We are debugging an issue where -mx was passed to a newer java pro

  • Importing files from CS4 to CS5?

    About to get CS5 and do not recall if the newest CS version automaticaly imports prior version images into Bridge. If not, what's the procedure? Thanks for your help

  • What NLS_LANG can handles both Simplified and Traditional Chinese?

    Hi, What values should I put into the NLS_LANG for my 10g db in order to handle English, Traditional and Simplified Chinese? Can I specify the date format during the db creation? Thanks