Impossible to create script with event expression ?!

Hi All,
I have noticed that the use of the event expression in the script properties make its creation impossible with the RWE: an error message popup saying "JCS-00127: extra characters at end" although nothing is wrong:
- the same script without this parameter can be saved
- there is no syntax or others kind of errors in the expression in itself
Here is an example of expression:
israised("SYSJCS"."TEST_1") OR israised("SYSJCS"."TEST_2") AND israised("SYSJCS"."TEST_3")
But it can be done with the RS using pl/sql with the waitfor expression, here an example :
create or replace script "SYSJCS"."TEST_2"
application         "SYSJCS"."TEST"
format              "SYSJCS"."ASCII"
scripttype          "SYSJCS"."KSH"
no verify
waitfor             (israised("SYSJCS"."TEST_1") OR israised("SYSJCS"."TEST_2") OR israised("SYSJCS"."TEST_3"))
event               "SYSJCS"."TEST_1"
,                   "SYSJCS"."TEST_2"
,                   "SYSJCS"."TEST_3"
rwscript
echo Hello world
endrwscript
Is this a bug? Have you any idea of how it is possible to make it work though RWE ?
Thanks for your help.
Regards,
Yi Jiang

Yes. But no more success. Same error:
ORA-20800: JCS-00127: extra characters at end
ERROR at line 1:
ALTER SCRIPT "SYSJCS"."TEST_2" VERSION 4 DESCRIPTION NULL APPLICATION "SYSJCS"."TEST" comment NULL NEEDS NULL QUEUE NULL FORMAT "SYSJCS"."ASCII" SCRIPTTYPE "SYSJCS"."KSH" FOR PARALLEL EXECUTION ENABLED DURING NULL NO OVERDUE COMPILE PRIORITY UNLIMITED MAXPRIO UNLIMITED USE DIRECTORY DEFAULTS FROM SCRIPT NO VERIFY NO LIGHTWEIGHT RESTART OSUSER NULL USING USER ACCOUNT KEEP NOFORCE UNLIMITED UNTIL UNLIMITED FOR NULL STATUS ON SUBMIT SCHEDULED WAITFOR (israised("SYSJCS"."TEST_1") OR israised("SYSJCS"."TEST_2") OR israised("SYSJCS"."TEST_3")) RESUBMIT NULL RETURNCODE MAP '' TO COMPLETED NO PIN TO PARENT ALLOW DESTINATION ALLOW TRIGGERS ALLOW STATISTICS ALLOW WAIT
ORA-06512: at "SYSJCS.JCS_ODF", line 349
ORA-06512: at line 2
Regards,
Yi Jiang

Similar Messages

  • Transaction FMN5N - but impossible to create PO with solved Earmarked Fund

    Hello,
    The display consumption history of Eamarked funds shows an open amount of 58 819, 07 but Transaction FMRP_RFFMEP1OX withthe filter criteria doc. No.1200000197 shows an open amount of 15 965,18 (Amount type 0100 (58 819,07) and Amount type 0200 (42 853, 8 - ))
    Transaction FMN5N to reconstruction of Earmarked Funds in FM. Amounttype 0200 ( + 42 853, 8  ) for doc. No.1200000197 but impossible to create a purchase order (42 853, 89) with doc. No. 1200000197. Open amount from document 1200000197 001 exceeded by 45,71 %
    Somebody already had a similar problem ?
    Thank you
    Fabian

    FMN5N made a 1 occurence in table FMIOI  and the the open amount (transaction FMX3) shows is correct (58 819,07)
    In table FMIO, First occurence : Btart 0100 - TRBTR 58 819, 07- TCODE : FMX1
    Second occurence : Btart 0200 -TRBTR - 42 853, 89 - TCODE :  ME23N
    Third occurence : Btart 0200 42 853, 59 -TOCDE : FMN5N
    In KBLP, WTFREE and HWFREE is 15 965,18
    I want to create un purchase order. The system does not accept an purchase ordre of a value of more than 15 965,18.
    The SAP relase is SAP ERP 6.0 / NW7.01 EHP4

  • Error in creating log files in create script with ASM

    In our create script we have:
    LOGFILE GROUP 1 ('+REDO1/oradata/cssys/redo01a.log') SIZE 100M;
    I'm getting the error ORA-00301: error adding log file '+REDO1/oradata/cssys/redo01a.log' - file cannot be created.
    ORA-17502: ksfdcre:4 Failed to create file +REDO1/oradata/cssys/redo01a.log 
    ORA-15173: entry 'oradata' does not exist in directory '/'
    The datafile didn't return an error and there we had DATAFILE '+DATA/oradata/cssys/system01.dbf.........
    Not sure why the error occurs on the REDO, the DATA and REDO look fine in ASM. Thanks in advance.

    I have no personal experience with this, but pl see if MOS Doc 604982.1 (Unable To duplicate Database on ASM From one Server To Another Host) is applicable in your case
    HTH
    Srini

  • Can't create scripts with Mozilla Firefox 2.0.0.1

    I'm new in Oracle XE but I'm studing.
    The installation is on a MS windows XP Home Edition with SP 2.
    When I trie to create a Script or to see a Procedure created within SQL window, the code don't appear with the Mozilla browser. The lines number dont appear in the left side of the window.
    Instead if I use the Windows Internet Expolrer browser the things goes OK.
    I get the following errors on the MFFox ErrorConsole from the Tools pane:
    Erro: s has no properties
    Arquivo-fonte: http://127.0.0.1:8080/i/editor/codearea.xbl.xml
    Linha: 3356
    Erro: line.div has no properties
    Arquivo-fonte: http://127.0.0.1:8080/i/editor/codearea.xbl.xml
    Linha: 3649
    Is there any help available?

    Hi
    Hope this helps.
    The dbms_metadata utility is also used for punching source code, PL/SQL, and Java that is stored inside Oracle packages. Stored procedures or functions can also easily be extracted using dbms_metadata.
    In the example below, I extract all procedures associated with the fred schema.
    connect fred/flintstone;
    spool procedures_punch.lst
    select
    DBMS_METADATA.GET_DDL('PROCEDURE',u.object_name)
    from
    user_objects u
    where
    object_type = 'PROCEDURE';
    spool off;
    The script at: http://www.dbazine.com/code/ext_proc.txt shows how to use dbms_metadata.get_ddl() to extract stored procedure DDL from user SCOTT.

  • Scripting with Vbscript against SAPGUI

    Hello everyone,
    Im new in this field, the thing is that i want to create scripts with vbscript in order to automate some business processes.
    I have been reading the SAP GUI Scripting API guide, and some other documents, but i dont know how to use the classes, methods, functions, etc. of the sapfewselib.
    Somebody, know how to make reference to this library in order to use it on Vbscript??
    If you can put some code examples, that will be great.
    Thanx,

    Please find sapfewse.ocx
    (C:\Program Files\SAP\FrontEnd\SAPgui\sapfewse.ocx)
    and try this code:
    Dim sap As New GuiApplication
    Set conexion = sap.OpenConnection("name_of_the_server_in_SAP Logon")
    Set sesion = conexion.Children(0)
    sesion.findById("wnd[0]").maximize
    sesion.findById("wnd[0]/usr/txtRSYST-MANDT").Text = "Client"
    sesion.findById("wnd[0]/usr/txtRSYST-BNAME").Text = "User" '
    sesion.findById("wnd[0]/usr/pwdRSYST-BCODE").Text = "password"
    sesion.findById("wnd[0]/usr/pwdRSYST-BCODE").SetFocus
    sesion.findById("wnd[0]/usr/pwdRSYST-BCODE").caretPosition = 8
    sesion.findById("wnd[0]").sendVKey 0
    or try this:
    Set gi = CreateObject("SAPGUI.ScriptingCtrl.1")
    the better way to work with SAP GUI Scripting is with a record. Please go to RZ11 transaction and change the following parameter to TRUE:
    sapgui/user_scripting
    then Logoff an Logon again
    then Alt+F12 (Customizing for Local Layout), click in Script Recording and Playback and record some transaction
    the generated code is itself executable and you can modify o attach this code to another software that supports VBScripting like MSExcel
    If Not IsObject(application) Then
       Set SapGuiAuto  = GetObject("SAPGUI")
       Set application = SapGuiAuto.GetScriptingEngine
    End If
    If Not IsObject(connection) Then
       Set connection = application.Children(0)
    End If
    If Not IsObject(session) Then
       Set session    = connection.Children(0)
    End If
    If IsObject(WScript) Then
       WScript.ConnectObject session,     "on"
       WScript.ConnectObject application, "on"
    End If
    session.findById("wnd[0]").maximize
    session.findById("wnd[0]/tbar[0]/okcd").text = "/nMM01"
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/usr/cmbRMMG1-MBRSH").key = "1"
    session.findById("wnd[0]/usr/cmbRMMG1-MTART").key = "ROH"
    session.findById("wnd[0]/usr/cmbRMMG1-MTART").setFocus
    session.findById("wnd[0]/tbar[1]/btn[5]").press
    session.findById("wnd[1]/usr/tblSAPLMGMMTC_VIEW").getAbsoluteRow(0).selected = true
    session.findById("wnd[1]/tbar[0]/btn[0]").press
    session.findById("wnd[0]/usr/tabsTABSPR1/tabpSP01/ssubTABFRA1:SAPLMGMM:2004/subSUB1:SAPLMGD1:1002/txtMAKT-MAKTX").text = "TEST"
    session.findById("wnd[0]/usr/tabsTABSPR1/tabpSP01/ssubTABFRA1:SAPLMGMM:2004/subSUB2:SAPLMGD1:2001/ctxtMARA-MEINS").text = "UN"
    session.findById("wnd[0]/usr/tabsTABSPR1/tabpSP01/ssubTABFRA1:SAPLMGMM:2004/subSUB2:SAPLMGD1:2001/ctxtMARA-MEINS").setFocus
    session.findById("wnd[0]/usr/tabsTABSPR1/tabpSP01/ssubTABFRA1:SAPLMGMM:2004/subSUB2:SAPLMGD1:2001/ctxtMARA-MEINS").caretPosition = 2
    session.findById("wnd[0]/tbar[0]/btn[11]").press
    If you have any doubts please feel free to send me an email, I have worked some years with SAP GUI Scripting.
    Regards,
    Arturo Bernal
    [email protected]

  • Issue with Generate Create Script in new ODT 11.1.0.5.10 beta

    So I'm trying to determine if there's an issue with the Generate Create Script option in the new ODT 11.1.0.5.10 beta (when you right click on a table in Server Explorer).
    The SQL create script that it generates lacks the slash between lines. For example I generated the create script for my User table and this is what was generated:
    CREATE TABLE "DEV"."SYSTEM_USER_TB" ("RID" NUMBER(10,0),"USER_NAME" VARCHAR2(256 CHAR),"APPLICATION_RID" NUMBER(10,0),"FIRST_NAME" VARCHAR2(256 CHAR),"LAST_NAME" VARCHAR2(256 CHAR),"PW" VARCHAR2(128 CHAR),"PW_FORMAT" NUMBER,"PW_SALT" VARCHAR2(128 CHAR),"LAST_ACTIVITY_DT" DATE,"EXPIRATION_DT" DATE,"EMAIL" VARCHAR2(256 CHAR),"PW_QUESTION" VARCHAR2(256 CHAR),"PW_ANSWER" VARCHAR2(256 CHAR),"APPROVED_FLG" NUMBER(1,0),"LOCKED_OUT_FLG" NUMBER(1,0),"LAST_LOGIN_DT" DATE,"LAST_PW_CHANGED_DT" DATE,"LAST_LOCKOUT_DT" DATE,"FAILED_PW_ATTEMPT_CNT" NUMBER(6,0),"FAILED_PW_ATTEMPT_WINSTART" DATE,"FAILED_PW_ANSW_ATTEMPT_CNT" NUMBER(8,0),"FAILED_PW_ANSW_ATTEMPT_WINSTRT" DATE,"CREATED_BY_RID" NUMBER(10,0),"CREATED_DT" DATE,"MODIFIED_BY_RID" NUMBER(10,0),"MODIFIED_DT" DATE) TABLESPACE "USERS" PCTFREE 10 INITRANS 1 MAXTRANS 255 STORAGE ( INITIAL 131072 MAXEXTENTS 2147483645 MINEXTENTS 1 )
    CREATE UNIQUE INDEX "DEV"."XPKSTAFF" ON "DEV"."SYSTEM_USER_TB" ("RID" ) TABLESPACE "USERS"
    ALTER TABLE "DEV"."SYSTEM_USER_TB" ADD ( CONSTRAINT "SYS_C0033033" PRIMARY KEY ("RID") USING INDEX "DEV"."XPKSTAFF" ENABLE VALIDATE )
    ALTER TABLE "DEV"."SYSTEM_USER_TB" ADD ( CONSTRAINT "SYS_C0033032" CHECK ("RID" IS NOT NULL) ENABLE VALIDATE )
    CREATE TRIGGER "DEV"."SYSTEM_USER_TRG1"
    BEFORE
    INSERT
    ON "DEV"."SYSTEM_USER_TB"
    FOR EACH ROW
    begin
         select SYSTEM_USER_SEQ.nextval into :new.RID from dual;
    end;
    In my new Oracle Database Project, if I right click on the script and select "Run" or "Run On", the script fails saying:
    Connected.
    CREATE UNIQUE INDEX "DEV"."XPKSTAFF" ON "DEV"."SYSTEM_USER_TB" ("RID" ) TABLESPACE "USERS"
    ERROR at line 2:
    ORA-00922: missing or invalid option
    If I then add, a slash between lines, the script runs successfully and creates the table/trigger and whatever else just fine. For example, I changed the above generated code to look as follows:
    CREATE TABLE "DEV"."SYSTEM_USER_TB" ("RID" NUMBER(10,0),"USER_NAME" VARCHAR2(256 CHAR),"APPLICATION_RID" NUMBER(10,0),"FIRST_NAME" VARCHAR2(256 CHAR),"LAST_NAME" VARCHAR2(256 CHAR),"PW" VARCHAR2(128 CHAR),"PW_FORMAT" NUMBER,"PW_SALT" VARCHAR2(128 CHAR),"LAST_ACTIVITY_DT" DATE,"EXPIRATION_DT" DATE,"EMAIL" VARCHAR2(256 CHAR),"PW_QUESTION" VARCHAR2(256 CHAR),"PW_ANSWER" VARCHAR2(256 CHAR),"APPROVED_FLG" NUMBER(1,0),"LOCKED_OUT_FLG" NUMBER(1,0),"LAST_LOGIN_DT" DATE,"LAST_PW_CHANGED_DT" DATE,"LAST_LOCKOUT_DT" DATE,"FAILED_PW_ATTEMPT_CNT" NUMBER(6,0),"FAILED_PW_ATTEMPT_WINSTART" DATE,"FAILED_PW_ANSW_ATTEMPT_CNT" NUMBER(8,0),"FAILED_PW_ANSW_ATTEMPT_WINSTRT" DATE,"CREATED_BY_RID" NUMBER(10,0),"CREATED_DT" DATE,"MODIFIED_BY_RID" NUMBER(10,0),"MODIFIED_DT" DATE) TABLESPACE "USERS" PCTFREE 10 INITRANS 1 MAXTRANS 255 STORAGE ( INITIAL 131072 MAXEXTENTS 2147483645 MINEXTENTS 1 )
    CREATE UNIQUE INDEX "DEV"."XPKSTAFF" ON "DEV"."SYSTEM_USER_TB" ("RID" ) TABLESPACE "USERS"
    ALTER TABLE "DEV"."SYSTEM_USER_TB" ADD ( CONSTRAINT "SYS_C0033033" PRIMARY KEY ("RID") USING INDEX "DEV"."XPKSTAFF" ENABLE VALIDATE )
    ALTER TABLE "DEV"."SYSTEM_USER_TB" ADD ( CONSTRAINT "SYS_C0033032" CHECK ("RID" IS NOT NULL) ENABLE VALIDATE )
    CREATE TRIGGER "DEV"."SYSTEM_USER_TRG1"
    BEFORE
    INSERT
    ON "DEV"."SYSTEM_USER_TB"
    FOR EACH ROW
    begin
         select SYSTEM_USER_SEQ.nextval into :new.RID from dual;
    end;
    So, does anyone know if this is a bug? Could I be missing an option to add in the slashes to the generated code? Is there an option to not require the slashes? Could there be another way to execute these scripts?
    Seriously, I think I'm having deja vu from the last release of the Dev Tools: Generate Create Script creates scripts that won't run: ORA-00922: missing..
    ...except this time the documentation says I should be able to use the "Run" and "Run On" commands in the Oracle Database Project (see page 8): http://www.oracle.com/technology/tech/dotnet/pdf/ODT11_whatsnew.pdf
    null

    There are 2 issues in the generated script :
    1. Missing semicolons at the end of the create stmts
    2. Missing slashes
    Both of these fixes will be available in the ODT 11.1 release.

  • How to create a table with events in smartforms?

    How to create a table with events view in smartforms?
    It doesn't like general table with header, main area and footer.
    for example:
    in smartforms: LE_SHP_DELNOTE
    table name is TABLEITEM(Delivery items table)

    Vel wrote:
    I am creating XML file using DBMS_XMLGEN package. This XML file will contain data from two different database tables. So I am creating temporary table in the PL/SQL procedure to have the data from these different tables in a single temporary table.
    Please find the below Dynamic SQL statements that i'm using for create the temp table and inserting the data into it.
    Before insert the V_NAME filed, i will be appending a VARCHAR field to the original data.
    EXECUTE IMMEDIATE 'CREATE TABLE TEMP_TABLE (UNIQUE_KEY NUMBER , FILE_NAME VARCHAR2(1000), LAST_DATE DATE)';
    EXECUTE IMMEDIATE 'INSERT INTO TEMP_TABLE values (SEQUENCE.nextval,:1,:2)' USING V_NAME,vLastDate;What exactly i need is to eliminate the INSERT portion of it,Since i have to insert more 90,000 rows into it. Is there way to have the temp table created with data in it along with the sequence value as well.
    I'm using Oracle 10.2.0.4 version.
    Edited by: 903948 on Dec 22, 2011 10:58 PMWhat you need to do to eliminate the INSERT statement is to -- as already suggested by others - eliminate the temporary table. You don't need it. It is just necessary overhead. Please explain why you (apparently) believe that the suggestion of a view will not meet your requirements.

  • I am unable to create a new event on my iPhone with IOS 7.0.4. I tap the plus sign, fill in the details, tape Done and ... nothing. Repeatedly. No problem on my iMac or iPad, just with the phone. Help.

    I am unable to create a new event on my iPhone with IOS 7.0.4. I tap the plus sign, fill in the details, tape Done and ... nothing. Repeatedly. No problem on my iMac or iPad, just with the phone. Help.

    Assuming you're creating this event to place in your calendar, and assuming this calendar is shared with your iMac and iPad using iCloud, might the calendar be restricted on your iPhone?
    Check Settings > General > Restrictions

  • Issue with Generate Create Script in new ODT 11.1.0.6.10 beta

    I've tried this on several tables in my database. I choose Generate Script to ... a file, for a given table it gives me the error message "An error occurred while writing to fil: \nValue was either too large or too smal for an Int32."
    (It doesn't matter if I'm in a Oracle database project or some other project.)
    Trying to Generate Script To Project... when I'm in a Oracle Database Project, Visual Studio (2005) crashes. It appears to be some overflow exception according to crashinfo:
    EventType : clr20r3 P1 : devenv.exe P2 : 8.0.50727.762 P3 : 45716759
    P4 : mscorlib P5 : 2.0.0.0 P6 : 461eee3d P7 : 407b P8 : a3
    P9 : system.overflowexception
    (With ODT 11.1.0.5.10 beta it worked fine dispite the issue discussed in thread: Re: Issue with Generate Create Script in new ODT 11.1.0.5.10 beta
    /Tomas

    Tried to debug this error and got these exception details. Hope it helps!
    /Tomas
    System.OverflowException was unhandled
    Message="Value was either too large or too small for an Int32."
    Source="mscorlib"
    StackTrace:
    Server stack trace:
    at System.Decimal.ToInt32(Decimal d)
    at System.Decimal.op_Explicit(Decimal value)
    at Oracle.Management.Omo.TableSpaceQuotaDetails.FillTableSpaceQuota(OracleDataReader reader)
    at Oracle.Management.Omo.User.FillTableSpaceQuotas(OracleDataReader reader)
    at Oracle.Management.Omo.Connection.GetUserCollection(Boolean refresh)
    at Oracle.Management.Omo.Connection.GetUsers(Boolean refresh)
    at Oracle.Management.Omo.TableSQLGenerator.GetCreateSQLs(OmoObject obj, ArrayList& typeAndNames, Boolean checkRequired, Boolean appendSchemaName)
    at Oracle.Management.Omo.TableViewBase.GetCreateSQLs(Boolean appendSchemaName)
    at Oracle.VsDevTools.OracleUILDBProjectServices.GenerateCreateScript(OracleUILConnCtx connCtx, String[] objectNames, String objectOwner, OracleUILObjectType objectType)
    at Oracle.VsDevTools.OracleUILDBProjectServices.GenerateCreateScriptAsyncMethod(IntPtr ppvObj, OracleUILConnCtx connCtx, String[] objectNames, String objectOwner, OracleUILObjectType objectType, ICollection& scriptText)
    at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
    at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
    at Oracle.VsDevTools.OracleUILDBProjectServices.GenerateScriptAsyncMethodDelegate.EndInvoke(ICollection& scriptText, IAsyncResult result)
    at Oracle.VsDevTools.OracleUILDBProjectServices.OnGenerateScriptAsyncCompletion(IAsyncResult ar)
    at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(Object o)
    at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)

  • Hello, starting with today I have a strange problem: all events are correctly shown in the finder but in FCP-X there`s`none and every time I open it creates a new event. What is wrong?

    Hello, starting with today I have a strange problem with Final Cut Pro X: all events are correctly shown in the finder but in FCP-X there`s`none and every time I open it creates a new event. What is wrong?

    Here`s the screenshot.
    But anyway:
    The drive is Makintosh HD from my Macbook and it is shown in the event mediathek and in the projects. Since I`ve recognized this problem I installed FCPX again and consequently the event and project directory created by FCPX is where it should be and it shows all the test events including it`s files.
    So what happens? Opening FCPX you see only one event and that a new empty event. All previous events are not shown there even if you can see them in the finder. So if you import again the clips they are in this new event library. After closing correctly FCPX and reopening there again is nothing than an new and empty event. What it does is that it recognized that i.e. there are events with previous numbers and so it creates an new one with the next available counting number.
    If you want to open one event from the finder it by clicking to the file it opens FCPX but it says it cannot open the clicked file.

  • KNA1.CREATED with Event based on Change Documents -- No Receiver

    Good morning experts,
    I set up a subtype of Object KNA1 ZKNA1 with 2 events CREATED and CHANGED, KNA1 is delegated to ZKNA1.
    Additionally, I set up two ansynchronous methods "CREATEASYNCHRON" and "CHANGEASYNCHRONE" in ZKNA1, both are a simple CALL TRANSACTION, these methods should be terminated by the two mentioned events.
    I added 2 entries in TA SWEC for triggering the both events when change documents are posted --> works fine, everytime I create or change a customer the systems creates the linked event, the event container is filled with the customer number.
    Afterwards, I set up 2 standard tasks for the two mentioned methods with terminating event CREATED and CHANGED,  the Instance Linkage was done in TA SWEINST and is active.
    My problem now is that the event is triggered correctly, but the tasks are not getting terminated, the event trace also tells me that that there would be no event receiver entered.
    Can you tell me what I did wrong? I made this for a lot of other workflows before and everything worked fine, so I don't understand what's the problem...
    Thanks for your support!

    Hi,
    I am not sure if this will work...
    Simulate 1 event using SWUO...
    Under Potential tasks to be terminated... find your task ... right click-> Event Linkage -> Select "Event Linkage activated" ...
    and try once more ....
    Regards
    Gautam

  • Can I create a home network withous dsl connection with airport express

    can I create a home network without dsl connection with airport express?
    So it means I can't connect to my HP Airprint/Wireless printer without exretnal connection through ISP?? Just need to print from my Mac and iphone. I have Vodafone Prepaid connection, which is directly connected to my Mac. Does that make an internal network possible?

    You have to set up the Air Port with an internet connection to set up a network. Do you have a modem? If yes you can set up the network. 

  • Power Shell script to send a email with event details when an specified event occur

    I want a power shell scrip to send a email to a specific email id with the event details when an specified event triggered. The default option to trigger the email on event occur is failed.

    Why is everybody now saying "I want, I want, I want"
    Can you say what is happening?  Can you post a script with a line that is failing?  No!  All you want is a free script.
    Start by learning how to script.   Try at least to write a simple "hello World" script.  Until then you cannot post here.
    ¯\_(ツ)_/¯

  • I am unable to create reminders or events in iCal with my iPhone 5

    I am unable to create reminders or events in iCal with my iPhone 5.

    Go to settings>iCloud and turn Contacts and Calender on.

  • Creating a new database with oracle express

    how to create a database with oracle express. the web based interface for managing oracle sucks and it is too slow, they'd bet better of developing a rich client application for managing XE. Oracle XE comapraed to SQL Express is very poor.

    Try to post it Oracle Database Express Edition (XE)<br>
    <br>
    Nicolas.

Maybe you are looking for

  • Performance degradation

    Hi, I noticed that if you compile your program with jdk1.4.x version of JDK, you will get a performance degradation in your application (if you compare it with compiled code in version jdk1.3.1_02. Have any one else noticed this degradation of perfor

  • Emkey is not valid , how do i fix that?

    /u01/app/oracle/product/gc/oms10g> /u01/app/oracle/product/gc/oms10g/bin/_emctl config emkey -repos_ Oracle Enterprise Manager 10g Release 5 Grid Control Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved. Please enter repository passwo

  • Replacement panels for a G3

    Hi- can anyone tell me where I can obtain the plastic panels and corners for a g3? I'm trying to fix up my daughter's first Mac. Thanks- Ray

  • How to use the Control lines of a parallel port as Input lines to be read using Labview ?

    The details are : NI Software : LabVIEW Version : 5.0 OS : Windows 95 NI Hardware : N/A Drivers : N/A CPU : Pentium RAM : 48 Vendor : darcom Customer Information : SPEL TESTING SPEL, INDIA [email protected] Ph: (91) 4114 53818 We do not have any DAQ

  • RAW problem in CS6

    Can not open any RAW-files in PS CS6. Have tried "everything". Just formatted the hard disk, installed osx Lion again. Then installed CS6 and adobe RAW 7.1. Still can not open any kind of raw files. Any ideas any one???