Setting TREX settings on Visual Administrator for nameserver

Hi
I filled in the TREX name server setting witht port abd clicked on saved
When I click on the TREX Monitor I still see
The name server is not running or no name server is configured in TREX Service Properties
Do i restart the J2ee engine to take effect
Also is my setting in the nameserver.address correct
tcpip://hostname.africa.bmw.corp:30101
I got the port number from sapprofile.ini file
Regards
Naziem Mahomed

hi Naziem,
There can be possibly only two mistakes possible. The entry of the hostname and the entry of port details from sapprofile file may be wrong. You can leave out the domain and just enter the hostname and check if it is connecting. Do restart after the change in entries are made. Also refresh the portal screen to check if it is connecting.
Also check this documentation
http://help.sap.com/saphelp_crm50/helpdata/en/c7/e0d13f7fb44c21e10000000a1550b0/content.htm
Regards,
Ganesh N

Similar Messages

  • SSL settings in visual administrator for sso

    Hi,
    I am using EP 7.0 and sp 10 and trying to establish an SSO connection between EP and SRM 5.0.
    I am aiming at EP issuing tickets and SRM accepting logon tickets.
    In the visual administrator currently i see the active socket connections listing "Do not request client certificate", do I need to change it to "Require client certificate",  and also we are using self signed certificates, in which case even after i selecting "Require client certificate" I cant add any CA's.
    Please advice, as to what other settings have to be made.
    All help is appreciated and rewarded.
    Thanks,
    Swetha

    SSL client certificates are unrelated to SSO. SSL is for secure socket connectivity (https), SSO is to support the SAP logon tickets.
    Cheers

  • Unable to install Visual Administrator for CE 7.1 Preview....

    Hi All,
    I am trying to install Visual Administrator using go.bat located under ..usr\sap\CE1\J00\j2ee\JSPM.
    When I trying to install, its asking me the "Select a package type to apply"
    There are four options :
    1. Java Support package manager
    2. Single support package and paches(advance use)
    3. Hot fixes
    4. New software component.
    None of the option working for me to get the next level to install. Could you please help me to install the Visual Administrator and SDM for the CE7.1 SR5 preview additio.
    Thanks in Advance!
    Arun Jaiswal

    Hi Benny,
    Thank you so much for the information!
    Could you please let me know then how to deploy application without SDM password in the CE7.1 SR5 portal.
    Thanks in advance!
    Arun Jaiswal

  • Creating DataSource in Visual Administrator for Oracle DataBase

    Hi Experts,
    I want to connect to external Orcle Database from my application(EJbs,Web Dynpro) where i need to call some stored Procedures.for that one i want to create
    DataSource in Visual Administrator.
    i got some doubts for  creating DataSource in Visual Administrator
    1.which SQL engine i need to use(open SQL or Native SQL or Vendor SQL)
    2.shall i need to deploy any additional drivers(jars) in WAS
    any help will be appriciated
    thanks in Advance
    With Regards
    Naidu

    I can see you are still looking for answeres, I have included more explicit examples of how to connect to an Oracle DB via an SAP Visual Administrator Datasource.
    First the DB has to exist and you should be able to connect to it using some other application to test with like Toad for example.
    Secondly for installing the Data Source via Visual Administrator you will need to verify that you have a an Database Driver defined in the Visual Admin first, if not define one. Defining an oracle driver is as simple as providing an alias name for the driver and supplying the Oracle classses.jar, or ojdbc14.jar. Click Create Driver in the Visual Admin enter an alias name  and click Browse to find one of the jar files mentioned above. Once done click the diskette looking icon to save.
    After the above 2 steps you can either define the Datasource manually in the Visual Administrator or Import the datasource via an xml file as defined below.
    I have included a mock datasource.xml file which you can copy and paste and more or less use as  a reference.
    <b>Note</b>
    With Oracle I have always sected <b>Vender SQL</b> as I can not get any of the other selections to work properly when connecting to our Oracle DB. I have also used this approach to connect to Oracle 8 databases as well. We have been using these Datasources in production for many years without incident.
    Variables Defined
    <b> data-source-name </b> PORTFOLIODS is the name we use to look up the Datasource via JDBC.
    <b>driver-name </b>  The name that you have defined for the Oracle jar libary you added as a Database Driver via the Visual Administrator.
    <b> url </b>           The "Type 3" Network URL pathname to the Oracle DB.
    <b> user </b>        The account you want to log in as.
    <b> password </b> The account password for the DB.
    Cheers,
    Alex
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE data-sources SYSTEM 'data-sources.dtd'>
    <data-sources>
      <application-name>chep.com/JDBCConnectior_PORTFOLIODS.xml</application-name>
      <data-source>
        <data-source-name>PORTFOLIODS</data-source-name>
        <driver-name>Oracle9i</driver-name>
        <max-connections>25</max-connections>
        <max-time-to-wait-connection>60</max-time-to-wait-connection>
        <sql-engine>vendor_sql</sql-engine>
        <jdbc-2.0>
          <cpds-class-name>oracle.jdbc.pool.OracleConnectionPoolDataSource</cpds-class-name>
          <object-factory>oracle.jdbc.pool.OracleDataSourceFactory</object-factory>
          <properties>
            <property>
              <property-name>url</property-name>
              <property-value>jdbc:oracle:thin:@usdenedu169.cnn.com:1521:ORCL</property-value>
            </property>
            <property>
              <property-name>user</property-name>
              <property-value>LogisticsApplication</property-value>
            </property>
            <property>
              <property-name>password</property-name>
              <property-value>logisticsAppPwd</property-value>
            </property>
          </properties>
        </jdbc-2.0>
      </data-source>
    </data-sources>

  • Visual Administrator for XI hangs at 99%

    Hi All,
    My XI server was running fine. I was doing a SOAP to RFC scenario. Suddenly, it didnt respond(Donno the reason). So I restarted the server.
    After I restarted the XI machine, the status in SAP Management console is Green. But when I try to access the XI page, it doesn't come up. But the page "http://<host>:<port>/index.html" comes up. I tried to open up the Visual Administrator. But it stops at 99% while connecting.
    I looked at some of the log files. In the folder, \user\sap\SID\Instance\Work, I looked at std_server0.out file. Here I saw the error below:
    Service monitor started. (23984 ms).
    Mar 26, 2007 2:29:56 PM ...pl.j2ee.sapengine630.ServiceFrameImpl [SAPEngine_System_Thread[impl:5]_100] Fatal: Failed to initialize the CPA cache service. For more details please check the trace for location com.sap.aii.af.service.cpa.
    service com.sap.aii.af.cpa.svc ================= ERROR =================
    Cannot start service com.sap.aii.adapter.jms.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
    Cannot start service com.sap.aii.adapter.mail.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
    Cannot start service com.sap.aii.adapter.jdbc.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
    Service tc.monitoring.logviewer started. (22203 ms).
    Cannot start service com.sap.aii.adapter.bc.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
    Service com.sap.aii.af.ms.svc started. (20406 ms).
    Cannot start service com.sap.aii.adapter.rfc.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
    Cannot start service com.sap.aii.adapter.file.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
    Cannot start service com.sap.aii.af.security.service; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
    Cannot start service com.sap.aii.adapter.xi.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
    Cannot start service com.sap.aii.af.ispeak.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.
    Service rfcengine started. (47109 ms).
    Timed out services:
    Service webdynpro.
    From the above error, it seems com.sap.aii.af.cpa.svc didn't start. But as the VIsual Admin is not, I am unable to start this service.
    FYI, the JDK installed on my XI machine is JDK_1.4.2_07.
    Someone please let me know, whats the problem behind this Visual Admin Start up?
    Regards,
    Vijay.

    you can find some information at XI installation problem
    Cheers,
    -Sunil

  • Setting Security Options with Visual Basic for Applications (VBA)

    Hi there,
    I want to print a PDF out of Excel via choosing the Adobe PDF-printer at the print-options-menu and like to apply a password to the PDF-files.
    Is there a possibily to set the security options via VBA? I can choose the Adobe-PDF as a Printer, so I hope there is the chance to set the password like i can choose other print-options in VBA.
    Thank You in advance!
    Andreas

    As far as I know, Lync 2013 is not available with Office Home & Business 2013, you can check
    http://office.microsoft.com/en-in/home-and-business/
    Lisa Zheng
    TechNet Community Support
    Dear Lisa,
    Yes, it's true, Lync 2013 is not part of Office home & Business 2013, but you can install,it as standalone product.

  • Error - Delivery date not set. Notify your system administrator - TcodeKKS1

    Hi,
    While using Tcode - KKS1  we are getting the Error - "Delivery date not set. Notify your system administrator"  for two Production orders.  I have checked all the date fields in Production order. What could be the reason for this.
    Timely help will be highly appreciated.
    Thanks is advance
    Narayanan

    Hi,
    check SAPNET note 83914 and related notes.
    best regards, Christian

  • Single Sign ON - Visual Administrator not found!

    Hi Experts,
    I want to configure EP 7.00 with Composition Environment but there is no visual administrator for the CE.
    Why does this happen?
    There are a step by step to configure SSO between this SAP Systems?
    Regards

    Hi John,
    Thank you for the information, could you please tell me how I can export the CE certificate?
    Here http://host:port/sso2 I can just see it but not export it.
    Regards.

  • Configuring Visual administrator

    How can I configure visual administrator for connecting Oracle with web dynpro.What are the configurations required in Web dynpro?If anybody knows, please help me

    Fahad,
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/ab/082484173ae045ab8dad8a41d33da3/frameset.htm">This</a> might help you.
    Also,refer <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/83/565389b6ce4234b3633acb3f5b75f0/frameset.htm">Configuring a Database Connection</a>.
    Bala
    Message was edited by: Bala Krishnan

  • Hello  I bought my wife a new MacBook Pro, in setting it up for her, I took her Time Machine external drive to migrate onto the new machine but her old MBP not only was on 10.6, it was my old machine which I was still Administrator for.  i plugged in the

    Hello
    I bought my wife a new MacBook Pro, in setting it up for her, I took her Time Machine external drive to migrate onto the new machine but her old MBP not only was on 10.6, it was my old machine which I was still Administrator for.
    i plugged in the external drive to start the migration process after entering her name and username from the old machine which gave me the options on transferring the old data over.
    I also unchecked the Administrative end that had my info hoping that ONLY her data, files, etc., would be the ones sent over to her new machine which I wanted her to be the ONLY Administrator for. All went like clockwork until the restart.
    Normally the screen should show the username and only need the password but both entries were blank, as in ‘Other’ sign in option available only. I entered her name and password, nothing….used her username and password, nothing. Used my old Administrator name and password, NOTHING!
    I tried defaulting to factory settings from the Restore feature but it directs me to notify Apple. I tried in Terminal to change the password, nothing. I tried to boot from MY external drive and it doesn’t recognize it. I tried to even use my external drive which actually has the Mavericks upgrade, nothing!
    Basically I can only get the startup screen which isn’t accepting the username/password or the Restore feature which doesn’t offer any options helpful!
    Please, how do I start from scratch and start over here? Or simply change the Administrator name and password so I can proceed with everything thats already on there? I wish I could even boot from another drive but no luck on anything!

    First, on the old machine, make your wife's account an admin one. Log into it and delete yours. Then, update the TM backup. Finally, use Internet recovery mode, ⌘⌥R, erase the HD, and restore the OS. One first boot, follow the steps outlined in Pondini's Setup New Mac guide.

  • HT4946 i am administrator for Mac. My husband and i both have separate iPhones with separate contacts. Since i0S 6.1 update these contacts are now shared which we do not want. I have set up separate iCloud email and account for my husband. How do i ensure

    I am administrator for Mac. My husband and i both have separate iPhones with separate contacts. Since i0S 6.1 update these contacts are now shared which we do not want. I have set up separate iCloud email and account for my husband. How do i ensure that i

    You can continue to use the current AppleID for iTunes, but your husband can create a new AppleID to use to create a new iCloud account that will be his own and not overlap with yours.  If you do not have another email address to use for an AppleID, just get a free Gmail account and use that.
    You can have as many AppleIDs as you want (or at least, as many as you have email addresses for).  You can use a separate AppleID for the store, another for iCloud, and even another for iMessage if you wish.
    You will want to keep the current one as the shared one for the store as all your previous purchases are permanently tied to it, and thus you need that AppleID to update or redownload your current purchased content.

  • I wish to reset my ipad.  However, when I selectGeneral Reset Erase all content and Settings, I am prompted for a a Restrictions Passcode (which I have never set).  I have now entered random codes 11 times and the ipad not reset. How do I get past this?

    I wish to reset my ipad (as advised by the Apple Store) to attempt to resolve an issue with a non-responsive part of the screen..  However, when I select General>Reset>Erase all content and Settings, I am prompted for a a Restrictions Passcode (which I have never set).  I have now entered random codes 11 times and the ipad has not reset. How do I get past this?  I am now at the point where I have to wait 60 mins before I can enter another random passcode.  I just want the ipad to clear down, erase everything so I can start again.

    The other option is to force iPad into Recovery Mode.
    http://support.apple.com/kb/HT1808
    Note: You need to be patient and repeat the above many times to recover your iPad

  • I purchased a text tone from Itunes.  It shows up in my library, but not as a text tone.  Is there a way for me to set it as a text tone for all texts?  Or I am stuck with factory settings?

    I purchased a text tone from Itunes.  It shows up in my library, but not as a text tone.  Is there a way for me to set it as a text tone for all texts?  Or I am stuck with factory settings?

    So it is conseidered a customized text tones even if it was purchased through iTunes?  Confusing.  Since I bought it through itunes as a text tone I assumed it would work.  OOOPS
    Thanks so much

  • What is the factory set password for the administrator for a macbook pro 13" retina display?

    what is the factory set password for the administrator for a macbook pro 13" retina display?

    Welcome to Apple Support Communities
    Macs don't come with a password. You have to set up the password during the initial setup. If you have forgotten your password, follow these steps to reset your password > http://discussions.apple.com/docs/DOC-4101

  • (Administration - Marketing - Import), you can set a parameter value "Import mode" for what to do in case of duplication as "update existing records", "Import new records". The final report of this import is presented as a text file that can be viewed in

    Administration - Marketing -> Import, you can set a parameter value "Import mode" for what to do in case of duplication as "update existing records", "Import new records". The final report of this import is presented as a text file that can be viewed in Business Administration - Marketing -> Import -> Exceptions. Whatever the exception, including duplication import occurs during import and recorded in a text file.   What are the fields that determine the duplicity? How I can I can change those?

    You will be returned anything that is in the option's value parameter. What is displayed in the dropdown and what is put in the value attribute do NOT need to be the same, so maybe you should start there.

Maybe you are looking for

  • Can I use an external SSD drive as main drive?

    I would like to use an external SSD drive as my boot/operating drive.  Basically a clone of my current HD but have the option of booting to and using the external SSD drive for system and apps and data.  Is it possible and if so how?

  • HELP! I cannot figure this out, differences between 9i and 10g installation

    This is for class, and my instructor who obviously has a bad sense of humor has provided me with the following "good" link to get these answers: http://www.stanford.edu/dept/itss/docs/oracle/10g/nav/portal_1.htm Within the comparison document you cre

  • Macbook Pro Retina - Thunderbolt  - Keyboard - Mouse

    I'm using a thunderbolt display with my Macbook Pro Retina, using an external keyboard and mouse. Since uploading OS X Yosemite I am no longer able to log in from the blue tooth devices at start up, I have to open up my macbook to log on. This was no

  • Premiere CS3 and CS4 Crashing

    I'm having trouble with Premiere Pro versions CS3 and CS4 crashing and am not sure why. The problem usually occurs after a few minutes of the program being opened or when we either try to scrub through the timeline or try to capture. It's very frustr

  • Upgrade Mess.  Any solutions?

    I finally got my new (crossover) FCPS discs and thought now I might actually resolve all the issues I've had with Compressor. (It has almost never worked for me.) So I installed the new set, and then started installing all the upgrades I've been wait