How to start SFC in activity hook.

Hi Experts,
I am trying to start SFC in Activity hook. Tried the following, but its not working.
Please correct me where Im wrong...
List<StartSfcRequest> sfcReqList = new ArrayList <StartSfcRequest>();
StartSfcRequest startRequest = new StartSfcRequest();
String newSFCBO ="SFCBO:MYSITE", xyz";
startRequest.setSfcRef(newSFCBO);
startRequest.setOperationRef(operationBO.toString());
startRequest.setResourceRef(resourceBO.toString());
startRequest.setQty(new BigDecimal(1.0));
sfcReqList.add(startRequest);
sfcStartServiceInterface.start(sfcReqList);
Thanx in advance.

Hallo,
i have the same problem. Did you find a solution?
Starting a SFC and completing it via API doesnt work for me. I get the error:
com.sap.me.production.exception.startservice.RequiredValueMissingException
But i have set everything that is possible to set in the StartSfcRequest object. The logfile is showing me another error before the "RequiredValueMissingException":
##sap.com/meear#C000C0A8325E008E00000004000015D8#1341550000000005#sap.com/meear#com.sap.me.trace.VM#SITE_ADMIN#30#JTA Transaction : 5782#8D7400C4690611E1C65200000014786E#8d7400c4690611e1c65200000014786e#8d7400c4690611e1c65200000014786e#0#Thread[HTTP Worker [@493161230],5,Dedicated_Application_Thread]#Plain##
SITE is missing (Message 12001)
     at com.sap.me.frame.BaseDAO.abort(BaseDAO.java:2604)
     at com.sap.me.frame.BaseDAO.abortMissingInput(BaseDAO.java:2568)
     at com.sap.me.frame.BaseDAO.getRequiredInput(BaseDAO.java:2558)
     at com.sap.me.frame.BaseDAO.getRequiredInput(BaseDAO.java:2546)
     at com.sap.me.frame.BasicBOBean.getRequiredInput(BasicBOBean.java:2008)
     at com.sap.me.user.CertificationBOBean.checkCerts(CertificationBOBean.java:185)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)
The "SITE is missing" seems to be the problem...

Similar Messages

  • Problem with PRE_DISP Activity Hook and Scrap of SFC

    We have a scenario where we want to check the max loop count against the times processed counter of a SFC on this routing step after a NC incident (with disposition configured) happened
    So we wrote an activity hook for NC disposition and attached it
    I have different problems with this scenario
    When I use a PRE_DISP activitiy hook I will get the current router/step of the SFC before the disposition happened. So I can get the counters I need
    But when I try to do a scrap of the SFC via API I get the error (after the hook completed):
    Caused by: java.lang.IllegalArgumentException: QTY cannot be <=0
         at com.sap.me.demand.SFCRoutingReleaseWorker.addRouter(SFCRoutingReleaseWorker.java:188)
         at com.sap.me.demand.SFCRoutingBOBean.addRouter(SFCRoutingBOBean.java:131)
    I guess this is because the system tries to do the disposition after the hook and will get an error since it has been scrapped already
    When I use a POST_DISP hook I can do the scrap without errors. But I didn't find any method to get the router/step from where the disposition was started. In the DTO object of the hook I get the old operation but the router is already the new one
    So what is the best solution to the scenario? Is there a possibility to cancel the disposition in the PRE_DISP hook? Or are there methods for getting the router/steps for the SFC before the route was changed to a new one?

    Gentlemen,
    Please do not forget to share a solution with the community.
    Thank you,
    Alex.

  • How to start/ restart the service in visual admin of SAP WAS 6.4?

    I have installed the sneak preview version of SAP NetWeaver WAS 6.4 for default Database MaxDB. While developing a simple application to manage simple database table citymaster with 2 columns in jsp I am getting error as
    Exception e com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at : java.comp.
    Looking at visual admin tool for WAS 6.4 all the entries are in color blue but the last entry for 'DATASOURCE' is in RED color where 'java.comp/env/JDBC/DATASOURCE' is the jndi reference created for default DataSource.
    Can any one help me that why the last entry is in RED and it that say that some error has occured or that entry is not started then how to start that?
    Please help....

    Dear Daniel,
    I have checked the Visual Administrator's  JNDI Registry service entry in the ejbContexts node but there is no entry for the project which I have created.
    It get deployed while I right click on the project's ear file and click on "Deploy on J2EE Engine". But same as before while checking in Browserthe site gives the same error...
    503   Service Unavailable
    Application cannot be started!
    Details: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application bcone.com/EntityCMPAppln cannot be started, because it has hard reference to resource CONFIG_DB with type javax.sql.DataSource, but it is not active on the server.
         at com.sap.engine.services.deploy.server.ReferenceResolver.processUsageOfComponent(ReferenceResolver.java:508)
         at com.sap.engine.services.deploy.server.ReferenceResolver.beforeStartingApplication(ReferenceResolver.java:337)
         at com.sap.engine.services.deploy.server.application.StartTransaction.begin(StartTransaction.java:149)
         at com.sap.engine.services.deploy.server.application.StartTransaction.beginLocal(StartTransaction.java:285)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesLocal(ApplicationTransaction.java:355)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:120)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesLocalAndWait(ParallelAdapter.java:224)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4170)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationsInitially(DeployServiceImpl.java:2390)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.clusterElementReady(DeployServiceImpl.java:2267)
         at com.sap.engine.services.deploy.server.ClusterServicesAdapter.containerStarted(ClusterServicesAdapter.java:41)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:101)
         at com.sap.engine.core.service630.container.AdminContainerEventListenerWrapper.processEvent(AdminContainerEventListenerWrapper.java:19)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:80)
         at com.sap.engine.core.thread.impl4.SingleThread.execute(SingleThread.java:70)
         at com.sap.engine.core.thread.impl4.SingleThread.run(SingleThread.java:111)
    Please help me, how to recover this error.
    Rgds,
    Vivek

  • How to execute the Portal Activity Report

    Hello,
    In the System Administration -> System Configuration-> Service Configuration Editor
    Under Applications->com.sap.portal.activityreport.core-> Services->ActivityReport and I have configured the report.
    I saved I have restarted the service to effect the changes and in Portal Catalog
    Application->com.sap.portal.activityreport.core and I have administrated the changes. The Application Details Editor is displayed.
    I have clicked the Restart the portal also.
    I would like to know how to execute this Portal Activity Report after making this configuration.
    Can anyone help me.
    Thnx in advance
    cheers
    Kris

    Hi Kris,
    here an example with steps:
    1. Navigate to Content Administration -> Portal Content
    2. Step into a test folder and right click on the folder to create a new iView
    2. Select the template "Portal Activity Report iView"
       Name: Daily User Logins
       Technical Name: DailyUserLogins
    3. Open the newly created iView and define the following parameters
       under "Specify report content"
          Start of Reporting: Date 01.01.2005 and Time: 08:00
          End of Reporting: Date 31.12.2005 and Time: 24:00
          Time Unit for Reporting: Daily
       under "Configure report options"
          Information to Report: Number of users logged on
    You have created a new reporting iView, aggregating information about the number of anonymous and authenticated users on a daily basis.
    Hope this helps,
    Robert

  • How to import your MS Active Directory users in an Oracle table

    Hello,
    I first tried to get a Heterogenous Connection to my MS Active Directory to get information on my Active Directory users.
    This doesn't work so I used an alternative solution:
    How to import your MS Active Directory users in an Oracle table
    - a Visual Basic script for export from Active Directory
    - a table in my database
    - a SQL*Loader Control-file
    - a command-file to start the SQL*Loader
    Now I can schedule the vsb-script and the command-file to get my information in an Oracle table. This works fine for me.
    Just to share my scripts:
    I made a Visual Basic script to make an export from my Active Directory to a CSV-file.
    'Export_ActiveDir_users.vbs                              26-10-2006
    'Script to export info from MS Active Directory to a CSV-file
    '     Accountname, employeeid, Name, Function, Department etc.
    '       Richard de Boer - Wetterskip Fryslan, the Nethterlands
    '     samaccountname          Logon Name / Account     
    '     employeeid          Employee ID
    '     name               name     
    '     displayname          Display Name / Full Name     
    '     sn               Last Name     
    '     description          Description / Function
    '     department          Department / Organisation     
    '     physicaldeliveryofficename Office Location     Wetterskip Fryslan
    '     streetaddress          Street Address          Harlingerstraatweg 113
    '     l               City / Location          Leeuwarden
    '     mail               E-mail adress     
    '     wwwhomepage          Web Page Address
    '     distinguishedName     Full unique name with cn, ou's, dc's
    'Global variables
        Dim oContainer
        Dim OutPutFile
        Dim FileSystem
    'Initialize global variables
        Set FileSystem = WScript.CreateObject("Scripting.FileSystemObject")
        Set OutPutFile = FileSystem.CreateTextFile("ActiveDir_users.csv", True)
        Set oContainer=GetObject("LDAP://OU=WFgebruikers,DC=Wetterskip,DC=Fryslan,DC=Local")
    'Enumerate Container
        EnumerateUsers oContainer
    'Clean up
        OutPutFile.Close
        Set FileSystem = Nothing
        Set oContainer = Nothing
        WScript.Echo "Finished"
        WScript.Quit(0)
    Sub EnumerateUsers(oCont)
        Dim oUser
        For Each oUser In oCont
            Select Case LCase(oUser.Class)
                   Case "user"
                        If Not IsEmpty(oUser.distinguishedName) Then
                            OutPutFile.WriteLine _
                   oUser.samaccountname      & ";" & _
                   oUser.employeeid     & ";" & _
                   oUser.Get ("name")      & ";" & _
                   oUser.displayname      & ";" & _
                   oUser.sn           & ";" & _
                   oUser.description      & ";" & _
                   oUser.department      & ";" & _
                   oUser.physicaldeliveryofficename & ";" & _
                   oUser.streetaddress      & ";" & _
                   oUser.l           & ";" & _
                   oUser.mail           & ";" & _
                   oUser.wwwhomepage      & ";" & _
                   oUser.distinguishedName     & ";"
                        End If
                   Case "organizationalunit", "container"
                        EnumerateUsers oUser
            End Select
        Next
    End SubThis give's output like this:
    rdeboer;2988;Richard de Boer;Richard de Boer;de Boer;Database Administrator;Informatie- en Communicatie Technologie;;Harlingerstraatweg 113;Leeuwarden;[email protected];;CN=Richard de Boer,OU=Informatie- en Communicatie Technologie,OU=Afdelingen,OU=WFGebruikers,DC=wetterskip,DC=fryslan,DC=local;
    tbronkhorst;201;Tjitske Bronkhorst;Tjitske Bronkhorst;Bronkhorst;Configuratiebeheerder;Informatie- en Communicatie Technologie;;Harlingerstraatweg 113;Leeuwarden;[email protected];;CN=Tjitske Bronkhorst,OU=Informatie- en Communicatie Technologie,OU=Afdelingen,OU=WFGebruikers,DC=wetterskip,DC=fryslan,DC=local;I made a table in my Oracle database:
    CREATE TABLE     PG4WF.ACTD_USERS     
         samaccountname          VARCHAR2(64)
    ,     employeeid          VARCHAR2(16)
    ,     name               VARCHAR2(64)
    ,     displayname          VARCHAR2(64)
    ,     sn               VARCHAR2(64)
    ,     description          VARCHAR2(100)
    ,     department          VARCHAR2(64)
    ,     physicaldeliveryofficename     VARCHAR2(64)
    ,     streetaddress          VARCHAR2(128)
    ,     l               VARCHAR2(64)
    ,     mail               VARCHAR2(100)
    ,     wwwhomepage          VARCHAR2(128)
    ,     distinguishedName     VARCHAR2(256)
    )I made SQL*Loader Control-file:
    LOAD DATA
    INFILE           'ActiveDir_users.csv'
    BADFILE      'ActiveDir_users.bad'
    DISCARDFILE      'ActiveDir_users.dsc'
    TRUNCATE
    INTO TABLE PG4WF.ACTD_USERS
    FIELDS TERMINATED BY ';'
    (     samaccountname
    ,     employeeid
    ,     name
    ,     displayname
    ,     sn
    ,     description
    ,     department
    ,     physicaldeliveryofficename
    ,     streetaddress
    ,     l
    ,     mail
    ,     wwwhomepage
    ,     distinguishedName
    )I made a cmd-file to start SQL*Loader
    : Import the Active Directory users in Oracle by SQL*Loader
    D:\Oracle\ora92\bin\sqlldr userid=pg4wf/<password>@<database> control=sqlldr_ActiveDir_users.ctl log=sqlldr_ActiveDir_users.logI used this for a good list of active directory fields:
    http://www.kouti.com/tables/userattributes.htm
    Greetings,
    Richard de Boer

    I have a table with about 50,000 records in my Oracle database and there is a date column which shows the date that each record get inserted to the table, for example 04-Aug-13.
    Is there any way that I can find out what time each record has been inserted?
    For example: 04-Aug-13 4:20:00 PM. (For my existing records not future ones)
    First you need to clarify what you mean by 'the date that each record get inserted'.  A row is not permanent and visible to other sessions until it has been COMMITTED and that commit may happen seconds, minutes, hours or even days AFTER a user actually creates the row and puts a date in your 'date column'.
    Second - your date column, and ALL date columns, includes a time component. So just query your date column for the time.
    The only way that time value will be incorrect is if you did something silly like TRUNC(myDate) when you inserted the value. That would use a time component of 00:00:00 and destroy the actual time.

  • How to Start with new Iphone 4 Factory Unlock ???

    I am getting new factory unlock Iphone 4 day after tommorow and I currently have Jailbreak Iphone 3G...Plz tell what should i do to get started ??? I dont want to to jailbreak iphone 4 right now as the un-teathered jb is not available..So how to start ...Any advice plz...

    When you get your new phone, connect it to iTunes to activate. Do not restore from the backup of your jailbroken phone when given the option of setting up as new or restoring from backup. Select setup as a "new" phone. You must also have an activated sim in the phone.

  • How to start a local HTML5-file automatically as a weblink?

    Hi, i started to learn DPS two weeks ago and had a lot of fun. But yesterday i had a problem how to start a weblink autmaticially. The checkbox in the Overlay Creator panel for activating auto-start doesn't react by clinking on it. And the default is inactive. The other checkboxes in the panel also don't react. Could this problem be a InDesign-bug? The background, what i tried to do ...i inserted a local HTML5-File as a weblinki t's shown on my iPad after synchronizing. But i have to tap on it for showing the HTML-content - but i want to start it automatically.
    Thanks for your feedback. I'll hope, someone could help me.
    Bye Bert

    You're the man, Bob! After deleting the InDesign preferences i was able to activate the different Checkboxes. *thumbs up*
    Hint: Starting InDesign with shortcut for deleting the preferences  -->  "shift + alt + cmd + ctrl"

  • How to start in creating games

    I haven't worked on any open api like directx etc. I used to work a bit on videocard programming through c, where i created some own api which were creating 3d engine. But all this thing i did around 3-4 years back, while i was a student. Later got busy in the job, currently working as a software engg. working on website development. But still there is a strong urge in me to work for creating some games. As this was the first thing i started programming for.
    Can you please help me from where can i start. I tried just a bit on directx with .Net but that material also i have lost. And now as i m into java, so i want to do programming in java only.
    Can someone please suggest me how to start building the new game.
    Thanks & Regards,
    Amit Khosla

    JGarage wrote:
    For creating 3D games in java, i would recommend jMonkeyEngine.
    Its a high performance 3d engine written in and for java.
    jMonkeyEngine official site: [http://www.jmonkeyengine.com/]
    jMonkeyEngine forum : [http://www.jmonkeyengine.com/jmeforum/]
    I saw this post and through I'd give jMonkeyEngine a try--It's been a couple of weeks now and still all links to any downloads are nonfunctional on their website and the last activity in their forums is from November. Does any one know if their project still alive?

  • How to start 3g in nokia x3-02

    I dnt knw how to start 3g...as i go to connection seting and i chose 3g i dnt get signal..i use uninor or vodaphone...my friends say we have to send 3g to 121 but it does not work can anyone help me

    You have to first get the 3G service activated by contacting your Operator ...

  • Error while calling Custom activity Hook

    Hello ME and MII Experts,
    We are tying to call custom MII transaction via Activity hook at operation level. While doing that, we received the error "The resource "SAPMEWIP" does not support two-phase commit and cannot be enlisted in the current transaction". This issue is fixed by changing the data source to XA and changing the SQL query in MII transaction to "Query" instead of "Fixed Query" .
    Issue:- When we set SQL query to "Query" it is not allowing to make a call to DB package.
    Any inputs on how we can solve this?
    -Adarsha.K.S

    My custom VIs are working from LabVIEW; VIs are converted into .Net Assembly DLL and getting error while calling my .Net DLL's functions from TestStand. I've attached APx515 Initialize VI screenshot; this is an custom made VI where it's directly calling AP's (AP - Audio Precision) .Net functions not using AP's Initialize VI.
    I've also tried below two itms,
    1. Calling my LabVIEW .Net DLL from AP's .Net DLL's location; that didn't help
    2. Copied AP's .Net DLL (AudioPrecision.API.dll) to my LabVIEW .Net DLL's location; that didn't help either
    Please let anyone help, if you come across similar issue.
    Thanks
    Attachments:
    APx515_VIsScreenshot.pdf ‏182 KB

  • How to start the Solution Manager Implementation

    Hi Gurus , I am in Solution manager implemnetation project , and i wanted built the exsisted landscape into Solman  so any one can help me out in this like where to and how to start.

    Hi Gurus, i wanted to implement these concepts
    Configuring Solution Manager
    Configuring Solution Manager
    1)      Solution Monitoring
    a       SAP EarlyWatch Alert
    a1      Setting-Up EarlyWatch Alerts    Y
    a2      Manually Executing Downloads    Y
    a3      Create Report and Display Session Details       Y
    a4      Save, Retrieve and Archive EarlyWatch Alert     Y
    b       Service Level Reporting
    b1      Service Level Reporting Change Mode     Y
    b2      Maintain General Settings       Y
    b3      Specify Systems and Contents for Service Level Report   Y
    b4      Select Business Processes for the Service Level Report  Y
    b5      Select Business Processes from the Business Process Monitoring  Y
    b6      Process Service Level Report Data Manually      Y
    b7      Create Service Level Report     Y
    b8      Create, Save and Archive Service Level Report Manually  Y
    b9      Process Service Level Report Session    Y
    b10     Send E-Mail Automatically       Y
    b11     KPI Calculation Y
    2       Configuring Alert Monitor
           Central System Administration (Part of ALERT Monitor)
    c2.1    MTE Classes and Attribute Groups        Y
    c2.2    Methods Y
    c2.3    Operating the Alert Monitor     Y
    c2.4    Actions in the Alert Monitoring Tree    Y
    c2.5    Selecting Nodes in the Alert Monitoring Tree    Y
    c2.6    Elements of the Alert Monitor   Y
    c2.7    General Properties of Monitoring Tree Elements  Y
    c2.8    Properties of Monitoring Objects and Attributes Y
    c2.9    Customizing the Alert Monitor   Y
    c2.10
    Changing Properties in the Alert Monitoring Tree
           Y
    c2.11
    Changing Properties in Customizing Transaction RZ21
           Y
    c2.12
    Triggering a Heartbeat Alert if No Values Are Reported
           Y
    c2.13
    Changing the Frequency of Method Execution
           Y
    c2.14   Defining, Releasing, and Transporting Methods
           Y
    c2.15
    Assigning Methods to MTE Classes or Individual MTEs
           Y
    c2.16   Assigning Methods to MTE Classes or Individual MTEs     Y
    c2.17
    Editing Monitors and Monitor Sets
           Y
    c2.18
    Creating and Editing Monitor Sets
           Y
    c2.19   Transporting Monitor Sets and Monitor Definitions       Y
    c2.20   Copying, Renaming, and Deleting Monitors        Y
    c2.21   Creating and Changing Monitors  Y
    c2.22   Rule Node: Rule Description and Use     Y
    c2.23   Defining Monitors with the DEFINE_R3_SYSTEMS/GET_MTE_BY_CLASS Ru        Y
    c2.24   Defining Monitors with the Rule GET_MTE_BY_CLASS_AND_OPTIONS    Y
    c2.25   Defining Monitors with the Rule GET_MTE_BY_CLASS_AS_VIRTUAL     Y
    c2.26   Copying a Monitoring Properties Variant Y
    c2.27   Create Monitoring Properties Variant    Y
    c2.28   Change Monitoring Properties Variant    Y
    c2.29   Activating a Monitoring Properties Variant      Y
    c2.30   SAP-DEFAULT     Y
    c2.31   Creating a New SAP-DEFAULT Variant      Y
    c2.32   Monitoring Multiple Systems     Y
    c2.33   Monitoring Multiple Systems: Defining RFC Connections   Y
    c2.34   Monitoring SAP R/3 3.x Systems  Y
    c2.35   Creating the CSMREG User        Y
    c2.36   Monitoring Multiple Systems with an Identical System ID Y
    c2.37   System Groups in the Alert Monitor      Y
    c2.38   Deactivating and Reactivating Monitoring Tree Elements  Y
    c2.39   Deleting and Restoring Nodes in the Alert Monitoring Tree       Y
    c2.40   Display Options of the Alert Monitor    Y
    c2.41   Saving and Resetting the Layout of a Monitor    Y
    c2.42   Extending the Shared Memory Area        Y
    c2.43   Setting Up a Central Data Cache         Y
    c2.44   Configuring the Caches of the Monitoring Architecture   Y
    c2.45   Working with All-Clears (Green Alerts)  Y
    c2.46   Displaying the History of the Threshold Values of Performance No        Y
    c2.47   Availability Monitoring with CCMSPING   Y
    c2.48   Installing Availability Agent CCMSPING  Y
    c2.49   Changing the Monitoring Frequency and Timeouts of CCMSPING      Y
    c2.50   Adding Systems to the Availability Monitoring Manually  Y
    c2.51   Finding and Correcting Errors with CCMSPING     Y
    c2.52   Configuring Availability Monitoring     Y
    c2.53   Creating and Changing Monitoring Rules  Y
    c2.54   Changing Monitoring Setting of Servers and Groups       Y
    c2.55   Using Multiple CCMSPING Agents  Y
    c2.56   Creating and Changing a Monitoring Pause        Y
    c2.57   Monitoring System Groups with CCMSPING  Y
    c2.58   Availability and Performance Overview Monitor   Y
    c2.59   Monitoring Log Files with CCMS Agents   Y
    c2.60   Structure of the Log File Template of the Log File Agent        Y
    c2.61   Example Log File Templates      Y
    c2.62   Logfile Monitoring Monitor      Y
    c2.63   Monitoring Selected Processes with SAPOSCOL     Y
    c2.64   Monitoring Response Times of Transactions or Clients    Y
    c2.65   Monitoring Database Tables with the Alert Monitor       Y
    c2.66   Self-Monitoring of the Alert Monitor    Y
    c2.67   Selected Alert Monitor Methods  Y
    c2.68   Forwarding Alerts to Alert Management (ALM)     Y
    c2.69   Interpreting a Text Attribute as File Name/URL and Display Content      Y
    c2.70   Displaying a Subtree as ALV Grid Control        Y
    c2.71   Defining an Automatic Alert Notification        Y
    c2.72   Auto-Reaction Method: Execute Operating System Command  Y
    c2.73   Setting Up Central Auto-Reaction Methods        Y
    c2.74   Installing CCM4X        Y
    c2.75   Activation in the background,if the Host restarts       Y
    c2.76   Creating RFC Connection Y
    c2.77   Copying File from Solution manager to agents    Y
    c2.78   Copying version for SAPCCM4X    Y
    c3      Central User Administartion(CUA)
    c3.01   Create manaintain landscape     Y
    c3.02   Creating RFC    Y
    c3.03   Create Logical clinets in SM1   Y
    c3.04   Field distribution parameters   Y
    c3.05   Transfering users from child system     Y
    2       Service Desk
    a       Set-Up Message Creation in Web Browser  Y
    b       Create support messages with NOTIF_CREATE       Y
    c       Process Messages in Service Desk        Y
    d       Search for Solutions to Support Messages        Y
    e       Copy Support Message into Solution Database     Y
    f       Forward Support Message to SAP  Y
    g       WebClient Interaction Center    Y
    h       Create Messages with Interaction Center WebClient       Y
    i       Process Messages in the Interaction Center WebClient    Y
    j       Service Desk for IT Service Providers   Y
    k       Using an External Service Desk  Y
    l       Connect an External Service Desk        Y
    m       Service Desk Customizing Error Analysis Y
    it's very high prioriety
    Cheers

  • [SOLVED] openvpn issue: how to start service

    Hi all,
    I'm writing because I'm experiencing a problem while trying to start openvpn.
    This morning I removed (i moved to .old)  the rc.conf file and this means i'm using a full systemd configuration.
    The problem is that I don't know how to start openvpn. yesterday I was doing:
    /etc/rc.d/openvpn start
    today I tried again but it does not find such file: it is no more there :S
    i started through:
    openvpn /etc/openvpn/vpnname.conf
    and it seems to work...but is this the only way? It produces lot of output, should I redirect it? I think I can but it's not the optimal solution
    I need to start the service manually.
    I tried:
    # systemctl start [email protected]
    Job for [email protected] failed. See 'systemctl status [email protected]' and 'journalctl -xn' for details.
    # systemctl status [email protected]
    [email protected] - OpenVPN connection to vpnname
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; disabled)
    Active: failed (Result: exit-code) since Thu 2013-02-21 10:37:58 CET; 11min ago
    Process: 1950 ExecStart=/usr/sbin/openvpn --cd /etc/openvpn --config /etc/openvpn/%i.conf --daemon openvpn@%i (code=exited, status=1/FAILURE)
    Feb 21 10:37:58 jily systemd[1]: Starting OpenVPN connection to vpnname...
    Feb 21 10:37:58 jily openvpn[1950]: Options error: In [CMD-LINE]:1: Error opening configuration file: /etc/openvpn/vpnname.conf
    Feb 21 10:37:58 jily openvpn[1950]: Use --help for more information.
    Feb 21 10:37:58 jily systemd[1]: [email protected]: control process exited, code=exited status=1
    Feb 21 10:37:58 jily systemd[1]: Failed to start OpenVPN connection to vpnname.
    Feb 21 10:37:58 jily systemd[1]: Unit [email protected] entered failed state
    Feb 21 10:48:50 jily systemd[1]: Stopped OpenVPN connection to vpnname.
    # journalctl -xn
    -- Logs begin at Mon 2012-11-12 13:06:40 CET, end at Thu 2013-02-21 10:50:32 CET. --
    Feb 21 10:49:39 jily ntpd[574]: peers refreshed
    Feb 21 10:49:39 jily ntpd[574]: new interface(s) found: waking up resolver
    Feb 21 10:49:48 jily ntpd[574]: Deleting interface #7 tun0, 10.8.0.21#123, interface stats: received=0, sent=0, dropped=0, active_time=9 secs
    Feb 21 10:49:48 jily ntpd[574]: peers refreshed
    Feb 21 10:50:32 jily systemd[1]: Starting OpenVPN connection to vpnname...
    -- Subject: Unit [email protected] has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/7d4958e842da4a758f6c1cdc7b36dcc5
    -- Unit [email protected] has begun starting up.
    Feb 21 10:50:32 jily openvpn[2020]: Options error: In [CMD-LINE]:1: Error opening configuration file: /etc/openvpn/vpnname.conf
    Feb 21 10:50:32 jily openvpn[2020]: Use --help for more information.
    Feb 21 10:50:32 jily systemd[1]: [email protected]: control process exited, code=exited status=1
    Feb 21 10:50:32 jily systemd[1]: Failed to start OpenVPN connection to vpnname.
    -- Subject: Unit [email protected] has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
    -- Unit [email protected] has failed.
    -- The result is failed.
    Feb 21 10:50:32 jily systemd[1]: Unit [email protected] entered failed state
    can you guys please help me understanding this?
    Thanks in advance
    Last edited by virusso80 (2013-04-03 07:54:59)

    tomk wrote:
    virusso80 wrote:
    i started through:
    openvpn /etc/openvpn/vpnname.conf
    and it seems to work...
    A bit vague there - does it or doesn't it?
    yes, it does!
    tomk wrote:
    virusso80 wrote:Feb 21 10:37:58 jily openvpn[1950]: Options error: In [CMD-LINE]:1: Error opening configuration file: /etc/openvpn/vpnname.conf
    This error is generated by openvpn itself, not systemd. What are the ownership/permissions of /etc/openvpn/vpnname.conf?
    the following. I didn't change anything in that setting.
    # ls -l /etc/openvpn/vpnname.conf
    -rwx------ 1 root root 347 Sep 18 2010 /etc/openvpn/vpnname.conf
    thanks

  • How to start a process

    The process can be started from gobal creation activity in BPM 10g. I create an ADF or Java client application which can show the information of processes.
    How to start a process from java? For example, a user can click a button and then, one or more processes can be started.
    createProcessInstance in ADF is striked.
    Thanks a lot.

    Yes, I use PAPI in ADF and check the document in the web. But the code likes following is striked by jdeveloper 10g.
    session.createProcessInstance(processId, arguments)
    What I want to know is the code snippet which replaces "session.createProcessInstance(processId, arguments)"
    Then, the user can start new instance from an ADF application (with PAPI code).

  • HT4623 my phone is stuck on the apple icon :( how to start it up? pleaaase help

    my phone is stuck on the apple icon how to start it up? pleaaase help
    it happened after i tryed to update the software
    how to fix this???
    plz help

    yes it was jailbroken
    now after i restored it from itunes i'm having an other problem
    theres a message saying '' activation request could not be completed

  • How to start screen painter

    Hi
    How to start screen painter?????. I have installed SAP Business One. I tried installing ScreenPainter via ADD-ON administrator provided in SAP B One.

    Hi Shabbir
    When you assigned it to the company did a installshield window come up and install the addon?
    -If no,tick force install and active. Log off sap and then log on, it will then install.
    -If yes it did do it, sometimes you need to log on and off before seeing it in add-on manager. Also make sure that in add-on admininstration window on the second tab called user preferences if that user you are logging on as that add on is ACTIVE.
    One you do the above, go to tools->screen painter.
    Hope this helps

Maybe you are looking for

  • Why is my iPhone 5s stuck after icloud restore

    Hey I got my new iPhone 5s. This is my second one tho, but after I pressed to restore my setting from icloud to this new phone its started. I got an apple logo with a bar which won't go further and stays arount 5%. I've tried to press the sleep and h

  • Month_ending and Year_ending....

    Hi Guys; In a report i need to show the following 3 columns: If: date_column is between 3/01/2005 and 3/12/2008 then my 1) 'week_ending: ' Column should display values; 3/5/2005, 3/12/2005 .....upto 3/15/2008 2) 'Month_ending: ' Column should display

  • IMac PDF viewing issue

    For some reason whenever I download a PDF file, my computer asks me what kind of a character set it should use.  I get choices like cyrilic, western european; basically anything except english. When I choose any of them the file comes up with gibberi

  • Wndows did not detect any biometric devices on this computer..

    I have an HP ProBook 4540s running Windows 7 Professional w/IE11. I had to do a clean install of Windows 7 Pro and since then I cannot get my fingerprint reader to work at all. In my Control panel, under Biometric Devices, I recieve the message "Wind

  • Source list - urgent

    hi sappians, when i maintain the source list ( assign with scheduling agreement for MRP, even i maintained 2 for MRP), i am facing the following error " Please enter the document number and item togethere" . pls help me....it is urgent..... Thanks to