Run last configuration

How do I get Flash Builder to run the last configuration that was run?  I have multiple projects open that aren't runnable but when I click on the run button it always tries to launch the project that is selected.  How do I get around this?  I set the eclipse launch properties to always launch the last one selected but it doesn't seem to change the Flash launch menu/button.

http://bugs.adobe.com/jira/browse/FB-24734

Similar Messages

  • Recurring Documents run schdule configuration

    Dear all,
    I have a question regarding the recurring document run schdule configuration. my example is below
    I received an insurance policy,
    Period :23.02.2011 - 23.05.2011 (for 3 months)
    amount: 15.000 USD
    First I posted this policy to vendor account
    31 vendor ABC                   15.000 USD
    40 Prepaid Exp.acc.            15.000 USD
    secondly I create a recurring document with below specification.
    *Recuring entry run*
    company code:1000
    first run on :23.02.2011
    Last run on:23.05.2011
    interval months:1
    run date:23
    transfer amounts in local currency
    copy texts
    *Document header information*
    document type:AB
    currency/rate:USD
    translation date:23.02.2011
    Post. key:40 (insurance exp.account) enter amount (for monthly 5.000 USD)
    Post. key:50 (Prepaid exp. account) enter amount (for monthly 5.000 USD)
    and than ı execute document posting by F.14 and the document posted.
    but I want to create a recurring document and posted this document according to the below calculation,
    for february 2011= 1000,00 USD (15.000 USD / 90 days X 6 day)
    for march 2011   = 5.166,67 USD (31 day)
    for april 2011     = 5.000,00 USD (30 day)
    for may 2011    = 3.833,33 USD (23 day)
    how can I configure this recurring document.
    Thank you so much.......

    Hi,
    For this scenario standard is not possible, why because if the recurring documents are maintained only for which is the amounts and date is fixed for this scenario is possibe for recurring document, then discuss with the abaper try to maintain userexits for this.
    Regards,
    Kanike

  • Please ensure that the applicationhost.config file is correct and recommit the last configuration changes made

    I am receiving event ID 5189 on Server 2008 R2, IIS 7.5.  I experience this error across a number of servers, each of which is running only the default web site, but have 600+ applications running on the default web site.  Each application
    has its own application pool.  My point is, the applicationhost.config is rather large.
    I have seen a number of posts on this error message, but my issue itself seems to differ somewhat.  I am aware of a similar post: http://social.technet.microsoft.com/Forums/en-US/3128ee93-1319-4cc2-9257-003512caf476/event-id-5189-microsoftwindowswas?forum=exchangesvrgeneral
    which points to KB http://technet.microsoft.com/en-us/library/cc734988%28v=ws.10%29.aspx
    However, in my case, it doesn't seem that the extreme measures for this resolution are required.  The error usually indicates a corrupted applicationhost.config that must be manually fixed, or otherwise the WAS service needs to be restarted, or the
    server itself, etc.
    In my case, the issue can usually be fixed by an application pool recycle, or at worst a stop/start.  I have an application which is sensitive to recycles, and so we do not have periodic recycle events configured for this application, which is the bulk
    of the applications on the servers.  It seems to me that this issue is usually caused by the application being in use when there is an applicationhost.config change.
    For instance, we have one application that we deploy using msdeploy.  We found that when we ran an installation for this application via msdeploy, we were receiving this event, and we would subsequently get 500 errors in the application (sometimes the
    application pool corresponds to that which is identified in the event log, sometimes it doesn't).    It seems like applications that were being hit at the time the applicationhost.config was modified by msdeploy were affected.  In an attempt
    to correct this, we moved from msdeploy to a batch file containing appcmd commands.  This also did not resolve the issue.
    I have another application which is installed using PowerShell commandlets.  We started to notice that this script also caused the issue to occur on occasion.  As I continued to identify different processes that resulted in the same issue, I came
    to the conclusion that this is likely due to any change in the applicationhost.config.  I assume the issue is that the applicationhost.config is modified during a read operation to the file by the application pool, or WAS service, and that the recycle
    event, which corrects the issue, forces a re-read of the applicationhost.config, resolving the bad-read issue.
    Has anyone else experienced this, or do you have any recommendations?  My current work-around is to not install any applications during peak hours, and performing an IISRESET after installs are completed, to ensure application stability.
    Message              : The Windows Process Activation Service failed to generate an application pool config file for application pool 'myAppPool'. The error type is '7'. To resolve this issue,
    please ensure that the applicationhost.config file is correct and recommit the last configuration changes made. The data field contains the error number.
    Id                   : 5189
    Version              : 0
    Qualifiers           : 49152
    Level                : 2
    Task                 : 0
    Opcode               : 0
    Keywords             : 36028797018963968
    RecordId             : 324108
    ProviderName         : Microsoft-Windows-WAS
    ProviderId           : 524b5d04-133c-4a62-8362-64e8edb9ce40
    LogName              : System
    ProcessId            : 0
    ThreadId             : 0
    MachineName          : MyComputer
    TimeCreated          : 3/3/2014 9:03:24 PM
    ContainerLog         : system
    MatchedQueryIds      : {}
    Bookmark             : System.Diagnostics.Eventing.Reader.EventBookmark
    LevelDisplayName     : Error
    KeywordsDisplayNames : {Classic}
    Properties           : {System.Diagnostics.Eventing.Reader.EventProperty, System.Diagnostics.Eventing.Reader.EventProperty, System.Diagnostics.Eventing.Reader.EventProperty}

    As an update to this issue, after doing some research, it appears the behavior is related to a new feature in IIS7 called Application Pool Isolation (http://technet.microsoft.com/en-us/library/dd163536.aspx).
    This new feature prevents cross-application spillage by isolating the configuration for each application pool in IIS.  So in reality, an application pool never actually reads the applicationhost.config - that is just a master file, and each time it
    is update, it triggers a change to the individual application pool configuration files, located in C:\inetpub\temp\apppools.
    We did try setting Advanced Settings > Disable Recycling for Configuration Change to true, but after an IIS reset we were still able to reproduce the issue - worse actually, because in our test program, which continually hits the web
    service, and also continually makes apphost.config changes, when the two events collide, the 500.19 issue precipitates; but after an additional change to the apphost.config, it seems that the additional changes will actually correct the issue (seemingly forcing
    another recycle, which is also how we resolve the issue manually); after making this setting adjustment, once the 500.19 issue precipitates, additional changes to the apphost.config does not correct the problem, only a manual recycle corrects it.  This
    is the recycling.disallowRotationOnConfigChange property of the app pool.  We also set the setting for recycling.disallowOverlappingRotation to True as well, with the same result.
    We ARE able to prevent this issue by setting the C:\inetpub\temp\apppools\myapppool\myapppool.config to read-only, but for obvious reasons, this is not a desired work-around.
    It seems like what is happening is that any change to the ApplicationHost.config is resulting in each of the C:\inetpub\temp\apppools temp application pool config files being updated as well, in addition to triggering an application pool recycle.  It
    seems to me the desired behavior would be that these files are only updated if the applicationhost.config changes are specific to that application pool - but that doesn't seem to be the behavior.
    After turning on failed request tracing, I was able to narrow the error down more:
    ModuleName
    AnonymousAuthenticationModule
    Notification
    2
    HttpStatus
    500
    HttpReason
    Internal Server Error
    HttpSubStatus
    19
    ErrorCode
    2147942413
    ConfigExceptionInfo
    \\?\C:\inetpub\application\application\web.config ( 9) :Failed to decrypt attribute 'password'
    Notification
    AUTHENTICATE_REQUEST
    ErrorCode
    The data is invalid. (0x8007000d)
    This seems to be pretty static.  Trying to look into possible causes of this issue.

  • Missing "Last configuration change at" into the config

    On two Catalyst 3750 12.2.(25r) SE1
    with the command "show run"
    I don't see the info:
    "Last configuration change at xx"
    "NVRAM config last updated at xx"
    I use the "normal command:
    service timestamps debug datetime localtime
    service timestamps log datetime localtime
    service password-encryption
    aaa new-model
    aaa authentication login default group tacacs+ local
    aaa authorization exec default group tacacs+ local
    aaa accounting exec default start-stop group tacacs+
    aaa session-id common
    On all other switches with the same config i haven't this problem
    IOS Bug?
    Best Regards
    Andrea

    Great!
    The clock was correct but the NTP server is not reachable (behind a Firewall)
    I have removed the NTP server, until the FW permit the NTP Protocol.
    Now all messages are written into the config
    Many Thanks
    Andrea

  • Memory error while running DI configuration wizard

    Hi
    We have installed NW 7.0 with DI usage. After Installation, we are running DI configuration Wizard. During step (at 48% ) Assign Role NWDI.XDeveloper to Group NWDI.XDevelopers its giving error:
    Exception Class:java.lang.OutOfMemoryError
    Following is the screen shot of error:
    Assign Role NWDI.XDeveloper to Group NWDI.XDevelopers
    Description
    No specified detailed description
    State
    START_ACTION
    Support Information
    Type of Action
    InvokeServiceDebug Events
    InvokeService:Assign Role NWDI.XDeveloper to Group NWDI.XDevelopers
    Library: sap.com/tclmconfig~content
    SourcePath ./DIStandaloneProcess/DICommonProcess/DIUserConfigProcess/DIAssignRolesToAddtlGroups/DIInvokeAssignRoleToXDevGroup
    Time 2009/02/03 at 23:38:01
    WSDL /content/common/service/usermanagement/assignRoleToGroup.wsdl
    InvokeService- Result: Failed
    Exception Message:null
    Exception Class:java.lang.OutOfMemoryError
    Stacktrace
    Messages at cancel time
    Messages at exception time
    WebDynpro
    <WebDynpro> <loggedInUser>J2EE_ADMIN</loggedInUser> <initial>true</initial> </WebDynpro> 
    Can anybody help me solving this problem
    Thanks in advance

    Read,
    http://help.sap.com/saphelp_nw70/helpdata/en/43/54cdc48d395f6ce10000000a1553f6/frameset.htm
    That should fix your problem
    regards
    Juan

  • File to File Scenario - issue during Running the configuration in ID

    Hi All,
    We are getting following error message during running the configuration in Integration Directory.
    Receiver Determination
    <Not found>
    Internal Error
    HTTP connection to ABAP Runtime failed. Error: 403 Forbidden URL: http://XXXXX:8002/sap/xi/simulation?sap-client=111 User: XIUSER
    Can somebody help me on this.
    Thank You,
    Swapnil

    Hi,
    I activated simulation service. But now I am getting error in Interface Mapping. Please see below
    Interface Mapping
    <Not found>
    Runtime error
    com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_MMF2F_: Fatal Error: com.sap.engine.lib.xml.parser.Parser~
    <Trace level="1" type="B">CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV</Trace>... (163 lines)
    Thanks,
    Swapnil

  • How to run Test Configuration in XI

    Dear all experts,
    I am new in SAP Netweaver and I am trying to get certify my products. Thus, I have some questions and appreciate you can help to clear my doubts below.
    1. I have finished configuration in XI, but when I try to run Test Configuration from the Tools, it show error in Receiver Determination stage. Can anyone help to explain how to perform this test? and what should I put in Payload?
    The error message:
    Receiver Determination
    Internal Error
    HTTP connection to ABAP Runtime failed. Error: 403 Forbidden URL: http://pwdf0880.dmzwdf.sap.corp:50080/sap/xi/simulation?sap-client= User: XIDIRUSER
    2. My Scenario is a Web Screen (asp.net) calling and passsing a parameter to XI Server, then XI will execute a BAPI to return some data. Can any expert out there give some sample codes in asp.net that send HTTP Request to XI Server?
    3. What is the use of WSDL in XML format?
    Thanks in advance.
    Best regards.
    Message was edited by: Adam Lee

    Hello Adam,
    You sent this other question (below) to my email box.  I will answer it here so that other people will benefit from it.  To unlock an object which someone has locked, goto homepage of SAP Exchange Infrastructure --> Click on the link at the upper right hand side called "Administration" --> Enter the User name and password (you might not have authorization) to display page --> Select "Lock overview" (left panel) and remove the lock of your selected user. 
    I've gone ahead to remove it for you.
    Also, I did a check on your IS in the Integration Directory called, IS_DISPLAYPO_SUPPLIER, and there was no error.  Did you fix it already?  It looks like you have everything correctly defined in my first pass.  Please let me know if you are still stuck.
    Have you also asked your consultant to look into this?
    Regards,
    John Ta
    From: Adam Lee [mailto:[email protected]]
    Sent: Monday, Oct 09, 2006 12:19 AM
    Subject: RE: Category "SAP NetWeaver - Exchange Infrastructure " has been updated by Adam Lee
    Dear John Ta,
    Thank you for your kindness and willing to help.
    I have sent out contract for the certification. Tuhin is the assigned
    consultant to us.
    By the way, I have one more question here hoping you able to help me. I
    would like to delete an object in XI, but it show an error "Object Data Type
    DT_PO_RESP | http://ep-net.com/xi/eProcurement/scm/40 currently being edited
    by user EPASIA"
    It seems that this object is being locked as I do not have any screen
    editing this object. Appreciate if you can guide me how to unlock this
    object and delete it?
    Thank you.
    Best regards,
    Adam Lee.

  • Message (on one account) when logging in: The user account running the Configuration Manager console has insufficient permissions to read information from the Configuration Manager site database.

    After installing the reportservice/database i cannot use the Configuration Manager Console 2012 anymore with my own AD account. (The accounts of my colleagues are stil working)
    When i login i get the following message:
    The user account running the Configuration Manager console has insufficient permissions to read information from the Configuration Manager site database. The account must belong to a security role in Configuration Manager. The account must also have
    the Windows Server Distributed Component Object Model (DCOM) Remote Activation permission for the computer running the Configuration Manager site server and the SMS Provider.
    I checked the following:
    I am a administrative user in SCCM (Full Administrator)
    I am a member of the administrator group on the server
    Deleted HKEY_CURRENT_USER\Software\Microsoft\ConfigMgr10
    I tried to start it on multiple workstations and deleted my roaming profile
    Any more suggestions?

    Hi,
    Maybe you could have a look on the below blog.
    http://blog.nimbo.com/how-to-disable-user-account-control-in-windows-server-2012/
    (Note: Microsoft provides third-party contact information to help you find technical support. This contact information
    may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.)
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Can't run Release configuration

    Hi everyone,
    I can run Debug configuration of my application for Mac OS X, but when I try to run Release configuration Xcode writes "The program being debugged i not being run".
    I checked project settings several times. The file exists. XCode 6.2.4.
    Can anyone help?

    Klaus (guest) wrote:
    : : 8i EE for Linux i have 2 components that fails:
    : : - Net8 Configuration Assistan;
    : : - Oracle Database Configuration Assistant.
    : now, it seems that many of us are having this "problem" taht we
    : cannot install NET8 or DBCA !!
    : CAN PLEASE ANYBODY OF THE GUYS WHO FOUND A SOLUTION ON THIS
    : SUMMARIZE ANSD HELP u s ???!!!!!
    : P L E A S E
    a) Install the patch. It will take care of your problem.
    b) Be a little more descriptive about the Linux version and
    manufacturer. For SuSe 6.2, contact Michael Haselstein, he
    did quite a bit of good work. You'll find his address easily
    by searching the old postings on this group.
    null

  • Is it possible to use run-time configuration in conjunction with Session Manager?

    I'm trying to avoid using MAX, basically because it's a pain for users to configure MAX when the application already knows what the configuration is. I actually get the configuration from a database, but that's another story. I've experimented with run-time configuration (see page 4-31 of the 'IVI Driver Toolset' manual) and it works fine. However, when I try to use this in conjunction with Session Manager, session manager complains that my logical name is not a driver session name. I suspect that Session Manager is looking up logical names from a different source, therefore run-time configuration won't work. Any suggestions? I've attached the files I'm working with.
    Attachments:
    SessionMgrTrial.zip ‏41 KB

    Hello Mark:
    The Session Manager GetLogicalNames method does not distiguish between logical names and virtual instrument names. A user of the method cannot ask for just logical names or just virtual instrument names. Right now you always get both. The new function is called InstrSessionMgr.GetNames. Notice that the online help file says Boolean for the flags parameter when it is an enum.
    Hope this helps. If you have any further queries, please let us know.
    -NI support
    National Instruments - Software IS the instrument!
    Attachments:
    help.gif ‏22 KB

  • Service cannot be started. Microsoft.VirtualManager.DB.CarmineSqlException: Unable to connect to the VMM database. Ensure that the SQL Server is running and configured correctly

    Hi All,
    I am setting up SCVMM 2012 R2 in a production environment. Whenever I restart the SCVMM virtual machine the VMM service doesn't start automatically, I have to manually start it. I checked the VMM logs and in the event viewer i find the below error,
    Service cannot be started. Microsoft.VirtualManager.DB.CarmineSqlException: Unable to connect to the VMM database. Ensure that the SQL Server is running and configured correctly. ---> System.Data.SqlClient.SqlException: Cannot open database "VirtualManagerDB"
    requested by the login. The login failed. Login failed for user 'NXTRA\VMMSVC'. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
    stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean&
    dataReady) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.Sq...
    I added the 'VMMSVC' account as db_owner and sysadmin and also NT_Authority\System with same permissions still the service doesn't start on the start up.
    I googled a lot and I find the threads with the error containing "General failure" but not with the above. Can someone please help me to find out why this error is occuring.
    Thanks,
    Ravi

    It's often only a problem of the service dependencies. SCVMM starts to fast, SQL server on the same machine in not initialized yet. Here are working service dependencies to ensure SQL server is initializes before SCVMM starts.
    You can set the service dependencies directly in regedit (as always: be careful modifying the registry ...)
    Here is the content of a reg file setting the dependency.
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCVMMService]
    "DependOnService"=hex(7):53,00,51,00,4c,00,53,00,45,00,52,00,56,00,45,00,52,00,\
      41,00,47,00,45,00,4e,00,54,00,00,00,53,00,51,00,4c,00,42,00,72,00,6f,00,77,\
      00,73,00,65,00,72,00,00,00,53,00,51,00,4c,00,57,00,72,00,69,00,74,00,65,00,\
      72,00,00,00,4d,00,53,00,53,00,51,00,4c,00,46,00,44,00,4c,00,61,00,75,00,6e,\
      00,63,00,68,00,65,00,72,00,00,00,00,00

  • OracleAS Patchset 10.1.2.3 Fails running oc4j  Configuration Assist

    Hi,
    We are upgrading our 12.0.4 EBS to 12.1.1.
    As part of pre -upgrade steps, i am applying 10.1.2.3 patch on 10.1.2.0.2.
    It is failing while running oc4j configuration assistant with below error.
    oracle.ons.SubscriptionException: Subscription request timed out after 120000 millseconds. Possible causes: OPMN may not be running, you may have an OPMN running in an alternate ORACLE_HOME using duplicate port values, or OPMN may be misconfigured.
    at oracle.ons.SubscriptionNotification.waitForReply(SubscriptionNotification.java:82)
         at oracle.ons.ONS.addSubscriber(ONS.java:336)
         at oracle.ons.Subscriber.realStartup(Subscriber.java:92)
         at oracle.ons.Subscriber.<init>(Subscriber.java:80)
         at oracle.ons.ONS.createNewSubscriber(ONS.java:690)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    ERROR: Caught exception while initializing DCM.
    Oc4jDeploy tool completed, but with errors.
    Please help.
    Thanks,

    Hussein,
    After successful completion of setup, while running configuration assistants, i got this error.
    This is the complete output.
    ================================================================================================================
    Output generated from configuration assistant "Application Server website Configuration Assistant":
    Configuration assistant "Application Server website Configuration Assistant" succeeded
    ================================================================================================================
    Output generated from configuration assistant "OC4J Instance Configuration Assistant":
    Reading ini file - '/u01/TST4ZA/apps/tech_st/10.1.2/j2ee/deploy.ini'Adding web-app 'webapp.war' for app 'BC4J'.
    OC4J instance 'home': Adding property 'jbo.server.in_oc4j=true'
    Adding web-app 'IsWebCacheWorkingWeb.war' for app 'IsWebCacheWorking'.Initializing DCM..oracle.ons.SubscriptionException: Subscription request timed out after 120000 millseconds. Possible causes: OPMN may not be running, you may have an OPMN running in an alternate ORACLE_HOME using duplicate port values, or OPMN may be misconfigured.
         at oracle.ons.SubscriptionNotification.waitForReply(SubscriptionNotification.java:82)
         at oracle.ons.ONS.addSubscriber(ONS.java:336)
         at oracle.ons.Subscriber.realStartup(Subscriber.java:92)
         at oracle.ons.Subscriber.<init>(Subscriber.java:80)
         at oracle.ons.ONS.createNewSubscriber(ONS.java:690)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    ERROR: Caught exception while initializing DCM.
    Oc4jDeploy tool completed, but with errors.
    Configuration assistant "OC4J Instance Configuration Assistant" failed
    =====================================================
    I stopped all apps services before starting the patch, but when it failed during relink phase, i cancelled the installation and did necessary steps and restarted installation.
    If at this stage i need to re apply the patch do i have to recover the 10.1.2 oracle home from backup?
    Thanks,

  • My new MacBook won't run last.fm/audio scrobbler!

    My first MacBook never had a problem with running last.fm/audio scrobbler. But I have tried downloading it on my replacement three times already, and it just doesn't open - it keeps quitting unexpectedly. I have tried to open it on 10.4.6 and 10.4.7. Is this a sign of worse things to come? Why isn't it working on this one but it worked on my older one?

    Try downloading the 1.0.0 beta and then letting it update to the current version:
    http://static.last.fm/client/Mac/LastFMMac1.0.0.1b.dmg
    That solved it for me, oh and there seems to be some issue with iTunes open for some people, so you can try quitting that first.
    MacBook   Mac OS X (10.4.7)  

  • Job to run last monday of every month

    Hello Experts,
    I have to create job which should run last Monday of every month. We have function module to find last Friday of every  month. I can add 3 days to get last Monday.
    We have to specify the job or event in the "Start Condition" of the job, how can we achieve this?
    Any help?
    Thanks,
    Venky

    Hi,
    Hi,
    Please use the below function module to raisa a event
    CALL FUNCTION 'BP_EVENT_RAISE'
      EXPORTING
        EVENTID                     = p_event
       EVENTPARM                    = ' '
       TARGET_INSTANCE              = ' '
    EXCEPTIONS
       BAD_EVENTID                  = 1
       EVENTID_DOES_NOT_EXIST       = 2
       EVENTID_MISSING              = 3
       RAISE_FAILED                 = 4
       OTHERS                       = 5.
    IF SY-SUBRC = 0.
    write: 'Event', p_event , 'was raised.'.
    else.
    write: 'Event', p_event , 'could not be raised. check transaction SM62 if event has been changed or non existent'.
    ENDIF.
    else.
      write: 'No change is detected'.
    endif.
    if the function module returns the last monday of the month.
    Then the job can be based on this event.
    -Vikram

  • Help running ./configure script

    Trying to install 3rd party software. Attempting to run ./configure. Terminal keeps saying "No such file or directory." Can anyone provide me a little more info on how to run this script than the reference book I'm using?

    the file name is simpson-1.1.2-macosx-intel.tar
    I notice that the file has no file name beyond .tar Does this mean I still need to decompress it?
    Before I started using Terminal with this file, I (may have) decompressed it just by double clicking on the file. This created a folder and in the folder was a readme document and 3 other folder, one containing documents and the others for the /usr/local/bin and /usr/local/lib directories.
    Here are some of the instuctions given in the INSTALL document (being new to Unix, these instructions arent perfectly clear to me):
    Basic Installation
    ==================
    These are generic installation instructions.
    The `configure' shell script attempts to guess correct values for
    various system-dependent variables used during compilation. It uses
    those values to create a `Makefile' in each directory of the package.
    It may also create one or more `.h' files containing system-dependent
    definitions. Finally, it creates a shell script `config.status' that
    you can run in the future to recreate the current configuration, a file
    `config.cache' that saves the results of its tests to speed up
    reconfiguring, and a file `config.log' containing compiler output
    (useful mainly for debugging `configure').
    If you need to do unusual things to compile the package, please try
    to figure out how `configure' could check whether to do them, and mail
    diffs or instructions to the address given in the `README' so they can
    be considered for the next release. If at some point `config.cache'
    contains results you don't want to keep, you may remove or edit it.
    The file `configure.in' is used to create `configure' by a program
    called `autoconf'. You only need `configure.in' if you want to change
    it or regenerate `configure' using a newer version of `autoconf'.
    The simplest way to compile this package is:
    1. `cd' to the directory containing the package's source code and type
    `./configure' to configure the package for your system. If you're
    using `csh' on an old version of System V, you might need to type
    `sh ./configure' instead to prevent `csh' from trying to execute
    `configure' itself.
    Running `configure' takes awhile. While running, it prints some
    messages telling which features it is checking for.
    2. Type `make' to compile the package. ....

Maybe you are looking for

  • Two-way SSL: Private key is incorrectly read if the charset is set to UTF8

    Looks like PEMInputStream and other related classes assumes the application charset "iso81", but if the charset is something else, then "java.security.KeyManagementException" is thrown. We have everything setup and two-way ssl works when the encoding

  • Printing to PDF-text is changed because of font

    I've been trying to print files to PDF, but everytime I do so using the Segoe UI font, the text is distorted into a jumble of letters in a different font. Is there anyway to prevent/fix this? Included is an image of a test PDF I created for this post

  • ABAP+Java Kernel

    Hi, I have installed solution manager 4.0 with a java instance. i want to upgrade the system's kernel. how do i upgrade an abap+java kernel  - is it the same like upgrading a regular kernel? i'm running a unicode system.

  • I can't restore my i pod, i get error 80000001

    i can't restore my i pod its locked becouse i lost my password, geting error 800001.

  • TableView Error

    I am trying to fill a TableVie with data and get the followin error: <table border="0" cellspacing="5" cellpadding="0"><tr> <td class="ctrlMsgBarImgError"> </td><td class="ctrlTxtEmph"><SPAN CLASS="ctrlLblReq">Portal Runtime Error<br><br>An exception