POST GET GET GET GET... WTH?
Hi,
I'm at a loss to explain this... I have an ASPX page that I can't
always navigate to. When I developed the app (it's Starter Kit
Portal-based), I did it on my LAN and have had no trouble accessing the page.
However, upon deployment, I see the following behavior:
1. POST request goes out looking for MyForm.aspx
2. GET request for MyForm.aspx
3. GET request for MyForm.aspx
4. ...
X. GET request
Sometimes, the page finally loads. Other times, it just ends up
blank. Many times, it doesn't load at ALL the first POST - I just get a
"The pa...
Beginner of Beginner getting an errorHi Guys,
I have this script:
#!/usr/bin/perl
# track, find email addresses in emails,
# writes them to /var/opt/ITrootmail/bad/ with a date
# set up as a pipe for procmail or use with Pine
$now = `date`;
# find included email-like addresses
while ($line = <STDIN>) {
if ($line =~ /\b([\w_\-\.]+ at [\w_\-\.]+)\b/) {
# exclude email addresses not needed
(next) if ( $1 =~ /\d{8,}/ );
(next) if ( $1 =~ /postmaster/i );
(next) if ( $1 =~ /DAEMON/i );
...
Getting Error Message "Error calling external function %s ..." when calling copymemoryIP functionHi all, I am Tike.
I am getting the error message as showed above when calling
copymemoryIP external function in non visual object deployed as
package in EA Server 5.2. I am using Powerbuilder version 9.0.3. The
following is the coding of nf_connect function and the error hits at
third CopyMemoryIp function which is at line 13. This nf_connect
function is working fine without deploying as non visual object in EA
Server. I couldn't find a solution for this issue for so many days, I
really hope I can get it solved soon. Please help me if you know the
solution. Thanks in advance.
...
Getting Error Message "Error calling external function %s ..." when calling copymemoryIP function OptionsHi all, I am getting the error message as showed above when calling
copymemoryIP external function in non visual object deployed as
package in EA Server 5.2. I am using Powerbuilder version 9.0.3. The
following is the coding of nf_connect function and the error hits at
third CopyMemoryIp function which is at line 13. This nf_connect
function is working fine without deploying as non visual object in EA
Server. I couldn't find a solution for this issue for so many days, I
really hope I can get it solved soon. Please help me if you know the
solution. Thanks in advance.
S_HOSTENT ls...
Get API key -I am getting errorHi
I have created bugzilla and I got login also. but when I am ask the api key I got following error.
Can you please give any suggesstions.
Error log :
=================================================================================
There was an error sending mail from 'bugzilla-daemon' to 'vanii.thiyagarajah@gmail.com': no sender
Traceback:
at Bugzilla/Mailer.pm line 181.
Bugzilla::Mailer::MessageToMTA(...) called at Bugzilla/Mailer.pm line 222
Bugzilla::Mailer::send_staged_mail(...) called at Bugzilla/DB.pm line 1223
Bugzilla::DB::bz_commit_transaction(....
I keep getting an error, and get kicked outName: Edgar Mitchell
Product: Firefox
Summary: I keep getting an error, and get kicked out
Comments:
Where can I attach a screen-shot of the error messages?
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
From URL: http://hendrix.mozilla.org/
Note to readers: Hendrix gives no expectation of a response to this feedback
but if you wish to provide one you must BCC (not CC) the sender for them to
see it.
...
trying to get started and i am getting this error
when i go to http://www.porkchopsplayground.com, i get:
DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )
ERROR: Could not connect to database.
Could not find file 'd:\hosting\nmoran26\Providers\DataProviders\AccessDataProvider\DotNetNuke.mdb'.
Any suggestions will be appreciated.
Thanks,
Nicole
Do you have a username and password set on your database? Make sure you follow the steps mentionned in the Readme.txt located in the documentation folder. In any case make sure your credentials for yo...
ODBC gets error when CTLIB gets resultsGood Day:
We have a test and prod sybase v11.x server.
I can make a call to the test machine OK with ODBC.
ex:
exec sp_name null, '123', 'XYZ', null
I execute this with SQLExecDirect()
This call causes execution of several other stored procedures, and a result
set is returned.
On the prod machine the call fails complaining about the parameters to a
lower level sp.
Oddly enough the same query runs fine in a non-ODBC tool on prod or test.
Are there any WS or Server ODBC config parameters that would lead to this
sort of thing?
I know this is a bit va...
Getting password error when trying to get mail.Hi,
my problem is that when I logon to Thunderbird & it immediately logons to
the relevant POP3 server it throws back an alert that 'Sending the password
did not succeed. Mail server MAIL1.eircom.net responded: invalid ray
o'sullivan'.
I have contacted the support people for the eircom server mentioned above
and confirmed that the password I was using was/is correct. I have been
using Thunderbird for 2 to 3 years with no issues even when I went to
broadband.
Any clues to a resolution would certainly be appreciated as I am a daily
user.
Thanks,
Ray. ...
ASP.NET Noob, Getting HTTP Error 500.19 Error
Hey everyone, sorry, im new to .net, writing a simple parish search page and went to test it (http://localhost/WebsiteName) and initially got a MIME type error (404.3 - Not Found) so i put in the "<add ver="*" path="*.aspx" type="System.Web.UI.PageHandlerFactory"/> like i read somewhere else, and now i get a HTTP Error 500.19 - Internal Server Error. Its basically bitching about the add verb line i put in. Any help would be greatly appreciated. Im new to this. Thank you. Joshua
take out the web.config that you have and create a new one, that s...
used a c#.net to vb.net converter and am now getting a syntax error.
ok I used a cool utility at http://www.kamalpatel.net/ConvertCSharp2VB.aspx to convert some c#.net to vb.net and it spit out a bunch of code which almost works but I am getting a syntax error on this line
Imports (StreamReader sr =
Shadows Function)() As StreamReader(objResponse.GetResponseStream())
I tried it that way and also like
Imports (StreamReader sr = Shadows Function)() As StreamReader(objResponse.GetResponseStream())
but either way gave the same error
Compiler Error Message: BC30035: Syntax error.
Source Error:
Line 26:
Line ...
Converting classic to .NET 2 code, and .NET gets an error back from ADS?
For future-proofing, our Internal Phone Directory is being moved onto our AD servers, and obviously we're using LDAP for queries.To get the phoneboook queries working, I adapted the current classic ASP code to use LDAP, and that works fine. However, we're wanting to move these pages to .NET, and that's where the problem comes in. Using the same basic logic from the Classic code (90% of its unchanged) to produce an LDAP query, I get the error 155 Unknown error (0x80005000)This is using the same website, and so the same credentials - unless aspx pages run und...
Trying to reference a .net assemly in ASP.NET pageHi,
I'm trying to use a .net assembly created from a
PowerBuilder 12.1 legacy application. I successfully
deployed the new .net assembly target, added the dll
(maps.product.dll) as a reference in my asp.net application.
When I try to reference the assembly in my .net app I get
the message shown below. To prove this out I created a
basic NVO called n_test that has only one public function
called of_get_cost that has one argument (a string). When
I try to reference the object in visual studio I dont see
the function name (of_get_cost) exposed when using
intellisense. Th...
Get error 2 failed to cache with second error Unable to get attributes [application] id=-603 in application chainApplication (chain) working find, but i got these error a the end.
Error "Failed to cache application <dn of app>. Error code was 2"
AND
Unable to get attributes for application object [/<file name>] (ID=-603)
begin 666 spacer.gif
M1TE&.#EA`0`!`)'_`/___P```/___P```"'_"T%$3T)%.DE2,2XP`M[M`"'Y
6! $```(`+ `````!``$```("5 $`.P``
`
end
JFK,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your pr...