Agent port passed by user  Is busy

I'm helping with their OEM 12c evaluation and we cannot get past this issue :-
Issue similar to below note:
EM 12c: Agent Deployment Fails With Error: "Agent port passed by
user is busy and cannot proceed with the configuration" (Doc ID 1473185.1), but it is not
a) There no duplicate entries in /etc/hosts file of agent machine for
agent hostname.
b) etc/hosts file OMS and Agents are fine.
c) Agent and OMS ,IPaddress,Short hostname and complete hostname are
able to resolve.
d) Included OMS host details in Agent etc/hosts file, but still same issue
e) checked the if the 1830 port is open or not: Its fine
netstat -tulpn | grep :1830
To me this error seems to be a catch all anybody any other ideas

Hi Phill,
Following up with you over an email
-Akanksha

Similar Messages

  • I want to add user in business workflow  like user which is already present

    hello  experts how can i add user in business workflow like other user which is already present there. i want to take other user which is already present as reference for the new user.

    Hi,
    see my problem is user ABC doesn't get any messages in his
    Business workplace.
    User XYZ is having messages in his business
    worplace.
    SO I WANT user abc should get messages same as xyz.
    If you know the workitem id then you can use the FM SAP_WAPI_FORWARD_WORKITEM to send the workitem multiple  user.
    In Fm SAP_WAPI_FORWARD_WORKITEM you need to pass the workitem id in field WORKITEM_ID and all the user id in the table USER_IDS.
    If you need to know the responsible agents of a particular workitem then you have can use FM SAP_WAPI_GET_WI_AGENTS where you need to pass the workitem number.
    Thanks and regards,
    SNJY

  • Passing SSO user id to database?

    I would like to run my 10g forms in SSO mode and I know that I can get the SSO user id using the get_application_property built-in. How do I pass this user id to the database to be used in a database trigger.

    Thanks Frank,
    I suspected I would have to do something like that, but I have limited experience with calling stored procedures from forms. Would every form need to do this or could I just call the stored procedure and keep it in a variable for the duration of the session? We're probably going to have a form that acts as a menu and calls all other forms.

  • Change history of User for Business Partner Number attaching and removing

    Hi Experts
    Is there any t-code in SRM which will show change history of User for Business Partner Number attaching and removing.
    Thanks--
    Guru Prasad Dwivedi

    Serene,
    I am not too sure if anyone can DELETE a Payment Term linked to a BP. The system would not allow this.  If at all a Payment term was deleted, I don't think it can be traced.
    It is therefore very important to use Proper user authorization so that only people authorized to do certain things are doing it and not everyone.
    Suda

  • Issue in passing Oracle User Defined Types to PL SQL from Websphere Applica

    HI,
    I am facing an issue when trying to pass Oracle collection object(User Defined Types) from Java to PL SQL. The issue happens inside J2EE application which is running inside Websphere Application Server 6.x. My database is Oracle 10g and i am using ojdbc1.4.jar as thin driver.
    The issue is that when i pass the Oracle Object from java side, the attribute values of the collection objects at the Oracle PL SQL side is coming as empty. I have tried the same java code in a standalone application and it works fine. The issue happens only when the application is running inside WAS.
    Anybody has any idea how to pass Oracle User Defined Types from WAS 6.x server to Oracle PL SQL?

    Andy Bowes wrote:
    Hi
    I am using WebLogic 8.14 & Oracle 9i with thin JDBC driver.
    Our application needs to perform the same DB operation for every item in a Java Collection. I cannot acheive the required performance using the standard Prepare & Execute loop and so I am looking to push the whole collection to Oracle in a single invocation of a Stored Procedure and then loop on the database.
    Summary of Approach:
    In the Oracle database, we have defined a Object Type :
    CREATE OR REPLACE
    TYPE MYTYPE AS OBJECT
    TxnId VARCHAR2(40),
    Target VARCHAR2(20),
    Source VARCHAR2(20),
    Param1 VARCHAR2(2048),
    Param2 VARCHAR2(2048),
    Param3 VARCHAR2(2048),
    Param4 VARCHAR2(2048),
    Param5 VARCHAR2(2048),
    and we have defined a collection of these as:
    CREATE OR REPLACE
    TYPE MYTYPE_COLLECTION AS VARRAY (100) OF MYTYPE
    There is a stored procedure which takes one of these collections as an input parameter and I need to invoke these from within my code.
    I am having major problems when I attempt to get the ArrayDescriptor etc to allow me to create an Array to pass to the stored procedure. I think this is because the underlying Oracle connection is wrapped by WebLogic.
    Has anyone managed to pass an array to an Oracle Stored procedure on a pooled DB connection?
    Thanks
    AndyHi. Here's what I suggest: First please get the JDBC you want to work in a
    small standalone program that uses the Oracle thin driver directly. Once
    that works, show me the JDBC code, and I will see what translation if
    any is needed to make it work with WLS. Will your code be running in
    WebLogic, or in an external client talking to WebLogic?
    Also, have you tried the executeBatch() methods to see if you can
    get the performance you want via batches?
    Joe

  • How to pass the USER variable to RPD in 11g?

    I am trying to figure out how to pass the USER variable to the RPD in 11g.
    In 10g, I had define an intializtion block to store the USER variable and pass it to a statement that has to be executed before the query is executed.
    We use the Oracle VPD technology that allows to restrict data access. This is the statement that has to be executed before a query can run.
    select vpd_adwh.setclnvpdcontext_fnc('VALUEOF(NQ_SESSION.cuser)', UPPER(:USER))) from dual
    That is the 10g version and it works fine.
    In 11g, I tried to use
    select vpd_adwh.setclnvpdcontext_fnc('VALUEOF(NQ_SESSION.cuser)', UPPER('VALUEOF(NQ_SESSION.USER)')) from dual
    but this is not working.
    Any help?

    any ideas?

  • How do we pass the user id and password in report URL

    We have one report. The URL of report is as below
    https://secure-ausomxapa.crmondemand.com/OnDemand/user/analytics/saw.dll?Go&Path=%2fshared%2fCompany_30145_Shared_Folder%2fDinesh%2fuser+prompt+test&Options=rfd&Action=Prompt
    I want to configure this in my custom application. Every time when the page executes it ask for username and password. Is there any way to pass the user id and password information through URL parameter?
    I have come across the fact, we can pass this in URL by appending the below parameter at end of URL
    &NQUser=user1&NQPassword=rock.
    But some how this is not working for me, and I am getting the error message –
    You are not authorized to view this page
    Any thought on this?

    Kdinesh,
    I know to add a username when you bookmark you favourites is it ?userid={loginID}, perhaps try this instead. I've never done it for password though.
    cheers
    alex

  • How to pass hidden user/passwd to report?

    Hi,
    Running reports in the Web is there a way to pass hidden user/passwd to report without using the map file?

    No, you either have to have the details in the map file or the URL itself. There's no other way to hide the username/password.
    Hope this helps.
    Regards,
    Jatinder
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by ehlamentavel:
    Hi,
    Running reports in the Web is there a way to pass hidden user/passwd to report without using the map file?<HR></BLOCKQUOTE>
    null

  • How to pass hardcoded user to ConnectionProperties ?

    Hi,
    How can i pass the hardcoded user to the ConnectionProperties constructor for JCA Connections.
    ConnectionProperties prop = new ConnectionProperties(request.getLocale(), request.getUser());
    i want to pass hardcoded user object in place of - request.getUser()
    Thanks,
    Raags

    Hi Raags,
    you obtain user objects from the user factory object. You have got multiple methods to obtain a user. See javadocs of <a href="https://help.sap.com/javadocs/NW04S/current/se/com/sap/security/api/IUserFactory.html">IUserFactory.</a>
    Example:
    IUserFactory userFactory = UMFactory.getUserFactory();
    IUser myUser = userFactory.getUserByLogonID("MyUser");
    Best regards,
    Martin

  • Window popup in agent's session whenever user clicks button in his session

    How can I make a window popup in agent's session whenever a user clicks on a button in his session?
    I need to add a functionality in my web application which pops up a window in a particular agent' session whenever a user clicks on a particular button in his session. That is when a user clicks on the button it signifies a request and an agent is notified of user's request and he should get a screen popup to show user's info.
    Could any tell how can I achieve this functionality?
    My web application uses following technologies:
    JAVA, JSP, STRUTS, TILES, HIBERNATE
    TOMCAT as server and MySql as Database.
    Thanks,
    Rajiv

    What is the name of the session variable that you are creating on login? When he clicks logout, set that session variable to null. Like session.setAttribute("userName",null); and check for non-null condition before proceeding with any functionality in your jsp's.
    What is the second question? You want to prevent duplicate logins from different systems? You would have to maintain a static datastructure like a HashMap for instance. Everytime a user logs in, put an entry into the HashMap...like userMap.put("userName","userName"); If an entry already exists, throw a message saying that user already logged in from another machine...

  • How to change agent port after installation

    Hi ,
    I am having oem 12.1.0.2
    I want to change the default port from 3872 to 8006 i had already installed agent and need to change it now.
    Thanks,
    Sachin

    Hi,
    You can use 'emctl setproperty agent'.
    1: stop the agent
    2: emctl setproperty agent -name EMD_URL -value https://hostname.domain:port/emd/main/
    3: start agent
    Note that this procedure will change the agent port but will not update the agent target name (which includes the port number).
    Regards, Mark.

  • How to pass current user credential for PAPI service execution

    Hi All,
    As per my requirement I am using the SAP ME PAPI WS to start the SFC. I have used the SAPME PAPI Interface action block in ME within BLS and searched the service and operation also. Required input parameter mapping is also done and I have successfully executed the BLS and SFC is started in ME. In SAPME PAPI Interface action block I have used Credential alias which is standard configuration in MEINT for user MESYS.
    Now what I have seen is that, in ME the SFC is started by user MESYS. But I want to pass the user who is currently executing. Is there any way to pass the current user credential or session for executing the PAPI service. My final target is to use the BLS in IRPT through Xacute query.
    Thanks in Advance
    Chandan

    Hi Sergiy,
    It is only required for Sfc Start operation. It is a generic requirement for all PAPI WS. User ref is not available for all services. I have taken sfc Start operation as an example. But for  complete SFC operation there is no user ref. in Request structure. Then what would be our generic way to execute it through current user credential.
    Thanks
    Chandan

  • Restric user Through  Business Partner

    Is there is any way in Solution manager to restrict a User through Business Partner.
    Ex:
      Company group name A has two company B & C(Both are on SAP ). Now I need to block Company B User to Viewing the Company C user Transaction data....through Business Partner . We are Using CHARM here for Transport.
    Please help
    regards
    Vish

    any solution.......please let know for any clarification

  • Partitioning FXO port for different users on Cisco CME 2911or UC540

    Hello,
    we have 10 users in our network and we have 4 FXO port and lines connected to them, we would like to implement this requirement on our network below;
    2 users will have access to FXO port 1
    3 users will have access to FXO port 2
    3 users will have access to FXO port 3
    2 users will have access to FXO port 4
    please, i have searched for the features on UC540 but no avail, everyone is going out on all port but i only want 2 users to be able to access a port then others should not.
    please, how do i archieve this.
    please, reply

    You would need something called Class of Restriction.
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucme/admin/configuration/guide/cmeadm/cmeblock.html#65477
    Basically, you put "locks" on your outgoing dial-peers which are referencing your analog ports, and then you give certain "keys" to the directory numbers you wish to unlock those locks.

  • Getting current user's business role

    Hi,
    Is there any function that read current user's business role in CRM?
    Best Regards.
    Sadi

    Hi Sadi,
    Try something like this:
    DATA ls_user_role TYPE string.
    DATA lr_profile_instance TYPE REF TO if_crm_ui_profile.
    *- Read User Role
        lr_profile_instance = cl_crm_ui_profile=>get_instance( ).
        CALL METHOD lr_profile_instance->get_profile
          RECEIVING
            rv_result = ls_user_role.
    Kind regards,
    Garcia

Maybe you are looking for

  • How can I send pictures or email from my desktop to a cell phone?

    How can I send pictures or email from my desktop to a cell phone? I use Gmail for my emails.

  • Hard drive constantly spinning up and down when asleep

    Hi all, I have a problem with an external USB 2.0 hard drive connected to my Mac mini (late 2012). When I put the computer to sleep the drive spins up to speed, stops, then immediately starts to spin up again. This goes on and on. I understand that d

  • Webservice Exceution in BPM Process

    Hi, Do i need to write any code for executing webservice in BPM Process. The problem is i created process i am able see the work items in the UWL inbox .When the request is submitted it going to Approval inbox ..and once the approval is approved for

  • File manager missing in Ovi suite

    I just bought E7-00 after my E90 and I was really surprised that file manager was missing in Ovi suite. This means I cannot transfer single files between PC and mobile phone. Difficult to use backup copies are not enough. Fortunately file manager sti

  • RE: CONCUR_UPDATEABLE not working

    Hello all! I have the following code which when i run claims my recordset doesn't support updateable record sets when i moveToInsertRow() . 1007 to indicate ResultSet.CONCUR_READ_ONLY Could it be that my driver does not support updatable result sets?