Icm/host_name_full is not reflecting in SMICM parameters

Hi Experts,
I have changed parameter icm/host_name_full in RZ10 and restarted the instance. Parameter is reflecting in RZ10 and also at OS level but not in  SMICM parameters.
Please let me know if something needs to be changed.
Thanks
Praveen

Hi Praveen,
The ICM sets the FQHN using the following hierarchy.                                                                               
1.  The parameter SAPLOCALHOSTFULL in the SAP profile (recommended for 
     high availability configurations) has the highest priority. If it is
     set in a profile file, the ICM uses this value as the FQHN. Note:  
     the system default value of SAPLOCALHOSTFULL contains the host name
     without domain, so the system default is ignored by the ICM.                                                                               
2.  If the parameter is not set, icm/host_name_full is analyzed.                                                                               
3.  If this parameter is not set either, the ICM uses the FQHN of the  
     operating system. For this reason, check the settings of the hosts 
     file at the operating system level.                                                                               
The parameter SAPLOCALHOST is not fully qualified and is not used by ICM
for the services.
So verify SAPLOCALHOSTFULL first, icm/host_name_full second and the HOSTS
file and DNS entries third.
Hope this helps
Michael

Similar Messages

  • Profile parameter icm/host_name_full is not set correctly

    Hi All,
    I am  working on Solution Manager 4.0. When I execute TCODE "SOLUTION_MANAGER", it gives the following error:
    Profile parameter icm/host_name_full is not set correctly (see long text)
    When I click on "Long Text", it gives me the following message widow:
    Message Number: SOL_GRAPHIC002
    Diagnosis
    The graphic cannot be displayed, since the profile parameter icm/host_name_full is not set correctly.
    Procedure
    Set the profile parameter icm/host_name_full correctly.
    For more information, see SAP Notes 434918 and 677118.
    I have referred to both the notes above. In note# 434918, it says that I need latest kernel patch (which is 150).Also the icm/host_name_full parameter parameter was not there in Solution Manager, so I created in the following manner:
    Parameter Name =icm/host_name_full
    Parameter Value=smgdcs1s.example.com
    But however, the error continues to be the same.
    Kindly help me asap.
    Thanks in advance.
    Regards,
    Faisal

    Hi Markus,
    Earlier the profile was activated and server was also restarted. However, it was not efffective.
    Now once again i have activated the profile and restared the server. Now I am able to see the profile and it value in
    RZ10
    RZ11
    Thanks a alot for your valuable inputs
    Thanks and Regards,
    Faisal

  • Setting ICM icm/host_name_full

    Hi
    We have developed some BSP's that run via SE80 having been configured in the ICF.
    I had a problem in DEV that the URL was not fully qualified when you ran the BSP, i solved this problem by setting parameter icm/host_name_full=<server>.domain.com, this worked in DEV & QA and the url was fully qualified and the BSP ran ok, you could see this fully qualified in SMICM - goto - Parameters - Display.
    I have now set the parameter :
    icm/host_name_full=<server>.domain.com
    in our production envirnment, but when you use the BSP, the url is not fully qualified, I have checked thorugh SMICM - goto - Parameters - Display and the icm/host_name_full is not fully qualified there, I then checked RZ11 for parameter icm/host_name_full and it is fully qualified correctly in what I entered.
    I have found OSS Note 77380 - FQHN determination in ICM, looking at this note is states parameter SAPLOCALHOSTFULL has the highest priority, so it is used to resolve the FQHN, looking at our production Instance profiles, SAPLOCALHOSTFULL and SAPLOCALHOST are set with just the server name, not the domain name, this is a Windows server 2003 64 bit clustered, so its a high availability system, looking at the note, I think I need to set parameter SAPLOCALHOSTFULL=<server>.domain.com and restart SAP.
    Looking at our DEV & QA instance profiles SAPLOCALHOSTFULL & SAPLOCALHOST are not set.
    Are there any other parameters I need to change to get the BSP working with the FQHN ? restarting production is difficult as we run 24*7, so I have one more opportunity before we go live with the BSP's.
    Thanks for any help.

    Hi Rahul
    Thanks for the response.
    I have just checked the hosts file on the server and the server IP is against just the server name, not the FQHN of <server>.domain
    Should I just set the FQHN <server>.domain against the IP in the hosts file?
    Should I also change parameter SAPLOCALHOSTFULL to FQHN of  <server>.domain as described in note  77380, it currently has just <server>
    Thanks.

  • Changes are not Reflecting in WAD

    Dear Gurus,
    I got a problem in WAD. Changes are not Reflecting in My WAD. When i created NewQuery in WAD by just placing Chart & Saved it. After executing Chart is displaced.Again I updated the same query by placing table and saved it. After Executing Table is not displayed only previously saved Chart is displayed. Could any one Kindly solve my Problem.
    Thanks,
    Sony

    Hi Sony,
    SAP BI has HTTP Cache and the web templates are stored in the HTTP cache of the server. So, when you change a template and execute it again - the previous version which is stored in the HTTP cache is being retreived.
    To correct this, go to TCODE SMICM in the menu bar >> Goto >> HTTP Server Cache >> Invalidate -> Global in system
    Once this is done, ask basis to restart the java engine.
    I hope this helps you.!
    -Pradnya
    Edited by: Pradnya Rane on Sep 29, 2009 8:05 AM

  • New properties not reflecting in ACC

    Hi,
    I am new to ATG.I was trying to add some properties in ACC. So, that i have added the item-descriptor in userprofiling.xml and created the related tables in oracle database.I have created 5 tables.Among them one was previously present in the database.I have dropped that and created all the tables.I have created a table with a name that i have dropped.When i started the server i found new properties are not reflected in the ACC and i found the following warning in console.
    16:57:31,265 WARN  [ProfileAdapterRepository] unknown JDBC types for property: address1, item-type: user. Check that the column names in the database and template match.
    16:57:31,266 WARN  [ProfileAdapterRepository] unknown JDBC types for property: address2, item-type: user. Check that the column names in the database and template match.
    I found the following error. Address1,Address2,city,state,country,zipcode,Phone_number are the columns that was present in the dropped table.
    [++SQLSelect++]
    SELECT user_id,Address1,Address2,city,state,country,zipcode,Phone_number
       FROM Storefront_user
      WHERE user_id=?
    -- Parameters --
    p[1] = {pd} se-570115 (java.lang.String)
    [--SQLSelect--]
            at atg.adapter.gsa.GSAItemDescriptor.loadProperty(GSAItemDescriptor.java:5618)
            at atg.adapter.gsa.GSAItem.getPersistentPropertyValue(GSAItem.java:1093)
            at atg.adapter.gsa.GSAItem.getPropertyValue(GSAItem.java:986)
            at atg.adapter.gsa.GSAItem.getPropertyValue(GSAItem.java:1264)
            at atg.repository.RepositoryItemImpl.getPropertyValue(RepositoryItemImpl.java:129)
            at atg.repository.nucleus.RepositoryItemPropertyMapper.getPropertyValue(RepositoryItemPropertyMapper.java:129)
            at atg.beans.DynamicBeans.getPropertyValue(DynamicBeans.java:311)
            at atg.beans.DynamicBeanState.initializeFrom(DynamicBeanState.java:130)
            at atg.beans.DynamicBeanState.<init>(DynamicBeanState.java:100)
            at atg.ui.repository.model.RepositoryItemState.<init>(RepositoryItemState.java:406)
            at atg.ui.repository.model.RepositoryAgentImpl.createRepositoryItemState(RepositoryAgentImpl.java:2916)
            at atg.ui.repository.model.RepositoryAgentImpl.getRepositoryItem(RepositoryAgentImpl.java:3883)
            at atg.ui.repository.model.RepositoryAgentImpl.getRepositoryItem(RepositoryAgentImpl.java:1204)
            at atg.ui.repository.model.RepositoryAgentImpl.getCompressedRepositoryItem(RepositoryAgentImpl.java:1230)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at atg.security.proxy.UserSessionProxy$SessionSkeletonHandler.invoke(UserSessionProxy.java:251)
            at atg.rmi.context.ContextualSkeletonImpl.invoke(ContextualSkeletonImpl.java:105)
            at sun.reflect.GeneratedMethodAccessor360.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:303)
            at sun.rmi.transport.Transport$1.run(Transport.java:159)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
            at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
            at java.lang.Thread.run(Thread.java:662)
    Caused by: CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: java.sql.SQLSyntaxErrorException: ORA-00904: "PHONE_NUMBER": invalid identifier
    Can anyone give the suggestion that how will new property will reflect in ACC?
    Thanks,
    Ranjit

    Please, find the below xml code and DDL
    userprofile.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <gsa-template>
    <item-descriptor name="user">
        <table name="Storefront_user" type="auxiliary"
             id-column-name="user_id">
            <property name="user_id" data-type="string" column-name="user_id"/>
        <property name="no_of_orders" data-type="int" column-name="no_of_orders" category="Order Tracking" />
      <property name="Last_Purchased_Date" data-type="timestamp" column-name="Last_Purchased_Date" category="Order Tracking" />
      <property name="No_of_Abandoned_Orders" data-type="int" column-name="No_of_Abandoned_Orders" category="Abandoned Orders" />
      <property name="receive_email" data-type="boolean" column-name="receive_email" category="Email" />
      <property name="receive_promo_email" data-type="boolean" column-name="receive_promo_email" category="Email" />
      <property name="category_last_browsed" data-type="String" column-name="category_last_browsed" category="Commerce - Behavior Tracking" />
      <property name="password_hint" data-type="String" column-name="password_hint" category="Login" /> 
         </table>
         <table name="Storefront_Order_Tracking" id-column-name="user_id" type="multi">
            <property name="Item_Bought" data-type="set" component-data-type="String" column-name="Item_Bought" category="Order Tracking" />
         </table>
         <table name="Storefront_Abandoned_Orders" id-column-name="user_id" type="multi">
            <property name="abandoned_orders" data-type="set" component-data-type="String" column-name="abandoned_orders" category="Abandoned Orders" />
         </table>
         <table name="Storefront_Dressing_Style" id-column-name="user_id" type="multi">
            <property name="dressing_style" data-type="set" component-data-type="String" column-name="dressing_style" category="Commerce - Behavior Tracking" />
         </table>
         <table name="Storefront_Heard_About_us" id-column-name="user_id" type="multi">
            <property name="Heard_About_us" data-type="set" component-data-type="String" column-name="Heard_About_us" category="Basics" />
         </table>
    </item-descriptor>
    </gsa-template>
    DDL
    CREATE TABLE Storefront_user (
    user_id VARCHAR2(32) not null
       references dps_user(id),
    no_of_orders NUMBER,
    Last_Purchased_Date TIMESTAMP,
    No_of_Abandoned_Orders NUMBER,
    receive_email VARCHAR2(10),
    receive_promo_email VARCHAR2(10),
    category_last_browsed VARCHAR2(100),
    password_hint VARCHAR2(50),
    primary key(user_id)
    CREATE TABLE Storefront_Order_Tracking(
    Item_Baught VARCHAR2(100),
    User_id VARCHAR2(32) references Storefront_user(user_id)
    CREATE TABLE Storefront_Abandoned_Orders(
    abandoned_orders VARCHAR2(100),
    User_id VARCHAR2(32) references Storefront_user(user_id)
    CREATE TABLE Storefront_Dressing_Style(
    dressing_style VARCHAR2(32),
    User_id VARCHAR2(32) references Storefront_user(user_id)
    CREATE TABLE Storefront_Heard_About_us(
    Heard_About_us VARCHAR2(100),
    User_id VARCHAR2(32) references Storefront_user(user_id)

  • Down Payment entries not reflecting in J1INMIS report

    Dear Guru's,
    TDS deducted at  the time of down payment made to vendor is not reflecting in J1inmis report.
    Is J1INMIS report does not reflect down payment entries?
    What will be the reason for this?
    Which alternative report to followed for J1INMIS !!!
    Waiting for your positive reply.
    Regards,
    Sany.

    Hi Sany,
    To update Business Place & Section Code, execute the program given below. After execution of the program run T.Code J1INPP and your issue should get resolved. Let me know if this works.
    Ask the Abaper to write the following Code & execute the program:
    REPORT  ZFI_BUP_SEC_CHANGE.
    TABLES : BSIK,BSAK,BSEG.
    parameters: PA_BELNR TYPE BSEG-BELNR OBLIGATORY,
                PA_BUKRS TYPE BSEG-BUKRS OBLIGATORY,
                PA_GAAHR TYPE BSEG-GJAHR OBLIGATORY.
    PARAMETERS : PA_BUPLA TYPE BSEG-BUPLA NO-DISPLAY,
                 PA_SECCO TYPE BSEG-SECCO NO-DISPLAY.
    PA_BUPLA = 'MUM'.                               (Note : Use the Business place & section Code Used
    PA_SECCO = 'MUM'.                                         in your company code).
    START-OF-SELECTION.
    PERFORM CHANGE_DATA.
    END-OF-SELECTION.
    *&      Form  CHANGE_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM CHANGE_DATA .
    DATA : LT_BSEG TYPE TABLE OF BSEG WITH HEADER LINE,
           LT_BSIK TYPE TABLE OF BSIK WITH HEADER LINE,
           LT_BSAK TYPE TABLE OF BSAK WITH HEADER LINE.
    BSeg updation
    SELECT *
    INTO CORRESPONDING FIELDS OF TABLE LT_BSEG
    FROM BSEG
    WHERE BUKRS  = PA_BUKRS   AND
          GJAHR  = pa_gaahr   AND
          BELNR = PA_BELNR.
    LOOP AT LT_BSEG.
      IF LT_BSEG-BSCHL    = '25' OR LT_BSEG-BSCHL = '26'
         OR LT_BSEG-BSCHL = '27' OR LT_BSEG-BSCHL = '28'
         OR LT_BSEG-BSCHL = '35' OR LT_BSEG-BSCHL = '36'
         OR LT_BSEG-BSCHL = '37' OR LT_BSEG-BSCHL = '38'
         OR LT_BSEG-BSCHL = '39'.
        LT_BSEG-BUPLA = PA_BUPLA.
        LT_BSEG-SECCO = PA_SECCO.
        MODIFY BSEG FROM LT_BSEG.
        Write : / LT_BSEG-BELNR, 'Update For BSEG', LT_BSEG-BSCHL,
                  LT_BSEG-BUPLA,LT_BSEG-SECCO.
      ENDIF.
    ENDLOOP.
    Bsik updation
    SELECT *
    INTO CORRESPONDING FIELDS OF TABLE LT_BSIK
    FROM BSIK
    WHERE BUKRS  = PA_BUKRS   AND
          GJAHR  = pa_gaahr   AND
          BELNR = PA_BELNR.
    LOOP AT LT_BSIK.
      IF LT_BSIK-BSCHL    = '25' OR LT_BSIK-BSCHL = '26'
         OR LT_BSIK-BSCHL = '27' OR LT_BSIK-BSCHL = '28'
         OR LT_BSIK-BSCHL = '35' OR LT_BSIK-BSCHL = '36'
         OR LT_BSIK-BSCHL = '37' OR LT_BSIK-BSCHL = '38'
         OR LT_BSIK-BSCHL = '39'.
        LT_BSIK-BUPLA = PA_BUPLA.
        LT_BSIK-SECCO = PA_SECCO.
        MODIFY BSIK FROM LT_BSIK.
        Write : / LT_BSIK-BELNR, 'Update For BSIK', LT_BSIK-BSCHL,
                  LT_BSIK-BUPLA,LT_BSIK-SECCO.
      ENDIF.
    ENDLOOP.
    BsAk updation
    SELECT *
    INTO CORRESPONDING FIELDS OF TABLE LT_BSAK
    FROM BSAK
    WHERE BUKRS  = PA_BUKRS   AND
          GJAHR  = pa_gaahr   AND
          BELNR = PA_BELNR.
    LOOP AT LT_BSAK.
      IF LT_BSAK-BSCHL    = '25' OR LT_BSAK-BSCHL = '26'
         OR LT_BSAK-BSCHL = '27' OR LT_BSAK-BSCHL = '28'
         OR LT_BSAK-BSCHL = '35' OR LT_BSAK-BSCHL = '36'
         OR LT_BSAK-BSCHL = '37' OR LT_BSAK-BSCHL = '38'
         OR LT_BSAK-BSCHL = '39'.
        LT_BSAK-BUPLA = PA_BUPLA.
        LT_BSAK-SECCO = PA_SECCO.
        MODIFY BSAK FROM LT_BSAK.
        Write : / LT_BSAK-BELNR, 'Update For BSAK', LT_BSAK-BSCHL,
                  LT_BSAK-BUPLA,LT_BSAK-SECCO.
      ENDIF.
    ENDLOOP.
    ENDFORM.                    " CHANGE_DATA
    Thank You.

  • Custom report stored procedure changes not reflecting

    Hi,
    I have a custom report which works fine but now I want to do some changes in stored procedure. The stored procedure compiles successfully but the changes are not reflected in the report. Am I missing out something as I am assuming that once the stored procedure is saved, the changes must reflect immediately.
    Regards,
    Rahul Sharma

    I did some changes in the where clause to include few more input parameters and thats it. I have not changed anything else. Moreover, even if I try to introduce an error intentionally, OIM is not picking it up. Is there any other reference which I need to change?

  • ICM Profile Parameter  icm/host_name_full is disabled

    Guys ,
    Coming back to the problem ,  icm/host_name_full is disabled in SMICM . how to fix my prev problem

    Hi Craig,
    I found one discrepancy . When I go to SMICM and the goto Display Parameter , I found this
    Misc                                                                               
    icm/host_name_full             = IGATESAP05                                  
    icm/http_handshake             = 1                                           
    icm/cancel_strategy            = cancel requests without session (stateless) 
    is/HTTP/virt_host_0            = :;                                        
    is/SMTP/virt_host_0            = :;                                                                               
    But when I go to Change Parameter I found that <b>icm/host_name_full</b> value is empty and it is disabled.

  • Message sent from RWB but not reflected in SXMB_MONI

    Hello Experts,
    I have a SOAP - RFC synchronous scenario. I am sending a message from RWB to PI system.It shows message sent in RWB and the message details are reflected in the RWB->message monitoring ->Adapter Engine as 'Successfull'. But no in RWB->message monitoring->Integration Engine.
    The message does not reflect in SXMB_MONI either. All other scenarios are working fine except this.
    Also on checking the status of Sender communication channels in RWB it shows 'yellow' with reason channel may be inactive or unitialised. Whereas i have checked the communiaction channels in ID, their status is Active.
    Kindly advice a solution.
    Thanks in advance,
    Elizabeth.

    Hi,
    Your message processed from sender adapter. But seems there is some problem in reaching IE. Check out your wsdl file. check when define a web service, have u given right url. Is it like this
    http://[server]:[port]/XISOAPAdapter/MessageServlet?channel=:[sender communication channel service]:[sender communication channel name]
    and also make sure whether you given the right http port name, sender business system name , sender message interface in the following step of define web service.  and the port name is important you can fine http port for your PI server by going to SMICM tcode. in that press shift + F1
    You altova xmlspy software for testing purpose. You can download free 30 day trial version from altova website. once you installed in it.
    Go to xmlspy software. the menu you can find a "SOAP". underthis menu you can find create soap request. select that it will ask the wsdl file. give the wsdl file which you are created in define web service step. after that in xmlspy
    menu->soap->send request to server. then it ill ask user name and password to connect with the PI server.  then you will get the rfc response if u successfully connected with PI sever.
    for more details,
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417200)ID1437447550DB12110496670821140257End?blog=/pub/wlg/4550
    but in this website they didnt use xmlspy some other third party software. good luck
    Regards,
    Balaji

  • Changes made in BOM are not reflected in Configurator.

    Hi all,
    When i update minimum and maximum quantities in BOM, the new values are not reflected in the configurator.
    I have found a patch (patch# 4410573) for this issue in metalink and applying that patch did not resolve the issue.
    I have logged an SR with Oracle for this and Oracle support have asked me to run "Refresh Single Configuration Model" concurrent program and see if the changes are reflected.
    This program has 2 parameters one for folder and the other for Configuration Model Id.
    When i try to run the program, for any of the folders, the value set for the parameter Configuration Model Id does not show any values and hence i am unable to run the program.
    We don't have a separate instance for COnfigurator.
    Do i need to do any set up so that my Configuration model is reflected in the LOV?
    Can anyone please help me on this?
    Oracle Apps version: 11.5.10.2
    Configuration software build: 11.5.10.25.43A
    Regards,
    Sreekanth

    Hi Jason,
    Please see my comments below
    Jason said*
    Support is correct. If you haven't run the Refresh a Single Configuration Model concurrent program for your model, then the new BOM attributes will not be visible in your model. Changes to items/BOMs are not directly reflected in the configuration model. You must "refresh" the model to see the changes.*
    Even without running the "Refresh a Single Configuration Model" concurrent program, in some scenarios, changes are being reflected in Configurator.
    Ex:
    When i change only minimum and maximum quantities, the changes i.e. new minimum and maximum values are not reflected in Configurator.
    But, when i also change any of the following fields along with minimum and maximum quantities, new values are being updated in Configurator with out running the refresh program.
    effectivity_date, disable_date, component_quantity, planning_factor, component_yield_factor and optional class
    Can you please explain this?
    Also, i have already tried executing the query by commenting the enclosing_folder check. But still, the query is not retrieving any records.
    Basically, the sub-query that fetches devl_project_id itself is not retrieving any records.
    Jason said:+
    Based on the SQL above, the only criteria for importing a model is that the item under the folder must be:+
    a. A Model (PRJ = Project)+
    b. The Model cannot be deleted (Deleted_flag must be '0')+
    c. And the model must have been imported from Oracle apps, e.g. it cannot be a non-BOM model (orig_sys_ref is not null)+
    Can you please tell how can i check whether model is imported into configurator or not and if it is imported from where is it imported?
    Regards,
    Sreekanth
    Edited by: Sreekanth Munagala on May 12, 2011 8:52 AM

  • Changes made in RFC is not reflected in data services

    Hi,
    I am using a data service based on SAP R/3 RFC in my view
    In my RFC i have some import parameters
    and some export parameters
    and when place a data service which is based on this RFC on the view  for the first time , I am getting the import parameters and export parameters correctly
    but the issue comes
    when ever some one make changes in RFC and activating it again.
    those changes are not reflected in data service (ex: a new import parameter is added or a parameter name is changed  in the RFC, this is not reflected in data service)
    i tried with deleting the existing data service and creating a new data service based on modified RFC
    but even iam getting the data services details as pervious one ( as old data servie which  i used at firt time)
    why this is happening
    how to solve this issue
    regards
    Srinivas

    Hi,
    Yes you need to restert the J2EE engine. Because when you  imort it first time then it holdes it in cache  memory. It will not be updated untill you restert the server. You restert the server then try it , you will get the right result for updated RFC.
    Thanks
    Chandan

  • SAP Portal changes not reflect in all the  servers without  reboot?

    Dear  SDN Members
    We have  one sap ep 7.0 eh1  main instance   and  4 other portal instances.every time  we tranport any  portal develpment work  such as epa packages, we need to restart all the instances to reflect the new changes.can you please suggest me
    a solution if  exists to avoid  bouncing of all instances when a portal development work is  transported.
    Why does the changes not reflect in all the servers without the reboot??
    Thanks
    Chandra

    Thanks for the quick response kenny, i wonder if we can configure any parameters in UME
    to avoid bouncing of all the instances. please let me know if you have any other suggestions.
    actually we have  a central portal instance and 4 other  portal servers connected  through a
    load balancer.Any tranport we move to central instance should refelect the changes in all
    other portal instances.But we need to restart all the instances to see the new changes.
    We are trying to find a solution if availbel which prevents server-restarts after each transport.
    Thanks
    Sekhar

  • Messages not reflecting in PI system.

    When sending a message from R/3 system using proxies I was able to see the messages in SXI_MONITOR of R/3 system.
    While debugging, message is getting transferred into the XI structure.
    But, the same message is not reflecting in the PI system when searching using SXI_MONITOR.

    Hi,
    Can you please answer me:
    1) Are uy able to see any entry in SXMB_MONI of XI and any error message.
    2) Have u used the commit work at the end of the report.
    3) Have u created the RFC destination in XI
    SAPSLDAPI
    The RFC destination SAPSLDAPI is required for the connection to the SLD. It is used by the ABAP API.
    4) Have u checked the Transaction SLDCHECK in XI.
    5) Have u checked Transaction SPROXY
    The interfaces are taken from the Integration Repository of the connected XI
    system. To make sure that this connection is running correctly, use the test
    reports provided in transaction SPROXY &#56256;&#56518; Goto &#56256;&#56518; Connection Test:
    o Report SPROX_CHECK_IFR_ADDRESS checks if the connection to the
    Exchange Profile is running and if the parameters are set.
    o Report SPROX_CHECK_HTTP_COMMUNICATION checks if the HTTP
    communication of the system is running.
    o Report SPROX_CHECK_IFR_RESPONSE checks it the connection to the
    Integration Builder is running correctly.
    o Report SPROX_CHECK_IFR_CONNECTION checks if the data coming from
    the Integration Builder can be correctly interpreted.
    Thnx
    Chirag

  • Notifications not reflected in EP 7.0 in MSS. ECC 6.0 is Backend

    Hi Gurus
    We are implementing ESS/MSS in EP 7.0. In UWL We are able to see work items generating in Tasks tab. But in Notification tab the notifications which were shown in backend were not reflecting in the EP 7.0. There is no error message displayed.Please give your valuable inputs to resove the same.
    Thanks and Regards
    Harikiran Sahukaru
    SAP-BASIS

    Hi Nicholls ,
    I already added in the Alias, the problem happened in ITS connection, which is working fine in EP 6.0.
    In EP 6.0.
    ITS Connection
      Test Details:
    The test performs the following:
    1. Checks the validity of the system ID in the system object.
    2. Checks if the system can be retrieved from the PCD.
    3. Check if the system object has a valid system alias
    4. Checks if a SAP system is defined in the system object
    5. Validate the following parameters: ITS protocol; ITS host name
    6. Checks if the host name of the server can be resolved.
    7. Checks HTTP/S connectivity to the defined back-end application
      Results
    1. The system ID is valid
    2. The system was retrieved.
    3. Retrieval of the default alias was successful
    4. The system object represents an SAP system
    5. The following parameters are valid: ITS Protocol (https) ITS Host Name (itsw1d11.pm2s.com:xxxx)
    6. The host name itsw1d11.pm2s.gov.sg was resolved successfully.
    7. An HTTP/S connection to https://itsw1d11.pm2s.com:xxxx/scripts/wgate was obtained successfully.
    Error in EP 7.
    ITS Connection
      Test Details:
    The test consists of the following steps:
    1. Check the validity of the system ID in the system object
    2. Check whether the system can be retrieved
    3. Check whether the system object has a valid system alias
    4. Check whether a SAP system is defined in the system object
    5. Validate the following parameters: ITS protocol; ITS host name
    6. Check the validity of any user mapping in the system object
    7. Check HTTP/S connectivity to the defined backend application
      Results
    1. The system ID is valid
    2. Retrieval of the system was successful
    3. Retrieval of the default alias was successful
    4. The system object represents an SAP system
    5. The following parameters are valid: ITS Protocol (https) ITS Host Name (itsw1d11.pm2s.com:xxxx)
    6. HTTP/S connection failed
    Edited by: Feng Guo on Dec 15, 2008 11:29 AM

  • Language Not reflecting in portal sub areas

    Hi all,
    We have installed languages in back end ECC6.0 (SP14,Enhancement Package2). In UME we have assigned the default language to. But still its not reflecting fully in portal page. It means for example I have assigned a french language to the particular user in UME.After doing this activity, i logged in to the portal then the french language is reflecting in the areas but not in subareas(data from ECC ).The data are displaying in English only.
    So, i think i need to maintain values are parameters for the translation has to be taken..
    FYI: Its ESS module and i changed my setting also in browser
    Anyone helping me in this it will be really helpful
    Regards
    Vijay kumar
    Edited by: vijay kumar gopal on Jun 6, 2008 1:26 PM

    Is the french language installed and maintained in your backend system? If yes, did you configure the browser so that is uses FR-fr as language first before using EN?
    Markus

Maybe you are looking for

  • Ipod Erasing all Files on it's own

    I've had my ipod for over a year now, and it was working fine, I had about 27GB worth of music, videos, and pictures on it and I was listening to it yesterday. I set it aside and came back to it a few hours later to find it empty of all music, videos

  • How to change GL account in A/P Invoice?

    Hi All, While crreating A/P invoice, how can i change the g/l account? I have checked in the form settings and the form is active and visible. But when i try to click on it, it does not work!! Also, if i change the gl in grpo, the je that is passed i

  • Mapping during scan productions

    In a previous post, I've read this : "Also you can map the subfolder-names to metadata fields. For more detailed infos see the admin manual". I didn't find anything like this in the administration guide. Effectively, they discuss on mapping folder na

  • The Itunes Library File Could Not Be Saved A unknown Error Occurred -1450

    I keep getting this error message since I updated to this version of Itunes. Ver. 7.0.2.16. I had absolutly no problems until this update. I have removed and reinstalled twice..and I mean removed all files ccleanered the whole PC the whole she-bang,

  • How to link an analog input to a controller implemented in PC(Labview) then feedback to the external system?

    Atten : Jeff or anyone =) I had discretized my controller onto labview. And would like to feed the analog input from external into the PC(that the controller is implemented in). I do hv a DAQ card. The problem is I do not know how to link the analog