Location of Service Manager notification template guid in database

Hopefully this is a quick question.
Looking at the XML for a subscription definition.
Specifically, I can see that the Template is specified via a guid, and presumably, this guid is stored in the Service Manager database somewhere.
Does anyone know where?
<WriteAction ID="WA" TypeID="SystemCenter1!Microsoft.EnterpriseManagement.SystemCenter.Subscription.WindowsWorkflowTaskWriteAction">
<Subscription>
<VisibleWorkflowStatusUi>true</VisibleWorkflowStatusUi>
<EnableBatchProcessing>true</EnableBatchProcessing>
<WindowsWorkflowConfiguration>
<AssemblyName>Microsoft.EnterpriseManagement.Notifications.Workflows</AssemblyName>
<WorkflowTypeName>Microsoft.EnterpriseManagement.Notifications.Workflows.SendNotificationsActivity</WorkflowTypeName>
<WorkflowParameters>
<WorkflowParameter Name="SubscriptionId" Type="guid">$MPElement$</WorkflowParameter>
<WorkflowArrayParameter Name="DataItems" Type="string">
<Item>$Data/.$</Item>
</WorkflowArrayParameter>
<WorkflowArrayParameter Name="InstanceIds" Type="string">
<Item>$Data/BaseManagedEntityId$</Item>
</WorkflowArrayParameter>
<WorkflowArrayParameter Name="TemplateIds" Type="string">
<Item>0fc8cd72-4482-d3ac-5b6a-6a6eac535a3b</Item> <!-- SPECIFICALLY LOOKING FOR WHERE THIS TEMPLATE GUID IS STORED -->
</WorkflowArrayParameter>
<WorkflowArrayParameter Name="PrimaryUserList" Type="string">
<Item>2bdbf092-73fb-26e1-2daf-2390a91cb5ee</Item>
<Item>61f735b2-7490-3ff5-8ed1-29799f8e0526</Item>
</WorkflowArrayParameter>
</WorkflowParameters>
<RetryExceptions />
<RetryDelaySeconds>60</RetryDelaySeconds>
<MaximumRunningTimeSeconds>7200</MaximumRunningTimeSeconds>
</WindowsWorkflowConfiguration>
</Subscription>
</WriteAction>

Yes, it's in the Service Manager Database, you can use this query to list all the templates:
Use [ServiceManager]
Go
select * from ObjectTemplate
Or you can use Service Manager powershell if you just want to see what the template is:
Get-SCSMObjectTemplate or specifically Get-SCSMObjectTemplate -Id 0fc8cd72-4482-d3ac-5b6a-6a6eac535a3b
Regards

Similar Messages

  • System Center - Service Manager Connecting with Configuration Manager

    Hi,
       I have System Center 2012 R2 - Service Manager and Configuration Manager (CM) installed, and i have created a connector from Service Manager (SM) to CM which imports data from CM. the question that i have is that is there two way communication
    of the data between SM and CM.
       Second question that i have is if i have created some change request in the SM, will it show up in the CM as what needs to be completed.
    Thanks

    wow, that's a big question. 
    Service Manager is a representational object database. there are objects in the database that represent objects in your environment. Most things in service manager are either Work Items (incident, change request, service request, etc) or config items (servers,
    databases, software, users, domains, printers, locations, budget centers, purchase orders, workstations, hard drives, network cards, switches, business services, etc).  there are a few other classifications, but for now, lets just deal with those two. 
    there are also relationships between those objects, showing how those objects interconnect. For instance, say i report a problem. in the database, the user config item object that represents me is related to the incident work item object that represents
    my issue by the relationship System.WorkItemAffectedUser, Affected User.  
    the advantage of this approach is twofold: first, the Affect user on an incident isn't just a text field, it's actually the full object that represents me. so you can click on me and see everything about me that the system knows, and follow other relationships
    to see my manager, etc. Second, because everything is related to the full object, i don't need to duplicate any info on the incident, just reference the related object. 
    So to address your first question, it does everything your IT environment does, assuming you tell it about it. 
    to your second question, it has whatever information you tell it. Here is where Connectors come into play. the AD connectors can get you Users, Computers, Printers, etc.  the Config Manager connector will get you detailed systems info, hardware, and
    software (if you have Asset Intelligence turned on). the Ops Manager will get you a lot more info about the systems, Service Maps, health state, etc. And then there's
    Provance makes a lot of money selling the DMP to let Orgs import data from vendors. not to mention their Asset lifecycle stuff, or Cireson's for that matter. 
    TL;DR - a lot. 

  • Service Manager 2012 R2 (rollup update 2) Change Request/Review Activity Email Notifications

    I am trying to setup an email template for Change Request Reviewer. The email should contain as much details as possible, include Change Request ID, Description, Reason, Impact. etc. I have tried to include Data Properties from "Contains Activity",
    "Has Parent Work Item", "Depends on Work Item"... but they all show blank data in email notification. Which Data Properties should I use? 
    Regards
    Andrew

    Maybe this blog post is helpful:
    Using Data Properties From the Parent Work Items in Activity Email Templates
    Andreas Baumgarten | H&D International Group
    Thanks Andreas, 
    I have seen this post, but it didn't work for me. Eventually, I found solution. Below is working code.
    For example:
    "Contains Activity" doesn't have Change Request Data Properties "Reason". I inserted "Reason" from "Has Parent Work Item", copy inserted code "TypeConstraint=... .../Reason$", paste it after "$Context/Path[... ...System.WorkItemContainsActivity' "
    to replace the original code inserted from "Contains Activity".
    Also, don't forget to adde SeedRole='Target', but better to type
    ' by yourself. 
    Mark Marra    13 Nov 2013 9:24 PM
    Be careful when copying + pasting SeedRole=’Target’ from this blog post. It should actually be SeedRole='Target' which has different punctuation around Target. I'd imagine that whatever blog engine Microsoft uses for this "helpfully" converted the
    single quote to some weird right-slanted-single-quote which doesn't work in Service Manager when copied+pasted.
    You guys might want to wrap it in a code block, or whatever you can use on the back-end to preserve formatting.
    Description: 
    <br><br>
    $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='WorkItem!System.WorkItem']/Property[Type='WorkItem!System.WorkItem']/Description$
    <br><br>
    Reason: 
    $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/
    Property[Type='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/Reason$
    <br><br>
    Priority: $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/
    Property[Type='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/Priority$
    <br><br>
    Impact: $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/
    Property[Type='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/Impact$
    <br><br>
    Risk: $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/
    Property[Type='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/Risk$

  • Service monitoring is not showing all the services when i create a service monitor under Management pack templates.

    Hi All,
    I am using SCOM 2007 R2 CU4 in my environment. I want to do a service monitoring on specific agents. When i try creating this service monitor which comes under the Management pack template  when i select the service which i want to monitor it does not
    show all the services in the drop down.
    For example - I have Windows audio service which is present on the machine, But it is not showing in the service list. 
    So from the services stating from "W" i see only 5 in SCOM and in services.msc in the Agent i see more than 5.
    Below is the screen shot.
    Can any one please help.
    Gautam.75801

    Hi Yan Li,
    So based on your above suggestion, If the services are already managed  / monitored by a specific
    management pack those services will not appear here in the Wizard while creating this type of a Management pack object alert right ?
    If that is the case why does not the same reflect here in the operations console in the Services monitor
    TAB ?
    Gautam.75801

  • Oracle Web Services Manager Extensibility Guide

    I am not able to find this document. Links to this document exits but they do not work.
    B31010-01 Oracle Web Services Manager Extensibility Guide
    What purpose do you have when you don't publish it anymore?
    /Per

    On OTN, documentation library. Search for Oracle Web Service Manager and there you will see the Extensibility Guide.
    http://www.oracle.com/pls/as10131/drilldown?word=Oracle+Web+Services+Manager&wildcards=0&remark=federated_search

  • Credentials to management pack templates - Service monitoring

    Hello,
    I'm trying to see the list of services in a server to use the "management pack templates" in scom 2012 r2, but i'm getting the following error.
    My action account don't have the necessary permitions to enter in the server. Where can i change the credentials to be used in this operation?
    Thank you,
    Rui

    From my experience in monitoring Windows Service, we should provide a service name and it is a easy way if we can select a service in another computer from slect windows service dialog box. In reality, our user account has no privileges in opening Service
    Control Manager on target computer. My workaround solution is asked user to provide the service name. User can dump the service name by double click the service in services console.
    Roger

  • Step-By-Step guides/links to implement Service Manager

    Step-By-Step guides/links to implement Service Manager

    Can you provide step by step instructions to build a model of my house?
    i'm not being flippant or joking, the problem is really down to building a model of your IT Department in Service Manager. There is no step by step guide to model your businesses unique processes and procedures. 
    If you want to stand up an environment, so you can get familiar with the product and start modeling your environment, then you might want to start with some of the
    Test Lab Guides, or contact a consulting company who can help you plan and architect your service book, delivery model and finally your SCSM environment. FULL DISCLOSURE: I am
    such a consultant, so I might just be advising you to go buy my services. 

  • Embedding Image in SCSM notification template instead of refering the image

    Hi All,
    I have an image which is to displayed in the email , I used the HTML img tag and referenced the shared location of the image and it is working fine ,
    But can we embed the image directly in the email , using the
    "data:image/png;base64/"" in SCSM Notification templates..
    I require this because , the image is not displayed in gmail If we use the below code
    <img src="share path of image">
    Thanks
    Kalai

    Hi,
    Based on my research, to add images to an email, those images should be hosted on some web server on your
    intranet.  If they are on the Internet you’ll get the little red X in your Outlook (or other email client) for privacy/security reasons. 
    Add a line of HTML to your template that looks like this:
    <img src=”http://yourserver/SomeImageFile.jpg”/>  where you put the URL to your file in the src attribute
    More details:
    http://blogs.technet.com/b/servicemanager/archive/2009/09/28/creating-notification-templates-in-system-center-service-manager.aspx
    In addition, here is a similar thread, please also refer to it:
    Add logo to email template
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/3f006db7-b71a-4a56-b62d-9825eec95c77/add-logo-to-email-template
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • EP Notification Templates deployed

    Problem is:  Missing Deployment Parameter Substitution (Public Substitution variables) in SDM tool.
    Question:  Is there another substitution variable that EP uses to deploy it’s generic delivered templates to that we can also use for our application?
    <b>BACKGROUND</b>
    The substitution variable com.sap.cm.share is missing from the SDM repository in NW04s SP6.  In previous NW04s installations this variable was present and assigned a value with a relative path.  Our application built on NW04s uses this parameter to deploy application specific notification templates to the same location the Portal uses to store its templates (i.e. subscription).
    A Consultant had this problem when he downloaded using the
    SAP-Software Manager which provides a virtual DVD. 
    Michael Beutelspacher wrote to me:
    I removed the settings of this subst variable in December 2005. In 04s when deploying UT EP the following variables were set: com.sap.portal.deploy, com.sap.portal.deploy.pcd,
    com.sap.portal.deploy.pcdcontent, com.sap.cm.share.
    In 04s SR1 it's only com.sap.portal.deploy, com.sap.portal.deploy.pcd, com.sap.portal.deploy.pcdcontent.
    - I believe it was communicated to us that this variable is obsolete with 04s.

    Thank you for your response Kevin..
    No, there is no specific reaseon for using custom notifications, I just could not undesrtand from where to start and tried the part I described before...
    How I can use OOTB, could you guide a little? You do it from design console? I tried the following steps from there but email was not sent .
    1. Defined IT Resource for smtp from sysadmin page
    2. From design console I have checked if system property the Emai Server sees my definition
    3.From design console I have searched for my process form, then opened Reconciliation Insert Received task.
    4. Opened the Assignment tab, Left the rule as default, cheked Send Email, selected User as target type, typed the user login of the receiver for Email, selected my template as Email Name.
    5. Opened notification type,typed C for status, selected my template for Email, checked User and Assignee
    After all I have opened my resource object and Clicked the Create Reconciliation Profile button.
    not : I have developed a custom task for trusted reconciliation.
    Your help is strongly appreciated..
    BR,
    Aliye

  • Remote Desktop Service Manager - configure permissions for Remote Desktop Users to Send Message, Disconnect, Logoff

    Hello, dear colleagues.
    We are using Windows Server 2012 R2 as Remote Desktop Server. Also use Windows Server 2008 R2 with Remote Desktop Service Manager to control RDS user sessions (Send Message, Disconnect, Logoff, Query Info). 
    Send Message, Disconnect, Logoff options works only for users in Administrators group.
    I can't to configure permissions for Remote Desktop Users, specific user or AD group. 
    To set permissions I'm running RDS Host Configuration on Windows Server 2008 R2 and connect to Windows Server 2012 R2. Then double-click
    RDP-Tcp, Security tab, add specific user account , AD group or configure
    advanced permissions
    for Remote Desktop Users.  
    But, as I sad above, these options works only for users in Administrators group. How to make it work for Remote Desktop Users or specific user, AD group?
    Thanks.
    P.S. If move specific user from Remote Desktop Users group to Administrators group on
    Windows Server 2012 R2 - it works. 

    Hi,
    You can prevent administrators from changing the permissions for a connection by applying the
    Do not allow local administrators to customize permissions Group Policy setting. 
    This Group Policy setting is located in Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Security
    Apart there is one command with which you can set the permission for that check the related
    article. Additionally checkthis
    thread for more detail.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Failed to Install the "Oracle Web Services Manager Configuration Assistant"

    The installation of "Oracle Web Services Manager Configuration Assistant" was failed when I installed the "Oracle SOA Suite 10.1.3.1.0" ,and the failure information about the installation in the log show as follows, I need your help,thanks a lot!
    start-olite:
    Starting OLite in background ...
    Running:D:\product\10.1.3.1\OracleAS_1\integration\esb\sql\other\wfeventc.sql
    Exception in thread "main" oracle.tip.esb.install.exception.InstallationDBException: Failed to execute sql file"D:\product\10.1.3.1\OracleAS_1\integration\esb\sql\other\wfeventc.sql"
         at oracle.tip.esb.install.db.RunSQLScript.runScript(Unknown Source)
         at oracle.tip.esb.install.db.RunSQLScript.runScriptListInternal(Unknown Source)
         at oracle.tip.esb.install.db.RunSQLScript.runScriptList(Unknown Source)
         at oracle.tip.esb.install.db.NonOracleDB.runScripts(Unknown Source)
         at oracle.tip.esb.install.db.OLite.install(Unknown Source)
         at oracle.tip.esb.install.db.InstallerMain.main(Unknown Source)
    Caused by: java.sql.SQLException: [POL-3023] ????????
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinDriverConnect(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCConnection.connect(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCFactory.createConnection(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCConnection.<init>(Unknown Source)
         at oracle.lite.poljdbc.OracleConnection.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCDriver.connect(Unknown Source)
         at oracle.tip.esb.install.db.DriverManagerDataSource.getConnection(Unknown Source)
         ... 6 more
    Java Result: 1
    Importing Default System ...
    ${env.PCHOME}
    stop-olite:
    Stopping background OLite process ...
    CA::DEBUG:******:Finished OLite Install ...
    Finished Olite configuration ...
    BUILD SUCCESSFUL
    Total time: 12 seconds
    Exit: 0
    TASK: oracle.tip.esb.install.tasks.ConfigureOC4J
    Configuring OC4J ...
    id value is 2
    id value is IASPT
    process-type value is 1
    id value is 3
    id value is IASPT
    id value is 3
    id value is ASG
    process-type value is 1
    id value is 2
    id value is ASG
    id value is 1
    id value is default_group
    process-type value is 1
    id value is 3
    id value is home
    process-type value is 1
    process-type value is 2
    process-type value is 1
    final map size value is 2
    id value is -Xrs -server -XX:MaxPermSize=128M -ms512M -mx1024M -XX:AppendRatio=3 -Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false
    Jun 22, 2010 2:39:09 PM oracle.tip.esb.install.tasks.ConfigureOC4J getOpmnRequestPort
    INFO: Port value is 6003
    D:\product\10.1.3.1\OracleAS_1\jdk\bin\java -Dant.home=D:\product\10.1.3.1\OracleAS_1\ant -classpath D:\product\10.1.3.1\OracleAS_1\ant\lib\ant.jar;D:\product\10.1.3.1\OracleAS_1\ant\lib\ant-launcher.jar;D:\product\10.1.3.1\OracleAS_1\integration\esb\lib\ant-contrib-1.0b1.jar org.apache.tools.ant.Main -Dinstall.type=SoaBasic -Desb.home=D:\product\10.1.3.1\OracleAS_1\integration\esb -Doc4j.home.dir=D:\product\10.1.3.1\OracleAS_1 -Djava.home=D:\product\10.1.3.1\OracleAS_1\jdk -Doracle.home=D:\product\10.1.3.1\OracleAS_1 -Dhost.name=dpxc67-01 -Ddb.vendor=olite -Dimport.export.db_url=jdbc:polite4@localhost:1531:oraesb -Desb.appserver=ias_10.1.3 -Doc4j.design_time_host=dpxc67-01 -Doc4j.design_time_port=8888 -Dprimary.container=home -Dinstall.mode=OracleInstallerias_10.1.3_SoaBasic -Dsso=true -Dinstall.component=install-developer -Dias.name=soademo.dpxc67-01 -Denv.OC4J_STANDALONE_HOME=D:\product\10.1.3.1\OracleAS_1 -Dias_admin.password=*password cannot be displayed* -Denv.JAVA_HOME=D:\product\10.1.3.1\OracleAS_1\jdk -Denv.SERVER_ADMIN_PASSWORD=*password cannot be displayed* -Dopmn.requestport=6003 -Ddb.vendor=olite -Ddb.connect.string=jdbc:polite4@localhost:1531:oraesb -Ddb.username=system -Dias.virtual_host=dpxc67-01 -Denv.DB_USER=system -Denv.DB_URL=jdbc:polite4@localhost:1531:oraesb -Desb.oc4j.container=home -Denv.DB_PASSWORD=*password cannot be displayed* -Ddb.password=*password cannot be displayed* -e -buildfile esbinstall.xml deploy-applications
    Buildfile: esbinstall.xml
    Trying to override old definition of datatype echoproperties
    common_update_server.xml:
    Adding shared library apache.junit ...
    Adding shared library oracle.db.lite ...
    Adding shared library apache.commons 10.1.3 ...
    Adding shared library apache.jdom ...
    Adding shared library apache.slide ...
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://dpxc67-01:6003/home -script D:\product\10.1.3.1\OracleAS_1\integration\esb\install\ant-tasks/esb_admin_client_script_sl.txt
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    update_server.xml:
    Adding shared library oracle.esb ...
    deployer.url: deployer:oc4j:opmn://dpxc67-01:6003/home
    publishSharedLibrary command was successful
    deploy-applications:
    Deploying ESB design time ...
    Binding ESB design time ...
    Deploying ESB run time ...
    Binding ESB runtime ...
    Deploying orainfra.ear ...
    Binding orainfra ...
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://dpxc67-01:6003/home -script D:\product\10.1.3.1\OracleAS_1\integration\esb\install\ant-tasks/esb_deployapps.txt
    10/06/22 14:39:20 Notification ==>Application Deployer for esb-dt STARTS.
    10/06/22 14:39:20 Notification ==>Copy the archive to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-dt.ear
    10/06/22 14:39:20 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-dt.ear begins...
    10/06/22 14:39:20 Notification ==>Unpacking esb-dt.ear
    10/06/22 14:39:21 Notification ==>Done unpacking esb-dt.ear
    10/06/22 14:39:21 Notification ==>Unpacking esb_console.war
    10/06/22 14:39:22 Notification ==>Done unpacking esb_console.war
    10/06/22 14:39:22 Notification ==>Unpacking esb-jca-dt.rar
    10/06/22 14:39:22 Notification ==>Done unpacking esb-jca-dt.rar
    10/06/22 14:39:22 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-dt.ear ends...
    10/06/22 14:39:22 Notification ==>Starting application : esb-dt
    10/06/22 14:39:22 Notification ==>Initializing ClassLoader(s)
    10/06/22 14:39:22 Notification ==>Initializing EJB container
    10/06/22 14:39:22 Notification ==>Loading connector(s)
    10/06/22 14:39:22 Notification ==>Starting up resource adapters
    10/06/22 14:39:23 Notification ==>Warning. Unable to set up connection factory to location esb-dt for a resource adapter in {1}
    10/06/22 14:39:23 Notification ==>Initializing EJB sessions
    10/06/22 14:39:23 Notification ==>Committing ClassLoader(s)
    10/06/22 14:39:23 Notification ==>Initialize esb_console begins...
    10/06/22 14:39:23 Notification ==>Initialize esb_console ends...
    10/06/22 14:39:23 Notification ==>Started application : esb-dt
    10/06/22 14:39:23 Notification ==>Application Deployer for esb-dt COMPLETES. Operation time: 2875 msecs
    10/06/22 14:39:23 Notification ==>Application Deployer for esb-rt STARTS.
    10/06/22 14:39:23 Notification ==>Copy the archive to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-rt.ear
    10/06/22 14:39:23 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-rt.ear begins...
    10/06/22 14:39:23 Notification ==>Unpacking esb-rt.ear
    10/06/22 14:39:23 Notification ==>Done unpacking esb-rt.ear
    10/06/22 14:39:23 Notification ==>Unpacking provider-war.war
    10/06/22 14:39:23 Notification ==>Done unpacking provider-war.war
    10/06/22 14:39:23 Notification ==>Unpacking esb-jca-rt.rar
    10/06/22 14:39:23 Notification ==>Done unpacking esb-jca-rt.rar
    10/06/22 14:39:23 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-rt.ear ends...
    10/06/22 14:39:23 Notification ==>Starting application : esb-rt
    10/06/22 14:39:23 Notification ==>Initializing ClassLoader(s)
    10/06/22 14:39:23 Notification ==>Initializing EJB container
    10/06/22 14:39:23 Notification ==>Loading connector(s)
    10/06/22 14:39:23 Notification ==>Starting up resource adapters
    10/06/22 14:39:23 Notification ==>Warning. Unable to set up connection factory to location esb-rt for a resource adapter in {1}
    10/06/22 14:39:23 Notification ==>Initializing EJB sessions
    10/06/22 14:39:23 Notification ==>Committing ClassLoader(s)
    10/06/22 14:39:23 Notification ==>Initialize provider-war begins...
    10/06/22 14:39:23 Notification ==>Initialize provider-war ends...
    10/06/22 14:39:23 Notification ==>Started application : esb-rt
    10/06/22 14:39:23 Notification ==>Application Deployer for esb-rt COMPLETES. Operation time: 203 msecs
    10/06/22 14:39:24 Notification ==>Application Deployer for orainfra STARTS.
    10/06/22 14:39:24 Notification ==>Copy the archive to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\orainfra.ear
    10/06/22 14:39:24 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\orainfra.ear begins...
    10/06/22 14:39:24 Notification ==>Unpacking orainfra.ear
    10/06/22 14:39:24 Notification ==>Done unpacking orainfra.ear
    10/06/22 14:39:24 Notification ==>Unpacking orainfra.war
    10/06/22 14:39:24 Notification ==>Done unpacking orainfra.war
    10/06/22 14:39:24 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\orainfra.ear ends...
    10/06/22 14:39:24 Notification ==>Starting application : orainfra
    10/06/22 14:39:24 Notification ==>Initializing ClassLoader(s)
    10/06/22 14:39:24 Notification ==>Initializing EJB container
    10/06/22 14:39:24 Notification ==>Loading connector(s)
    10/06/22 14:39:24 Notification ==>Starting up resource adapters
    10/06/22 14:39:24 Notification ==>Initializing EJB sessions
    10/06/22 14:39:24 Notification ==>Committing ClassLoader(s)
    10/06/22 14:39:24 Notification ==>Initialize orainfra begins...
    10/06/22 14:39:24 Notification ==>Initialize orainfra ends...
    10/06/22 14:39:24 Notification ==>Started application : orainfra
    10/06/22 14:39:24 Notification ==>Application Deployer for orainfra COMPLETES. Operation time: 219 msecs
    dehydrationStore:
    Configuring data sources for olite dehydration store ...
    ${env.PCHOME}
    install-developer:
    design time host dpxc67-01
    design time port 8888
    primary container home
    the host is dpxc67-01and the port is 8888
    Exception in thread "main" oracle.tip.esb.install.exception.InstallationDBException: Connection Refused ""
         at oracle.tip.esb.install.db.NonOracleDB.runConnectionTest(Unknown Source)
         at oracle.tip.esb.install.db.NonOracleDB.load(Unknown Source)
         at oracle.tip.esb.install.ESBInstaller.setupDB(Unknown Source)
         at oracle.tip.esb.install.ESBInstaller.handleDesignTimeSpecificActions(Unknown Source)
         at oracle.tip.esb.install.ESBInstaller.main(Unknown Source)
    Caused by: java.sql.SQLException: [POL-3023] ????????
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinDriverConnect(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCConnection.connect(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCFactory.createConnection(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCConnection.<init>(Unknown Source)
         at oracle.lite.poljdbc.OracleConnection.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCDriver.connect(Unknown Source)
         at oracle.tip.esb.install.db.DriverManagerDataSource.getConnection(Unknown Source)
         ... 5 more
    Java Result: 1
    Copying 1 file to D:\product\10.1.3.1\OracleAS_1\j2ee\home\lib\ext
    set_app_sso_option:
    Using sso=true. Redeploying esb-dt with sso
    Copying 1 file to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-dt\META-INF
    Copying 1 file to D:\product\10.1.3.1\OracleAS_1\j2ee\home\application-deployments\esb-dt

    It could be due to system language setting -
    install SOA Suite failed
    Regards,
    Anuj

  • IT Service Management (Solution Manager - Configuration)

    Dear Expert!
    We are using SM 7.1 SP11.
    The System Preparation and Basic Configuration has been done
    Now, we want to configure the IT Service Management under the Solution Manager Configuration.
    There are some steps are manual in the standard configuration;
    1) Configure Manually
    2) maintain Transaction Types
    3) Configure Automatically
    4) Perform Additional Configuration
    5) Create Template users.
    I don't aware by the manually steps, what should be provide in the manual configuration.
    I have downloaded document  ITSM Configuration Part 1 and 2 but material does not discuss about the steps to executed in the configuration.
    Please advise
    Regards

    Hi Anwer,
    Go to service.sap.com/instguides
    from here you can go to S -> SAP Solution Manager -> on the right pane scroll down and click on
    Planning, Installation, Upgrade Guides -> Look under Additional Guides - ITSM you will find the required documentation.

  • Add User Input in Email Notification Template

    Hi all, I'm new to SM and in need of anyone's assistance. I've created a service request and in the template under User Input, I have it requesting the "New Users Name" and the "Start or Termination Date". I'd like to add these 2
    inputs into my Email Notification Template. How can this be done? I've been able to insert the Title, Requestor, Alternative Number, and Description in the Template Design but can't seem to find where I can add these Inputs. Any help would be
    appreciated. Thanks in advance.

    Hi,
    Please refer to the link below:
    E-mail user from Service Manager Console
    http://blogs.technet.com/b/servicemanager/archive/2010/02/02/e-mail-user-from-service-manager-console.aspx
    Moreover, the video  [09:00-11:00 min] might be help you:
    Demo: Automating Service Request Fulfillment from the SCSM Service Catalog with Orchestrator
    http://blogs.technet.com/b/servicemanager/archive/2011/11/09/demo-automating-service-request-fulfillment-from-the-scsm-service-catalog-with-orchestrator.aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Respond to Service Manager emails

    Hello all. I have service Manager setup to email users when a incident is created but I cant seem to figure out how to set it so so that when a user responds to the service manager email it will update the ticket. 
    Same with with the request information feature. Service Manger sends the email but if the user responds, it doesn't update the ticket. 

    Hi Make sure to have the Incident Number between bracket when you reply: [IR1234] you may configure your notification template to use the same method in order to update the incident when the reply received.
    Also you have to make sure that the Exchange connector is functioning.
    Regards
    Antoine AL Ibry

  • Email notification Template verification error

    Hi
    I'm having a problem with an email notification template. The template works fine in the English (US) setting however when I go to the English (UK) language option and copy the exact template across I get a management pack verification error which seems
    to indicate that the subject line is too long. The code is for a review activity and it pulls information in from parent the parent change/service request.
    You have been assigned Review Activity [$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$] for Request $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$$Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_ServiceRequest_Library!System.WorkItem.ServiceRequest']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$$Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$ - $Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_ChangeRequest_Library!System.WorkItem.ChangeRequest']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Title$$Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_ServiceRequest_Library!System.WorkItem.ServiceRequest']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Title$$Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Title$
    Any suggestions on how to resolve this or why there is a limitation for one language and not another

    A copy and paste error was my initial thought however i replaced the entire text in the subject line with the same length of text as above but with the letter a and had the same error. It appears that there may be a character limit on the additional language
    options for the subject.

Maybe you are looking for

  • Deleting from the loop browser

    Is there a way to delete loop names from the loop browser drop down list and the actual loops themselves? I inadvertently (sp?) added loop folders that I had bought and downloaded to the loop browser without first naming the loop folders being added.

  • How to join max os 10.4.5 to Windows Domain?

    Hello everyone, I just bought new mac laptop for work. I have windows 2003 server running. I want to join my mac to domain so its easy to manage computers in the network. i have tried many articales and disussions but there is no working solution. if

  • Search entire library for specific keywords?

    Maybe I'm missing something, but I can't seem to find a way to search my entire Aperture 3 library for specific keywords.  It seems that I have to first select a project or album within the "Projects and Albums" section.  If there is indeeed no way t

  • OS X updates not appearing in App Store?

    Ever since I upgraded to Mountain Lion last year, OS updates are not appearing in the App Store. Updates for all Apple and non-Apple applications purchased through the App Store appear with no issue, but point updates to OS X 10.8, Java updates, Safa

  • Ddi_dma_addr_bind_handle crashes the system

    Hi all, Mandar here again. I am developing a driver for a NIC under Solaris 7 Ultra SPARC. I am in the process of getting 32 bit virtual address for my network device. I am doing this by using dma calls. I could allocate dma handle using ddi_dma_allo