|
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.
|
|
Upgrading agents on some servers is throwing error 1603 during installation:
"Product: System Center Operations Manager 2007 R2 Agent - Update 'System Center Operations Manager 2007 R2 Cumulative Update 5 (KB2495674)' could not be installed. Error code...
Answer Snippets (Read the full thread at microsoft):
Try to uninstall the scom agent from the machine and didn't face....
Thanks Hi mostly programs, but the same error 1603 is thrown when I try.
FYI, I am upgrading the agent manually.
Error code 1603.".
Could not be installed.
|
|
Hi I wanted to know if anyone has seen this error before and if so what did they do to fix. We just upgraded to UCCX 8.6.2 and i've reinstalled the newer version of the the agent for the users. All the agents are working except one. This user is getting...
Started by scooter817 on
, 16 posts
by 5 people.
Answer Snippets (Read the full thread at cisco):
I have associated the phones in application user.
And UCCX and started fresh still the same error.
|
Ask your Facebook Friends
|
I have a T60 that is about a month old. I just got to school and registered my MAC address with the school so that I can get onto their network.
After registering the address, when I boot, I get the following two errors:
Quote: : Initializing Intel(R)...
Started by nocents on
, 30 posts
by 24 people.
Answer Snippets (Read the full thread at thinkpads):
I got an error....
The Boot Agent cannot continue.
Initialized.
|
|
Hi,
here's a list of error codes that you're likely to see in conjunction with ADNM or the avast agents.
7FFF0000 Unknown error
7FFF0001 Unsupported operating system
7FFF0002 Feature not implemented
7FFF0003 Required registry entries are invalid or not...
Started by Vlk on
, 13 posts
by 10 people.
Answer Snippets (Read the full thread at avast):
Generally, all error codes under 30,000 (decimal) are ....
Of course, it might be helpful if you described the situation where you got this error...
Error code 0x 5
one little surprise
what is that code ? 5 is usually "access denied".
|
|
Adding new articles (new tables) to replicate.
This is the process I followed which worked the last time I used it.
•Publisher (REPL_ISIS_APPS) --> Properties
•Articles page
•Click off ‘Show only checked articles in the list’
•Click on extra tables...
Answer Snippets (Read the full thread at microsoft):
What is broken....
Try to start the snapshot agent from the jobs folder job directly manually.
It is possible that the GUI has cached an old job .
If you get this message you will likely need.
To start the snapshot agent from the jobs folder.
|
|
Install protection agent on N81-WIN456-SEA.scvmm.ourcp.com failed:
Error 347: An error occurred when the agent operation attempted to create the DPM Agent Coordinator service on N81-WIN456-SEA.scvmm.ourcp.com.
Error details: Unspecified error
Recommended...
Answer Snippets (Read the full thread at microsoft):
Try installing the agent again and once you get the error, go to the server you tried to deploy this error in system logs
The DPM Agent Coordinator service terminated with service-specific error the agent to and....
|
|
VERSION: 2.4-347a BUILD: 111106-1116 | Asterisk 1.4.39-2-vici | Vicibox Redux 3.1.13 | Suse 11.3 | Kernel 2.6.34.10-0.4-default
I am having a series of complaints about the new On-Hook agents receiving a call, then once the agent picks up the call isnt...
Started by Acidshock on
, 13 posts
by 4 people.
Answer Snippets (Read the full thread at net):
The nature of the beast (and the reason on-hook agents intermittently not getting the call when they pickup....
Ringtime and it rolling to a new agent.
Increase your ring time per agent.
The real time screen has at least a 4 second delay .
|
|
Executing an interface under a standalone agent I get the following error message:
java.lang.IllegalArgumentException: Could not load JDBC driver class [com.minisoft.jdbc.MSJDBCDriver]
Where would this JDBC driver class be stored for the Standalone agent...
Started by user8351875 on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at oracle):
Could it be some sort of permissions agent, so I'm missing something somewhere....
Http://odiexperts.com/drivers-location-in-odi-11g The driver is definitely in the ODI_HOME/agent/oracledi/drivers folder, but I still get the error message.
|
|
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.
|