Questions about programming software agents or programming in an agent-oriented environment.
0
votes
0answers
7 views
Is there any way to show desktop mode page in mobile device?
I'm trying to open a page(not the one I created) in a desktop version in mobile device by iframe.
Is there any way to do it?
The page i'm trying to open in an iframe automatically detects mobile ...
0
votes
1answer
24 views
tfs 2012 build service and 2012 build controller
I am currently troubleshooting an issue where we have upgraded the tfs main server (which also has the build controller on it) to 2012 update 2. However, the build, running under tfs 2010 build ...
0
votes
0answers
11 views
New tcp agent in Ns2
i want to create new agent in ns2 called MyTcp, i followed the steps in this link http://hpds.ee.ncku.edu.tw/~smallko/ns2/Evalvid_in_NS2.htm (they made my Udp agent). but the problem when I tried to ...
0
votes
0answers
13 views
Where does UI fit in a Multi Agent system [migrated]
tl;dr
How would I represent GUI as agents in a multi agent system.
I am learning more about Multi Agent Systems.
I like the concepts of such systems, it makes a lot of sense and it sounds very ...
0
votes
1answer
23 views
Emergent Property of JADE agent
We have to demonstrate an agent system for our assignment, we have to demonstrate following agent features
Emergent Property
Adaptability
Butterfly Effect (small change in locally, make ...
-2
votes
1answer
21 views
Does Apple require legal authority confirmation when transferring Team Agent role? [closed]
Does Apple require any confirmation of legal authority when I will transfer my Team Agent role upon another team member? I would like to transfer Team Agent role to another person but we have a ...
0
votes
1answer
14 views
how to use a callback from a pysnmp V3 command responder?
I am using latest version of pysnmp 4.2.4 and have tested the SNMPV1/2C command responder example (http://pysnmp.sourceforge.net/examples/current/v1arch/agent/cmdrsp.html) which is returning an Uptime ...
0
votes
2answers
24 views
Android ClassNotFoundException on BackupAgent (wrong package name)
I implemented a working BackupAgent a while ago but now the app crashes with the following LogCat. The thing is, it worked fine for some time and the BackupAgent.java is actually in the ...
0
votes
1answer
24 views
Do Ajent systems developed in Jade must be distributed?
I am hoping to build a system where Agents take a search query from a mobile application and search in a semantically stored information and give a result set. I am planning to built the middle ware ...
0
votes
0answers
81 views
Change User Agent on Phonegap Android using InAppBrowser
I have seen this question: Custom user agent string or header without modifying cordova libs and I have the same issue.
There is an accepted answer on the question above, however it is not very ...
0
votes
1answer
22 views
How can I have the Anthill Pro agent launch apps in the foreground
When the Anthill Pro 3.8 agent is run as a service under Windows XP, the "Shell" step (of type Builder) executes commands in the background (for lack of a better term - what I mean is that the ...
1
vote
1answer
105 views
Breakpoint set with IntelliJ not working in premain of remote custom java agent
I've started to implement a simple Java agent that does some instrumentation before a class is loaded by JVM. The thing is I need to do some debugging on this agent, but what I tried so far had ...
0
votes
0answers
39 views
Debian Windows Azure Agent
I am trying to setup a VM with Debian 6. We are trying to setup a system which has been recommended to be on 6, so trying to load 6 on a VM with VirtualBox, and then wanting to upload the VHD file to ...
0
votes
1answer
36 views
Non User Agent Denied
I'm reeealy stuck and way over my head.
I've got a e-commerce site set up with woocommerce and realex (the merchant company).
I'm having problems with the response URL, it is being denied when ...
0
votes
1answer
55 views
Definitive list of GWT user.agent properties and the browsers they correspond to
Does anyone know of a definitive list of GWT's user.agent properties and the targeted browsers? I'll be damned if I can find such a thing anywhere on the web!
0
votes
0answers
31 views
How to prevent to run an SSIS task in SQL Server if the source dataserver is disconnected
I have the following.
Remote Source server with unstable internet connection.
Destination server where the SSIS task is running.
Every time the SSIS task runs, deletes the local transformed data ...
2
votes
0answers
72 views
Interacting with the controls of a JavaFX application from a foreign language (Prolog) by means of JNI
I would like to interact (as transparently as possible from the Java point of view) with the controls of a JavaFX application from an application in a foreign language (Prolog).
Java and Prolog are ...
0
votes
0answers
47 views
Web Deploy 3 firewall settings
I have recently had problems enabling my Web Deploy 3 remote agent through the firewall. I have installed it to Windows 2008 R2 on a AWS EC2 instance and it is listening on port 8000.
Now I cannot ...
0
votes
0answers
44 views
Getting class name on runtime [duplicate]
I try to get the name of a new object by using a classfiletransformer and a simple agent, but the only I can do is to get the class name, not the variable name. Is there any way to do that?
my ...
0
votes
0answers
225 views
Optimizing rebuild indexes with T-SQL script hangs
I have a problem with a T-SQL script that runs as a SQL server agent job.
The following code is used.
SET NOCOUNT ON
DECLARE @Table varchar(512)
DECLARE @Index varchar(512)
declare @Query ...
0
votes
0answers
69 views
Error calling Initialization method for test class 'xpto.xptoCodedUITest' System.Runtime.InteropServices.COMException
Currently I am working as a test leader in a project and I am responsible (among other things) to develop and run all the tests ,created by me and by my testing team.
We were used to run our tests ...
1
vote
1answer
98 views
JADE action() not working
I think I am missing something in my project. I need agents to perform specific task that I assign. I am using JADE. Inside the action() I wrote a for loop to display numbers 1 to 10. While running no ...
0
votes
1answer
72 views
Is this a good mobile redirection javascript? Or will I get banned from google?
I found this on the internet:
<script>//<![CDATA[
var mobile = (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));
var refUrl = ...
1
vote
0answers
122 views
unable to register custom Dll using regasm
I have a custom dll which used to register in winXP , now i want to use the same in win7 but i am not able to register with regasm .
I get an error saying one of the dependencies is missing .
...
0
votes
1answer
23 views
Old Mobile Agents
I have a responsive website and I have a problem with old devices!
I want to design a basic web page for mobile users,therefor, I need to detect old moblies firt,so I need old mobile agents!
Finally I ...
1
vote
2answers
61 views
Lotus Notes: Add script to right click menu
I have an existing script/agent for Lotus Notes that does something to messages in my mail (removes attachments). The script shows up in the 'Actions' menu.
I would like to add the same script to the ...
0
votes
1answer
33 views
Test fails when the remote VM is locked even though MS test agent Logon automatically is checked
Microsoft test agent is configured in a virtual machine and the Logon Automatically feature is checked.
When I try to execute the tests when the VM is locked; the tests does not executed.
Why does ...
0
votes
1answer
108 views
Backup database with different name time-related
My code ,for agent's job on SQL server 2008 , generate the backup file, but it keep OVERWRITE the first bak file everytime the agent's job triggered !!?
how can i make backup with different name ...
0
votes
0answers
99 views
SNMP MIB monitoring MAC OS X JAVA
I want to build an snmp-agent to monitor a host.Sprecifically mac os x.There is
the Host-Resources-MIB that defines the various variables that could be monitored.Is there
a way I can use Java to ...
1
vote
0answers
64 views
Create C# Algorithm used to calculate NextRunDate for Job Schedules as SQL Agent
**Hello,
**I am currently creating a Job Schedule System in C#(Exact the same behaviour as SQL Agent) but I can't create a C# Algorithm that calculate NextRunDate based on Frequency Type such as ...
0
votes
0answers
59 views
Does JMeter work with Proxy Sniffer agent?
we have a Proxy Sniffer agent running on a machine. Also I have the JMeter 2.9 running on a laptop. Now I want to load the server using the machine which contains the Proxy Sniffer Agent and want to ...
0
votes
1answer
260 views
Samsung Galaxy Note II - which HTML5 Video format works?
Does anyone know which video container extension to use for Samsung Note 2 with using the default browser. I tried OGV, that doesn't work. I believe even though it is an Android device it does not use ...
2
votes
1answer
178 views
python twisted agent timeout
I'm quite new to twisted and I'm trying to make an asynchronous client that fetches some urls and saves the result into a distinct file for each url. When I run the program with a limited amount of ...
0
votes
0answers
42 views
JADE migration error
I'm using IPMS with Jade for inter-platform agent migration. I'm using Jade 4.0 with IPMS 1.2, i have Problem when agent move to remote machine, i can't solve this problem
...
1
vote
1answer
168 views
Lotus Notes @formula language: Order of Actions wrong?
I have defined an action with the following two commands:
@Prompt([...]; "1");
@Command([ToolsRunMacro];"(AGENT)");
@Prompt([...]; "2");
...
1
vote
1answer
316 views
Setting a User Agent for an iFrame
I would like to set a User Agent for an iFrame as iPhone. I found this code:
navigator.__defineGetter__('userAgent', function(){
return 'foo' // customized user agent
});
navigator.userAgent; // ...
0
votes
1answer
128 views
confusion ns2 : agents classifiers and nodes
Nodes represent the basic structures in ns2. They inherit from TclObject class.
Agents are like TcpAgent and UdpAgent or NullAgent and they inherit from NsObject class, which itself inherits from ...
0
votes
1answer
73 views
SQL Agent Job Close Excel Process
I would like to create a SQL job that will close any excel processes opened. I've created a VB Script that works on double-click. I've tried
wscript C:\Apps\DestroyExcel.vbs
using type CmdExec. ...
1
vote
1answer
163 views
Unknown trigger and search type; agent may be corrupt - Lotus Notes / Domino Agent Error
I have a scheduled Lotus Notes / Domino agent (8.5.3) which just will not run. It works fine when run manually. The agent log gives the error "Unknown trigger and search type; agent may be corrupt". ...
4
votes
1answer
80 views
creating an empty row to snmp4j MOTable
I have created an snmp agent simulator and implemented conceptual row in it.So i want to add an empty row to the MOTable in snmp4j. I tried the code below.
private MOTableRow createEmptyRow(MOTable ...
2
votes
1answer
248 views
Intelligent Agents: Utility function
I am currently reading Wiley and Woolridge's "Introduction to Multi Agent Systems" and was hoping whether somebody could clarify the following to me:
When speaking about utility functions, the ...
1
vote
1answer
622 views
Sample Application for Multi Agent Systems using Jade?
Could you guide me in any example or sample application with documentation describing how to develop a simple multi agent software?
1
vote
2answers
552 views
How to run an scheduled Agent on a local database in Lotus Notes
Lotus 8.5.3
What I need to do is launch an external process in response to an incoming email that matches certain criteria.
Rules cannot do this. Fair enough, looks like the Agent can.
Ok, so ...
4
votes
2answers
91 views
Error while using Attach Api
While using attach API in Eclipse error is thrown in console.
In order to use attach API I went to installed JRE in eclipse and then using edit option included the tools.jar in the external jars ...
0
votes
1answer
115 views
Atalssian Bamboo Remote Agents: Source code checkout with Plastic SCM doesn't work
We use Plastic SCM (www.plasticscm.com) as source code management tool. There is a plugin provided by codice software (Plastic SCM vendir) which works fine with local agents. But on remote agents it ...
0
votes
0answers
51 views
Starting a new jade agent in Ubuntu
I have a directory of java class that defines some agents jade.
I want to start these agents through the command line in Ubuntu. I used java -cp lib/jade.jar:vnu/ jade.Boot -gui -platform-id platform ...
0
votes
0answers
158 views
HTML How to redirect specific iOS users?
I'm currently writing a page for iOS devices.
I cannot get past one problem.
I want to get user agent from the browser, and redirect the user to the specific page.
The user agent must be very ...
0
votes
1answer
50 views
Agent based applications using WCF
i'm about to decide on technology choices for an agent based application used in the transportaion systems domain.
basically there will be a central system hosting the backend, and multiple agents ...
0
votes
1answer
126 views
Stop scheduled task in JavaAgent
I trying to make simple java profiler and using javaagent to monitor memory usage.
This is part of realization of my javaagent:
import java.lang.instrument.ClassFileTransformer;
import ...
0
votes
0answers
87 views
launchd Agent or daemon sample code?
All:
Are there some sample code on this?
The offical PreloginItems and SampleD sample seems not meet my require. My question here are:
I need to capture logoff or restart or shutdown, it seems ...


