What is this agent in remote server

Hello
I am really not able to understand when experts are talking
1. "you need to create agent in remote server"
What I understand: creating standalone agent in remote means, we need to install ODI there 1st. then we will configure the standalone agent. without installing ODI how can we create one agent?
Am I right?
2."using this agent you run your job that can process file in remote"
What I understand: How could I access this remote agent in local system. In my local system I have configured one agent but this for my local system. So should I create another agent in my local which one point to my remote server (I mean i need to give remote master repository credentials.).
Please help.

897704 wrote:
Hello
I am really not able to understand when experts are talking
1. "you need to create agent in remote server"
What I understand: creating standalone agent in remote means, we need to install ODI there 1st. then we will configure the standalone agent. without installing ODI how can we create one agent?
Am I right?What you need is to do , choose Agent install only option when installing ODI at remote system. This will create the needed files/scripts etc on that remote system . Then you need to invoke ODI topology and create a agent . Specify remote system's details here .
Login to your remote system ,. find the scripts needs to be run for the agent , execute the same .
From topology , try to test the agent running on remote , you should get a success messege which means your remote agent is up and running.
>
2."using this agent you run your job that can process file in remote"
What I understand: How could I access this remote agent in local system. In my local system I have configured one agent but this for my local system. So should I create another agent in my local which one point to my remote server (I mean i need to give remote master repository credentials.).ODI designer connects to repository and finds the Agent related information.
While running the job it will prompt you to choose the agent available .
Ofcourse the systems shold be connected via LAN .
>
Please help.

Similar Messages

  • Insuficient security privilege to load module.Agent in remote server contex

    *"Insuficient security privilege to load module.Agent in remote server contex"*
    This is the text that appears in the window, that is used to load a new module for a monitored host.
    I want to add the module that monitor File System Space.
    I logged whit the root user.
    I added the root user to all the groups, in the /etc/groups,
    and in the file /etc/passwd, ......
    someone can help me????''.......

    Hi Peter,
    PeterSteiner wrote:
    *"Insuficient security privilege to load module.Agent in remote server contex"*This has nothing to do with the security of the root user you're logging in as. Every Agent you install shares security with a single SunMC Server: although out-of-the-box it's visible (read-only) to other SunMC Servers. What that error message is telling you is that the Agent thinks the Server you logged into (i.e. from the Java Console or web interface) isn't the same primary Server the Agent shares security keys with. So it gives you read-only access... so you can see the existing modules but not load new ones.
    Look at the "Info" tab for that Agent in the Console. There's trap and event sections. Those sections show the hostname/IP that the Agent thinks is its primary Server. You likely logged into the wrong Server (if you have more than one) or the Agent is configured incorrectly.
    If the Agent is pointing to the wrong hostname/IP as its server you can re-run setup on that Agent, or edit the trap+event sections of the /var/opt/SUNWsymon/cfg/domain-config.x file and reseed/restart.
    Regards,
    [email protected]
    http://www.HalcyonInc.com
    New !! : http://forums.HalcyonInc.com !!

  • Does it actualy matter what you have on your remote server for services-config.xml

    Hi there, does it actualy matter what you have on your remote server for services-config.xml ?
    Does the information not just get baked into the flex 3 app at compile time on my local computer?

    I don't think this is right!
    If you don't have any config file, you can set up a remote object. The config file handles the default settings.
    If you implement something like
        <mx:RemoteObject id="myService"
            destination="amf"
            source="remoteServiceName"
            endpoint="http://myDomain/amfphp/gateway.php"
            fault="handleFault(event)">
            <mx:method name="test" result="handleResult(event)"/>
        </mx:RemoteObject>
    it will work!
    Dany

  • What is this? "The streaming server cannot accept any more connections at this time."

    I just tried to start iTunes, and got this error message instead of a song: "The streaming server cannot accept any more connections at this time." I've never encountered this before. I guess I should be glad I'm not one of those people who got rid of their records and CDs.

    Such a message generally means that there's a problem with the streaming server, not with iTunes or with your computer. It may well be that the station you're trying to connect to is just popular and is reaching the limits of the number of users it will allow.

  • How to set up local server to use a remote server for login authentication?

    Thank you in advance for any help you can offer.
    We are trying to set up a "sub-network" (dont' know if this is the right terminology) using a 10.4 Server OS, to manage a set of clients... the trick is that the client login/home directory information is on a different remote server, and shall remain there, for the most part.
    To make it easy to understand here's the environment:
    *Local Server:* 10.4 G4 Server Quicksilver 1G dual--we have total control of this one
    *Main/remote server:* 10.5 Xserve.. don't know which vintage--we have very very very little input on this machine.. effectively at the mercy of the sysadmin of this system who is very conservative in changing anything (hence the need for a separate server to install applications and client machine-specific profiles, etc since the Xserve admin refuses do it). This serves MacBooks/MacBookPros and few iMacs. (no Windows PC.. as that group of comptuers have their own server)
    client: ~20 eMacs/iBooks all running 10.4.
    use environment: elementary school-->very low network demand (no e-mail, just running local apps linking to server(s) for licensing and login, and some file saving small files on remote server, user preferences, etc).
    The remote server (the Xserve) has all the login authentication, as well as the home directories. every school year, the directories get updated as new students enroll and old students graduate. Currently all the clients are directly linked to the Xserve via LDAP while we bring the local server on-line.
    the local sever (our G4 Quicksilver) will have few network applications that will support the client machines. We also will be setting up computer accounts and groups for our clients so that we can properly set their environments (the Xserve admin will not do this on the Xserve, so currently all the clients are connecting to the server as a "guest computer" from what little I understand watching what was done)
    now, what is the best way to approach this type of set up with minimal "inconvenience" of the Xserve admin?
    I am pretty experienced with standalone UNIX and macOS X administration, but a novice to this whole Server and network setup thing. Any suggestions, instructions, pointers to URLs with how-tos is much appreciated. I am not afraid to use Terminal (grew up on UNIX before GUI), etc., and willing to try safe but unconventional setups if that is what's needed...
    thanks for any help!

    Oh never mind.... I figured it out myself helps to read up on the manuals. d'oh. sorry for the bandwidth waste...

  • Provider-hosted Apps debug error: The remote server returned an error: (401) unauthorised

    Hi,
    Any help appreciated!!
    I'm getting this error: "The remote server returned an error: (401) unauthorised when I debug a provider-hosted app.  I get the error on this line:  
    HttpWebResponse response = (HttpWebResponse)request.GetResponse();
    See code below
    I created a high trust development environment following the instructions provided here:
    http://msdn.microsoft.com/en-us/library/office/fp179901(v=office.15).aspx and
    http://msdn.microsoft.com/library/office/fp179923
    I created a provider-hosted app with the intent to:
    create a SharePoint list in the appweb
    Use self-signed certificate, tokenhepler.cs and sharepointcontext.cs to retrieve current user context and access on SharePoint.  (No changes were made to tokenhelper.cs and sharepointcontext.cs)
    retrieve list items from the SharePoint list in a button click event handler on a default.aspx of the remote web
    What happens:
    The app is deployed successfully to the Dev site
    The SharePoint feature is deployed and activated
    The default.aspx page of the remote web loads
    The error (see image) is returned on clicking of the button
    My environment is an on-premise SharePoint 2013 with AD and my dev box is standalone windows 8.1 running Visual Studio Professional 2013 Update 3.
    The code block below is a copy of the default.aspx code-behind
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using Microsoft.SharePoint.Client;
    using Microsoft.IdentityModel.S2S.Tokens;
    using System.Net;
    using System.IO;
    using System.Xml;
    using System.Data;
    using System.Xml.Linq;
    using System.Xml.XPath;
    namespace Idea.GeneratorWeb
    public partial class Default : System.Web.UI.Page
    SharePointContextToken contextToken;
    string accessToken;
    Uri sharepointUrl;
    protected void Page_PreInit(object sender, EventArgs e)
    Uri redirectUrl;
    switch (SharePointContextProvider.CheckRedirectionStatus(Context, out redirectUrl))
    case RedirectionStatus.Ok:
    return;
    case RedirectionStatus.ShouldRedirect:
    Response.Redirect(redirectUrl.AbsoluteUri, endResponse: true);
    break;
    case RedirectionStatus.CanNotRedirect:
    Response.Write("An error occurred while processing your request.");
    Response.End();
    break;
    protected void Page_Load(object sender, EventArgs e)
    //// The following code gets the client context and Title property by using TokenHelper.
    //// To access other properties, the app may need to request permissions on the host web.
    var spContext = SharePointContextProvider.Current.GetSharePointContext(Context);
    //var spContext = new ClientContext("MySPDevInstance");
    //spContext.Credentials = new NetworkCredential("username", "password");
    //using (var clientContext = spContext.CreateUserClientContextForSPHost())
    // clientContext.Load(clientContext.Web, web => web.Title);
    // clientContext.ExecuteQuery();
    // Response.Write(clientContext.Web.Title);
    string contextTokenString = TokenHelper.GetContextTokenFromRequest(Request);
    if (contextTokenString != null)
    // Get context token
    contextToken = TokenHelper.ReadAndValidateContextToken(contextTokenString, Request.Url.Authority);
    // Get access token
    sharepointUrl = new Uri(Request.QueryString["SPAppWebUrl"]);
    accessToken = TokenHelper.GetAccessToken(contextToken, sharepointUrl.Authority).AccessToken;
    // Pass the access token to the button event handler.
    Button1.CommandArgument = accessToken;
    protected void Button1_Click(object sender, EventArgs e)
    // Retrieve the access token that the Page_Load method stored
    // in the button's command argument.
    string accessToken = ((Button)sender).CommandArgument;
    if (IsPostBack)
    sharepointUrl = new Uri(Request.QueryString["SPAppWebUrl"]);
    // REST/OData URL section
    string oDataUrl = "/_api/Web/lists/getbytitle('Diagrams In Idea Generator')/items?$select=Title,Diagram,SharingStatus";
    // HTTP Request and Response construction section
    HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(sharepointUrl.ToString() + oDataUrl);
    request.Method = "GET";
    request.Accept = "application/atom+xml";
    request.ContentType = "application/atom+xml;type=entry";
    request.Headers.Add("Authorization", "Bearer " + accessToken);
    HttpWebResponse response = (HttpWebResponse)request.GetResponse();
    // Response markup parsing section
    XDocument oDataXML = XDocument.Load(response.GetResponseStream(), LoadOptions.None);
    XNamespace atom = "http://www.w3.org/2005/Atom";
    XNamespace d = "http://schemas.microsoft.com/ado/2007/08/dataservices";
    XNamespace m = "http://schemas.microsoft.com/ado/2007/08/dataservices/metadata";
    List<XElement> entries = oDataXML.Descendants(atom + "entry")
    .Elements(atom + "content")
    .Elements(m + "properties")
    .ToList();
    var entryFieldValues = from entry in entries
    select new
    Character = entry.Element(d + "Title").Value,
    Actor = entry.Element(d + "Diagram").Value,
    CastingStatus = entry.Element(d + "SharingStatus").Value
    GridView1.DataSource = entryFieldValues;
    GridView1.DataBind();
    Any ideas what I might be doing wrong

    Hi ,
    Use the below code
    Public string GetAccessToken(){
    string sharePointSiteUrlHost =  Page.Request["SPHostUrl"].Tostring();
    string AccessToken = tokenHelper.GetS2SAccessTokenWithWindowsIdentity(sharePointSiteUrlHost, Request.LogonUserIdentity);
    return accessToken;
    Than initialize the ClientCOntext with the below Method
     private static ClientContext GetClientContextWithAccessTokenString(string targetUrl, object accessToken)
                ClientContext clientContext = new ClientContext(targetUrl);
                clientContext.AuthenticationMode = ClientAuthenticationMode.Anonymous;
                clientContext.FormDigestHandlingEnabled = false;
                clientContext.ExecutingWebRequest +=
                    delegate(object oSender, WebRequestEventArgs webRequestEventArgs)
                        webRequestEventArgs.WebRequestExecutor.WebRequest.UserAgent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)";
                        webRequestEventArgs.WebRequestExecutor.RequestHeaders["Authorization"] =
                            "Bearer " + accessToken;
                return clientContext;
    use this clientCOntext and it will work.
    Do not use
    SharePointContextProvider
    Whenever you see a reply and if you think is helpful,Vote As Helpful! And whenever you see a reply being an answer to the question of the thread, click Mark As Answer

  • Remote Server issue with the application manager

    I am trying to download photoshop from creative cloud but the application manager program gives me this message "the remote server is not responding in a proper manner" why? what do I do now?

    me too - same problem
    Windows 7 64-bit SP1 - no problems on any other connections ...

  • Getting "The remote server returned an error 503 server unavailable" in azure web jobs

    I have created one web
    job - on demand schedule under azure web site.  This web jobs contains .execmd(i.e.)
    Console Application.
    I am retrieving the data from SQL Azure database and uploaded the data in sharepoint online lists. (i.e.)I have uploaded the data to several(7) lists in each subsites. I have 3 subsites. 
    I am getting this error "The remote server returned an error 503 server unavailable", while uploaded the data into lists. 
    Full Error Message:
    Message - The remote server returned an error 503 server unavailable.
    StackTrace -    at System.Net.HttpWebRequest.GetResponse()
    > cc525c: INFO]    at Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute()
    > cc525c: INFO]    at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb)
    > cc525c: INFO]    at Microsoft.SharePoint.Client.ClientRequest.ExecuteQuery()
    > cc525c: INFO]    at Microsoft.SharePoint.Client.ClientRuntimeContext.ExecuteQuery()
    > cc525c: INFO]    at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery()
    This is not occur every time. Some time i didn't get any error data successfully uploaded in share point online list.
    Totally 4 hours taken uploaded the data into list for completed all 3 subsites. 
    If anyone know how to resolve this.
    Thanks,
    A.Ramu

    Hi,
    Per my understanding, there is an issue when uploading data from SQL Azure database to a SharePoint list in Online environment.
    For narrowing down the issue, I suggest you create a Console Application in Visual Studio without accessing the SQL Azure database and upload some sample data to the same SharePoint
    list to see if the issue still occurs intermittently.
    Thanks
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Running a report using rwcli60 on a remote server

    hi
    I have a concurrent program which runs a 6i report. The output of this report is a PDF file which is then faxed to a set of users.
    The report srever is not on the same unix box as the unix shell script which is the executable of the concurrent program. I am aware that rwcli60 can be used to run reports for non web based results.
    I am not sure how to do this on a remote server. i.e how do I run teh report on the report server from the concurrent manager server?
    Any ideas? please help.
    thanks
    satya

    can use rsh to connect to remote server.

  • Does the local server send the query to remote server?

    I have 2 servers,a local server connect with remote server through database link.If I execute a query at local server but only access tables in remote server,does local server send this query to remote server or all the tables at remote server will send to local server?If local server send this query to remote server,does it can execute another query while it waits the result send from remote server?
    Any help would be appreciated
    Regards

    Yes is executed on remote , and the remote can accept queries as normal see my example below
    SQL> select * from v$database@prod_p;
    Execution Plan
    Plan hash value: 3039639316
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time
    | Inst |
    | 0 | SELECT STATEMENT REMOTE| | 100 | 64400 | 0 (0)| 00:00:0
    1 | |
    | 1 | MERGE JOIN CARTESIAN | | 100 | 64400 | 0 (0)| 00:00:0
    1 | |
    |* 2 | FIXED TABLE FULL | X$KCCDI | 1 | 582 | 0 (0)| 00:00:0
    1 | RPRD |
    | 3 | BUFFER SORT | | 100 | 6200 | 0 (0)| 00:00:0
    1 | |
    | 4 | FIXED TABLE FULL | X$KCCDI2 | 100 | 6200 | 0 (0)| 00:00:0
    1 | RPRD |
    Predicate Information (identified by operation id):
    2 - filter("DI"."INST_ID"=USERENV('INSTANCE'))
    Note
    - fully remote statement

  • I have an Ipad 2 and here is what I am trying to accomplish.  On my laptop I connect to a remote desktop connection to access a shared program we use for reporting.  How do I set up my Ipad to access this remote server?  Thanks for the help.

    I have an Ipad 2 and here is what I am trying to accomplish.  On my laptop I connect to a remote desktop connection to access a shared program we use for reporting.  How do I set up my Ipad to access this remote server?  Thanks for the help.

    Close ... before going for a specific Cisco app ... lets find out some details:
    Host we need more details:
    What is your server environment (Windows Server, or Mac OS X Server, or Linux)?
    What security is implemented in your environment - as what is restricted (RDP for all or specifc credentials on all machines? Are you part of local admin group to the server you wish to connect)?
    Does your environment Support CISCO IPSec connection? If so use Settings> VPN and IPSec tab to enter VPN details, if not then go with above suggestion. IF your restricted to RSA then either built in VPN settings or 3rd party app for RSA would suffice.
    Finally, there are many RDP applications out there I use "Mocha RDP Light" (free minimal ads when launched not when connecting).

  • We are using the Azure server for our web services. Server is generating an error "Unable to connect to the remote server". What is this error means

    We are using the Azure server for our web services. Server is generating an error "Unable to connect to the remote server". What is this error means  

    Hello,
    Did you means that you use the Windows Azure Virtual Machine DNS name as the server name in the Reporting Server Web Services URL?
    For example:
    Report server:http://uebi.cloudapp.net/reportserver
    Report manager:http://uebi.cloudapp.net/reports
    If you want to connect to Report Manager on the virtual machine from a remote computer, you should create a  virtual machine TCP Endpoint and open the port in the virtual machine’s firewall. By default, the report server listens for HTTP requests
    on port 80.
    Reference:http://msdn.microsoft.com/en-us/library/jj992719.aspx#bkmk_ssrs_connect_2_remote_RM
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • What files do I put on a remote server?

    This is a basic general question. I am a beginner with
    dynamic web pages. I have made a login form using Dreamweaver CS4,
    php, mysql. It works fine on my computer (Mac intel based), but I
    don't know what files I need to upload to the remote server I use.
    I used MAMP to set this up.

    You need to upload the php, html, and css files.
    You need to create the mysql database on the remote server
    using the same
    name and table names as you did locally
    a MySQL database is not a single file you upload, it is an
    application
    running on the server. Depending on your hosting, you will
    have access to it
    using a control panel, CPanel, command line, or phpmyadmin.
    Once into
    whatever access method you have, there will be options to
    import things once
    the db is created.

  • Could not reach dscc agent, check cacaoadm status on remote server

    Dear All,
    Below issue, am able to see here discussed previously, but it was not resolved properly, hence please help me here to understand more.
    We are trying to create a new ldap instance remotely from the DSCC server, but able to see that the particular remote server dscc agent port 11162 is not accessible from DSCC server. While trying to create a new instance, able to get an error message as " could not reach dscc agent on XXX server, Use the command cacaoadm command to check that the dscc agent is installed and running on the port 1162"
    Possible reason which could have
    1] Cacao not running on the XXX box
    Answer: Verified its status, the service is running and also the particular port is on listen mode
    bash-3.00# cacaoadm status
    default instance is ENABLED at system startup.
    Smf monitoring process:
    18452
    18453
    Uptime: 0 day(s), 0:23
    bash-3.00# netstat -an | grep 11162
    *.11162 *.* 0 0 49152 0 LISTEN
    2] The cacao by default is listening to its loop back address and need to change its values to 0.0.0.0 for accepting all connections.
    Answer: We were already changed its value to 0.0.0.0 [ In one thread there was an advise to change to host IP address, we tried that one also]
    bash-3.00# cacaoadm list-params | grep network
    network-bind-address=0.0.0.0
    3] Firewall level block happening for port 11162
    Presently we are investigating this part.
    But I were trying to find out any other issue can cause this problem? I were able to see multiple thread were pointing same error message, but were not that much helpful compare to our present situation. When am doing a telnet attempt from DSCC server to XXX server, its failing. Not sure exactly firewall is blocking this connection or cacao not able to establish connection from outside. Please advise
    Thanks,

    For starters try using a telnet from the dscc to the cacao port on the remote server, to make sure you can connect. If you can, I've seen similar issues, when the remote server can't resolve the hostname of the dscc server. Make sure the remote server has the dscc hostname in it's /etc/hosts file, or if you're using DNS make sure you can resolve the dscc, and do the same on the dscc, make sure it can resolve the hostname of the remote server.
    Hope this helps!
    Matt

  • Having trouble maintaining remote desktop connection with Mavericks.  What is this about needing RDC 3.7.1 with Mavericks.  I downloaded RDC 3.7.1 but it does not replace RDC 2.1.0 previously installed.

    Having trouble maintaining remote desktop connection with Mavericks.  What is this about needing RDC 3.7.1 with Mavericks.  I downloaded RDC 3.7.1 but it does not replace RDC 2.1.0 previously installed

    Lucky you, it did not work for many users (which as it should be) so MS produced a new version, for ML and Mavericks.
    It's in the App Store, for free.
    FYI, I assume that you were attempting to post a picture, no one can see it (except maybe you) because it is on your computer rather than the forum server.
    file:///Users/dbrant/Desktop/About%20Apple%20Remote%20Desktop%203.7.1.webloc
    Use the small camera icon in the editor toolbar to post it.
    It also looks like you attempted to use Apple Remote Desktop, which does not do Windows.

Maybe you are looking for

  • Elements 13 slideshows

    Can you add more than 1 music choice to a slideshow in elements 13?

  • JAXM ReqRespListener not found

    Hi all I developed a servlet that listens for incoming SOAP connections. It extends JAXMServlet and implements ReqRespListener. When I registered the libraries jaxm-api.jar and jaxm-runtime.jar in Eclipse, it had no problem in finding the classes in

  • Mac Mail keeps crashing

    Hey Guys, i'm just a bit helpless. Mac Mail keeps crashing every time i open it... the problem appears once a week and i have to reset all my accounts including my exchange-account. Thats realy bad and it costs me hours to fix this problem once a wee

  • "Extened attributes are inconsistent" Error

    I just purchased my iPhone4 and was unable to open my iTunes from my desktop.  I was told I may have an old version of iTunes, so I downloaded the new version.  I have the setup saved on my desktop, but I'm unable to run it. I'm getting this error me

  • All my computer settings reset after latest Tiger OS update. Please help..

    Hi, I just updated the Tiger OS (10.4.4 8G32) automatically - through Software update. After the update all my settings on the computer are reset, including Dock, Mail, Safari etc. And each time I restart the computer they are reset again. How can I