|
I've been getting some 404s with snippets of code (CSS, HTML and JavaScript) in the URL.
As best as I can tell the user is progressing through the site just fine during their session - its an ecommerce site and the effected users are putting stuff in ...
Started by Kristen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
We're seeing the same problem;/script>
The error we're seeing in our logs is a 404 error for "jquery.ckoie.min.js.
The user agent that is reported for these problems is always MSIE 8.0.
|
|
I have been restoring sql 2005 databases from one server to another (similar spec, same version and service pack etc.) and have encountered the following.
The problem starts with the restore of the database - The restore process works fine I use the management...
Started by flaggers on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
MS SQL has a stored procedure that will fix those orphan... .
Maby that maintainance plan is executed using the credentials of an orphaned user .
One problem may be the users that exist in those databases and may not have the same SID as on the other server .
|
|
Has anyone seen this error when trying to call an external C function from an Oracle query? I'm using Oracle 10g and get this error every time I try to call one of the two functions in the library. A call to the other function returns fine every time,...
Started by Ryan Ahearn on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I would suggest:
Look in the database server trace directories, and the directory where the external proc is located, for any log or trace files generated when the error occurs support Well, an upgrade to 10.2.0.4 (....
An ORA-28579 error.
|
Ask your Facebook Friends
|
I get the following error trying to push the agent update from 9.0.2825 to 9.2.69
Remote installation completed with error on client computer: Setup process error: Unknown error. (-1073741502)
Started by Sparkey70 on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at kaspersky):
(-1073741502.
|
|
I've got this line of code:
if request.user_agent.include?("iPhone") then
But I'm occasionally getting this error:
"undefined method `include?' for nil:NilClass"
When checking logs on the error, there isn't a " HTTP_USER_AGENT " for the user that is getting...
Started by Shpigford on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Use try as a short cut:
request.user_agent.try(:include?, "iPhone")
try will not error when its.
|
|
Hi
I have this stored procedure which is scheduled as a nightly job in SQL Server Agent. This stored procedure fails when it has errors when run in SSMS. When I run the job from SQL Server Agent
the same time it does not error out instead runs successfully...
Answer Snippets (Read the full thread at microsoft):
Just EXEC usp_ExeStoredProc in the agent job and forget about the try catch stuff.
If you want the agent to catch the error then you need to stop eating it in your catch block.
|
|
Hi All
I have fol error, relevant to warehouse proxy agent connection to db2.
ctx_jdbc error com.tivoli.twh.khd.KHD Exception:prepared statement error: at com.tivoli.twh.khdxjdbc.execute(khdxjdbc.java.1044) caused by:com.ibm.db2.jcc.c.sql exception:db...
Started by anjum83 on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at ibm):
DB2 SQL-Error: -552
SQLState: 42502
Short Description: DOES NOT HAVE THE PRIVILEGE TO PERFORM.
|
|
Have a couple of workstations with shared folders that I'd like to backup. Backup Exec 12.5 sees them in the selection list, but failed saying that the Remote Agent couldn't be contacted:
V-79-57344-3844 - The media server was unable to connect to the...
Started by gravyface on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
I haven....
You could use scheduled tasks agent already running on.
However, there are ways around this.
As Sam stated, you do need an agent.
Yep, you need to install the Backup Exec Remote Agent on the Workstations you want to back up.
|
|
Hi,
I am getting the following error while starting to replication agent
**** [TimesTen][TimesTen 11.2.2.2.0 ODBC Driver][TimesTen]TT8191: This store (M3*
on TH0986) is not involved in a replication scheme -- file "eeMisc.c", lineno 23
11, procedure "...
Started by HARMEET KAUR on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at oracle):
DSN settings for the....
Exact TimesTen version (output of ttversion command)
2.
Can you please provide:
1.
This indicates some mismatch between your replication scheme definition and your overall environment (such as machine hostnames, IP addresses etc.) .
|
|
I'm unable to start the sql server agent in services. I'm getting the following error while starting.
SQL Server Agent service in local computer started and then stopped. Some services automatically stop if they have no work to do, for example, the preformance...
Started by Vennila on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Will the Agent run under the Local System account (temporarily)?
Check out your SQL agent log which should be here, replacing.
That SQL Server Agent runs under has the correct password etc.
|