RWB - Configuration Section Question

There are 2 entries in this section ( Integration Server, Adapter Frame Work ). Send and Received check boxes were enabled. However I donot see Sender Port, Receiver Port, Action entries. Furthermore there was an error message at the bottom of the screen which is <i>" No ports that send to the Integration Server could be found for the following ALE logical systems:<br>configurat: Neither the messager server nor the application server can be reached for system PRD"</i>

Hi,
See some links for Alerts..to get an idea..
Triggering XI Alerts from a User Defined Function - /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
blogs for alerts
https://www.sdn.sap.com/irj/sdn/advancedsearch?query=alerts&cat=sdn_weblog
http://help.sap.com/saphelp_nw2004s/helpdata/en/2b/d925bf4b8a11d1894c0000e8323c4f/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/9c/34193cb4f5131de10000000a11405a/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/8a/3e2d4105f8d92be10000000a1550b0/content.htm
Troubleshooting Alerts
/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
Please explain your scenario bit more...
Regards
Chilla..

Similar Messages

  • Error while crawling LOB contents in SP 2013:'Could not find default endpoint element that references contract in the ServiceModel client configuration section

    Hi,
    I created custom BDC Model using Visual Studio. In ReadList method i am getting data using Web Service call. Using this External Content Type (BDC Model) i created one external list and it is populating with data.
    I created one new content source in search service application using this BDC Model and when crawled this content source i am getting the below error.
    Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Runtime.RuntimeException MethodInstance with Name 'ReadList' on Entity (External Content Type) with Name 'Entity1' in Namespace 'bcsex.BdcModel1' failed
    unexpectedly. The failure occurred in method 'ReadList' defined in class 'bcsex.BdcModel1.EntityService1' with the message 'Could not find default endpoint element that references contract 'ServiceReference1.Service1Soap' in the ServiceModel client configuration
    section.
    I included the bindings and client end point configuration settings in web.config file located at
    \\Inetpub\wwwroot\wss\VirtualDirectories\Port_Number, but still getting the same error.
    Please help. Thanks a lot.

    The Issue resolved by including the bindings and client end point configuration settings in
    machine.config file located at C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\ and also restarted the server after config changes.

  • Can anyone explain this to me, please. It's a static section question.

    Can anyone explain this to me, please. It's a static section question.
    I came across the following style of programming recently and I would like to know what the Static section is actually doing in the class. Thx.
    Here is the code.
    public class ClassA {
         private static Hashtable ClassAList = new Hashtable();
         private ClassB cB;
         private Vector goodLink;
         private Hashtable classCList;
         static
              ClassA cA = new ClassA();
              ClassAList.put("whatever", cA);
         public static ClassA getClassA()
              return (ClassA) ClassAList.get("whatever");

    hi,
    The static section shall be loaded before it's constructor is called. (i.e at the time of loading the class). Therefore making it available for any other objects to call.
    hope this clarifies ur question
    prasanna

  • RE: How to add Configuration Section to an OEM Plug-In

    Hi:
    - Some OEM plug-ins which I downloaded have a Configuration Section on the Plug-In's home page.
    - The OEM Extensibility Guide does not explain how to add the Configuration Section to a Plug-In.
    - Could someone please provide some pointers on how to add the Configuration Section to an OEM plug-in?
    Thanks
    John

    For certain Oracle built plug-ins, ECM configuration data is collected, which will show up in the Configuration Section on the target homepage. However, the ECM functionality is not supported for plug-ins built outside of Oracle.
    You can still collection configuration data as a regular metric, but it wouldn't appear on the homepage under the Configuration Section; it would appear as any other metric collected for the target type.

  • Parser Error Message: Unrecognized configuration section 'system.webServer'

    at the time of rum show Error 
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 
    Parser Error Message: Unrecognized configuration section 'system.webServer'
    Source Error: 
    Line 34:     </httpModules>
    Line 35:   </system.web>
    Line 36:   <system.webServer>
    Line 37:     <validation validateIntegratedModeConfiguration="false"/>
    Line 38:     <modules>
    Source File: c:\inetpub\wwwroot\ACS-Driver\web.config    Line: 36 
    Version Information: Microsoft .NET Framework Version:1.1.4322.2379; ASP.NET Version:1.1.4322.2379

    my server :
    os windown server 2003
    iis 6.0

  • Wiki: Spotify Configuration section

    I added a configuration section to the Spotify Wiki entry. The motivation was to acheive global media hotkeys so this is currently the only subsection this contains: Spotify#Global_Media_Hotkeys. I'd like to get some feedback any improvement suggestions.
    For example, is it a good idea to provide an Openbox example or should I just omit it and stay in general terms (i.e. only link to the xbindkeys page)?
    Also, improvements to the script are welcome.
    Thanks in advance,
    javex

    hi,
    According to my understanding,ur tryin to deloy an application(forms and reports on OAS 10g) rite??
    If yes, then follow the below steps
    $ORACLE_HOME/forms/server
    create a new enviroment file(for eg fd.env) using the default.env as follows and make the following FORM_PATH and REPORTS_PATH changes in the fd.env
    FORMS_PATH=/oraApp/Ora_bi/forms:/oraApp/backup_29_11_2010_0.12/fd/pll:/oraApp/backup_29_11_2010_0.12/fd/forms
    REPORTS_PATH=/oraApp/backup_29_11_2010_0.12/fd/reports
    similarily create another env file (eg appr.env) and make the above changes in it.
    Now add the below lines in formsweb.cfg
    for example:
    [fd]
    envFile=fd.env(new env file created)
    form=fd.fmx(login form)
    lookandfeel=oracle
    separateFrame=true
    userid=xyz/xyz@xyzlive(username/pasword@tnsalias)
    splashscreen=NO
    logo=NO
    background=NO
    color=automatic
    render=yes
    archive=frmall.jar
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar,icons.jar
    imagebase=codebase
    term=frmpcweb.res
    baseHTML=webutilbase.htm
    baseHTMLjinitiator=webutiljini.htm
    now try accesing your application through below link
    http://ip address:7778/forms/frmservlet?config=fd
    set ur ORACLE_HOME as well PATH,LIBRARY
    If you require any other help then do let me know
    Regards
    Fabian D'souza
    Edited by: Fabian on Mar 10, 2011 11:04 PM

  • RWB - Configuration hyper link

    In RWB,
    I clicked on Configuration hyper link and it asks me for user name and PW.
    For the PW, it takes only first 8 characters.
    Then I tried with a user with 8 character PW and failed to login.
    I am not sure what r the roles req to do that.
    -Naveen.

    Hi,
    For the configuration hyperlink in RWB, it is taking only first 8 chars as pw.
    So I changed the PW on the ABAP stack.
    Now I am able to log in to the  RWB - Configuration hyper link
    -Naveen.

  • Configuration section in OAS console

    Hi experts,
    I have installed OAS 10g on my XP PC where I already have Oracle 10DB and 10g DS installed. Now I am in appl deployment process, when I open AS control console to do...
    2.Create a configuration section in the Forms Web Configuration page of Oracle Enterprise Manager 10g Application Server Control Console so that Oracle Application Server Forms Services can access your application module.
    I can't find any any web configuration page, pls help me how to get that page to create a new config section?
    I have installed the default option for Oracle AS i,e Middle tier.
    Rgds

    hi,
    According to my understanding,ur tryin to deloy an application(forms and reports on OAS 10g) rite??
    If yes, then follow the below steps
    $ORACLE_HOME/forms/server
    create a new enviroment file(for eg fd.env) using the default.env as follows and make the following FORM_PATH and REPORTS_PATH changes in the fd.env
    FORMS_PATH=/oraApp/Ora_bi/forms:/oraApp/backup_29_11_2010_0.12/fd/pll:/oraApp/backup_29_11_2010_0.12/fd/forms
    REPORTS_PATH=/oraApp/backup_29_11_2010_0.12/fd/reports
    similarily create another env file (eg appr.env) and make the above changes in it.
    Now add the below lines in formsweb.cfg
    for example:
    [fd]
    envFile=fd.env(new env file created)
    form=fd.fmx(login form)
    lookandfeel=oracle
    separateFrame=true
    userid=xyz/xyz@xyzlive(username/pasword@tnsalias)
    splashscreen=NO
    logo=NO
    background=NO
    color=automatic
    render=yes
    archive=frmall.jar
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar,icons.jar
    imagebase=codebase
    term=frmpcweb.res
    baseHTML=webutilbase.htm
    baseHTMLjinitiator=webutiljini.htm
    now try accesing your application through below link
    http://ip address:7778/forms/frmservlet?config=fd
    set ur ORACLE_HOME as well PATH,LIBRARY
    If you require any other help then do let me know
    Regards
    Fabian D'souza
    Edited by: Fabian on Mar 10, 2011 11:04 PM

  • GPO Run these programs at user logon not taking effect when configured in Computer Configuration section

    [EDIT 20140207]:
    I found that the default domain policy sets "run these programs at user logon" and (other than I expected) not BOTH GPO settings become active, but the setting from the default domain policy overrides the setting from my new GPO. So I think I have
    found the answer myself.
    When on our W2k8-R2 DC I create a new GPO and configure
    "Computer Configuration/Policies/Windows Settings/Administrative Templates/System/Logon/run these programs at user logon" to "c:\windows\system32\notepad.exe" (just for testing) it won't take effect on Win 7 SP1, no matter what the Security
    Filtering options are.
    It seems other settings (in the very same GPO) become active but "run these programs at user login" from the computer policies section doesn't. I configure the very same setting in the section "user policies" instead and add "Authenticated
    Users" to Security Filtering, the program will be started. But that's not what I need.
    I can reproduce the issue, here are the exact steps:
    create a new group "group-a" for later security filtering
    create a new GPO
    in the new GPO set "Computer Configuration/Policies/Windows Settings/Administrative Templates/System/Logon/run these programs at user logon" to "c:\windows\system32\notepad.exe"
    for setting the scope remove "authenticated users" from Security Filtering and add "group-a" instead
    link the GPO to the domain root
    make "test computer" a member of "group-a"
    on "test computer" run "gpupdate /force", reboot, log in
    Issue: notepad is not being started.
    What I'm aiming for is obvious: Depending on the membership of group-a I want to configure certain programs that should be started whenever a user logs in.
    gpresult /R returns that it would be applying the GPO. (It actually is but the setting "run these programs at user login" is not being applied.)
    For debugging I started MMC / RSoP on one of the machines on which the GPO should have been applied and found that "run these programs at user login" is not set (which seems to be the reason why the GPO won't work on the machines).
    Searching the web I found similar reports
    [1] [2] but no solution was found and the user used a workaround instead.
    If I change the GPO so that I use the very same setting in "user configuration" instead of "computer configuration" it works as long as I add "authenticated users" to the Security Filtering. But then the GPO is applied to all users
    and not only to the ones using computers which are members of group-a. According to this howto [3] I should not remove "authenticated users" but alter the security setting instead. However, the howto seems to be aimed ad w2k3 and using Win2k8 I cannot
    find security settings "apply" for "authenticated users" so I cannot remove that setting, there's only "read" or "read and modify".
    So two questions:
    1. Why doesn't it work when using "computer settings"
    2. What about that Security Filtering with removing "authenticated users" and using group-a instead?
    T.
    [1] http://social.technet.microsoft.com/Forums/windows/en-US/0e280490-fba6-4ced-aba5-ae49c60e44bd/computer-gpo-run-these-programs-at-user-logon-not-working-as-intended-on-win7-clients?forum=w7itproinstall
    [2] http://social.technet.microsoft.com/Forums/windows/en-US/8cb78bf8-33ec-461e-8604-32d82d016685/run-these-programs-at-user-logon?forum=winserverGP
    [3] http://www.grouppolicy.biz/2010/05/how-to-apply-a-group-policy-object-to-individual-users-or-computer/

    Hi,
    sounds like you find the answer already.
    If you have any further question, please feel free to let me know.
    Have a nice day!
    If you have any feedback on our support, please click
    here
    Alex Zhao
    TechNet Community Support

  • ALE Configuration Conceptual Questions

    Hi Experts,
    I need some help regarding the ALE configurations.
    1. I know that we specify the RFC dest in the port and then specify the port in partner profile. What exactly is the significance of a port in case of outbound Scenario? we could have directly specified the RFC destination in the partner profile.
    2. When we create the TCP/IP RFC destination it creates a TRFC Connection. However in the special options tab we have the option select QRFC version? What is the use of that?
    3. Why does the port created is of TRFC for ALE? Is it that the RFC connection is of TCP/IP so we need a TRFC port?
    4. Why do we need to create TCP/IP rfc destination for ALE, why not HTTP RFC destination?
    5. Is distribution model is mandatory for all the ALE scenarios? If not then when its mandatory?
    6. While creating process code we have option process with/without ALE service. What does that exactly means?
    Thanks
    Kumar
    Moderator message: please search for available information/documentation, do not ask interview-type questions.
    Edited by: Thomas Zloch on Apr 19, 2011 7:01 PM

    hi,
    ALE/ IDOC
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    Regards,
    S.Nehru

  • Configure LDAP question in Mail Preferences

    In trying to troubleshoot my question two posts down, I went to Mail Preferences to confirm I had checked the item that says to "Automatically complete addresses". It was checked. What does the toggle box next to it marked "Configure LDAP" do?
    many thx

    LDAP is a common directory service. It's typically used for accounts in network environments (e.g. a list of everyone's username and password), but it can also be used as a contact database.
    When auto-completing email addresses, Mail can query a LDAP server to find users email addresses - think of it as a central address book rather than your own personal one.
    It's more common in large organizations where you don't want hundreds of people having to remember everyone else's email address - add them once to the directory and everyone who's connected to that server will see them. For individual/personal use it's less useful.

  • Automatically configure UDA question

    First,I set 'automatically configure user device affinity from usage data' in UDA settings to 'No',then client will send a state message (TopticID:1600) indicates that CCM client is waiting the UDA request to be approved and save it in wmi during
    the user affinity usage task.State message and logs look like this:
    >>>>>>Starting processing user affinity usage task<<<<<<
    Auto affinity threshold settings Days = '30', User minutes threshold = '2880', Auto approve affinity = '0'.
    Clean up agents user logon events...
    Retrieving user minutes map...
    Loading approved and pending user affinities...
    Checking if any pending affinity is approved...
    Checking usage minutes per user against current minutes threshold...
    User 'abc\def' has 3425 usage minutes
    Setting auto affinity for user 'abc\def'.
    Successfully sent user affinity state message for user 'abc\def'.
    Successfully created pending user affinity for user 'abc\def' into WMI.
    >>>>>>Finished processing user affinity usage task<<<<<<
    After that,I turn on 'automatically configure user device affinity from usage data' ,but client will only refresh the old state message (TopticID:1600) in wmi which indicates it has automatically set uda for the user and
    will not send the new state message to site server becasue it consider the same state message existing in wmi.
    >>>>>>Starting processing user affinity usage task<<<<<<
    Auto affinity threshold settings Days = '7', User minutes threshold = '1500', Auto approve affinity = '1'.
    Clean up agents user logon events...
    Retrieving user minutes map...
    Loading approved and pending user affinities...
    Checking if any pending affinity is approved...
    User 'abc\def' in pending affinity is not approved yet
    Checking usage minutes per user against current minutes threshold...
    User 'abc\def' has 3608 usage minutes
    Setting auto affinity for user 'abc\def'.
    Found same state message existing. (was sent before) Skip sending same state message for user 'abc\def'..
    >>>>>>Finished processing user affinity usage task<<<<<
    I can manually delete the TopicID 1600 message in wmi and restart the ccm client,after that the new uda state message will send into the site dabase and pending request in console will be disappeared.
    That is my question.Actually the state message content is different from the old one.Why ccm client consider they are the same messages and will not send it so that the uda information is not set for user in ccm database.(In console it
    always display as a pending request)

    Sorry for the delay.
    I tested the situation again and came into the same result.
    1. If the logged on user have already reached the threshold before you changed the Client Setting to Yes for Auto UDA, the State Message did not send out again. Because the agent thought this box is in pending state, no more state message needed.
    2. If the logged on user have not reached the threshold before you changed that setting, the Auto UDA State Message will send if the user reaches the threshold in the future.
    Seems this is by design. Anyway, I recorded this situation.
    Juke Chou
    TechNet Community Support

  • EoMPLS CE configuration basic question

    My company is going to switch to MPLS as our WAN service provider. It is pure L2 technology according to the provider and the handoff will be Giga fiber Ethernet. But I don’t need transport VTP, CDP and STP between sites.
    So I don’t think that there is a need of trunk port to tunnel port and q-in-q configuration. Right?
    I plan to plug the link into L3 switches on both ends and configure IP address on L3 just like a point-to-point link. Do you think this whould work? Is there any MPLS related configuration required for this scenario? Do I miss anything?
    Thanks

    Hello Ming,
    Regarding DSCP bit preservation across the MPLS backbone, well, you have the choice of either remarking it by the Service Provider or let it be carried "as it is", it all depends as to what you want.
    Infact NOT honoring the cusotmer QoS is more beneficial to the Service Provider in some cases, imagine if the SP honors your QoS... you can buy a "Standard" service and mark the packets with "priority" bits and avail of "Premium" service... so many SPs don't usually honor customer QoS, be it IEEE 802.1p, IP ToS/DSCP or MPLS EXP...
    So answering your question clearly, Yes QoS markings would be preserved...
    Let us know if this helped...
    Sultan

  • Underlay section question/error?

    Recently upgraded from CR 8.5 to 11.5.10.1263 and am experiencing the following on a report developed in CR 8.5, opened/run under CR XI.
    I have the Section Expert formatting Group Header 3 to Underlay following sections (box checked).  For the first record under Group Header 2, data in Group Header 3 does underlay (align vertically with GH2).  But, for any subsequent GH3 records within the same GH2 class, the GH3 data is not underlying/aligning.  Instead a linefeed is resulting after the GH2 data, with GH3 coming one line lower.
    This pattern repeats with subsequent GH2 classes (first GH3 underlays, subsequent records do not).
    As far as I can tell, the same options that applied (and functioned "properly") under CR 8.5 are present in CR XI - but running the report under CR XI creates these extra line feeds where CR 8.5 did not.
    Are there futher/additional options that I need to address when using a CR 8.5 report in the CR XI environment - or is this otherwise a known issue with CR XI?
    Any help, or additonal questions of my situation, is welcome.
    Thanks
    Tim Sobota

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • Page Footer Section Question

    Hi, I have multiple pages in my report and would like to print a message "CONTIUNED" on all pages in the Page Footer section except the last page. Any help would be appreciated.
    Thanks Jim Dyer

    I am not having any luck doing with this issue, I must not be doing this correctly or not communicatng clearly. I will explain again and see if that helps. I have a main report and a sub-report. The main report calls the sub-report with the same information as the intial report. So, I have 2 pages on first report and 2 pages from the sub report from which both reports are the same. I would like to print the message at the bottom of page 1 & 3 (both the same) "CONTIUNED" and not on pages 2 & 4 since it is the end of the report for both pages. I have tried nuerous times to create formuals, fake groups, etc. with no luck, so I would like to try again to see if this possible. I have used Crystal for a few years, but I am not familar with Shared values, or Fake groups in sub report.
    Thansk Jim Dyer

Maybe you are looking for