The Web Agent for IIS will not work

Environment: NT4 Server, IIS4
I try to install the Web Agent in use with IIS but IIS fails to load the dll. After the installation I can read the event-log :
The HTTP server was unable to load the ISAPI Application 'C:\Oracle\Ora81\ord\web\bin\wsciis81.dll'. The data is the error.
And the Browser gives me:
A dynamic link library (DLL) initialization routine failed.
What can be wrong?

Note: On Windows NT, use \ instead of / to separate file system directory
paths.
1. Check the Web Agent's log file.
Look in <oracle_home>/ord/web/logs for a log file in the form
wsc_<yyyymmdd>_<pid>.log. If the file exists, review it for errors,
then take the necessary action to remedy the problem. Possible
problems that might be logged are non-recoverable errors in the Web
Agent's configuration file <oracle_home>/ord/web/admin/wsc.cfg. If the
configuration file or the <oracle_home>/ord/web directory hierarchy
doesn't exist, then re-do the installation.
2. Check the Web Agent's "last-chance" error log file.
If the <oracle_home>/ord/web/logs directory exists, but there are no
log files, check in the %SystemRoot% directory on Windows NT or the
/tmp directory on Unix for a file named wsclstch.err. This is the Web
Agent's "last-chance" error log file. The Web Agent will try to write
to this file if it encounters a fundamental startup error, such as a
problem initializing CORE or NLS, creating a log file, or opening its
message file. If the file exists, review it for errors, then take the
necessary action to remedy the problem. (In a command window on
Windows NT, type set SystemRoot to find where the wsclstch.err file
would be written.)
3. Check the web server configuration.
If the Web Agent failed to create either its normal log file or its
"last-chance" error log file, verify that the Web Agent has been
configured correctly for the particular web server being used and that
the web server is running.
o Microsoft IIS
Use the Internet Service Manager to verify that IIS has been
configured correctly for the Web Agent. Review the installation
and configuration instructions in the wsciis.html or wsciis.txt
files to verify that the Web Agent has been configured correctly
and to make any changes or fixes necessary. Check that the filter
is up and running and that the virtual path has been configured.
To check the filter, select the web site, then click the
properties button (or right-click the web site icon). Select the
Filters tab. The Web Agent should appear in the list with a green
up-arrow. If it appears with a red down-arrow, check the Windows
NT event log for any errors relating to the Web Agent. IIS
doesn't always write detailed error messages. For example, if a
DLL used by the Web Agent can't be located, then IIS typically
logs the fact that a load error occurred along with the message
"the data was the error". Note that the installation and
configuration instructions describe the case where the filter
must be installed manually if there were no existing filters
registered at the time the Web Agent for IIS was installed.
If the filter looks OK, check the oracle_intermedia_bin virtual
path by clicking the properties button (or right-click the
virtual path icon). The path should reference the
<oracle-home>\ord\web\bin directory, which should contain the
wsciis81.dll file. In the properties window, select the directory
security tab, then click the anonymous access and authentication
control button. Verify that Basic authentication has been checked
and that Windows NT challenge/response has been cleared.
To function correctly, the Oracle8i home must be specified
correctly for IIS. Use the Oracle Home Selector to verify that
the Oracle8i home is specified as the default home. Use the
System Control Panel to verify that the Oracle8i home /bin
directory is specified prior to any other Oracle homes in the
PATH environment variable.
null

Similar Messages

  • Port forwarding for the Web server for outside Internet (not working , help!!!!!!)

    Hello 
    I am trying to learn something new here. We have web server inside our organization its IP address is 172.16.0.35. We want outside Internet users to access web server, How is it possible? Please have a look at the running configuration. Web server is working inside the organization but not at outside. Our Static Public IP is 197.255.232.15 it is assigned to Inetrface Gigabit ATM0.1  and ISP default GW is 197.255.232.1. Let me know whats next? How do I make web server inside the organization available for outside Internet users. Thank you.
    Building configuration.
    Current configuration : 1983 bytes
    ! Last configuration change at 17:57:15 UTC Sat Jan 24 2015
    version 15.2
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname router_test
    boot-start-marker
    boot-end-marker
    no aaa new-model
    memory-size iomem 10
    ip dhcp excluded-address 172.16.0.34
    ip dhcp pool test
     network 172.16.0.32 255.255.255.224
     dns-server 197.255.224.18 197.255.224.66
     default-router 172.16.0.34
     lease 9
    ip cef
    no ipv6 cef
    license udi pid CISCO887VA-K9 sn FGL1818236L
    controller VDSL 0
    interface Ethernet0
     no ip address
     shutdown
    interface ATM0
     no ip address
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     no atm ilmi-keepalive
    interface ATM0.1 point-to-point
     description ATM Routed Bridge Encapsulation (RBE) Internet
     ip address 197.255.232.15 255.255.248.0
     ip access-group netin in
     ip access-group netout out
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip nat outside
     ip virtual-reassembly in
     atm route-bridged ip
     bridge-group 1
     bridge-group 1 spanning-disabled
     pvc 0/35
      encapsulation aal5snap
      protocol ip inarp
    interface FastEthernet0
     no ip address
    interface FastEthernet1
     no ip address
    interface FastEthernet2
     no ip address
    interface FastEthernet3
     no ip address
    interface Vlan1
     description Lan 
     ip address 172.16.0.34 255.255.255.224
     ip nat inside
     ip virtual-reassembly in
     ip tcp adjust-mss 1454
    interface Dialer1
     no ip address
    ip default-gateway 197.255.232.1
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip nat inside source list natlist interface ATM0.1 overload
    ip nat inside source static tcp 172.16.0.35 443 197.255.232.15 443 extendable
    ip route 0.0.0.0 0.0.0.0 ATM0.1 197.255.232.1
    ip access-list extended natlist
     permit ip 172.16.0.32 0.0.0.31 any
    line con 0
     no modem enable
    line aux 0
    line vty 0 4
     login
     transport input all
    end
    http://pastie.org/9858814

    Hi  Karsten Iwen
    I deleted ( ip access-group netin in and ip access-group netout out) but it still does not work
    my config : 
    Building configuration...
    Current configuration : 2267 bytes
    ! Last configuration change at 15:43:06 UTC Wed Jan 28 2015
    version 15.2
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname router
    boot-start-marker
    boot-end-marker
    no aaa new-model
    memory-size iomem 10
    ip dhcp excluded-address 172.16.0.34
    ip dhcp pool my
     network 172.16.0.32 255.255.255.224
     dns-server 197.255.224.18 197.255.224.66
     default-router 172.16.0.34
     lease 9
    ip cef
    no ipv6 cef
    license udi pid CISCO887VA-K9 sn FGL1818236L
    controller VDSL 0
    interface Ethernet0
     no ip address
     shutdown
    interface ATM0
     no ip address
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     no atm ilmi-keepalive
    interface ATM0.1 point-to-point
     description ATM Routed Bridge Encapsulation (RBE) Internet
     ip address 197.255.232.15 255.255.248.0
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip nat outside
     no ip virtual-reassembly in
     atm route-bridged ip
     pvc 0/35
      encapsulation aal5snap
      no protocol ip inarp
    interface FastEthernet0
     no ip address
    interface FastEthernet1
     no ip address
    interface FastEthernet2
     no ip address
    interface FastEthernet3
     no ip address
    interface Vlan1
     description 
     ip address 172.16.0.34 255.255.255.224
     ip nat inside
     no ip virtual-reassembly in
     ip tcp adjust-mss 1414
    interface Dialer1
     no ip address
    ip default-gateway 197.255.232.1
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip nat inside source list natlist interface ATM0.1 overload
    ip nat inside source static tcp 172.16.0.35 443 197.255.232.15 443 extendable
    ip route 0.0.0.0 0.0.0.0 ATM0.1 197.255.232.1
    ip access-list extended natlist
     permit ip 172.16.0.32 0.0.0.31 any
    line con 0
     no modem enable
    line aux 0
    line vty 0 4
    end
    Router#sh ip nat translations
    Pro Inside global         Inside local          Outside local         Outside global
    tcp 197.255.232.15:5183   172.16.0.33:5183      212.95.74.5:80        212.95.74.5:80
    tcp 197.255.232.15:5196   172.16.0.33:5196      212.95.74.5:80        212.95.74.5:80
    tcp 197.255.232.15:5602   172.16.0.33:5602      174.129.246.27:80     174.129.246.27:80
    tcp 197.255.232.15:5785   172.16.0.33:5785      31.13.93.3:443        31.13.93.3:443
    tcp 197.255.232.15:443    172.16.0.35:443       ---                   ---

  • I have an iMac with OS Lion. The Smartart feature for Office for Mac will not work when I am logged on to my personal user account. It works with other user accounts on the same computer, and it works after "safe start". How can I fix the problem?

    The Smartart feature of Office for Mac will not work in my user account. It works for all other user accounts on the same computer, and it works after a "safe start". How can I fix the problem?

    You may also want to search/ask in the forums run by the people who make the product which is causing you problems:
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011

  • Intermedia web agent for IIS - crashes from time to time

    Hi,
    We have Intermedia images in a table on our Oracle 8.1.6 Database.
    We have a web server (Running IIS 4) and a database server, both running on NT 4 and on two seperated computer but in the same LAN.
    We have installed the Intermedia web agent for IIS and it usually works fine, but every 3 days or so it crashes. On the "ISAPI filters" form of the IIS a red "down arrow" is shown next to the intermedia's DLL.
    I click on "edit", "apply" and "ok" and then I restart the IIS. The filter starts to function again like nothing happened.
    Do you have any idea why it happens?
    This is critical because we can not go "production" without making sure this thing works without crashed.
    Thanks,
    Lior King,
    Internet Dept. manager.
    ImageID Ltd.
    null

    I don't know from the screenshots.  Is there anything in your log files?  /var/log/* that corresponds to the time of the crash?
    Have you considered that it is a hardware problem?  Try running memtest86+ to see if it's bad memory.  Check for SMART errors on your filesystems with smartmontools.
    Last edited by graysky (2011-03-17 01:53:35)

  • HT204053 I recently changed ny Apple ID but it did not transfer over to my iCloud account. How do I change my iCloud ID? The login popup for iCloud will not go away so I cannot get into my iPad since it pops up as soon as I turn the device on.

    I recently changed my Apple ID but it did not transfer over to my iCloud account. How do I change my iCloud ID? The password for the new Apple ID does not work since the iCloud default user name is imbedded in the login box. The login popup for iCloud will not go away so I cannot get into my iPad since it pops up as soon as I turn the device on and re-occurs every few seconds.

    You have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iPhone, then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPad on your device, even though it prompts you for the password for your old account ID. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iPad when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • HT4623 I have tried to update my iPhone using the iTunes method but it will not work. The message "The iTunes update server could not be contacted. Please check your internet connection or try again later," appears. What do I do? The Internet is working f

    I have tried to update my iPhone using the iTunes method but it will not work. The message "The iTunes update server could not be contacted. Please check your internet connection or try again later," appears. What do I do? The Internet is working fine.

    Have you tried the following troubleshooting document?
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    If you end up using the If the iTunes Store opens successfully section of the document, and the "Automatically detect settings" checkbox is already checked, try unchecking and rechecking it and clicking OK.

  • Lion - 2004 MS Office for Mac will not work

    My 2004 version of Microsoft Office for Mac will not work in Lion. I suspect because this is a PowerPC application. My question is this:
    Is there any program out there which will map the PowerPC to an Intel format? Other than trying to seel more products, I am surprised that Apple does not supply a mapping program for products made by Microsoft for the Apple devices.

    Eric, can you tell me where please? It's not mentioned on the Lion compatibility pages at all. (http://www.apple.com/uk/macosx/what-is/compatibility.html) nor on the 'how to upgrade' page (http://www.apple.com/uk/macosx/how-to-buy/)

  • None of the buttons on my Torch will not work - phone inoperable

    The buttons on my Torch will not work...I can receive calls but can't answer them. I cannot do anything with the phone...it is fully charged - HELP! I am traveling and this is now critical!

    I don't have a 9800 here to test, but if you keep the keyboard closed, isn't there a onscreen enter key?
    Normally the buttons not workng is indicative of moisture issues. It sounds like what I have seen multiple times on a device with moisture damage.
    Even sitting on a bathroom counter during a hot steamy shower or bath can cause keyboard and trackball problems UNTIL properly dried out. It really is more common than you think.
    1. Remove the battery immediately!! Do not attempt to turn on your BlackBerry.
    2. Let the device dry in a warm, dry place for 3 to 5 days* (see below)
    3. DO NOT "check it each day" by placing the battery in. Leave it be to dry completely. This takes time. Replacing the battery to check it can only damage it more (moisture + electrical current = disaster).
    4. If the device is warm after the drying period, allow it to cool to room temperature before placing the battery back in.
    Suggestions on drying your BlackBerry in a warm place (open, with the battery out):
    *Place the BB in a container of dry UNcooked rice, and then you might also place it in any of the locations mentioned below.
    *On top of any dry heat emitting electronic component: TV cabinet or CRT, LCD, cable TV/Satellite converter box or plasma monitor
    *On the dashboard of your car on a sunny day
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I have tried to reinstall CS3 extended student version to my new comuter from the dvd and also from the web download but it does not work - I get the information that the server does not work- why. How should I do?

    I have tried to reinstall CS3 extended student version to my new comuter from the dvd and also from the web download but it does not work - I get the information that the server does not work- why. How should I do?

    Well the error message is in Swedish but says: The installation program database is damaged. Please contact the Adobe support (which is a hard thing to do!!). I use Windows 7 Home Premium with service pack 1.
    Från: Mylenium 
    Skickat: den 29 december 2014 16:48
    Till: Tony Bohman
    Ämne:  I have tried to reinstall CS3 extended student version to my new comuter from the dvd and also from the web download but it does not work - I get the information that the server does not work- why. How should I do?
    I have tried to reinstall CS3 extended student version to my new comuter from the dvd and also from the web download but it does not work - I get the information that the server does not work- why. How should I do?
    created by Mylenium <https://forums.adobe.com/people/Mylenium>  in Downloading, Installing, Setting Up - View the full discussion <https://forums.adobe.com/message/7050595#7050595>

  • I have an iphone 4s and i keep getting an error message when ever i try to activate i have already restored the phone and it still will not work. any help would be greatly appreciated

    I have an iphone 4s and i keep getting an error message when ever i try to activate i have already restored the phone and it still will not work. any help would be greatly appreciated

    Activation issues are almost always the result of a device that has been hacked or jailbroken.  If that is the case, no support can be provided here.

  • TS1363 i cannot connect to itunes because my 10 year "forgot" her password.  so all the restore suggestions utilizing itunes will not work...HELP!

    i cannot connect to itunes because my 10 year "forgot" her password.  so all the restore suggestions utilizing itunes will not work...HELP!

    You may need to put the iPod into recovery mode : http://support.apple.com/kb/ht1808 - you should then be able to reset the iPod and re-sync its content.

  • The Web Agent for Apache not working

    Any chances to put the last version of Web Agent (im8154) working with Apache in Linux?
    I4m using a Red Hat 6.2 system with Apache 1.3.12 and I compile the web agent without errors. In the some box I use php40 with Apache and I connect and use my Oracle database in another machine without problem.
    All the enviroment is set (ORACLE_HOME, LD_LIBRARY_PATH, PATH) and I even put the Apache user running as oracle.dba
    The problem is always the some: the Apache don4t find any page (404 in the log) in the /intermedia path. It4s seems that dont fire the web agent module that is compiled (I confirm with httpd -l) into. I can put anything in the httpd.conf in the Intermedia Location section that the symtom is the same: no errors, no logs in ORACLE_HOME/ord/web/log or in the /tmp, nothing at all. Just "Page not Found". But the others Location sections are working like the server-status.
    Any ideias people?
    Fernando Soares

    Any chances to put the last version of Web Agent (im8154) working with Apache in Linux?
    I4m using a Red Hat 6.2 system with Apache 1.3.12 and I compile the web agent without errors. In the some box I use php40 with Apache and I connect and use my Oracle database in another machine without problem.
    All the enviroment is set (ORACLE_HOME, LD_LIBRARY_PATH, PATH) and I even put the Apache user running as oracle.dba
    The problem is always the some: the Apache don4t find any page (404 in the log) in the /intermedia path. It4s seems that dont fire the web agent module that is compiled (I confirm with httpd -l) into. I can put anything in the httpd.conf in the Intermedia Location section that the symtom is the same: no errors, no logs in ORACLE_HOME/ord/web/log or in the /tmp, nothing at all. Just "Page not Found". But the others Location sections are working like the server-status.
    Any ideias people?
    Fernando Soares

  • I updated my software for the Time Machine and it will not work properly now.

    I updated my Time Machine's Software and now it flashes amber all of the time and will not let me "into" it. I used to have a wireless network through it and now it does not work. I have hard reset it several times and it is flashing amber again.

    I have done this on several occassions. This works for 1 time then it stops. It "connects" allows me to set it up and then flashes amber. It did backup 1 time today, but now it says it is delayed and there is no back up. It worked fine until I updated the software and tried to extend my network. After this, it will NOT work at all, for any length of time. i just reset it, and was able to set it up, but it gave me an error message, is flashing amber and is not being recognized. Very frustrating.
    Message was edited by: StephHouse

  • Web address with hyphen will not work in PDF

    CS 4; ID 6.0.6
    OSX 10.5.8
    In ID, I create web links by selecting a url and then selecting New Hyperlink From URL. The new link is a Shared Destination by default with the web address as was selected. These links work fine when exported to PDF.
    When I use the same process on a url with a hyphen (part of the address and not a line break), the resulting Shared link will not work when exported to PDF. The newly created link in this case always begins with file:///Users/.
    What is it about the hypen that messes up the process? I work in a bilingual government so we have a lot of urls with hyphens in them. For example: www.cga-nb.org.
    Thanks.

    SWSinNC wrote:
    I will, thanks
    so your saying that if it's fake...that specific function is a common flaw ?
    Exactly!
    Unfortunately the full thread recounting this saga got lost in the forum changeover, but the fake copies come in authentic looking shrink-wrapped boxes with printed documentation; and everything works except the nudge.
    Or sometimes other keyboard combinations.

  • I downloaded the new version and it will not work on my sytem

    I have used Firefox for the last three years with no problems. It asked me to download an update version 6.01 and now it will not work at all!!!???? I have cleaned it out then reloaded still the same issue will not hook up to the web page

    Start here:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows

Maybe you are looking for