473,383 Members | 1,892 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Error:Server object, ASP 0177 (0x8007007E)

Dear All
In my application i am using VS.Net 2002 , C# . there is asp page Bank.asp .
i am redirecting our users from our site to Bank site along with some parameters user is able to go there does his payment .there is button which againg redirect user to my site Clicking on that button bank post data to our site but as i click on that button.
there is an error message as follows.

The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.

--------------------------------------------------------------------------------

Please try the following:

Click the Refresh button, or try again later.

Open the www.airports-ecom.gov.in home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

--------------------------------------------------------------------------------

Technical Information (for support personnel)

Error Type:
Server object, ASP 0177 (0x8007007E)
8007007e
/Bank.asp, line 22


Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; .NET CLR 1.0.3705)

Page:
POST 172 bytes to /Bank.asp

POST Data:
AAIMsgVal=BNSBIDEL%5EAAIMUM%5E11-02-2004+14%3A53%5EF%5E6035%5E29-09-2006+06%3A35%5E02062867965%5E0%5ET200402110001%5E1 %5ET%5E%5E%5E&Submit1=CLICK+HERE+TO+RETURN+TO+AAI+ SITE

Time:
Friday, September 29, 2006, 1:33:14 PM


More information:
Microsoft Support

where Bank.asp is only one asp page in my project.

Source code of Bank.asp page is as follows

<%@ Language=VBScript %>
<html>
<head>
<title>AAI</title>

</head>
<body>

<%
'This asp page is used to receive atc/abc messages from the banks.They HTTP post the strings to AAI's site: www.airports-ecom.gov.in\BANK.asp
dim a,b,c,d
dim vConnObj,oCnn,Qry
'a =Request.Form("usr_name")
'b =Request.Form("pwd")
'if (a="test" and b="test") then

c =Request.Form("AAIMsgVal")
if c <>"" then
Set oCnn = CreateObject("ADODB.Recordset")
set vConnObj= Server.CreateObject("ConnProj.ConnCls")
Qry = "select BIZ_SQN.nextval from dual"
oCnn.Open Qry, vConnObj.OracleConnection("AAIDEL")
'oCnn.Close() ' Added on 22/05/06
d=cstr(c)
Dim fso, f1, sss,vExt,i
' vExtArr()=Split(c,"^")

'Commented and Modified by Mohit on 27/01/2006 as the ouptput after 8th iteration was
'not as expected. The loop has to iterate 9times for the same, so that it picks up the
'correct character and gives the file a right extension.
'FOR i=1 to 8
FOR i=1 to 9
d=mid(d,instr(1,d,"^",1)+1)
next
vExt=mid(d,1,1)

set fso = CreateObject("Scripting.FileSystemObject")
set f1 = fso.CreateTextFile("\\<ipaddress>\ftpsite\otp_io\a ai\files\in\banktoaai"+cstr(oCnn.Fields(0))+".a"+c hr(asc(vExt)+32)+"c",true)
' set f1 = fso.CreateTextFile("c:\biztalk_process\bn\banktoaa i"+cstr(oCnn.Fields(0))+".a"+chr(asc(vExt)+32)+"c" ,true)
' set f1 = fso.CreateTextFile("c:\temp\banktoaai"+".a"+chr(as c(vExt)+32)+"c",true)
sss= c
sss=replace(sss,"~",chr(10))
sss=replace(sss,"^",chr(29))
f1.write sss 'Write to the atc/abc file created in c:\biztalk_process\bn\ with the name banktoaai <sequence nmbr frmAAIDEL>.atc or .abc

response.write("Data posted successfully")
f1.close
else
response.write("No data posted")
end if

%>


</body>
</html>

===========
Plz let me know about that problem with solution. i have unregistered and registered the dll. but the result is same.

Thanks & Regards
Gulrez Alam
Sep 29 '06 #1
1 5340
jonl
2
Error Type:
Server object, ASP 0177 (0x8007007E)
8007007e
/Bank.asp, line 22

take a look at line 22 of bank.asp
Sep 29 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Hemant | last post by:
Why i am getting this error. Server Error in '/' Application Runtime error Please help me out. Thank you
1
by: Paloma García | last post by:
Dear all, I have created personalized configuration sections in my web project following the instructions described in this page...
1
by: shade1383 | last post by:
I have a web service that runs fine on my local machine and works fine with a VB .Net project remotely, but when I try to run using Access 2002 I get the following error. Server was unable to...
0
by: Michael Chong | last post by:
I have an (exe) executable program created in VB.NET 2003 that calls to a MFC DLL written in VC++.NET 2003. I always get an error msg "NullReferenceException: Object Reference Not Set to an...
2
by: Giovanni Bassi | last post by:
Hello All, I have encountered a problem. I am using visual inheritance and my base form adds an event handler on Form Load using the AddHandler Keyword. The problem is that if the Event...
1
by: Janez Kostanj¹ek | last post by:
Hello everyone, this is my first post to postgres mailing list. System that I use: I am using Postgres under last CygWin published on public mirrors at the moment. OS system runing is...
11
by: westplastic | last post by:
This one is driving me insane. The script works perfect on Firefox, but Internet Explorer keeps complaining about "Error Object Expected" and stuff like that. I've run it through Firefox's Java...
6
by: Patient Guy | last post by:
I am a newcomer to using PHP but not to programming (C, C++, Javascript). I am playing around with classes and wanted to make a function that has a method simply for producing either plain text...
0
by: rvj | last post by:
Im attempting to test an old NT4 server with IIS and IS . All the standard IIS services work fineand even the IS app seems to be indexing without generating any event log errors. The real...
5
by: nikhilkajrekar | last post by:
For Each objObj In .CurrentProject.AllForms DoEvents intObj = intObj + 1 .DoCmd.OpenForm objObj.Name, acDesign, , , , acHidden Set objForm = .Forms(objObj.Name) With...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.