XML Services for dummies

Hi, I have UC 540 and several SPA 502 phones configured via SCCP (operational). I wanted to configure XML applications like weather, directories, voting pools...so I installed IIS, with php, asp and that is operational, now when I try to login to the webpage of the phone (10.10.1.100) first of all I am not able to change anything,eveything is locked and I don't have admin login button! second of all I don't have XML Services part but instead I have URL
Network Configuration
TFTP Server:   
10.1.1.1
Call Manager:   
10.1.1.1
Directories URL:   
http://10.1.1.1:80/localdirectory
Messages URL:   
Services URL:   
http://10.1.1.1:80/CMEserverForPhone/serviceurl
Authentication URL:   
http://10.1.10.1/voiceview/authentication/authenticate.do
DHCP Address Released:   
No
Erase Configuration:   
No
Last TFTP Server:   
10.1.1.1
I assume that it is service URL part but I am not sure. After I inserv this url how to call these apps ? From CME services -> My Phone Apps submenu
or not ?
Can someone tell me how to configure this step by step, I am junior admin and this is the first time I am configuring this.
Thank you very much
Regards

Hello,
There is not.
Regards,
Bruce
Feng Xue wrote:
>
Hello,
Does anybody know if there is an XML schema definition for the web-services.xml
DD?
Thanks,
-Feng

Similar Messages

  • Develop XML Service for Cisco UCM

    Hi all,
         we are looking for guides in order to develop ad hoc XML Service for IP Phone in Cisco UCM (7.x and 8.x).
    One of our biggest clients has an internal team of XML developers and asked us what kind of services are possible to add, such as alerts about fault events for Net Administration Team, meetings invitations based on Enterprise calendar or asked just in time by a user to push on IP phone display of the recipients, etc.
         I am aware that many Cisco Developer Partners already offer such services in their products, but I can not suggest the purchase of a suite of third-party to a company that has invested in developing their own software.
    Regards,

    There is a Cisco Press book Developing Cisco IP Phone Services on this topic. Beyond that, the Cisco Developer Network has a whole section dedicated to IP Phone Services.

  • Lotus Notes personal address book XML Services for Cisco IPPhone

    New Version 2.0.2 multi-lingual is available!
    the ARSnet_CiscoUM Application ist base of iBOS 2.0 technoligies (Internet Business Office Services).
    You retrieve current, correct and complete Information in real-time like WebServices , on Demand or SOA.
    For more info see
    http://www.arsnet.eu/workshop/iBOS20-Cisco-EN-pptA4.pdf
    For 30-day Demo send me a email
    mailto:[email protected]
    with kind regards,
    ARSnet BusinessSoftware

    Nelson:
    The URL that is working for us is: 
    http://10.2.5.234:8080/ccmpd/pdCheckLogin.do?name=#DEVICENAME#&service=pab
    then use your own IP address for the Call Manager node.
    Our Call Manager configuration is shown below.
    To access the feature, we hit the Services Button, are prompted with a Personal Address Book option, select it, then are promoted for a UserID/PIN (shown further below), at which point I enter my LDAP ID and a PIN.  The PIN is created in Call Manager under User Management ==> End User ==> PIN.
    Good luck with your process.
    Dan

  • Possible elements in the instanceconfig.xml file for presentation services

    g'day
    Has anyone here come across a list of all the possible elements that can be put in the configuration file for a presentation service, instanceconfig.xml ?<P>
    I have found next to nothing in the documentations, about what can be configured there.<P>
    What I am specifically after is: How can I change the default listening port for the Presentation Service? The default port is 9710 and I want to move to another port.<P>
    Also, how can I move the JavaHost from the default port 9810? I can change the file <i>OracleBI/web/javahost/config/config.xml</i> to reflect the change. Once the JavaHost has been restarted it starts up on the expected port, but the Presentation Service still tries to communicate over RPC to port 9810. How do I configure the presentation service to search for the JavaHost on a non-default port?<P>
    I have boiled it down to my original question: What are the possible values I can configure in the instanceconfig.xml file?<P>
    Any comments here would be great.<P>
    Cheers,<br>
    Borkur

    So, I had a little breakthrough here.
    I found in the OBIEE deployment guide, page 142:
    To change the Presentation Services listener port
    1 Open the instanceconfig.xml file for editing.
    2 Locate the <WebConfig> element.
    3 Within the <WebConfig> tags, create the element <RPC> and assign it the RPC Listener Port
    value for the BI Presentation Services instance, as shown in the following example.
    <WebConfig>
    <ServerInstance>
    <RPC>
    <Listener port="9715" />
    </RPC>
    </ServerInstance>
    </WebConfig>
    NOTE: In the preceding example, the RPC Listener port for the BI Presentation Services instance
    has been changed to port 9715 from the default of 9710.
    4 Save changes to the file.
    This almost works. The RPC element has been deprecated, as was reported in the sawserver.out.log:
    The configuration entry 'RPC/Listener' is deprecated. Please refer to the admin guide for more information.
    What I then did was to just remove the RPC elements and leaving the Listener element straight under there ServerInstance element. This seems to have solved the problem.
    I still have to figure out how to let the Presentation Service know that I have moved the JavaHost to antoher port ...
    Cheers,
    Borkur

  • Configuring Web Services for Oracle XML DB

    Hi all...
    I think I need some help one this subject....
    We have a 10G Release 2 Oracle single instance ( not RAC) install on a Linux Redhat v5.3 64 bit server. Are developers are user Visual Studio .Net and wnat to send xml files to a web service so that the xml file (containing data) can call a PL/SQL package (to be written) which will take the data out of the xml input file and insert rows into a prefined table within the instance. Now they have browsed the web and have come upon the following links...
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb_web_services.htm
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb22pro.htm#i1026724
    Currently, within the database I looked at the schema XDB and have unlocked the account and connected as the user XDB. There are some 680 objects in the following groups...
    SQL> select object_type, count(*) from dba_objects where owner='XDB' group by object_type;
    OBJECT_TYPE COUNT(*)
    SEQUENCE 2
    PROCEDURE 5
    OPERATOR 8
    LOB 334
    LIBRARY 12
    PACKAGE 20
    PACKAGE BODY 17
    XML SCHEMA 25
    TYPE BODY 5
    TRIGGER 12
    TABLE 36
    INDEX 51
    FUNCTION 5
    INDEXTYPE 2
    VIEW 2
    TYPE 144
    16 rows selected.
    Now in the links above it mentions that the xdbconfig.xml needs to be altered etc. However, I have searched the entire $ORACLE_HOME and there is no file definition of that description.
    From a DBA prospective...what do I have to install on the Linux server? I assume from the Oracle Database 10g Companion Products I need to lay down Oracle HTTP Server in a new Oracle home as the first step...or not? Does the HTML DB need to be installed as well?
    And for Configuring Web Services for Oracle XML DB...what else has to be installed? And from what product line?
    Thanks in Advance....
    Cheers
    Roegr

    Hi Marco...
    First of all ...thanks for the reply.
    I followed the link and the infor in that web page. However, there were a few things that did not work....
    1. The http://localhost:8080/ as is brought up a web page withe the heading as
    ==========
    ORACLE DATABASE 10g EXPRESS EDITION LICENSE AGREEMENT..
    ==========
    The other browser test ftp://localhost:2100/
    did not find any page?
    2. Then I went onto running (as the sysdba) the pl/sql to enable the ORAWSV Entry Service
    however it error out. So I did a describe on DBMS_XDB and the function deleteServlet does not appear
    then I had a look and this link to > http://www.liberidu.com/blog/?p=471
    was for 11G and the other link > http://docs.oracle.com/cd/B28359_01/appdev.111/b28369.pdf
    was for 11G.
    However, we are on 10G
    =================
    SQL> select * from V$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    PL/SQL Release 10.2.0.3.0 - Production
    CORE 10.2.0.3.0 Production
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    ==================
    So is there must be other sql for 10G?
    Cheers
    Rog

  • When service PO is saved no xml generated for MM-SUS Service Procurement

    Hi,
    We have SRM 7.0 & EHP 6.0 (service pack 4) .
    The settings are in place as per the below SAP Notes:
    Note 1286936 - PI configuration for SRM - additional information
    Note 1268336 - Business Suite 2008: Synchronous peer-to peer Services
    For Service Procurement (MM-SUS), in XI we have configured Standard Integration Scenario "SE_Services_Procurement" which is available in Integration Repository. (Proxy-Proxy Communication)
    We are facing issue while creating the service purchase order in MM-SUS scenario.
    PO should transfer through XML as in XI config we have used proxies for both ECC & SRM, when creating PO xml not generated in SXI_MONITOR in ECC.
    Please guide the config required in ECC to generate the XML
    tnx in adv,
    rgds,
    balu

    Hi Balu,
    SAP Note 1268336 - Business Suite 2008: Synchronous peer-to peer Services, configuration in SOAMANAGER that you have done are for
    1. creation of SRM RFx from within the ERP Web Dynpro applicattion "Collective processing of Purchase Requisitions (CPPR)
    2. Central Contract Management (CCM)
    This will not help us in enabling service procurement.
    Have u found any documentation to enable generation of XML message in ERP once a service PO is generated?
    Any progress from ur side? Could u help us with this issue.
    Best regards,
    Nikhil

  • No XML generated for service PO when its saved-MM-SUS Service Procurement

    Hi,
    We have SRM 7.0 & EHP 6.0 (service pack 4) .  integrating using PI 7.0
    The settings are in place as per the below SAP Notes:
    Note 1286936 - PI configuration for SRM - additional information
    Note 1268336 - Business Suite 2008: Synchronous peer-to peer Services
    For Service Procurement (MM-SUS), in XI we have configured Standard Integration Scenario "SE_Services_Procurement" which is available in Integration Repository. (Proxy-Proxy Communication)
    We are facing issue while creating the service purchase order in MM-SUS scenario.
    PO should transfer through XML as in XI config we have used proxies for both ECC & SRM, when creating PO xml not generated in SXI_MONITOR in ECC.
    Pls suggest the config required in ECC to generate the XML
    tnx in adv,
    rgds,
    balu

    Hi,
    We have SRM 7.0 & EHP 6.0 (service pack 4) . integrating using PI 7.0
    The settings are in place as per the below SAP Notes:
    Note 1286936 - PI configuration for SRM - additional information
    Note 1268336 - Business Suite 2008: Synchronous peer-to peer Services
    For Service Procurement (MM-SUS), in XI we have configured Standard Integration Scenario "SE_Services_Procurement" which is available in Integration Repository. (Proxy-Proxy Communication)
    We are facing issue while creating the service purchase order in MM-SUS scenario.
    PO should transfer through XML as in XI config we have used proxies for both ECC & SRM, when creating PO xml not generated in SXI_MONITOR in ECC.
    Pls suggest the config required in ECC to generate the XML
    tnx in adv,
    rgds,
    balu

  • SOAP vs. XML-RPC for synchronous Web Services applications

    Hi everyone, I have to finish one project soon and I have to make a decision. Because I don't have much time I want to ask if anyone can answer me, what are the major differences bettween SOAP vs. XML-RPC for synchronous Web Services applications. I'll be very grateful if you help me!
    Thanks in advance!

    Come on guys i know you can help me, please don't hesitate to write some row

  • Cca xml export for SIP Trunk service providers, request or schema.

    Hi
    Please can I have the complete xml schema for SIP trunks so I can create a proper template?
    Exporting from CCA 3.2.2 gives me an incomplete and sometimes inaccurate xml file
    example: toll fraud protection  - I would like to add this in to the template - how
    SIP registration: If I set this to 120 on CCA and export - the exported template remains as 3600
    thanks
    Adam

    Hi Adam,
    Are you saying when you try to export your SIP trunk settings via CCA that your settings are incorrect in the xml file?  If so, I recommend opening a case to troubleshoot the issue as it sounds like a bug to me.

  • XML DB Web Services for Microsoft Infopath

    Hi all,
    I am trying to publish few webservices that will be used to desing forms in Microsoft Infopath.
    Unfortunatelly, I get an error in Infopath whenever I try to connect to database.
    http://servv407:8000/orawsv/INFOPATH/GET_DESCRIPTION?wsdl
    "Infopath cannot find or cannot access the specified Web Service description"
    WSDLOperation:The operation GET_DESCRIPTION had an invalid parts attribute HRESULT=0x80004005: Unspecified error
    - WSDLOperation:Initializing of the input message failed for operation GET_DESCRIPTION HRESULT=0x80004005: Unspecified error
    - WSDLPort:An operation for port GET_DESCRIPTIONPort could not be initialized HRESULT=0x80004005: Unspecified error
    - WSDLPort:Analyzing the binding information for port GET_DESCRIPTIONPort failed HRESULT=0x80004005: Unspecified error
    - WSDLService:Initialization of the port for service GET_DESCRIPTIONService failed HRESULT=0x80004005: Unspecified error
    - WSDLReader:Analyzing the WSDL file failed HRESULT=0x80004005: Unspecified error
    have anyone succeded to use native XMLDB services for Infopath ? is that possible ?
    help will be appreciated. Thank you.

    I reproduced the issue on InfoPath 2007, using the WSDL for this little test function :
    create or replace function fnc_test(p_str in varchar2) return varchar2
    deterministic
    is
    begin
    return p_str || '-OK';
    end;Looks like a "dirty" workaround but it works if I save a local copy of the WSDL and remove the "parts" attributes from these elements :
       <operation name="FNC_TEST">
          <soap:operation
    soapAction="FNC_TEST"/>
          <input>
            <soap:body parts="parameters" use="literal"/>
          </input>
          <output>
            <soap:body parts="parameters" use="literal"/>
          </output>
        </operation>
    ...Then I'm able to validate the data source and bind the output to a field.
    However, I got further connection issues in trying to actually retrieve the data from the webservice.
    Tell me if that works for you.

  • Subforms For Dummies

    I've been trying to create and populate a form with information obtained through a SQL query to an OBDC data source. The query works fine and I can view the the results of my query in the Data View. I did not upgrade to Designer 7 from any other "forms" creating software and I have never attempted to create a form before. I admit that I'm confused by the use of subforms. I haven't been successful in finding a "Subforms for Dummies" instruction booklet anywhere and quite frankly, the Help topics are more confusing than helpful. Certain aspects of my form work fine. My biggest difficulty is getting all of the information to flow down the page. I can display the first row of information from my query, but I never see the subsequent rows. Nothing I've tried works. I know I'm missing something very minute in the scheme of things but I'm ready to pull my hair out. I know there's an expert out there that's laughing at me, but I could use your help.
    Thanks

    Hello Rusty
    I'll try to provide a "For Dummies" explanation for using subforms to deal with repeating data. So the scenario is that a Form is being used to present data; some XML structure with repeating complex elements is being passed into a form as an initial data set.
    1. Define fields to display the elements for one set of data.
    2. Wrap these in a subform and set the Content property to Positioned - you can then re-jig the positioning of the fields within the subform to give them the breathing space they need. Let's call this "pos_sub_form".
    3. Wrap pos_sub_form in a subform and set the Content property to Flowed and the Flow Direction to (probably) Top-to-bottom. Let's call this "flow_sub_form".
    A Flowed subform will re-jig it's content automatically to squeeze everything into as small space as possible. In this case it will squeeze multiple instances of the pos_sub_form (once we make it so that multiple instances are possible...)
    4. Set the data binding of pos_sub_form to the repeating element in the data set and check/tick "Repeat Subform For Each Data Item" (you can also set Min and Max as required).
    5. Set the data binding of the form fields to the elements within teh repeating group.
    6. Check/tick "Allow Page Breaks In Content" for flow_sub_form.
    7. Check/tick "Allow Page Breaks In Content" for the page subform.
    Note that by making subform and field names match the data element names the binding can occur automatically. I would advise against this because be being "implicit" it is somewhat hidden and if the data structure changes the form will break but the reason why may not be obvious to whoever is supporting it, again because the binding is implicit.
    Note that Flowed subforms squeeze all their content. You can use this to your advantage by including a "header" and "footer" within flow_sub_form before and after the pos_sub_form.
    If you require a "continue on next page" type-of-thing, you can create a subform and set it as the "overflow trailer" of the pos_sub_form. Make the trailer a "referenced object" by dragging it in the Hierarchy if necessary. If you require repeated headers you can create a subform and set it as the "overflow leader" of the pos_sub_form. Note that being "overflow leader" might cause the header subform to only appear on pages 2 to x (as "Referenced object") unless you include it the flow_sub_form.
    I think that's the crux of it. I hope it helps.
    Neil

  • Issue in setting custom identity service for soa 11.1.1.4

    Hello,
    I am facing issue in setting custom identity service for soa 11.1.1.4
    It is not picking up the implemented UserManager (in custom IDM) implemented via ServiceProvider and IdentityStoreService.
    This is configured in jps-config.xml
    The same setup was working in soa 11.1.1.2
    I believe there is a change done in JpsProvider in bpm-service.jar to authenticate via default login context from oracle.security.jps.internal.jaas.module.authentication.JpsUserAuthenticationLoginModule
    If my uderstanding is correct,
    Please guide me in implementing custom identity store and services for bpm services for soa 11.1.1.4
    Tried various work arounds but no luck.
    Thanks
    Bala

    Hi...
    Can u tell me how did u set up custom identity service for 11.1.1.2 ?
    Thanks

  • Installing SAP NW 7.01 ABAP Trial Version for dummies

    Hello sappers...
    Sorry if you thought this was a guide for dummies, though it could turn out to be if I get some help - I'm the dummy!
    Not wanting to be left out, I too have had a host of issues trying to install this, over several days now... it feels like bashing your head against a brickwall.  After staying up till 4am last night, then wiping my laptop and reinstalling Windows AGAIN to start from scratch this morning, and encountering the cranio-mural interface again, I feel like a crash test dummy!
    I am installing on a new installation of Windows Vista Home Basic, I have a gig of RAM and plenty of hard drive space.
    Forgive me if this is an ignorant question, but do I need to install the Loopback adaptor if I'm connected to the internet?  If it's to generate an IP address, surely my computer has one.  Note networking is not my strong point (though I'm an ok programmer - one project manager even gave me 4 out of 10!) - please be kind!  Anyway, I have tried with and without this on my various attempts.
    ANYWAY.... the sorry saga goes like this...
    I seem to be able to install Max DB OR SAP NW 7.01 ABAP Trial Version u2013> NSP, but not both at the same time - I may have done once, and it seemed to work once, I even managed to sign on - then it wouldnt work in the morning - but then that was on Windows XP Pro on my wife's laptop which only has 500 meg of RAM.
    My last attempt was fairly typical - Max DB is showing up in the program menu, but SAP NW 7.01 ABAP Trial Version u2013> NSP is not.
    However, I seem to have managed to start the NSP server ok, using SAP Management console, thanks to a handy tip on this forum about using your Windows OS password when it prompts for credentials.
    When I try to sign on I get 'partner 127.0.0.1:sapdp00 not reached WSAECONNREFUSED: Connection refused - error number 10061, return code -10, system call connect.
    That's one of my better attempts.
    Last night having deleted all the installed files from my C drive, uninstalled everything, tinkered with the registry to remove all relevant entries, I managed to run an installation that skipped out installing MaxDB (it was super quick!), yet did install the SAP NW 7.01 ABAP Trial Version u2013> NSP bits in my program menu - imagine my excitement at being able to start and stop the server, yet with no database it produced red windows on my screen saying 'sorry, you screwed up AGAIN' (or words to that effect).  Trying to sign on produced equally disheartening error messages...
    Am going to give it another try after taking a break, next time WITH loop back adaptor installed...
    Please pardon lack of relevant detail, I didnt note everything I did on every attempt - substituting humour for detail is all that's saving my sanity at this stage...
    Anyone that can help me achieve this will be my friend for ever... I'm a contractor bitten by the recession trying to learn some news skills.... the first one being how to install Netweaver at home...!
    Log text gives
    (Mar 4, 2009 12:50:08 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Mar 4, 2009 12:50:08 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Mar 4, 2009 12:50:18 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Mar 4, 2009 12:50:18 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Mar 4, 2009 12:50:28 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Mar 4, 2009 12:50:28 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Mar 4, 2009 12:50:38 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Mar 4, 2009 12:50:38 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Mar 4, 2009 12:50:48 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Mar 4, 2009 12:50:48 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Mar 4, 2009 12:50:58 PM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Mar 4, 2009 12:50:58 PM), Install, com.sap.installshield.CheckServicesAction, wrn, CheckServicesAction(bean17): Service SAPNSP_00 is not available, retry after 10 s.
    (Mar 4, 2009 12:51:09 PM), Install, com.sap.installshield.CheckServicesAction, err, An error occurred and product installation failed.  Look at the log file C:\SAP\NSP\log.txt for details.
    (Mar 4, 2009 12:51:09 PM), Install, com.sap.installshield.CheckServicesAction, err, ProductException: (error code = 601; message="Services failed to start (see the log for details)")
    STACK_TRACE: 12
    ProductException: (error code = 601; message="Services failed to start (see the log for details)")
         at com.sap.installshield.CheckServicesAction.install(CheckServicesAction.java:95)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    (Mar 4, 2009 12:51:11 PM), Install, com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct, err, An error occurred and product uninstallation failed.  Look at the log file C:\SAP\NSP\log.txt for details.
    (Mar 4, 2009 12:51:11 PM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err, ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
    STACK_TRACE: 15
    ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.execute(StepWrapperInstallFiles.java:254)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllSteps(StepWrapperInstallFiles.java:224)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllUninstallationSteps(StepWrapperInstallFiles.java:192)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.uninstall(StepWrapperInstallFiles.java:313)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.processActionsFailed(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    ok, this is the log from my latest attempt...
    > Subprocess starts at 20090312182156
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC inst_enum
    Execute Session Command : exit
    > Subprocess stops at 20090312182159
    OK
    7.7.06.07    C:\sapdb\NSP\db
    > Subprocess starts at 20090312182159
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC inst_enum
    Execute Session Command : exit
    > Subprocess stops at 20090312182159
    OK
    7.7.06.07    C:\sapdb\NSP\db
    > Subprocess starts at 20090312182205
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC inst_enum
    Execute Session Command : exit
    > Subprocess stops at 20090312182206
    OK
    7.7.06.07    C:\sapdb\NSP\db
    > Subprocess starts at 20090312182206
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC inst_enum
    Execute Session Command : exit
    > Subprocess stops at 20090312182206
    OK
    7.7.06.07    C:\sapdb\NSP\db
    > Subprocess starts at 20090312182206
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC db_enum
    Execute Session Command : exit
    > Subprocess stops at 20090312182209
    OK
    NSP     C:\sapdb\NSP\db                             7.7.06.07     fast     offline
    NSP     C:\sapdb\NSP\db                             7.7.06.07     slow     offline
    > Subprocess starts at 20090312182209
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC db_enum
    Execute Session Command : exit
    > Subprocess stops at 20090312182209
    OK
    NSP     C:\sapdb\NSP\db                             7.7.06.07     fast     offline
    NSP     C:\sapdb\NSP\db                             7.7.06.07     slow     offline
    > Subprocess starts at 20090312182209
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -R C:\sapdb\NSP\db dbm_version
    Execute Session Command : exit
    > Subprocess stops at 20090312182209
    OK
    VERSION    = 7.7.06
    BUILD      = DBMServer 7.7.06   Build 007-123-197-046
    OS         = WIN32
    INSTROOT   = C:\sapdb\NSP\db
    LOGON      = True
    CODE       = UTF8
    SWAP       = full
    UNICODE    = YES
    INSTANCE   = (unknown)
    SYSNAME    = Windows
    MASKING    = YES
    REPLYTREATMENT = none,zlib,auto
    SDBDBM_IPCLOCATION = C:\sapdb\data\wrk
    > Subprocess starts at 20090312182209
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC inst_enum
    Execute Session Command : exit
    > Subprocess stops at 20090312182210
    OK
    7.7.06.07    C:\sapdb\NSP\db
    > Subprocess starts at 20090312182210
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC db_enum
    Execute Session Command : exit
    > Subprocess stops at 20090312182210
    OK
    NSP     C:\sapdb\NSP\db                             7.7.06.07     fast     offline
    NSP     C:\sapdb\NSP\db                             7.7.06.07     slow     offline
    > Subprocess starts at 20090312182211
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC inst_enum
    Execute Session Command : exit
    > Subprocess stops at 20090312182211
    OK
    7.7.06.07    C:\sapdb\NSP\db
    > Subprocess starts at 20090312182211
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC inst_enum
    Execute Session Command : exit
    > Subprocess stops at 20090312182211
    OK
    7.7.06.07    C:\sapdb\NSP\db
    > Subprocess starts at 20090312182212
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC -d NSP -u control,******** db_state
    Execute Session Command : exit
    > Subprocess stops at 20090312182213
    OK
    State
    OFFLINE
    > Subprocess starts at 20090312182213
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC -d NSP -u CONTROL,******** db_state
    Execute Session Command : exit
    > Subprocess stops at 20090312182214
    OK
    State
    OFFLINE
    > Subprocess starts at 20090312182214
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC -d NSP -u CONTROL,******** db_state
    Execute Session Command : exit
    > Subprocess stops at 20090312182214
    OK
    State
    OFFLINE
    > Subprocess starts at 20090312182214
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC -d NSP -u CONTROL,******** db_online
    Execute Session Command : exit
    > Subprocess stops at 20090312182228
    > Subprocess call failed
    ERR
    -24988,ERR_SQL: SQL error
    -902,I/O error
    3,Database state: OFFLINE
    Internal errorcode, Error code 9050 "disk_not_accessible"
    20017,RestartFilesystem failed with 'I/O error'
    > Subprocess starts at 20090312182303
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC -d NSP -u control,******** db_state
    Execute Session Command : exit
    > Subprocess stops at 20090312182304
    OK
    State
    OFFLINE
    > Subprocess starts at 20090312182304
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC -d NSP -u CONTROL,******** db_state
    Execute Session Command : exit
    > Subprocess stops at 20090312182305
    OK
    State
    OFFLINE
    > Subprocess starts at 20090312182305
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC -d NSP -u CONTROL,******** db_state
    Execute Session Command : exit
    > Subprocess stops at 20090312182305
    OK
    State
    OFFLINE
    > Subprocess starts at 20090312182306
    Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n James-PC -d NSP -u CONTROL,******** db_online
    Execute Session Command : exit
    > Subprocess stops at 20090312182316
    > Subprocess call failed
    ERR
    -24988,ERR_SQL: SQL error
    -902,I/O error
    3,Database state: OFFLINE
    Internal errorcode, Error code 9050 "disk_not_accessible"
    20017,RestartFilesystem failed with 'I/O error'

  • Unable to start admin server service for weblogic (startWebLogic.sh) Linux

    I installed ECM 11g on Linux 64-bit , installed weblogic 12
    so when I try to start admin server service for weblogic (startWebLogic.sh) and following error its showing
    I found solution to give full access permeation for the user , but it's still same issue
    and i am triyng to start services from the users how installed the Weblogic and ECM
    bash-4.1$ '/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/startWebLogic.sh' .
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/home/ecm/Oracle/Middleware/patch_wls1211/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/ecm/Oracle/Middleware/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/lib/jvm/jdk1.6.0_33/lib/tools.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic_sp.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic.jar:/home/ecm/Oracle/Middleware/modules/features/weblogic.server.modules_12.1.1.0.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/webservices.jar:/home/ecm/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/ecm/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/ecm/Oracle/Middleware/oracle_common/soa/modules/commons-cli-1.1.jar:/home/ecm/Oracle/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/common/derby/lib/derbyclient.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/xqrl.jar:/home/ecm/Oracle/Middleware/Oracle_ECM1/ucm/idc/jlib/idcloader.jar:/home/ecm/Oracle/Middleware/Oracle_ECM1/ucm/idc/components/NativeOsUtils/classes-NativeOsUtils.jar
    PATH=/home/ecm/Oracle/Middleware/wlserver_12.1/server/bin:/home/ecm/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin:/usr/lib/jvm/jdk1.6.0_33/jre/bin:/usr/lib/jvm/jdk1.6.0_33/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/ecm/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0_33"
    Java(TM) SE Runtime Environment (build 1.6.0_33-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03, mixed mode)
    Starting WLS with line:
    /usr/lib/jvm/jdk1.6.0_33/bin/java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer -Djava.security.policy=/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic.policy -Xverify:none -Djava.endorsed.dirs=/usr/lib/jvm/jdk1.6.0_33/jre/lib/endorsed:/home/ecm/Oracle/Middleware/wlserver_12.1/endorsed -da -Dplatform.home=/home/ecm/Oracle/Middleware/wlserver_12.1 -Dwls.home=/home/ecm/Oracle/Middleware/wlserver_12.1/server -Dweblogic.home=/home/ecm/Oracle/Middleware/wlserver_12.1/server -Dcommon.components.home=/home/ecm/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain -Djrockit.optfile=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/carml -Digf.arisidstack.home=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dipm.oracle.home=/home/ecm/Oracle/Middleware/Oracle_ECM1 -Ducm.oracle.home=/home/ecm/Oracle/Middleware/Oracle_ECM1 -Dem.oracle.home=/home/ecm/Oracle/Middleware/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/ecm/Oracle/Middleware/patch_wls1211/profiles/default/sysext_manifest_classpath:/home/ecm/Oracle/Middleware/patch_ocp371/profiles/default/sysext_manifest_classpath weblogic.Server
    <Sep 12, 2012 12:08:02 PM EEST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Sep 12, 2012 12:08:03 PM EEST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Sep 12, 2012 12:08:03 PM EEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.8-b03 from Sun Microsystems Inc..>
    <Sep 12, 2012 12:08:04 PM EEST> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13340309 Thu Feb 16 18:30:21 IST 2012
    WebLogic Server Temporary Patch for 13019800 Mon Jan 16 16:53:54 IST 2012
    WebLogic Server Temporary Patch for BUG13391585 Thu Feb 02 10:18:36 IST 2012
    WebLogic Server Temporary Patch for 13516712 Mon Jan 30 15:09:33 IST 2012
    WebLogic Server Temporary Patch for BUG13641115 Tue Jan 31 11:19:13 IST 2012
    WebLogic Server Temporary Patch for BUG13603813 Wed Feb 15 19:34:13 IST 2012
    WebLogic Server Temporary Patch for 13424251 Mon Jan 30 14:32:34 IST 2012
    WebLogic Server Temporary Patch for 13361720 Mon Jan 30 15:24:05 IST 2012
    WebLogic Server Temporary Patch for BUG13421471 Wed Feb 01 11:24:18 IST 2012
    WebLogic Server Temporary Patch for BUG13657792 Thu Feb 23 12:57:33 IST 2012
    WebLogic Server 12.1.1.0 Wed Dec 7 08:40:57 PST 2011 1445491 >
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
    <Sep 12, 2012 12:08:06 PM EEST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <LoggingService> <BEA-320400> <The log file /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms, such as Windows.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log00009. Log messages will continue to be logged in /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <Log Management> <BEA-170019> <The server log file /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
    Sep 12, 2012 12:08:09 PM oracle.security.jps.internal.keystore.file.FileKeyStoreManager openKeyStore
    WARNING: Opening of file based keystore failed.
    <Sep 12, 2012 12:08:09 PM EEST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.>
    <Sep 12, 2012 12:08:09 PM EEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:148)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2855)
         at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3097)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:374)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:104)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:76)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:66)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)
         Truncated. see log file for complete stacktrace
    >
    <Sep 12, 2012 12:08:09 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>
    <Sep 12, 2012 12:08:09 PM EEST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>
    <Sep 12, 2012 12:08:09 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    bash-4.1$

    Looks to be a cert or keystore issue. How do you have that setup?

  • Problem IDOC to File scenario:  No service for system SAPIDC, clnt in ID

    in IDOC to File scenario, when IDOCis triggered from R/3 to XI, it gives error in SM58 transaction 
    "No service for system SAPIDC, client 800 in Integration Directory"

    In a scenario, i have a BPM which has a transformation step which contains a mutimapping ...means 2 messages mapped to 1 messgaes, here in the mapping i m using an UDF and written code to extract the file name from dynamic configuration.....
    the problem is ...the same BPM contains another transformation step which contains a message mapping (which is not multi mapping), and here the code (UDF) works to fetch the file name...
    the code is all correct....and it looks like
    DynamicConfiguration conf = (DynamicConfiguration)
    container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String sourceFileName = conf.get(key);
    if (sourceFileName == null ){
         sourceFileName = "ErrorFile.xml";}
    return  sourceFileName;

Maybe you are looking for

  • How to get two vga monitors on a mac mini 2012

    Hi Guys, please forgive any ignorance that follows. I am a new convert from a PC and have bought a Mac Mini 2012. I want to be able to use a monitor that I can see my music programme but run a second monitor that will allow me to display visuals from

  • Is it possible to convert *.doc to *.rtf in a java program?

    Hi :-) My challenge is to develop a web-app in ADF Faces. Now i verify some technologies to store mailmerge letters in an easy way. The user of my web-app should upload a MS Word mailmerge document and a csv data source file. My web-app must thereupo

  • Is it possible to print a waveform graph programmatically from within Labview 7.1.1 Base Edition?

    I would like to be able to print the results of a test from a Waveform Graph programmatically in a Labview 7.1.1 vi.

  • Extraction error in OrgChart 3.0 SP1

    Hi Experts, We are implementing the OrgChart 3.0 SP1 for staged environment. after configuring the extractor when I run the extract it shows the following error.....and extraction is fail. 4167. 15 Jul 2011 11:24:17 ERROR com.nakisa.Logger - SAPExtra

  • ERM - CUP Approval Workflow E-mails

    Hello gurus, We are experiencing an issue with Role Expert (ERM) to Access Enforcer (CUP) role approval workflow. When a role reaches the approval stage in ERM, an e-mail notification with a link to CUP approval is sent to the designated approver's L